summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLResetGlobalPropertiesResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLResetGlobalPropertiesResponse.h')
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink/SDLResetGlobalPropertiesResponse.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLResetGlobalPropertiesResponse.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLResetGlobalPropertiesResponse.h
new file mode 100644
index 000000000..fc1d4a79d
--- /dev/null
+++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLResetGlobalPropertiesResponse.h
@@ -0,0 +1,13 @@
+// SDLResetGlobalPropertiesResponse.h
+//
+// Copyright (c) 2014 Ford Motor Company. All rights reserved.
+
+
+#import "SDLRPCResponse.h"
+
+@interface SDLResetGlobalPropertiesResponse : SDLRPCResponse {}
+
+-(id) init;
+-(id) initWithDictionary:(NSMutableDictionary*) dict;
+
+@end