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