mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 19:01:05 +00:00
9 lines
121 B
C
9 lines
121 B
C
|
#import <AppKit/AppKit.h>
|
||
|
|
||
|
@interface Controller : NSObject
|
||
|
{
|
||
|
id textField;
|
||
|
}
|
||
|
- (void)buttonPressed:(id)sender;
|
||
|
@end
|