mirror of
https://github.com/InsanusMokrassar/PsychomatrixBase.git
synced 2024-11-14 20:33:57 +00:00
remove useless UIDI
This commit is contained in:
parent
2655b628c5
commit
2d2ee91c61
@ -1,7 +0,0 @@
|
|||||||
package com.github.insanusmokrassar.PsychomatrixBase.di
|
|
||||||
|
|
||||||
import com.github.insanusmokrassar.PsychomatrixBase.presentation.presenters.DatePickerPresenter
|
|
||||||
|
|
||||||
interface UIDI : PresentationLayerDI {
|
|
||||||
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
package com.github.insanusmokrassar.PsychomatrixBase.di.realisations
|
|
||||||
|
|
||||||
import com.github.insanusmokrassar.PsychomatrixBase.di.PresentationLayerDI
|
|
||||||
import com.github.insanusmokrassar.PsychomatrixBase.di.UIDI
|
|
||||||
|
|
||||||
open class UIDIImpl(
|
|
||||||
presentationLayerDI: PresentationLayerDI
|
|
||||||
) : UIDI, PresentationLayerDI by presentationLayerDI {
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user