CNliveCollectionViewCell.h 352 Bytes
//
//  CNliveCollectionViewCell.h
//  CNLiveVideoClassifyKit_Example
//
//  Created by CNLive on 2021/8/7.
//  Copyright © 2021 杨苓玉. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface CNliveCollectionViewCell : UICollectionViewCell
@property (nonatomic, strong)NSString *titleName;
@end

NS_ASSUME_NONNULL_END