apps-gorm/Documentation/Examples/Controller/WinController.h

10 lines
113 B
C
Raw Normal View History

/* All Rights reserved */
#include <AppKit/AppKit.h>
@interface WinController : NSObject
{
id window;
}
@end