luxlabs header browser preview


@class NSString;
@protocol PSDriverPolicyForAppDelegate;

@interface PSDriverPolicyForApp : NSObject <DriverManagerObserver>

@property (weak, nonatomic) id<PSDriverPolicyForAppDelegate> delegate;
@property (copy, nonatomic) NSString *bundleIdentifier;

- (void)dealloc;
- (id)specifiers;
- (void).cxx_destruct;
- (id)initWithBundleIdentifier:(id)a0;
- (void)approvalStateDidChange:(BOOL)a0;
- (void)setValue:(id)a0 forSpecifier:(id)a1;
- (id)valueForSpecifier:(id)a0;

@end