linphone-iphone/Classes/Utils/XMLRPC/Tools/Test Client/TestClientApplicationController.h
2012-08-02 15:02:39 +02:00

11 lines
180 B
Objective-C
Executable file

#import <Cocoa/Cocoa.h>
@interface TestClientApplicationController : NSObject {
}
- (void)toggleTestClientWindow: (id)sender;
- (void)toggleXMLParserWindow: (id)sender;
@end