talk-ios/VideoCalls/AddParticipantsTableViewCon...

18 строки
326 B
Objective-C

//
// AddParticipantsTableViewController.h
// VideoCalls
//
// Created by Ivan Sein on 23.01.18.
// Copyright © 2018 struktur AG. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "NCRoom.h"
@interface AddParticipantsTableViewController : UITableViewController
- (instancetype)initForRoom:(NCRoom *)room;
@end