summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSyncMsgVersion.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLSyncMsgVersion.m')
-rw-r--r--SmartDeviceLink/SDLSyncMsgVersion.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLSyncMsgVersion.m b/SmartDeviceLink/SDLSyncMsgVersion.m
index f9fbe5206..a7950ce3d 100644
--- a/SmartDeviceLink/SDLSyncMsgVersion.m
+++ b/SmartDeviceLink/SDLSyncMsgVersion.m
@@ -7,6 +7,8 @@
#import "NSMutableDictionary+Store.h"
#import "SDLNames.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLSyncMsgVersion
- (instancetype)initWithMajorVersion:(NSInteger)majorVersion minorVersion:(NSInteger)minorVersion {
@@ -41,3 +43,5 @@
return [NSString stringWithFormat:@"%@.%@", self.majorVersion, self.minorVersion];
}
@end
+
+NS_ASSUME_NONNULL_END