6f66a5db64
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
10 lines
106 B
Objective-C
10 lines
106 B
Objective-C
/* Controller */
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface Controller : NSObject
|
|
{
|
|
}
|
|
-(void)awakeFromNib;
|
|
@end
|