]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/DeviceViewController.m
Security-57740.51.3.tar.gz
[apple/security.git] / Keychain / DeviceViewController.m
diff --git a/Keychain/DeviceViewController.m b/Keychain/DeviceViewController.m
deleted file mode 100644 (file)
index e893ed5..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-//
-//  DeviceViewController.m
-//  Security
-//
-//  Created by john on 11/18/12.
-//
-//
-
-#import "DeviceViewController.h"
-
-@interface DeviceViewController ()
-
-@end
-
-@implementation DeviceViewController
-
-- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
-{
-    self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
-    if (self) {
-        // Custom initialization
-    }
-    return self;
-}
-
-- (void)viewDidLoad
-{
-    [super viewDidLoad];
-       // Do any additional setup after loading the view.
-}
-
-- (void)didReceiveMemoryWarning
-{
-    [super didReceiveMemoryWarning];
-    // Dispose of any resources that can be recreated.
-}
-
-@end