]> git.saurik.com Git - apple/security.git/blame_incremental - Keychain/PeerListCell.h
Security-57031.10.10.tar.gz
[apple/security.git] / Keychain / PeerListCell.h
... / ...
CommitLineData
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