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