luxlabs header browser preview


@class NSString, BSServiceConnection, NSObject;
@protocol OS_dispatch_queue;

@interface UISApplicationSupportClient : NSObject <BSInvalidatable> {
    NSObject<OS_dispatch_queue> *_queue;
    BOOL _queue_invalidated;
    BSServiceConnection *_queue_connection;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)init;
- (void)dealloc;
- (id)_applicationSupportServiceEndpoint;
- (void)invalidate;
- (id)applicationInitializationContextWithParameters:(id)a0;
- (id)_remoteTarget;
- (void).cxx_destruct;
- (void)destroyScenesWithPersistentIdentifiers:(id)a0 animationType:(unsigned long long)a1 destroySessions:(BOOL)a2 completion:(id /* block */)a3;
- (void)requestPasscodeUnlockUIWithCompletion:(id /* block */)a0;

@end