Home: Add search option in public rooms

This commit is contained in:
giomfo
2014-12-08 09:32:21 +01:00
parent 6bed500694
commit 60dbff4097
6 changed files with 156 additions and 14 deletions
@@ -16,7 +16,7 @@
#import <UIKit/UIKit.h>
@interface HomeViewController : UITableViewController <UITextFieldDelegate>
@interface HomeViewController : UITableViewController <UITextFieldDelegate, UISearchBarDelegate>
@end