luxlabs header browser preview


@class NSArray, PSSpecifier;

@interface STContentPrivacyListController : STPINListViewController

@property (readonly, copy) NSArray *storeDetailSpecifiers;
@property (retain) PSSpecifier *enableRestrictionsSwitchSpecifier;
@property (retain) PSSpecifier *contentRestrictionsSpecifier;

- (id)init;
- (void)dealloc;
- (id)specifiers;
- (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3;
- (void).cxx_destruct;
- (BOOL)shouldDeferPushForSpecifierID:(id)a0;
- (void)setCoordinator:(id)a0;
- (id)_allowChangesSpecifiers;
- (id)_enableRestrictionsSwitchSpecifier;
- (void)_isLoadedDidChange:(BOOL)a0;
- (id)_privacySpecifiers;
- (id)_topLevelExternalSpecifierWithClass:(Class)a0 name:(id)a1 idTitle:(id)a2;
- (id)_topLevelSpecifierWithAction:(SEL)a0 name:(id)a1;
- (id)_topLevelSpecifiers;
- (void)_viewProfilesAndDeviceManagement:(id)a0;
- (id)defaultLinkListSpecifierWithConfiguration:(id)a0 key:(id)a1;
- (id)defaultLinkListSpecifierWithItem:(id)a0;
- (id)defaultRadioItemSpecifierWithGroup:(id)a0 name:(id)a1 value:(id)a2;
- (id)getItemSpecifierValue:(id)a0;
- (id)getRestrictionsEnabled:(id)a0;
- (id)radioGroupSpecifierWithName:(id)a0 footerText:(id)a1 item:(id)a2;
- (void)setItemSpecifierValue:(id)a0 specifier:(id)a1;
- (void)setRestrictionsEnabled:(id)a0 specifier:(id)a1;
- (void)showAllowedAppsRestrictions:(id)a0;
- (void)showMediaRestrictions:(id)a0;
- (void)showiTunesPurchasesRestrictions:(id)a0;
- (id)tccSpecifierWithCapabilityKey:(id)a0 id:(id)a1;

@end