Index: test/mac/xcuitest/MyAppDelegate.h |
diff --git a/test/mac/xctest/MyClass.m b/test/mac/xcuitest/MyAppDelegate.h |
similarity index 66% |
copy from test/mac/xctest/MyClass.m |
copy to test/mac/xcuitest/MyAppDelegate.h |
index df11471b075b79e38b3aa5d4a75a0a71be502f1a..445be2cb427e27e5bdd1d167c9058c3b6710acf7 100644 |
--- a/test/mac/xctest/MyClass.m |
+++ b/test/mac/xcuitest/MyAppDelegate.h |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#import "MyClass.h" |
+#import <UIKit/UIKit.h> |
-@implementation MyClass |
+@interface MyAppDelegate : NSObject<UIApplicationDelegate> |
@end |