session-ios/Signal/src/view controllers/ActionContactDetailCell.h
2015-01-04 11:30:21 +01:00

16 lines
449 B
Objective-C

//
// ActionContactDetailCell.h
// Signal
//
// Created by Dylan Bourgeois on 09/11/14.
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ActionContactDetailCell : UITableViewCell
@property (strong, nonatomic) IBOutlet UIButton *contactTextButton;
@property (strong, nonatomic) IBOutlet UIButton *contactCallButton;
@property (strong, nonatomic) IBOutlet UIButton *contactShredButton;
@end