luxlabs header browser preview


@protocol GKOnboardingFlowDelegate;

@interface GKOnboardingController : NSObject

@property (class, readonly, nonatomic) GKOnboardingController *shared;

@property (weak, nonatomic) id<GKOnboardingFlowDelegate> delegate;

+ (id)describePlayerComparisonsBetween:(id)a0 and:(id)a1;
+ (id)landingViewController;

- (void).cxx_destruct;
- (void)presentFriendSuggestionsScreen:(id)a0;
- (void)presentContactsIntegrationConsentScreen:(id)a0;
- (void)presentPersonalizationScreen:(id)a0;
- (void)presentProfileCreatedScreen:(id)a0;
- (void)presentProfilePrivacyScreen:(id)a0;
- (void)presentViewController:(id)a0 presentingViewController:(id)a1;

@end