session-ios/Signal/src/view controllers/ContactsTableViewController.h

16 lines
330 B
Objective-C

//
// ContactsTableViewController.h
// Signal
//
// Created by Dylan Bourgeois on 29/10/14.
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ContactsTableViewController : UITableViewController
@property (nonatomic, strong) IBOutlet UITableView *contactTableView;
@end