12 lines
191 B
Objective-C
12 lines
191 B
Objective-C
//
|
|
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface OWSScrubbingLogFormatter : DDLogFileFormatterDefault
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|