// // Constants.h // bungloo // // Created by Jeena on 01.05.10. // Licence: BSD (see attached LICENCE.txt file). // #import #import @interface Constants : NSObject { } #define APP_NAME @"Bungloo" #define MESSAGE_MAX_LENGTH 256 + (NSString *)stringFromVirtualKeyCode:(NSInteger)code; @end