Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Classes/MUCertificateCell.m')
-rw-r--r--Source/Classes/MUCertificateCell.m10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/Classes/MUCertificateCell.m b/Source/Classes/MUCertificateCell.m
index b37c373..002417c 100644
--- a/Source/Classes/MUCertificateCell.m
+++ b/Source/Classes/MUCertificateCell.m
@@ -30,6 +30,16 @@
#import "MUCertificateCell.h"
+@interface MUCertificateCell () {
+ IBOutlet UIImageView *_certImage;
+ IBOutlet UILabel *_nameLabel;
+ IBOutlet UILabel *_emailLabel;
+ IBOutlet UILabel *_issuerLabel;
+ IBOutlet UILabel *_expiryLabel;
+ BOOL _isCurrentCert;
+}
+@end
+
@implementation MUCertificateCell
+ (MUCertificateCell *) loadFromNib {