123456789101112131415161718192021 |
- #import <Foundation/Foundation.h>
- @interface CCControlCenterActivity : UICollectionViewController <UICollectionViewDataSource, UICollectionViewDelegate>
- @property NSUInteger pageIndex;
- @property (nonatomic, strong) NSDate *storeDateFirstActivity;
- @property (nonatomic, strong) NSString *pageType;
- - (void)reloadDatasource;
- + (CGFloat)getLabelHeight:(UILabel*)label width:(int)width;
- @end
|