luxlabs header browser preview


@class NSString, ASDServiceBroker, ASDNotificationCenter;

@interface ASDAppLibrary : NSObject <ASDServiceProvider> {
    ASDServiceBroker *_serviceBroker;
    ASDNotificationCenter *_notificationCenter;
}

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

+ (id)sharedInstance;
+ (id)interface;
+ (void)lookupBundleIDsForDeletableSystemAppsWithItemIDs:(id)a0 withResultHandler:(id /* block */)a1;
+ (void)uninstallApp:(id)a0 withResultHandler:(id /* block */)a1;
+ (long long)launchApp:(id)a0 onPairedDevice:(id)a1;
+ (long long)launchMessagesExtensionForApp:(id)a0;
+ (unsigned char)openableStatusForExecutableAtPath:(id)a0;
+ (void)launchMessagesExtensionForApp:(id)a0 withResultHandler:(id /* block */)a1;
+ (void)lookupItemIDsForDeletableSystemAppsForWatchWithBundleIDs:(id)a0 withResultHandler:(id /* block */)a1;
+ (void)launchApp:(id)a0 onPairedDevice:(id)a1 withResultHandler:(id /* block */)a2;
+ (long long)launchApp:(id)a0;
+ (void)launchApp:(id)a0 withResultHandler:(id /* block */)a1;
+ (void)uninstallApp:(id)a0 requestUserConfirmation:(BOOL)a1 withResultHandler:(id /* block */)a2;
+ (void)lookupItemIDsForDeletableSystemAppsWithBundleIDs:(id)a0 withResultHandler:(id /* block */)a1;
+ (void)lookupBundleIDsForDeletableSystemAppsForWatchWithItemIDs:(id)a0 withResultHandler:(id /* block */)a1;

- (id)init;
- (void).cxx_destruct;

@end