问答相关页面整理
This commit is contained in:
@ -9,7 +9,7 @@ import com.gh.base.OnListClickListener;
|
||||
import com.gh.common.constant.ItemViewType;
|
||||
import com.gh.gamecenter.R;
|
||||
import com.gh.gamecenter.adapter.viewholder.FooterViewHolder;
|
||||
import com.gh.gamecenter.baselist.BaseListAdapter;
|
||||
import com.gh.gamecenter.baselist.ListAdapter;
|
||||
import com.gh.gamecenter.baselist.LoadStatus;
|
||||
import com.gh.gamecenter.entity.NewsEntity;
|
||||
|
||||
@ -19,7 +19,7 @@ import java.util.List;
|
||||
* Created by khy on 5/12/17.
|
||||
*/
|
||||
|
||||
public class AskQuestionsBodyAdapter extends BaseListAdapter {
|
||||
public class AskQuestionsBodyAdapter extends ListAdapter {
|
||||
private OnListClickListener mListClickListener;
|
||||
private List<NewsEntity> mEntityList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user