summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLMyKey.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLMyKey.h')
-rw-r--r--SmartDeviceLink/SDLMyKey.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLMyKey.h b/SmartDeviceLink/SDLMyKey.h
new file mode 100644
index 000000000..ff039e582
--- /dev/null
+++ b/SmartDeviceLink/SDLMyKey.h
@@ -0,0 +1,17 @@
+// SDLMyKey.h
+//
+
+#import "SDLRPCMessage.h"
+
+@class SDLVehicleDataStatus;
+
+
+@interface SDLMyKey : SDLRPCStruct {
+}
+
+- (instancetype)init;
+- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
+
+@property (strong) SDLVehicleDataStatus *e911Override;
+
+@end