darling-security/Keychain/DeviceItemCell.h

15 lines
303 B
C
Raw Permalink Normal View History

2016-02-23 20:19:11 +00:00
//
// 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