Created
November 16, 2017 18:22
-
-
Save ziginsider/a9497c250d7695f47f18a62bb93941a0 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 RowType { | |
int BUTTON_ROW_TYPE = 0; | |
int IMAGE_ROW_TYPE = 1; | |
int TEXT_ROW_TYPE = 2; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment