I’m not sure about the syntax of line 5, it is of ...
# android
o
I’m not sure about the syntax of line 5, it is of type MvpView? then what is the
T
?
m
T is instance of some view that extends
MvpView
interface MyView : MvpView
for example