CNLiveCycleCell.h 312 Bytes
//
//  CNLiveCycleCell.h
//  CNLiveCServiceModule
//
//  Created by CNLive on 2021/11/27.
//

#import <UIKit/UIKit.h>
#import "CNLiveSearchModel.h"

NS_ASSUME_NONNULL_BEGIN

@interface CNLiveCycleCell : UICollectionViewCell
@property (nonatomic, strong) CNLiveSearchHotsModel *model;
@end

NS_ASSUME_NONNULL_END