mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 21:50:39 -06:00
7 lines
90 B
Objective-C
7 lines
90 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
|
|
@end
|