session-ios/SignalMessaging/environment/migrations/OWS105AttachmentFilePaths.h

14 lines
221 B
Objective-C

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