summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLNames.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2017-01-18 11:47:22 -0800
committerMuller, Alexander (A.) <amulle19@ford.com>2017-01-18 11:47:22 -0800
commit41bd47f068648a73389f878069ff0ec3f2cd6005 (patch)
tree21f4bfed2b82ab346a98844ce04569b953a8126f /SmartDeviceLink/SDLNames.h
parenta1c5ddde3424956a0f386335f71e8c36692147ac (diff)
parentaef328f494aea84367af8d0d800253dfe38044b1 (diff)
downloadsdl_ios-feature/struct_property_rewrite.tar.gz
Merge remote-tracking branch 'origin/develop' into feature/struct_property_rewrite.feature/struct_property_rewrite
Diffstat (limited to 'SmartDeviceLink/SDLNames.h')
-rw-r--r--SmartDeviceLink/SDLNames.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLNames.h b/SmartDeviceLink/SDLNames.h
index f13ecb179..10cc8c0f3 100644
--- a/SmartDeviceLink/SDLNames.h
+++ b/SmartDeviceLink/SDLNames.h
@@ -4,6 +4,8 @@
#import <Foundation/Foundation.h>
#import "SDLMacros.h"
+NS_ASSUME_NONNULL_BEGIN
+
typedef NSString* SDLName SDL_SWIFT_ENUM;
extern SDLName const SDLNameAccelerationPedalPosition;
@@ -441,3 +443,5 @@ extern SDLName const SDLNameWiperStatus;
extern SDLName const SDLNameX;
extern SDLName const SDLNameY;
extern SDLName const SDLNameYear;
+
+NS_ASSUME_NONNULL_END