123456789101112131415 |
- //
- // SelectedFileCollectionViewCell.h
- // WFChat UIKit
- //
- // Created by WF Chat on 2017/10/28.
- // Copyright © 2017年 WildFireChat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface WFCUSelectedFileCollectionViewCell : UICollectionViewCell
- @property (strong, nonatomic) UIImageView *backIV;
- @property (strong, nonatomic) UILabel *fileNameLbl;
- @property (strong, nonatomic) UIImageView *selectIV;
- @end
|