summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLShowConstantTBTResponse.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-09-30 10:22:39 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-09-30 10:22:39 -0400
commit5f956e3a5240ee18e0b91681e2f7bb962a0c23c5 (patch)
tree6ec55ead711ce2805c5388fe61b6b451db064f7d /SmartDeviceLink/SDLShowConstantTBTResponse.m
parent41abf01feb2d1103ce2d98392b0713e135d3d4fe (diff)
parent8e68144a2ca0f21549da818ebd8ac58c7f248e2d (diff)
downloadsdl_ios-5f956e3a5240ee18e0b91681e2f7bb962a0c23c5.tar.gz
Merge branch 'develop' into feature/issue_151_struct_dictionary_init
# Conflicts: # SmartDeviceLink/SDLRPCStruct.m
Diffstat (limited to 'SmartDeviceLink/SDLShowConstantTBTResponse.m')
-rw-r--r--SmartDeviceLink/SDLShowConstantTBTResponse.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLShowConstantTBTResponse.m b/SmartDeviceLink/SDLShowConstantTBTResponse.m
index c085697c7..ee0d4f36e 100644
--- a/SmartDeviceLink/SDLShowConstantTBTResponse.m
+++ b/SmartDeviceLink/SDLShowConstantTBTResponse.m
@@ -3,13 +3,12 @@
#import "SDLShowConstantTBTResponse.h"
-
#import "SDLNames.h"
@implementation SDLShowConstantTBTResponse
- (instancetype)init {
- if (self = [super initWithName:NAMES_ShowConstantTBT]) {
+ if (self = [super initWithName:SDLNameShowConstantTBT]) {
}
return self;
}