]> git.saurik.com Git - apple/security.git/blobdiff - tests/TrustTests/TestRunners/ViewController.m
Security-59306.11.20.tar.gz
[apple/security.git] / tests / TrustTests / TestRunners / ViewController.m
diff --git a/tests/TrustTests/TestRunners/ViewController.m b/tests/TrustTests/TestRunners/ViewController.m
new file mode 100644 (file)
index 0000000..e7f19a5
--- /dev/null
@@ -0,0 +1,21 @@
+//
+//  ViewController.m
+//  TrustTestsRunner
+//
+//
+
+#import "ViewController.h"
+
+@interface ViewController ()
+
+@end
+
+@implementation ViewController
+
+- (void)viewDidLoad {
+    [super viewDidLoad];
+    // Do any additional setup after loading the view, typically from a nib.
+}
+
+
+@end