// // TCTextCollectionCell.h // DeviceManageIOSApp // // Created by rushanting on 2017/5/22. // Copyright © 2017年 tencent. All rights reserved. // #import @interface TCTextCollectionCell : UICollectionViewCell @property (nonatomic) UILabel* textLabel; @end