Skip to content

Instantly share code, notes, and snippets.

@fel-cesar
Created July 18, 2018 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fel-cesar/04dbdad1c16f84eca80756e433ab47d4 to your computer and use it in GitHub Desktop.
Save fel-cesar/04dbdad1c16f84eca80756e433ab47d4 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
@protocol CRUploadProgressDelegate <NSObject>
-(void) didUploadBytes:(long) bytes;
@optional
-(BOOL) didCancelUpload;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment