summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLScrollableMessageResponse.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-08-27 16:15:33 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-08-27 16:15:33 -0400
commitebaf2cdcfd4792041764b116865f7d9a162423d3 (patch)
tree2e53f7c2f25b42e68fbc6e34f7bba1d86532c00e /SmartDeviceLink/SDLScrollableMessageResponse.h
parent2cb26cbf102bdb309a67880182041393b5ae2559 (diff)
downloadsdl_ios-ebaf2cdcfd4792041764b116865f7d9a162423d3.tar.gz
In progress moving of files
Diffstat (limited to 'SmartDeviceLink/SDLScrollableMessageResponse.h')
-rw-r--r--SmartDeviceLink/SDLScrollableMessageResponse.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/SmartDeviceLink/SDLScrollableMessageResponse.h b/SmartDeviceLink/SDLScrollableMessageResponse.h
deleted file mode 100644
index 4da587c1b..000000000
--- a/SmartDeviceLink/SDLScrollableMessageResponse.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// SDLScrollableMessageResponse.h
-//
-
-
-#import "SDLRPCResponse.h"
-
-/**
- Response to SDLScrollableMessage
-
- Since SmartDeviceLink 2.0
- */
-
-NS_ASSUME_NONNULL_BEGIN
-
-@interface SDLScrollableMessageResponse : SDLRPCResponse
-
-@end
-
-NS_ASSUME_NONNULL_END