session-ios/Session/Signal/ShowGroupMembersViewControl...

14 lines
256 B
Objective-C

//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import "OWSTableViewController.h"
@class TSGroupThread;
@interface ShowGroupMembersViewController : OWSTableViewController
- (void)configWithThread:(TSGroupThread *)thread;
@end