Created
April 13, 2017 14:06
-
-
Save rimidalv/f7fc4b48d14fe706e1961a6d4efb4a74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//@StateStrategyType(SingleStateStrategy::class) если есть вот эта строка - то не работает | |
interface BaseIAmView : BaseRealmView { | |
fun updateIAm(iAm: IAm) | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@StateStrategyType(SingleStateStrategy::class) | |
interface BaseRealmView : MvpView { | |
fun initData() | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface ControlRegionsView : BaseIAmView { | |
fun updateData(orders: RealmResults<RealmControlOrder>) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment