зеркало из https://github.com/nextcloud/talk-ios.git
15 строки
308 B
Objective-C
15 строки
308 B
Objective-C
//
|
|
// SettingsViewController.h
|
|
// VideoCalls
|
|
//
|
|
// Created by Ivan Sein on 05.07.17.
|
|
// Copyright © 2017 struktur AG. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "BKPasscodeViewController.h"
|
|
|
|
@interface SettingsViewController : UITableViewController<BKPasscodeViewControllerDelegate>
|
|
|
|
@end
|