10 lines
193 B
Objective-C
10 lines
193 B
Objective-C
//
|
|
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
#import "OWSTableViewController.h"
|
|
|
|
@interface NotificationSettingsOptionsViewController : OWSTableViewController
|
|
|
|
@end
|