Skip to content
Snippets Groups Projects
BrooklynBridge.h 508 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 UIApplication (brooklyn)
//an old secret of mine
-(void)_setBackgroundStyle:(long long)arg1;
@end

EthanRDoesMC's avatar
EthanRDoesMC committed
@interface BrooklynBridge : NSObject
@property (nonatomic, assign) CKConversationList * conversationList;
EthanRDoesMC's avatar
EthanRDoesMC committed
+(id)sharedBridge;
+ (BOOL)riseAndShineIMDaemon;
EthanRDoesMC's avatar
EthanRDoesMC committed
@end

NS_ASSUME_NONNULL_END