summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSetDisplayLayout.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-12-22 12:19:14 -0500
committerMuller, Alexander (A.) <amulle19@ford.com>2016-12-22 12:19:14 -0500
commitf3f1abc532e359b69290d1944723f865f2ff8358 (patch)
treea4c80be41e0eeca7de0f97dd49ff738544424dfc /SmartDeviceLink/SDLSetDisplayLayout.h
parente8c21ac87e9756cf2a4e380aec40ef8e26e3f4d4 (diff)
downloadsdl_ios-f3f1abc532e359b69290d1944723f865f2ff8358.tar.gz
Added nullability annotations for requests.
Diffstat (limited to 'SmartDeviceLink/SDLSetDisplayLayout.h')
-rw-r--r--SmartDeviceLink/SDLSetDisplayLayout.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLSetDisplayLayout.h b/SmartDeviceLink/SDLSetDisplayLayout.h
index e60b6219b..4ac2170b2 100644
--- a/SmartDeviceLink/SDLSetDisplayLayout.h
+++ b/SmartDeviceLink/SDLSetDisplayLayout.h
@@ -12,6 +12,9 @@
*
* Since SmartDeviceLink 2.0
*/
+
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLSetDisplayLayout : SDLRPCRequest
- (instancetype)initWithPredefinedLayout:(SDLPredefinedLayout)predefinedLayout;
@@ -28,3 +31,5 @@
@property (strong) NSString *displayLayout;
@end
+
+NS_ASSUME_NONNULL_END