Guest User

Untitled

a guest
Nov 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. public interface RowType {
  2. int BUTTON_ROW_TYPE = 0;
  3. int IMAGE_ROW_TYPE = 1;
  4. int TEXT_ROW_TYPE = 2;
  5. }
Add Comment
Please, Sign In to add comment