session-ios/Session/Signal/ShowGroupMembersViewController.h
2020-11-12 08:48:41 +11:00

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