Skip to content
Snippets Groups Projects
BrooklynBridge.h 380 B
Newer Older
EthanRDoesMC's avatar
EthanRDoesMC committed
//
//  BrooklynBridge.h
//  brooklyn
//
//  Created by EthanRDoesMC on 12/27/20.
//

#import <Foundation/Foundation.h>
#import "IMCore.h"
#import "ChatKit.h"

NS_ASSUME_NONNULL_BEGIN

@interface BrooklynBridge : NSObject
@property (nonatomic, retain) NSArray * conversations;
EthanRDoesMC's avatar
EthanRDoesMC committed
+(id)sharedBridge;
+ (BOOL)riseAndShineIMDaemon;
EthanRDoesMC's avatar
EthanRDoesMC committed
@end

NS_ASSUME_NONNULL_END