summaryrefslogtreecommitdiffstats
path: root/Tests/XCTest/CocoaExample/AppDelegate.h
blob: 4bf41019e40988be87be47b51d7777939c28aac1 (plain)
1
2
3
4
5
6
#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>


@end