提问问题/修改问题(完成)
This commit is contained in:
@ -6,7 +6,7 @@ import android.widget.TextView;
|
||||
import com.gh.base.BaseRecyclerViewHolder;
|
||||
import com.gh.base.OnListClickListener;
|
||||
import com.gh.gamecenter.R;
|
||||
import com.gh.gamecenter.ask.entity.AskSearchEntity;
|
||||
import com.gh.gamecenter.ask.entity.QuestionsIndexEntity;
|
||||
|
||||
import butterknife.BindView;
|
||||
|
||||
@ -14,7 +14,7 @@ import butterknife.BindView;
|
||||
* Created by khy on 23/03/18.
|
||||
*/
|
||||
|
||||
public class QuestionsEditIndexViewHolder extends BaseRecyclerViewHolder<AskSearchEntity> {
|
||||
public class QuestionsEditIndexViewHolder extends BaseRecyclerViewHolder<QuestionsIndexEntity> {
|
||||
@BindView(R.id.questions_edit_index_title)
|
||||
TextView mIndexTitle;
|
||||
@BindView(R.id.questions_edit_index_answer_count)
|
||||
|
||||
Reference in New Issue
Block a user