session-ios/Signal/src/ViewControllers/ShowGroupMembersViewController.h
2017-03-31 11:58:52 -04:00

21 lines
762 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 "TSGroupModel.h"
#import "TSGroupThread.h"
@interface ShowGroupMembersViewController : UITableViewController <UITableViewDelegate,
UITabBarDelegate,
UIImagePickerControllerDelegate,
UINavigationControllerDelegate,
UITextFieldDelegate>
- (void)configWithThread:(TSGroupThread *)thread;
@end