luxlabs header browser preview


@class NSDictionary;

@interface _ATXAppLaunchLocationGuardedData : NSObject {
    id waitForUnlockNotificationToken;
    NSDictionary *appLaunchCountMap;
    NSDictionary *appIntentLaunchCountMap;
    NSDictionary *intentLaunchCountMap;
    NSDictionary *appForAllIntentsLaunchCountMap;
    NSDictionary *totalLaunchCountMap;
    NSDictionary *totalIntentLaunchCountMap;
}

- (void)dealloc;
- (void).cxx_destruct;

@end