apps-gorm/Applications/Gorm/Documentation/Examples/SimpleApp/MyController.h
2023-06-14 03:40:51 -04:00

10 lines
147 B
Objective-C

/* All Rights reserved */
#include <AppKit/AppKit.h>
@interface MyController : NSObject
{
id value;
}
- (void) buttonPressed: (id)sender;
@end