]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/DeviceItemCell.h
Security-57740.51.3.tar.gz
[apple/security.git] / Keychain / DeviceItemCell.h
diff --git a/Keychain/DeviceItemCell.h b/Keychain/DeviceItemCell.h
deleted file mode 100644 (file)
index 5da8653..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-//  DeviceItemCell.h
-//  Security
-//
-//
-
-#import <UIKit/UIKit.h>
-
-@interface DeviceItemCell : UITableViewCell
-@property (weak, nonatomic) IBOutlet UILabel *itemDeviceName;
-@property (weak, nonatomic) IBOutlet UILabel *itemPeerID;
-@property (weak, nonatomic) IBOutlet UILabel *itemDeviceStatus;
-
-@end