libs-gui/Model/Controller.h

9 lines
121 B
C
Raw Normal View History

#import <AppKit/AppKit.h>
@interface Controller : NSObject
{
id textField;
}
- (void)buttonPressed:(id)sender;
@end