]> git.saurik.com Git - apple/security.git/blob - KeychainEntitledTestApp_ios/ViewController.m
Security-58286.1.32.tar.gz
[apple/security.git] / KeychainEntitledTestApp_ios / ViewController.m
1 //
2 // ViewController.m
3 // KeychainEntitledTestApp_ios
4 //
5 // Copyright (c) 2017 Apple Inc. All rights reserved.
6 //
7 //
8
9 #import "ViewController.h"
10
11 @interface ViewController ()
12
13 @end
14
15 @implementation ViewController
16
17 - (void)viewDidLoad {
18 [super viewDidLoad];
19 // Do any additional setup after loading the view, typically from a nib.
20 }
21
22
23 - (void)didReceiveMemoryWarning {
24 [super didReceiveMemoryWarning];
25 // Dispose of any resources that can be recreated.
26 }
27
28
29 @end