/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/AssistantServices.framework/Headers/DKMessage.h

https://github.com/zsh-tony/appletv-private-headers · C Header · 38 lines · 27 code · 4 blank · 7 comment · 0 complexity · 116850a66376cd5f548bb98a5e16e0d3 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/AssistantServices.framework/AssistantServices
  6. */
  7. #import "AssistantServices-Structs.h"
  8. #import <NSObject.h> // Unknown library
  9. @class NSMutableDictionary, NSString;
  10. @interface DKMessage : NSObject {
  11. NSString *_name; // 4 = 0x4
  12. NSMutableDictionary *_info; // 8 = 0x8
  13. xpc_connection_s *_x_reply_connection; // 12 = 0xc
  14. void *_x_reply; // 16 = 0x10
  15. NSMutableDictionary *_replyInfo; // 20 = 0x14
  16. }
  17. @property(readonly, assign, nonatomic) NSString *name; // G=0x34614d5d; @synthesize=_name
  18. - (id)initWithName:(id)name; // 0x34614735
  19. - (void).cxx_destruct; // 0x34614d6d
  20. - (void *)_createXPCMessage; // 0x34614b7d
  21. - (id)_initWithXPCMessage:(void *)xpcmessage; // 0x34614a25
  22. - (void)dealloc; // 0x346147a9
  23. - (id)description; // 0x34614805
  24. - (id)errorFromInfo; // 0x346199f1
  25. - (id)infoValueForKey:(id)key; // 0x34614929
  26. - (BOOL)isErrorMessage; // 0x34619bc1
  27. // declared property getter: - (id)name; // 0x34614d5d
  28. - (BOOL)needsReply; // 0x346149f5
  29. - (void)sendReply; // 0x34614c2d
  30. - (void)setInfoValue:(id)value forKey:(id)key; // 0x3461487d
  31. - (void)setInfoWithError:(id)error; // 0x346197f5
  32. - (void)setReplyValue:(id)value forKey:(id)key; // 0x34614949
  33. - (void)setReplyWithError:(id)error; // 0x34619bf5
  34. @end