Skip to content

Commit

Permalink
Adds method to header
Browse files Browse the repository at this point in the history
  • Loading branch information
hwaxxer committed Jul 19, 2012
1 parent 9a8aed6 commit e421407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Framework/ReadmillRequestOperation.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ typedef void (^ReadmillRequestOperationProgressBlock)(NSInteger bytes, long long
- (void)setDownloadProgressBlock:(void (^)(NSInteger bytesRead, long long totalBytesRead, long long totalBytesExpectedToRead))block;

- (void)setShouldExecuteAsBackgroundTaskWithExpirationHandler:(void (^)(void))handler;

- (void)cancelConnectionIfCancelled;
@end

0 comments on commit e421407

Please sign in to comment.