LoginRecomCollectCell.h 346 B

1234567891011121314151617
  1. //
  2. // LoginRecomCollectCell.h
  3. // BuguLive
  4. //
  5. // Created by bugu on 2019/12/11.
  6. // Copyright © 2019 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "HMHotItemModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface LoginRecomCollectCell : UICollectionViewCell
  12. @property(nonatomic, strong) HMHotItemModel *model;
  13. @end
  14. NS_ASSUME_NONNULL_END