]> git.saurik.com Git - apple/security.git/blob - KeychainEntitledTestApp_mac/ViewController.m
Security-58286.1.32.tar.gz
[apple/security.git] / KeychainEntitledTestApp_mac / ViewController.m
1 //
2 // ViewController.m
3 // KeychainEntitledTestApp_mac
4 //
5 // Copyright (c) 2017 Apple Inc. All rights reserved.
6 //
7 //
8
9 #import "ViewController.h"
10
11 @implementation ViewController
12
13 - (void)viewDidLoad {
14 [super viewDidLoad];
15
16 // Do any additional setup after loading the view.
17 }
18
19
20 - (void)setRepresentedObject:(id)representedObject {
21 [super setRepresentedObject:representedObject];
22
23 // Update the view, if already loaded.
24 }
25
26
27 @end