mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
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
|