mirror of
https://github.com/InsanusMokrassar/PsychomatrixBase.git
synced 2024-11-13 03:43:58 +00:00
make UIDIImpl to be open
This commit is contained in:
parent
89d90a9345
commit
2194e56f2f
@ -3,7 +3,7 @@ package com.github.insanusmokrassar.PsychomatrixBase.di.realisations
|
||||
import com.github.insanusmokrassar.PsychomatrixBase.di.PresentationLayerDI
|
||||
import com.github.insanusmokrassar.PsychomatrixBase.di.UIDI
|
||||
|
||||
class UIDIImpl(
|
||||
open class UIDIImpl(
|
||||
presentationLayerDI: PresentationLayerDI
|
||||
) : UIDI, PresentationLayerDI by presentationLayerDI {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user