mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 09:02:34 -06:00
9 lines
239 B
Java
9 lines
239 B
Java
package androidx.room.migration;
|
|
|
|
import androidx.sqlite.db.SupportSQLiteDatabase;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface AutoMigrationSpec {
|
|
default void onPostMigrate(SupportSQLiteDatabase supportSQLiteDatabase) {
|
|
}
|
|
}
|