Skip to content

Commit

Permalink
Added progress block argument labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cobbe committed Nov 12, 2016
1 parent 97c83d9 commit a14c07f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#import <Foundation/Foundation.h>

typedef void (^DBProgressBlock)(int64_t, int64_t, int64_t);
typedef void (^DBProgressBlock)(int64_t bytesWritten, int64_t totalBytesWritten, int64_t totalBytesExpectedToWrite);

typedef void (^DBRpcResponseBlock)(NSData * _Nullable, NSURLResponse * _Nullable, NSError * _Nullable);

Expand Down

0 comments on commit a14c07f

Please sign in to comment.