#import @interface UDPEchoClient : NSObject - (BOOL) sendData:(const char *)msg; @end