| 1234567891011121314151617 |
- //
- // LoginRecomCollectCell.h
- // BuguLive
- //
- // Created by bugu on 2019/12/11.
- // Copyright © 2019 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "HMHotItemModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface LoginRecomCollectCell : UICollectionViewCell
- @property(nonatomic, strong) HMHotItemModel *model;
- @end
- NS_ASSUME_NONNULL_END
|