summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/NSMutableDictionary+Store.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/NSMutableDictionary+Store.h')
-rw-r--r--SmartDeviceLink/NSMutableDictionary+Store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/NSMutableDictionary+Store.h b/SmartDeviceLink/NSMutableDictionary+Store.h
index 0c20aa1c8..26493a1b8 100644
--- a/SmartDeviceLink/NSMutableDictionary+Store.h
+++ b/SmartDeviceLink/NSMutableDictionary+Store.h
@@ -17,7 +17,7 @@ typedef NSString* SDLEnum SDL_SWIFT_ENUM;
@interface NSDictionary (Store)
-- (void)sdl_setObject:(NSObject *)object forName:(SDLRPCParameterName)name;
+- (void)sdl_setObject:(nullable NSObject *)object forName:(SDLRPCParameterName)name;
- (nullable SDLEnum)sdl_enumForName:(SDLRPCParameterName)name error:(NSError * _Nullable *)error;
- (nullable NSArray<SDLEnum> *)sdl_enumsForName:(SDLRPCParameterName)name error:(NSError * _Nullable *)error;