/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
- /**
- * 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/AssistantServices.framework/AssistantServices
- */
- #import "AssistantServices-Structs.h"
- #import <NSObject.h> // Unknown library
- @class NSMutableDictionary, NSString;
- @interface DKMessage : NSObject {
- NSString *_name; // 4 = 0x4
- NSMutableDictionary *_info; // 8 = 0x8
- xpc_connection_s *_x_reply_connection; // 12 = 0xc
- void *_x_reply; // 16 = 0x10
- NSMutableDictionary *_replyInfo; // 20 = 0x14
- }
- @property(readonly, assign, nonatomic) NSString *name; // G=0x34614d5d; @synthesize=_name
- - (id)initWithName:(id)name; // 0x34614735
- - (void).cxx_destruct; // 0x34614d6d
- - (void *)_createXPCMessage; // 0x34614b7d
- - (id)_initWithXPCMessage:(void *)xpcmessage; // 0x34614a25
- - (void)dealloc; // 0x346147a9
- - (id)description; // 0x34614805
- - (id)errorFromInfo; // 0x346199f1
- - (id)infoValueForKey:(id)key; // 0x34614929
- - (BOOL)isErrorMessage; // 0x34619bc1
- // declared property getter: - (id)name; // 0x34614d5d
- - (BOOL)needsReply; // 0x346149f5
- - (void)sendReply; // 0x34614c2d
- - (void)setInfoValue:(id)value forKey:(id)key; // 0x3461487d
- - (void)setInfoWithError:(id)error; // 0x346197f5
- - (void)setReplyValue:(id)value forKey:(id)key; // 0x34614949
- - (void)setReplyWithError:(id)error; // 0x34619bf5
- @end