CNCollectionViewCell.h
341 Bytes
//
// CNCollectionViewCell.h
// CNLiveCMineModule_Example
//
// Created by CNLive on 2022/1/17.
// Copyright © 2022 杨苓玉. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface CNCollectionViewCell : UICollectionViewCell
@property (nonatomic, strong) UILabel *titleLabel;
@end
NS_ASSUME_NONNULL_END