]>
git.saurik.com Git - apple/security.git/blob - Keychain/PeerListCell.h
5 // Created by Mitch Adler on 12/4/12.
9 #import <UIKit/UIKit.h>
11 @interface PeerListCell
: UITableViewCell
13 @
property (weak
, nonatomic
) IBOutlet UILabel
*peerName
;
14 @
property (weak
, nonatomic
) IBOutlet UILabel
*peerCircle
;