Signal-iOS/Signal/src/ViewControllers/AppSettings/AppSettingsViewController.h
2020-04-10 13:17:08 -03:00

20 lines
390 B
Objective-C

//
// Copyright (c) 2020 Open Whisper Systems. All rights reserved.
//
#import "OWSTableViewController.h"
NS_ASSUME_NONNULL_BEGIN
@class OWSNavigationController;
@interface AppSettingsViewController : OWSTableViewController
+ (OWSNavigationController *)inModalNavigationController;
+ (instancetype)new NS_UNAVAILABLE;
- (instancetype)init NS_UNAVAILABLE;
@end
NS_ASSUME_NONNULL_END