session-ios/Signal/src/view controllers/ContactDetailCell.m
2015-01-04 11:28:38 +01:00

29 lines
476 B
Objective-C

//
// ContactDetailCell.m
// Signal
//
// Created by Dylan Bourgeois on 30/10/14.
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
//
#import "ContactDetailCell.h"
#import "DJWActionSheet.h"
@implementation ContactDetailCell
- (void)awakeFromNib {
// Initialization code
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
// Configure the view for the selected state
}
@end