Skip to content
Snippets Groups Projects
BrooklynBridge.h 635 B
Newer Older
  • Learn to ignore specific revisions
  • 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"
    
    #import <AudioToolbox/AudioToolbox.h>
    #import <AVFoundation/AVFoundation.h>
    
    EthanRDoesMC's avatar
    EthanRDoesMC committed
    
    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;
    
    -(void)playLoadingChime;
    -(void)stopLoadingChime;
    
    EthanRDoesMC's avatar
    EthanRDoesMC committed
    @end
    
    NS_ASSUME_NONNULL_END