TCTextCollectionCell.h 287 B

123456789101112131415161718
  1. //
  2. // TCTextCollectionCell.h
  3. // DeviceManageIOSApp
  4. //
  5. // Created by rushanting on 2017/5/22.
  6. // Copyright © 2017年 tencent. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface TCTextCollectionCell : UICollectionViewCell
  10. @property (nonatomic) UILabel* textLabel;
  11. @end