123456789101112131415161718192021222324252627282930313233343536373839 |
- #import <UIKit/UIKit.h>
- @interface CCControlCenterActivityCell : UITableViewCell
- @property(nonatomic, weak) IBOutlet UIImageView *fileImageView;
- @property(nonatomic, weak) IBOutlet UILabel *labelTitle;
- @property(nonatomic, weak) IBOutlet UILabel *labelInfoFile;
- @property (nonatomic, assign) CGFloat lastContentOffset;
- @property (nonatomic, strong) NSIndexPath *indexPath;
- @end
|