mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +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
|