summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLImageField.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLImageField.h')
-rw-r--r--SmartDeviceLink/SDLImageField.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLImageField.h b/SmartDeviceLink/SDLImageField.h
index 8ae4aa005..429e77343 100644
--- a/SmartDeviceLink/SDLImageField.h
+++ b/SmartDeviceLink/SDLImageField.h
@@ -8,10 +8,14 @@
@class SDLImageResolution;
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLImageField : SDLRPCStruct
@property (strong, nonatomic) SDLImageFieldName name;
@property (strong, nonatomic) NSMutableArray<SDLFileType> *imageTypeSupported;
-@property (strong, nonatomic) SDLImageResolution *imageResolution;
+@property (nullable, strong, nonatomic) SDLImageResolution *imageResolution;
@end
+
+NS_ASSUME_NONNULL_END