]> git.saurik.com Git - apple/security.git/blame - Keychain/DeviceItemCell.h
Security-57031.10.10.tar.gz
[apple/security.git] / Keychain / DeviceItemCell.h
CommitLineData
d8f41ccd
A
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