session-ios/SignalMessaging/environment/migrations/OWS108CallLoggingPreference.h
2018-03-05 21:32:35 -05:00

14 lines
223 B
Objective-C

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