/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

  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/AccountsDaemon.framework/AccountsDaemon
  6. */
  7. #import <NSObject.h> // Unknown library
  8. @class ACAccount;
  9. @interface ACDAccountChange : NSObject {
  10. int _changeType; // 4 = 0x4
  11. ACAccount *_account; // 8 = 0x8
  12. ACAccount *_oldAccount; // 12 = 0xc
  13. }
  14. @property(retain, nonatomic) ACAccount *account; // G=0x365f62f9; S=0x365f6309; @synthesize=_account
  15. @property(assign, nonatomic) int changeType; // G=0x365f62d9; S=0x365f62e9; @synthesize=_changeType
  16. @property(retain, nonatomic) ACAccount *oldAccount; // G=0x365f6331; S=0x365f6341; @synthesize=_oldAccount
  17. + (id)changeWithChangeType:(int)changeType account:(id)account oldAccount:(id)account3; // 0x365f6269
  18. - (id)initWithChangeType:(int)changeType account:(id)account oldAccount:(id)account3; // 0x365f61c9
  19. - (void).cxx_destruct; // 0x365f6369
  20. // declared property getter: - (id)account; // 0x365f62f9
  21. // declared property getter: - (int)changeType; // 0x365f62d9
  22. // declared property getter: - (id)oldAccount; // 0x365f6331
  23. // declared property setter: - (void)setAccount:(id)account; // 0x365f6309
  24. // declared property setter: - (void)setChangeType:(int)type; // 0x365f62e9
  25. // declared property setter: - (void)setOldAccount:(id)account; // 0x365f6341
  26. @end