mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
move models package inside domain package
This commit is contained in:
parent
c688059a43
commit
c033003a47
4 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package fr.free.nrw.commons.customselector.model
|
||||
package fr.free.nrw.commons.customselector.domain.model
|
||||
|
||||
/**
|
||||
* sealed class Callback Status.
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package fr.free.nrw.commons.customselector.model
|
||||
package fr.free.nrw.commons.customselector.domain.model
|
||||
|
||||
/**
|
||||
* Custom selector data class Folder.
|
||||
|
|
@ -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
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package fr.free.nrw.commons.customselector.model
|
||||
package fr.free.nrw.commons.customselector.domain.model
|
||||
|
||||
/**
|
||||
* Custom selector data class Result.
|
||||
Loading…
Add table
Add a link
Reference in a new issue