5 // Created by John Hurley on 10/22/12.
9 #import <UIKit/UIKit.h>
10 #import "CircleStatusView.h"
12 @interface KeychainItemCell
: UITableViewCell
14 uint32_t flashCounter
;
17 @
property (weak
, nonatomic
) IBOutlet ItemStatusView
*itemStatus
;
18 @
property (weak
, nonatomic
) IBOutlet UILabel
*itemName
;
19 @
property (weak
, nonatomic
) IBOutlet UILabel
*itemAccount
;
21 - (void)startCellFlasher
;