/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/AppSupport.framework/Headers/RadiosPreferences.h

https://github.com/zsh-tony/appletv-private-headers · C Header · 40 lines · 24 code · 4 blank · 12 comment · 0 complexity · de71d27ea3985b3f2beeac65882dc4b5 MD5 · raw file

  1. /**
  2. * This header is generated by class-dump-z 0.2a.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
  6. */
  7. #import "AppSupport-Structs.h"
  8. #import <NSObject.h> // Unknown library
  9. @protocol RadiosPreferencesDelegate;
  10. @interface RadiosPreferences : NSObject {
  11. SCPreferencesRef _prefs; // 4 = 0x4
  12. int _applySkipCount; // 8 = 0x8
  13. id<RadiosPreferencesDelegate> _delegate; // 12 = 0xc
  14. BOOL _isCachedAirplaneModeValid; // 16 = 0x10
  15. BOOL _cachedAirplaneMode; // 17 = 0x11
  16. BOOL notifyForExternalChangeOnly; // 18 = 0x12
  17. }
  18. @property(assign, nonatomic) BOOL airplaneMode; // G=0x366ad0f1; S=0x366ad15d;
  19. @property(assign, nonatomic) id<RadiosPreferencesDelegate> delegate; // G=0x366ad42d; S=0x366ad43d; @synthesize=_delegate
  20. @property(assign, nonatomic) BOOL notifyForExternalChangeOnly; // G=0x366ad44d; S=0x366ad45d; @synthesize
  21. - (id)init; // 0x366ad025
  22. // declared property getter: - (BOOL)airplaneMode; // 0x366ad0f1
  23. - (void)dealloc; // 0x366ad085
  24. // declared property getter: - (id)delegate; // 0x366ad42d
  25. - (void *)getValueForKey:(id)key; // 0x366ad375
  26. - (void)initializeSCPrefs:(id)prefs; // 0x366ad1e5
  27. // declared property getter: - (BOOL)notifyForExternalChangeOnly; // 0x366ad44d
  28. - (void)notifyTarget:(unsigned)target; // 0x366ad2cd
  29. - (void)refresh; // 0x366ad1c5
  30. // declared property setter: - (void)setAirplaneMode:(BOOL)mode; // 0x366ad15d
  31. - (void)setCallback:(/*function-pointer*/ void *)callback withContext:(XXStruct_K1psTC *)context; // 0x366ad415
  32. // declared property setter: - (void)setDelegate:(id)delegate; // 0x366ad43d
  33. // declared property setter: - (void)setNotifyForExternalChangeOnly:(BOOL)externalChangeOnly; // 0x366ad45d
  34. - (void)setValue:(void *)value forKey:(id)key; // 0x366ad389
  35. - (void)synchronize; // 0x366ad361
  36. @end