]> git.saurik.com Git - apple/security.git/blobdiff - KeychainEntitledTestApp_mac/ViewController.m
Security-58286.1.32.tar.gz
[apple/security.git] / KeychainEntitledTestApp_mac / ViewController.m
diff --git a/KeychainEntitledTestApp_mac/ViewController.m b/KeychainEntitledTestApp_mac/ViewController.m
new file mode 100644 (file)
index 0000000..452e757
--- /dev/null
@@ -0,0 +1,27 @@
+//
+//  ViewController.m
+//  KeychainEntitledTestApp_mac
+//
+//  Copyright (c) 2017 Apple Inc. All rights reserved.
+//
+//
+
+#import "ViewController.h"
+
+@implementation ViewController
+
+- (void)viewDidLoad {
+    [super viewDidLoad];
+
+    // Do any additional setup after loading the view.
+}
+
+
+- (void)setRepresentedObject:(id)representedObject {
+    [super setRepresentedObject:representedObject];
+
+    // Update the view, if already loaded.
+}
+
+
+@end