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

16 lines
349 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>
#import "UIUtil.h"
@interface ContactsTableViewController : UITableViewController
@property (nonatomic, strong) IBOutlet UITableView *contactTableView;
@end