AVSystemController.h 291 B

1234567891011
  1. extern NSString *const _AVSystemController_HeadphoneJackIsConnectedDidChangeNotification;
  2. extern NSString *const _AVSystemController_HeadphoneJackIsConnectedAttribute;
  3. @interface AVSystemController : NSObject
  4. + (instancetype)sharedAVSystemController;
  5. - (id)attributeForKey:(id)key;
  6. @end