]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/FirstViewController.m
Security-57031.1.35.tar.gz
[apple/security.git] / Keychain / FirstViewController.m
diff --git a/Keychain/FirstViewController.m b/Keychain/FirstViewController.m
new file mode 100644 (file)
index 0000000..dbe940e
--- /dev/null
@@ -0,0 +1,29 @@
+//
+//  FirstViewController.m
+//  Keychain
+//
+//  Created by john on 10/22/12.
+//
+//
+
+#import "FirstViewController.h"
+
+@interface FirstViewController ()
+
+@end
+
+@implementation FirstViewController
+
+- (void)viewDidLoad
+{
+    [super viewDidLoad];
+       // Do any additional setup after loading the view, typically from a nib.
+}
+
+- (void)didReceiveMemoryWarning
+{
+    [super didReceiveMemoryWarning];
+    // Dispose of any resources that can be recreated.
+}
+
+@end