move models package inside domain package

This commit is contained in:
Rohit Verma 2024-11-29 22:51:22 +05:30
parent c688059a43
commit c033003a47
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
package fr.free.nrw.commons.customselector.model
package fr.free.nrw.commons.customselector.domain.model
/**
* sealed class Callback Status.

View file

@ -1,4 +1,4 @@
package fr.free.nrw.commons.customselector.model
package fr.free.nrw.commons.customselector.domain.model
/**
* Custom selector data class Folder.

View file

@ -1,4 +1,4 @@
package fr.free.nrw.commons.customselector.model
package fr.free.nrw.commons.customselector.domain.model
import android.net.Uri
import android.os.Parcel

View file

@ -1,4 +1,4 @@
package fr.free.nrw.commons.customselector.model
package fr.free.nrw.commons.customselector.domain.model
/**
* Custom selector data class Result.