Advertisement
Guest User

Untitled

a guest
Apr 26th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. public  class ViewHolder
  2. {
  3.     TextView text;
  4.     ImageView icon;
  5.     ProgressBar progress;
  6.     int position;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement