Add first implementation of Room creation screens

This commit is contained in:
giomfo
2015-08-14 09:20:03 +02:00
parent d56cd74ca5
commit f260ad9d5f
11 changed files with 906 additions and 22 deletions
@@ -36,7 +36,6 @@
- (void)removeMatrixSession:(MXSession*)mxSession;
- (void)showAuthenticationScreen;
- (void)showRoomCreationForm;
- (void)showRoom:(NSString*)roomId withMatrixSession:(MXSession*)mxSession;
- (void)popRoomViewControllerAnimated:(BOOL)animated;