luxlabs header browser preview


@class PUAudioClassificationSettings, PUWelcomeSettings, PUCompositeVideoSettings, PUFeedSettings, PUPhotosGridSettings, PUOneUpSettings, PUSceneSettings, UIImage, NSString, PXSharingSettings, PUSlideshowSettings, PUSuggestionsSettings, PUTilingViewSettings, PUIrisSettings, PXImportSettings, PUAmbientPhotoFrameSettings, PUAirPlaySettings, PUPhotoEditProtoSettings, PUCurationSettings, PUTabbedLibrarySettings, PUAlbumListSettings, PUMedusaSettings, PUWorkaroundSettings, PUPerformanceDiagnosticsSettings;

@interface PURootSettings : PXSettings <PXFavoritesSettingsDelegate> {
    BOOL _enforceDisableIrisUI;
}

@property (retain, nonatomic) NSString *_internal_libraryStateBriefDescription;
@property (retain, nonatomic) UIImage *_internal_libraryStateImage;
@property (nonatomic) BOOL allowIrisUI;
@property (retain, nonatomic) PUCompositeVideoSettings *compositeVideoSettings;
@property (retain, nonatomic) PUTabbedLibrarySettings *tabbedLibrarySettings;
@property (retain, nonatomic) PUPhotosGridSettings *photosGridSettings;
@property (retain, nonatomic) PUPhotoEditProtoSettings *photoEditingSettings;
@property (retain, nonatomic) PUFeedSettings *feedSettings;
@property (retain, nonatomic) PUMedusaSettings *medusaSettings;
@property (retain, nonatomic) PUOneUpSettings *oneUpSettings;
@property (retain, nonatomic) PUTilingViewSettings *tilingViewSettings;
@property (retain, nonatomic) Class interfaceThemeClass;
@property (retain, nonatomic) PUAirPlaySettings *airPlaySettings;
@property (retain, nonatomic) PUSlideshowSettings *slideshowSettings;
@property (retain, nonatomic) PUAlbumListSettings *albumListSettings;
@property (retain, nonatomic) PUWelcomeSettings *welcomeSettings;
@property (retain, nonatomic) PUWorkaroundSettings *workaroundSettings;
@property (retain, nonatomic) PUSceneSettings *sceneSettings;
@property (retain, nonatomic) PUAudioClassificationSettings *audioClassificationSettings;
@property (retain, nonatomic) PUAmbientPhotoFrameSettings *ambientPhotoFrameSettings;
@property (retain, nonatomic) PXSharingSettings *sharingSettings;
@property (retain, nonatomic) PUCurationSettings *curation;
@property (retain, nonatomic) PUSuggestionsSettings *suggestions;
@property (retain, nonatomic) PUIrisSettings *irisSettings;
@property (retain, nonatomic) PUPerformanceDiagnosticsSettings *performanceDiagnosticsSettings;
@property (retain, nonatomic) PXImportSettings *importSettings;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)sharedInstance;
+ (id)currentAsset;
+ (void)presentSettingsController;
+ (void)configureToastForReminderToQuitAfterLaunch:(id)a0 target:(id)a1;
+ (void)_presentTapToRadar;
+ (void)_setCurrentAsset:(id)a0;
+ (void)setupStatusBarDoubleTapOnInternalDevices;
+ (id)_photoKitSettings;
+ (id)_photosUICoreSettings;
+ (id)_debugRowsForViewControllerStack:(id)a0;
+ (void)dismissSettingsController;
+ (id)_saveScreenshot:(id)a0;
+ (id)settingsControllerModule;
+ (void)_deleteAllDiagnosticFiles;
+ (void)dismissSettingsController:(id)a0;
+ (void)setupStatusBarInternalSettingsGestureOnInternalDevices;
+ (void)_setDebugRows:(id)a0;
+ (id)photosUITesterRootViewController;

- (id)parentSettings;
- (void)createChildren;
- (void)setDefaultValues;
- (void)setEnforceDisableIrisUI:(BOOL)a0;
- (void)favoritesSettingsDidChangeFavorites:(id)a0;
- (void)favoritesSettings:(id)a0 loadAccessorySettingsWithCompletionHandler:(id /* block */)a1;
- (void)_setObservationEnabled:(BOOL)a0;
- (id)reparentedRootSettings;
- (id)favoritesSettings;
- (id)archiveValueForKey:(id)a0;
- (void)restoreDefaultValues;
- (void).cxx_destruct;
- (void)applyArchiveValue:(id)a0 forKey:(id)a1;
- (BOOL)irisUIEnabled;

@end