X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b04fe171f0375ecd5d8a24747ca1dff85720a0ca..6b200bc335dc93c5516ccb52f14bd896d8c7fad7:/Keychain/DeviceTableViewController.h diff --git a/Keychain/DeviceTableViewController.h b/Keychain/DeviceTableViewController.h deleted file mode 100644 index e92b1d18..00000000 --- a/Keychain/DeviceTableViewController.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// KCATableViewController.h -// Security -// -// Created by John Hurley on 10/22/12. -// -// - -#import - -@class DeviceItemCell; - -@interface DeviceTableViewController : UITableViewController -//@property (assign, nonatomic) IBOutlet KeychainItemCell *kcitemCell; -@property (strong, nonatomic) NSArray *kcItemStatuses; -@property (strong, nonatomic) NSArray *kcItemNames; - -- (NSArray *)getItems; - -@end