10 lines
181 B
Objective-C
10 lines
181 B
Objective-C
//
|
|
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
#import "OWSNavigationController.h"
|
|
|
|
@interface SignalsNavigationController : OWSNavigationController
|
|
|
|
@end
|