diff options
Diffstat (limited to 'Tests/XCTest/CocoaExample/AppDelegate.h')
-rw-r--r-- | Tests/XCTest/CocoaExample/AppDelegate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/XCTest/CocoaExample/AppDelegate.h b/Tests/XCTest/CocoaExample/AppDelegate.h index 4bf4101..11b5886 100644 --- a/Tests/XCTest/CocoaExample/AppDelegate.h +++ b/Tests/XCTest/CocoaExample/AppDelegate.h @@ -1,6 +1,5 @@ #import <Cocoa/Cocoa.h> -@interface AppDelegate : NSObject <NSApplicationDelegate> - +@interface AppDelegate : NSObject<NSApplicationDelegate> @end |