1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #import <UIKit/UIKit.h>
- #import <Photos/Photos.h>
- #import <ImageIO/ImageIO.h>
- #import "UIScrollView+EmptyDataSet.h"
- #import "OCErrorMsg.h"
- #import "TWMessageBarManager.h"
- #import "CCManageLocation.h"
- #import "CCDetail.h"
- #import "CCUtility.h"
- #import "CCSection.h"
- #import "CCHud.h"
- #import "OCNetworking.h"
- #import "CCMove.h"
- @class tableMetadata;
- @interface CCPhotos: UICollectionViewController <UICollectionViewDataSource, UICollectionViewDelegate, UIActionSheetDelegate, DZNEmptyDataSetSource, DZNEmptyDataSetDelegate, OCNetworkingDelegate, CCMoveDelegate>
- @property (nonatomic, weak) CCDetail *detailViewController;
- @property (nonatomic, strong) NSMutableArray *addMetadatasFromUpload;
- @property (nonatomic, strong) NSMutableArray *fileIDHide;
- - (void)downloadFileSuccessFailure:(NSString *)fileName fileID:(NSString *)fileID serverUrl:(NSString *)serverUrl selector:(NSString *)selector errorMessage:(NSString *)errorMessage errorCode:(NSInteger)errorCode;
- - (void)reloadDatasource;
- - (void)searchPhotoVideo;
- @end
|