// SDLFunctionID.h // #import #import "NSMutableDictionary+Store.h" #import "SDLNames.h" #import "NSNumber+NumberType.h" NS_ASSUME_NONNULL_BEGIN @interface SDLFunctionID : NSObject + (instancetype)sharedInstance; - (nullable SDLName)functionNameForId:(int)functionID; - (nullable NSNumber *)functionIdForName:(SDLName)functionName; @end NS_ASSUME_NONNULL_END