]> git.saurik.com Git - apple/security.git/blobdiff - KeychainEntitledTestApp_mac/ViewController.m
Security-59754.41.1.tar.gz
[apple/security.git] / KeychainEntitledTestApp_mac / ViewController.m
diff --git a/KeychainEntitledTestApp_mac/ViewController.m b/KeychainEntitledTestApp_mac/ViewController.m
deleted file mode 100644 (file)
index 452e757..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-//
-//  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