]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/PeerListCell.h
Security-57031.1.35.tar.gz
[apple/security.git] / Keychain / PeerListCell.h
diff --git a/Keychain/PeerListCell.h b/Keychain/PeerListCell.h
new file mode 100644 (file)
index 0000000..2eb5b15
--- /dev/null
@@ -0,0 +1,16 @@
+//
+//  PeerListCell.h
+//  Security
+//
+//  Created by Mitch Adler on 12/4/12.
+//
+//
+
+#import <UIKit/UIKit.h>
+
+@interface PeerListCell : UITableViewCell
+
+@property (weak, nonatomic) IBOutlet UILabel *peerName;
+@property (weak, nonatomic) IBOutlet UILabel *peerCircle;
+
+@end