Added GCDWebServerDelegate

This commit is contained in:
Pierre-Olivier Latour
2014-04-16 00:39:56 -03:00
parent 05a704bcef
commit c5ca0f7cee
6 changed files with 59 additions and 37 deletions
+2 -1
View File
@@ -29,7 +29,8 @@
@class GCDWebUploader;
@protocol GCDWebUploaderDelegate <NSObject>
// These methods are always called on main thread
@protocol GCDWebUploaderDelegate <GCDWebServerDelegate>
@optional
- (void)webUploader:(GCDWebUploader*)uploader didDownloadFileAtPath:(NSString*)path;
- (void)webUploader:(GCDWebUploader*)uploader didUploadFileAtPath:(NSString*)path;