]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/FirstViewController.m
Security-57740.51.3.tar.gz
[apple/security.git] / Keychain / FirstViewController.m
diff --git a/Keychain/FirstViewController.m b/Keychain/FirstViewController.m
deleted file mode 100644 (file)
index dbe940e..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-//
-//  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