X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b04fe171f0375ecd5d8a24747ca1dff85720a0ca..6b200bc335dc93c5516ccb52f14bd896d8c7fad7:/Keychain/FirstViewController.m diff --git a/Keychain/FirstViewController.m b/Keychain/FirstViewController.m deleted file mode 100644 index dbe940ee..00000000 --- a/Keychain/FirstViewController.m +++ /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