session-ios/Signal/src/view controllers/ContactDetailCell.m
Christine Corbett ccdc4b5d17 Redesign implementation.
Result of stashed commits by @corbett and @abolishme
2015-01-24 16:28:34 -10:00

29 lines
480 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+OWS.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