]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/PeerListCell.h
Security-57740.51.3.tar.gz
[apple/security.git] / Keychain / PeerListCell.h
diff --git a/Keychain/PeerListCell.h b/Keychain/PeerListCell.h
deleted file mode 100644 (file)
index 2eb5b15..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-//  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