The media download progress info (pie chart + stats) is displayed in the history.

This commit is contained in:
ylecollen
2015-01-08 11:31:25 +01:00
parent e14595c7ef
commit 8f3d32d79e
3 changed files with 98 additions and 1 deletions
@@ -38,6 +38,10 @@
// reference to the linked message
@property (strong, nonatomic) RoomMessage *message;
- (void)startProgressUI;
- (void)stopProgressUI;
@end
@interface IncomingMessageTableCell : RoomMessageTableCell