summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLShowConstantTBTResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLShowConstantTBTResponse.h')
-rw-r--r--SmartDeviceLink/SDLShowConstantTBTResponse.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLShowConstantTBTResponse.h b/SmartDeviceLink/SDLShowConstantTBTResponse.h
new file mode 100644
index 000000000..8396f17a1
--- /dev/null
+++ b/SmartDeviceLink/SDLShowConstantTBTResponse.h
@@ -0,0 +1,16 @@
+// SDLShowConstantTBTResponse.h
+//
+
+
+#import "SDLRPCResponse.h"
+
+/** SDLShowConstantTBTResponse is sent, when SDLShowConstantTBT has been called.
+ * Since<b>SmartDeviceLink 2.0</b>
+ */
+@interface SDLShowConstantTBTResponse : SDLRPCResponse {
+}
+
+- (instancetype)init;
+- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
+
+@end