package edu.hebtu.movingcampus.view; import android.widget.TextView; public class ViewHolder { public TextView textView; }