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
17