123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #import <Foundation/Foundation.h>
- #import <Photos/Photos.h>
- #import "CCManageAutoUpload.h"
- @class tableAccount;
- @interface NCAutoUpload : NSObject <CCManageLocationDelegate>
- + (NCAutoUpload *)sharedInstance;
- - (void)initStateAutoUpload;
- - (BOOL)checkIfLocationIsEnabled;
- - (void)setupAutoUploadFull;
- - (BOOL)createAutoUploadFolderWithSubFolder:(BOOL)useSubFolder assets:(PHFetchResult *)assets selector:(NSString *)selector;
- - (void)alignPhotoLibrary;
- @end
|