]> git.saurik.com Git - apple/security.git/blobdiff - KeychainEntitledTestApp_ios/ViewController.m
Security-58286.1.32.tar.gz
[apple/security.git] / KeychainEntitledTestApp_ios / ViewController.m
diff --git a/KeychainEntitledTestApp_ios/ViewController.m b/KeychainEntitledTestApp_ios/ViewController.m
new file mode 100644 (file)
index 0000000..30c0bb6
--- /dev/null
@@ -0,0 +1,29 @@
+//
+//  ViewController.m
+//  KeychainEntitledTestApp_ios
+//
+//  Copyright (c) 2017 Apple Inc. All rights reserved.
+//
+//
+
+#import "ViewController.h"
+
+@interface ViewController ()
+
+@end
+
+@implementation ViewController
+
+- (void)viewDidLoad {
+    [super viewDidLoad];
+    // Do any additional setup after loading the view, typically from a nib.
+}
+
+
+- (void)didReceiveMemoryWarning {
+    [super didReceiveMemoryWarning];
+    // Dispose of any resources that can be recreated.
+}
+
+
+@end