summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/NSMutableDictionary+Store.h
diff options
context:
space:
mode:
authorjustingluck93 <47197545+justingluck93@users.noreply.github.com>2019-07-24 14:05:45 -0400
committerGitHub <noreply@github.com>2019-07-24 14:05:45 -0400
commit8ab8e0b3a41b3bea610ae475c0c89508a1da926d (patch)
tree3149818d634af730cd0e55805fbb09107eccba6d /SmartDeviceLink/NSMutableDictionary+Store.h
parentd815daba3ce41ffaa2d34c13e56496e7c2f88c3f (diff)
parent71aef9c8bf1a123b3ed5a482362cfd0231c7e403 (diff)
downloadsdl_ios-8ab8e0b3a41b3bea610ae475c0c89508a1da926d.tar.gz
Merge branch 'develop' into feature/issue-806-OpenMenuRPC
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;