1//
2//  DeviceItemCell.h
3//  Security
4//
5//
6
7#import <UIKit/UIKit.h>
8
9@interface DeviceItemCell : UITableViewCell
10@property (weak, nonatomic) IBOutlet UILabel *itemDeviceName;
11@property (weak, nonatomic) IBOutlet UILabel *itemPeerID;
12@property (weak, nonatomic) IBOutlet UILabel *itemDeviceStatus;
13
14@end
15