CMake/Tests/XCTest/CocoaExample/AppDelegate.h

7 lines
90 B
C
Raw Normal View History

#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end