#include @interface TestEnglish: NSObject + (NSString *) intToEnglish: (int) i; @end