``` abstract class AbstractPresenter<V : Abstra...
# android
a
Copy code
abstract class AbstractPresenter<V : AbstractView, M : AbstractModel> : ViewPresenter<V>
?