mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
10 lines
147 B
Objective-C
10 lines
147 B
Objective-C
/* All Rights reserved */
|
|
|
|
#include <AppKit/AppKit.h>
|
|
|
|
@interface MyController : NSObject
|
|
{
|
|
id value;
|
|
}
|
|
- (void) buttonPressed: (id)sender;
|
|
@end
|