123456789101112131415 |
- #import <UIKit/UIKit.h>
- @interface WFCUSelectedFileCollectionViewCell : UICollectionViewCell
- @property (strong, nonatomic) UIImageView *backIV;
- @property (strong, nonatomic) UILabel *fileNameLbl;
- @property (strong, nonatomic) UIImageView *selectIV;
- @end
|