/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
- /**
- * This header is generated by class-dump-z 0.2a.
- * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
- *
- * Source: /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
- */
- #import "AppSupport-Structs.h"
- #import <NSObject.h> // Unknown library
- @protocol RadiosPreferencesDelegate;
- @interface RadiosPreferences : NSObject {
- SCPreferencesRef _prefs; // 4 = 0x4
- int _applySkipCount; // 8 = 0x8
- id<RadiosPreferencesDelegate> _delegate; // 12 = 0xc
- BOOL _isCachedAirplaneModeValid; // 16 = 0x10
- BOOL _cachedAirplaneMode; // 17 = 0x11
- BOOL notifyForExternalChangeOnly; // 18 = 0x12
- }
- @property(assign, nonatomic) BOOL airplaneMode; // G=0x366ad0f1; S=0x366ad15d;
- @property(assign, nonatomic) id<RadiosPreferencesDelegate> delegate; // G=0x366ad42d; S=0x366ad43d; @synthesize=_delegate
- @property(assign, nonatomic) BOOL notifyForExternalChangeOnly; // G=0x366ad44d; S=0x366ad45d; @synthesize
- - (id)init; // 0x366ad025
- // declared property getter: - (BOOL)airplaneMode; // 0x366ad0f1
- - (void)dealloc; // 0x366ad085
- // declared property getter: - (id)delegate; // 0x366ad42d
- - (void *)getValueForKey:(id)key; // 0x366ad375
- - (void)initializeSCPrefs:(id)prefs; // 0x366ad1e5
- // declared property getter: - (BOOL)notifyForExternalChangeOnly; // 0x366ad44d
- - (void)notifyTarget:(unsigned)target; // 0x366ad2cd
- - (void)refresh; // 0x366ad1c5
- // declared property setter: - (void)setAirplaneMode:(BOOL)mode; // 0x366ad15d
- - (void)setCallback:(/*function-pointer*/ void *)callback withContext:(XXStruct_K1psTC *)context; // 0x366ad415
- // declared property setter: - (void)setDelegate:(id)delegate; // 0x366ad43d
- // declared property setter: - (void)setNotifyForExternalChangeOnly:(BOOL)externalChangeOnly; // 0x366ad45d
- - (void)setValue:(void *)value forKey:(id)key; // 0x366ad389
- - (void)synchronize; // 0x366ad361
- @end