summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLCreateWindowResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLCreateWindowResponse.h')
-rw-r--r--SmartDeviceLink/SDLCreateWindowResponse.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLCreateWindowResponse.h b/SmartDeviceLink/SDLCreateWindowResponse.h
new file mode 100644
index 000000000..bc6dc6641
--- /dev/null
+++ b/SmartDeviceLink/SDLCreateWindowResponse.h
@@ -0,0 +1,13 @@
+//
+// SDLCreateWindowResponse.h
+// SmartDeviceLink
+
+#import "SDLRPCResponse.h"
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface SDLCreateWindowResponse : SDLRPCResponse
+
+@end
+
+NS_ASSUME_NONNULL_END