summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLFunctionID.h
blob: f50eb01f77052bfe06d4646f07ee5b4805c36c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//  SDLFunctionID.h
//


#import <Foundation/Foundation.h>

#import "NSMutableDictionary+Store.h"
#import "SDLNames.h"
#import "NSNumber+NumberType.h"

@interface SDLFunctionID : NSObject

+ (instancetype)sharedInstance;

- (SDLName)functionNameForId:(int)functionID;
- (NSNumber<SDLInt> *)functionIdForName:(SDLName)functionName;

@end