@class NSString, AFNotifyObserver, NSHashTable, NSObject; @protocol OS_dispatch_queue; @interface AFDeviceRingerSwitchObserver : NSObject { NSObject *_queue; AFNotifyObserver *_notifyObserver; NSHashTable *_listeners; BOOL _isActive; } @property (readonly, nonatomic) long long state; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedObserver; - (void)addListener:(id)a0; - (void)removeListener:(id)a0; - (id)init; - (void)notifyObserver:(id)a0 didChangeStateFrom:(unsigned long long)a1 to:(unsigned long long)a2; - (void).cxx_destruct; - (void)_updateStateWithNotifyState:(unsigned long long)a0; @end