forked from mirrors/linphone-iphone
11 lines
180 B
Objective-C
Executable file
11 lines
180 B
Objective-C
Executable file
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface TestClientApplicationController : NSObject {
|
|
|
|
}
|
|
|
|
- (void)toggleTestClientWindow: (id)sender;
|
|
|
|
- (void)toggleXMLParserWindow: (id)sender;
|
|
|
|
@end
|