6 lines
81 B
Objective-C
6 lines
81 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AboutViewController : NSViewController
|
|
|
|
@end
|