X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b04fe171f0375ecd5d8a24747ca1dff85720a0ca..6b200bc335dc93c5516ccb52f14bd896d8c7fad7:/Keychain/DeviceItemCell.h?ds=inline diff --git a/Keychain/DeviceItemCell.h b/Keychain/DeviceItemCell.h deleted file mode 100644 index 5da86533..00000000 --- a/Keychain/DeviceItemCell.h +++ /dev/null @@ -1,14 +0,0 @@ -// -// DeviceItemCell.h -// Security -// -// - -#import - -@interface DeviceItemCell : UITableViewCell -@property (weak, nonatomic) IBOutlet UILabel *itemDeviceName; -@property (weak, nonatomic) IBOutlet UILabel *itemPeerID; -@property (weak, nonatomic) IBOutlet UILabel *itemDeviceStatus; - -@end