@class NSString, BPSIllustratedWatchView, OBTrayButton, BPSWatchView, OBHeaderAccessoryButton, NSLayoutConstraint, NSUserActivity; @protocol BPSBuddyControllerDelegate; @interface BPSWelcomeOptinViewController : OBWelcomeController <BPSBuddyController> @property (retain, nonatomic) BPSWatchView *watchView; @property (retain, nonatomic) BPSIllustratedWatchView *illustratedWatchView; @property (retain, nonatomic) OBTrayButton *suggestedChoiceButton; @property (retain, nonatomic) OBTrayButton *alternateChoiceButton; @property (retain, nonatomic) OBTrayButton *okayButton; @property (retain, nonatomic) OBHeaderAccessoryButton *learnMoreButton; @property (retain, nonatomic) NSLayoutConstraint *watchViewBottomConstraint; @property (nonatomic) BOOL showSuggestedButton; @property (nonatomic) BOOL showAlternateButton; @property (nonatomic) BOOL showOkayButton; @property (nonatomic) BOOL hasFinishedLoadingView; @property (nonatomic) BOOL hasDetailText; @property (retain, nonatomic) NSUserActivity *tapToRadarActivity; @property (nonatomic) unsigned long long style; @property (weak, nonatomic) id<BPSBuddyControllerDelegate> delegate; @property (nonatomic) BOOL isDisplayingInSkippedMiniFlow; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)expressModeSettingsItem:(id)a0; - (id)localizedTitle; - (id)init; - (id)detailString; - (void)dealloc; - (void)viewDidLoad; - (id)captionText; - (id)imageTintColor; - (void)viewWillDisappear:(BOOL)a0; - (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3; - (void).cxx_destruct; - (void)viewDidAppear:(BOOL)a0; - (id)titleString; - (id)_baseIdentifier; - (id)alternateButtonTitle; - (id)titleAttributedString; - (id)imageResource; - (void)alternateButtonPressed:(id)a0; - (void)refreshViews; - (void)suggestedButtonPressed:(id)a0; - (id)suggestedButtonTitle; - (void)openTapToRadar; - (void)applyConfirmedOptin:(BOOL)a0; - (id)imageResourceBundleIdentifier; - (id)privacyBundles; - (id)tapToRadarMetadata; - (BOOL)wantsLightenBlendedScreen; - (id)followUpActions; - (id)okayButtonTitle; - (void)_addButtonObservers; - (void)_didTapPrivacyAccept:(id)a0; - (void)_endTapToRadarActivity; - (void)_refreshButtonTray; - (void)_removeButtonObservers; - (void)_startTapToRadarActivity; - (void)addFollowUpForPageAndDevice:(id)a0 withCompletion:(id /* block */)a1; - (void)addFollowUpForPageWithCompletion:(id /* block */)a0; - (id)detailAtrributedString; - (id)detailTitleString; - (id)followUpIdentifier; - (void)learnMoreButtonPressed:(id)a0; - (id)learnMoreButtonTitle; - (id)localizedInformativeNotificationText; - (id)localizedInformativeText; - (id)localizedNotificationTitle; - (void)markPaneAsSkipped; - (void)okayButtonPressed:(id)a0; - (id)optinLocalizationBundle; - (id)optinLocalizationStringsFile; - (void)removeFollowupForPageWithCompletion:(id /* block */)a0; - (void)showOptinConfirmationAlert:(id)a0 optinChoice:(BOOL)a1; - (BOOL)useBridgeStyling; - (BOOL)wantsAlternateChoicePillButton; - (BOOL)wantsAlternateChoiceSystemButton; - (BOOL)wantsFollowUpNotification; - (BOOL)wantsInternalFPOLabel; - (BOOL)wantsLearnMoreButton; - (BOOL)wantsOkayPillButton; - (BOOL)wantsSuggestedChoiceLinkButton; - (BOOL)wantsSuggestedChoicePillButton; - (BOOL)wantsToShowWatchHW; @end