зеркало из https://github.com/nextcloud/talk-ios.git
17 строки
345 B
Objective-C
17 строки
345 B
Objective-C
//
|
|
// RoomsTableViewController.h
|
|
// VideoCalls
|
|
//
|
|
// Created by Ivan Sein on 27.06.17.
|
|
// Copyright © 2017 struktur AG. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <AudioToolbox/AudioToolbox.h>
|
|
|
|
@interface RoomsTableViewController : UITableViewController
|
|
|
|
@property (weak, nonatomic) IBOutlet UIBarButtonItem *addButton;
|
|
|
|
@end
|