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