mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 20:41:00 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2700 72102866-910b-0410-8b05-ffd578937521
9 lines
135 B
Objective-C
9 lines
135 B
Objective-C
#import <AppKit/AppKit.h>
|
|
|
|
@interface Controller : NSObject
|
|
{
|
|
id textField;
|
|
}
|
|
- (void)buttonPressed:(id)sender;
|
|
- (id)window;
|
|
@end
|