Updated GCDWebUploader to latest APIs

This commit is contained in:
Pierre-Olivier Latour
2014-04-07 23:03:08 -07:00
parent 35ce178323
commit 31d51cf5c0
2 changed files with 84 additions and 58 deletions
+2
View File
@@ -54,4 +54,6 @@
@interface GCDWebUploader (Subclassing)
- (BOOL)shouldUploadFileAtPath:(NSString*)path withTemporaryFile:(NSString*)tempPath; // Default implementation returns YES
- (BOOL)shouldMoveItemFromPath:(NSString*)fromPath toPath:(NSString*)toPath; // Default implementation returns YES
- (BOOL)shouldDeleteItemAtPath:(NSString*)path; // Default implementation returns YES
- (BOOL)shouldCreateDirectoryAtPath:(NSString*)path; // Default implementation returns YES
@end