Home "+" button: Add "Join room" option

https://github.com/vector-im/riot-meta/issues/65
This commit is contained in:
manuroe
2017-05-02 15:54:50 +02:00
parent 8d1d4cc735
commit f4a7704983
4 changed files with 96 additions and 11 deletions
@@ -114,6 +114,11 @@
*/
- (void)createAnEmptyRoom;
/**
Join a room by alias or id.
*/
- (void)joinARoom;
#pragma mark - Actions
- (void)didTapOnSectionHeader:(UIGestureRecognizer*)gestureRecognizer;