X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b04fe171f0375ecd5d8a24747ca1dff85720a0ca..6b200bc335dc93c5516ccb52f14bd896d8c7fad7:/Keychain/KCATableViewController.h?ds=sidebyside diff --git a/Keychain/KCATableViewController.h b/Keychain/KCATableViewController.h deleted file mode 100644 index 79d5f9d6..00000000 --- a/Keychain/KCATableViewController.h +++ /dev/null @@ -1,26 +0,0 @@ -// -// KCATableViewController.h -// Security -// -// Created by John Hurley on 10/22/12. -// -// - -#import - -@class KeychainItemCell; - -@interface KCATableViewController : UITableViewController -{ - int notificationToken; - bool hasUnlockedRecently; -} -//@property (assign, nonatomic) IBOutlet KeychainItemCell *kcitemCell; -@property (strong, nonatomic) NSArray *kcItemStatuses; -@property (strong, nonatomic) NSArray *kcItemNames; -@property (strong, nonatomic) NSTimer *lockTimer; -@property (strong, nonatomic) NSTimer *recentTimer; - -- (NSArray *)getItems; - -@end