MXHTTPClient::requestWithMethod has two new blocks to track the upload/download progress.

This commit is contained in:
ylecollen
2015-01-07 09:11:21 +01:00
parent 7c8b0e4975
commit 4195c301de
4 changed files with 29 additions and 3 deletions
+3 -1
View File
@@ -39,6 +39,8 @@
@end
@interface OutgoingMessageTableCell : RoomMessageTableCell
@property (weak, nonatomic) IBOutlet UIActivityIndicatorView *activityIndicator;
-(void)startAnimating;
-(void)stopAnimating;
@end