// SDLDecoder.h // #import @protocol SDLDecoder - (NSDictionary *)decode:(NSData *)msgBytes; @end