summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLRPCStruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLRPCStruct.h')
-rw-r--r--SmartDeviceLink/SDLRPCStruct.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLRPCStruct.h b/SmartDeviceLink/SDLRPCStruct.h
index f69b11dcb..3a6243d21 100644
--- a/SmartDeviceLink/SDLRPCStruct.h
+++ b/SmartDeviceLink/SDLRPCStruct.h
@@ -6,6 +6,8 @@
#import "NSNumber+NumberType.h"
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLRPCStruct : NSObject {
NSMutableDictionary<NSString *, id> *store;
}
@@ -16,3 +18,5 @@
- (NSDictionary<NSString *, id> *)serializeAsDictionary:(Byte)version;
@end
+
+NS_ASSUME_NONNULL_END