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

14 lines
234 B
Objective-C

//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import "OWSTableViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface PrivacySettingsTableViewController : OWSTableViewController
@end
NS_ASSUME_NONNULL_END