/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/AccountsDaemon.framework/Headers/ACDAccountChange.h
https://github.com/zsh-tony/appletv-private-headers · C Header · 30 lines · 14 code · 4 blank · 12 comment · 0 complexity · 6b82e9d501e1f8eb26584cd4605e5542 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/AccountsDaemon.framework/AccountsDaemon
- */
- #import <NSObject.h> // Unknown library
- @class ACAccount;
- @interface ACDAccountChange : NSObject {
- int _changeType; // 4 = 0x4
- ACAccount *_account; // 8 = 0x8
- ACAccount *_oldAccount; // 12 = 0xc
- }
- @property(retain, nonatomic) ACAccount *account; // G=0x365f62f9; S=0x365f6309; @synthesize=_account
- @property(assign, nonatomic) int changeType; // G=0x365f62d9; S=0x365f62e9; @synthesize=_changeType
- @property(retain, nonatomic) ACAccount *oldAccount; // G=0x365f6331; S=0x365f6341; @synthesize=_oldAccount
- + (id)changeWithChangeType:(int)changeType account:(id)account oldAccount:(id)account3; // 0x365f6269
- - (id)initWithChangeType:(int)changeType account:(id)account oldAccount:(id)account3; // 0x365f61c9
- - (void).cxx_destruct; // 0x365f6369
- // declared property getter: - (id)account; // 0x365f62f9
- // declared property getter: - (int)changeType; // 0x365f62d9
- // declared property getter: - (id)oldAccount; // 0x365f6331
- // declared property setter: - (void)setAccount:(id)account; // 0x365f6309
- // declared property setter: - (void)setChangeType:(int)type; // 0x365f62e9
- // declared property setter: - (void)setOldAccount:(id)account; // 0x365f6341
- @end