X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b04fe171f0375ecd5d8a24747ca1dff85720a0ca..6b200bc335dc93c5516ccb52f14bd896d8c7fad7:/Keychain/KeychainItemCell.h?ds=inline diff --git a/Keychain/KeychainItemCell.h b/Keychain/KeychainItemCell.h deleted file mode 100644 index 0c64c0d7..00000000 --- a/Keychain/KeychainItemCell.h +++ /dev/null @@ -1,23 +0,0 @@ -// -// KeychainItemCell.h -// Security -// -// Created by John Hurley on 10/22/12. -// -// - -#import -#import "CircleStatusView.h" - -@interface KeychainItemCell : UITableViewCell -{ - uint32_t flashCounter; - NSTimer *flashTimer; -} -@property (weak, nonatomic) IBOutlet ItemStatusView *itemStatus; -@property (weak, nonatomic) IBOutlet UILabel *itemName; -@property (weak, nonatomic) IBOutlet UILabel *itemAccount; - -- (void)startCellFlasher; - -@end