apps-gorm/Documentation/Examples/Controller/WinController.h
2023-09-09 19:40:27 -04:00

9 lines
113 B
Objective-C

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