luxlabs header browser preview


@class NSMutableDictionary, NSTimer, NSString, NSObject;
@protocol OS_dispatch_queue;

@interface _UIDefaultFocusSoundPlayer : NSObject <_UIFocusSoundPlayer>

@property (retain, nonatomic) NSMutableDictionary *urlPools;
@property (retain, nonatomic) NSMutableDictionary *focusSoundPools;
@property (retain, nonatomic) NSObject<OS_dispatch_queue> *soundQueue;
@property (retain, nonatomic) NSTimer *unregisterTimer;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)sharedInstance;

- (void)dealloc;
- (id)_init;
- (void).cxx_destruct;
- (void)_playSystemSound:(unsigned int)a0 behavior:(unsigned int)a1 withVolume:(double)a2 pan:(double)a3;
- (void)_registerForSystemSoundsIfNecessary;
- (void)playSoundWithFocusSound:(long long)a0 volume:(double)a1 pan:(double)a2;
- (void)playSoundWithURL:(id)a0 volume:(double)a1 pan:(double)a2;

@end