mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
9 lines
113 B
Objective-C
9 lines
113 B
Objective-C
/* All Rights reserved */
|
|
|
|
#include <AppKit/AppKit.h>
|
|
|
|
@interface WinController : NSObject
|
|
{
|
|
id window;
|
|
}
|
|
@end
|