Room user indicators

Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
This commit is contained in:
Andy Uhnak
2022-02-23 09:47:35 +00:00
parent ff92f92442
commit 559bb88ae4
28 changed files with 458 additions and 329 deletions
@@ -21,6 +21,9 @@ NS_ASSUME_NONNULL_BEGIN
@interface MXKActivityHandlingViewController : UIViewController<MXKViewControllerActivityHandling>
/// A subclass can override this method to block `stopActivityIndicator` if there are still activities in progress
- (BOOL)canStopActivityIndicator;
@end
NS_ASSUME_NONNULL_END