luxlabs header browser preview


@interface SBSApplicationClient : SBSServiceFacilityClient

+ (id)serviceFacilityIdentifier;

- (void)triggerShowAllWindowsForApplicationBundleIdentifier:(id)a0;
- (void)fetchApplicationShortcutItemsOfTypes:(unsigned long long)a0 forBundleIdentifier:(id)a1 withCompletionHandler:(id /* block */)a2;
- (void)requestShelfPresentationForSceneWithIdentifier:(id)a0;
- (void)fetchWhitePointAdaptivityStyleForDisplayId:(unsigned int)a0 withCompletionHandler:(id /* block */)a1;
- (void)updateDynamicApplicationShortcutItems:(id)a0 bundleIdentifier:(id)a1;
- (id)applicationShortcutItemsOfTypes:(unsigned long long)a0 forBundleIdentifier:(id)a1;
- (void)deleteSnapshotsForApplicationIdentifier:(id)a0;

@end