Signal-iOS/SignalMessaging/environment/migrations/OWS108CallLoggingPreference.h
2019-07-16 10:26:03 -03:00

14 lines
223 B
Objective-C

//
// Copyright (c) 2019 Open Whisper Systems. All rights reserved.
//
#import "OWSDatabaseMigration.h"
NS_ASSUME_NONNULL_BEGIN
@interface OWS108CallLoggingPreference : YDBDatabaseMigration
@end
NS_ASSUME_NONNULL_END