]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/DeviceTableViewController.h
Security-57740.51.3.tar.gz
[apple/security.git] / Keychain / DeviceTableViewController.h
diff --git a/Keychain/DeviceTableViewController.h b/Keychain/DeviceTableViewController.h
deleted file mode 100644 (file)
index e92b1d1..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-//
-//  KCATableViewController.h
-//  Security
-//
-//  Created by John Hurley on 10/22/12.
-//
-//
-
-#import <UIKit/UIKit.h>
-
-@class DeviceItemCell;
-
-@interface DeviceTableViewController : UITableViewController
-//@property (assign, nonatomic) IBOutlet KeychainItemCell *kcitemCell;
-@property (strong, nonatomic) NSArray *kcItemStatuses;
-@property (strong, nonatomic) NSArray *kcItemNames;
-
-- (NSArray *)getItems;
-
-@end