// // CCControlCenterActivity.h // Nextcloud // // Created by Marino Faggiana on 01/03/17. // Copyright © 2017 TWS. All rights reserved. // #import @interface CCControlCenterActivity : UICollectionViewController @property NSUInteger pageIndex; @property (nonatomic, strong) NSDate *storeDateFirstActivity; @property (nonatomic, strong) NSString *pageType; - (void)reloadDatasource; + (CGFloat)getLabelHeight:(UILabel*)label width:(int)width; @end