10 lines
189 B
Objective-C
10 lines
189 B
Objective-C
//
|
|
// Copyright (c) 2019 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
#import "OWSDatabaseMigration.h"
|
|
|
|
@interface OWS102MoveLoggingPreferenceToUserDefaults : YDBDatabaseMigration
|
|
|
|
@end
|