]> git.saurik.com Git - apple/security.git/blob - Keychain/PeerListCell.h
Security-57337.50.23.tar.gz
[apple/security.git] / Keychain / PeerListCell.h
1 //
2 // PeerListCell.h
3 // Security
4 //
5 // Created by Mitch Adler on 12/4/12.
6 //
7 //
8
9 #import <UIKit/UIKit.h>
10
11 @interface PeerListCell : UITableViewCell
12
13 @property (weak, nonatomic) IBOutlet UILabel *peerName;
14 @property (weak, nonatomic) IBOutlet UILabel *peerCircle;
15
16 @end