Created
August 13, 2018 18:42
-
-
Save catalinghita8/49013a2d4627752bbf3fddf702cb7f74 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
public interface BaseView { | |
void bindViewModel(); | |
void unbindViewModel(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment