2 // KCATableViewController.h
5 // Created by John Hurley on 10/22/12.
9 #import <UIKit/UIKit.h>
11 @
class KeychainItemCell
;
13 @interface KCATableViewController
: UITableViewController
15 int notificationToken
;
16 bool hasUnlockedRecently
;
18 //@property (assign, nonatomic) IBOutlet KeychainItemCell *kcitemCell;
19 @
property (strong
, nonatomic
) NSArray
*kcItemStatuses
;
20 @
property (strong
, nonatomic
) NSArray
*kcItemNames
;
21 @
property (strong
, nonatomic
) NSTimer
*lockTimer
;
22 @
property (strong
, nonatomic
) NSTimer
*recentTimer
;
24 - (NSArray
*)getItems
;