]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/DeviceItemCell.h
Security-57031.1.35.tar.gz
[apple/security.git] / Keychain / DeviceItemCell.h
diff --git a/Keychain/DeviceItemCell.h b/Keychain/DeviceItemCell.h
new file mode 100644 (file)
index 0000000..5da8653
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  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