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