session-ios/Signal/src/view controllers/ShowGroupMembersViewControl...

18 lines
493 B
Objective-C

//
// ShowGroupMembersViewController.h
// Signal
//
// Created by Christine Corbett on 12/19/14
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "TSGroupThread.h"
#import "TSGroupModel.h"
@interface ShowGroupMembersViewController : UITableViewController <UITableViewDelegate, UITabBarDelegate, UIImagePickerControllerDelegate, UINavigationControllerDelegate, UITextFieldDelegate>
- (void)configWithThread:(TSGroupThread*)thread;
@end