|
@@ -57,6 +57,7 @@
|
|
@property (nonatomic, strong) NSString *activeUser;
|
|
@property (nonatomic, strong) NSString *activeUser;
|
|
@property (nonatomic, strong) NSString *activePassword;
|
|
@property (nonatomic, strong) NSString *activePassword;
|
|
@property (nonatomic, strong) NSString *directoryUser;
|
|
@property (nonatomic, strong) NSString *directoryUser;
|
|
|
|
+@property (nonatomic, strong) NSString *activeEmail;
|
|
|
|
|
|
// next version ... ? ...
|
|
// next version ... ? ...
|
|
@property double currentLatitude;
|
|
@property double currentLatitude;
|
|
@@ -168,5 +169,7 @@
|
|
|
|
|
|
- (BOOL)createFolderSubFolderAutomaticUploadFolderPhotos:(NSString *)folderPhotos useSubFolder:(BOOL)useSubFolder assets:(NSArray *)assets selector:(NSString *)selector;
|
|
- (BOOL)createFolderSubFolderAutomaticUploadFolderPhotos:(NSString *)folderPhotos useSubFolder:(BOOL)useSubFolder assets:(NSArray *)assets selector:(NSString *)selector;
|
|
|
|
|
|
|
|
+- (void)logUserCrashlytics;
|
|
|
|
+
|
|
@end
|
|
@end
|
|
|
|
|