summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLButtonPressResponse.m
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-03-05 15:04:25 -0500
committerNicoleYarroch <nicole@livio.io>2019-03-05 15:04:25 -0500
commit63a48c0f0a6606070b0fe30292a8b8bc974dbeae (patch)
tree1a2979b240e6abda96ef86920cdfe016db7cfc61 /SmartDeviceLink/SDLButtonPressResponse.m
parentab727d005ea4cf5e09856fe2f0cccacdf35d5d2b (diff)
downloadsdl_ios-63a48c0f0a6606070b0fe30292a8b8bc974dbeae.tar.gz
Renamed `SDLNames` to `SDLRPCParameterNames`
Diffstat (limited to 'SmartDeviceLink/SDLButtonPressResponse.m')
-rw-r--r--SmartDeviceLink/SDLButtonPressResponse.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLButtonPressResponse.m b/SmartDeviceLink/SDLButtonPressResponse.m
index 1d692130e..6b0beb802 100644
--- a/SmartDeviceLink/SDLButtonPressResponse.m
+++ b/SmartDeviceLink/SDLButtonPressResponse.m
@@ -3,7 +3,7 @@
//
#import "SDLButtonPressResponse.h"
-#import "SDLNames.h"
+#import "SDLRPCParameterNames.h"
#import "SDLRPCFunctionNames.h"
NS_ASSUME_NONNULL_BEGIN