mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
17 lines
339 B
Objective-C
17 lines
339 B
Objective-C
//
|
|
// ContactDetailTableViewController.h
|
|
// Signal
|
|
//
|
|
// Created by Dylan Bourgeois on 30/10/14.
|
|
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import "Contact.h"
|
|
|
|
@interface ContactDetailTableViewController : UITableViewController
|
|
|
|
@property (nonatomic, strong) Contact *contact;
|
|
|
|
@end
|