darling-security/Keychain/DeviceItemCell.h
2016-02-23 21:19:11 +01:00

15 lines
303 B
Objective-C

//
// 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