Skip to content
Snippets Groups Projects
BLRootViewController.h 210 B
#import <UIKit/UIKit.h>
#import "BrooklynBridge.h"
#import "IMCore.h"
#import "ChatKit.h"
#import "BLNewChatViewController.h"

@interface BLRootViewController : UITableViewController
-(void)reloadChats;


@end