1 //  Copyright © 2021 650 Industries. All rights reserved.
2 
3 #import <ABI47_0_0EXUpdates/ABI47_0_0EXUpdatesDatabaseMigration.h>
4 
5 NS_ASSUME_NONNULL_BEGIN
6 
7 @interface ABI47_0_0EXUpdatesDatabaseMigrationRegistry : NSObject
8 
9 + (NSArray<id<ABI47_0_0EXUpdatesDatabaseMigration>> *)migrations;
10 
11 @end
12 
13 NS_ASSUME_NONNULL_END
14 
15