]> git.saurik.com Git - apple/security.git/blobdiff - tests/TestHostBinaries/KeychainEntitledTestApp/ViewController.h
Security-59754.41.1.tar.gz
[apple/security.git] / tests / TestHostBinaries / KeychainEntitledTestApp / ViewController.h
diff --git a/tests/TestHostBinaries/KeychainEntitledTestApp/ViewController.h b/tests/TestHostBinaries/KeychainEntitledTestApp/ViewController.h
new file mode 100644 (file)
index 0000000..8f76512
--- /dev/null
@@ -0,0 +1,15 @@
+#import <TargetConditionals.h>
+
+#if TARGET_OS_OSX
+
+#import <Cocoa/Cocoa.h>
+@interface ViewController : NSViewController
+@end
+
+#else
+
+#import <UIKit/UIKit.h>
+@interface ViewController : UIViewController
+@end
+
+#endif