]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/KeychainItemCell.h
Security-57740.51.3.tar.gz
[apple/security.git] / Keychain / KeychainItemCell.h
diff --git a/Keychain/KeychainItemCell.h b/Keychain/KeychainItemCell.h
deleted file mode 100644 (file)
index 0c64c0d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-//  KeychainItemCell.h
-//  Security
-//
-//  Created by John Hurley on 10/22/12.
-//
-//
-
-#import <UIKit/UIKit.h>
-#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