1 2 3 4 5 6 7 8 9 10 11 12 13 14
// SDLFunctionID.h // #import <Foundation/Foundation.h> #import "SDLNames.h" @interface SDLFunctionID : NSObject - (SDLName)getFunctionName:(int)functionID; - (NSNumber *)getFunctionID:(SDLName)functionName; @end