diff options
Diffstat (limited to 'Tests/XCTest/CocoaExample/AppDelegate.h')
-rw-r--r-- | Tests/XCTest/CocoaExample/AppDelegate.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/XCTest/CocoaExample/AppDelegate.h b/Tests/XCTest/CocoaExample/AppDelegate.h new file mode 100644 index 0000000..11b5886 --- /dev/null +++ b/Tests/XCTest/CocoaExample/AppDelegate.h @@ -0,0 +1,5 @@ +#import <Cocoa/Cocoa.h> + +@interface AppDelegate : NSObject<NSApplicationDelegate> + +@end |