|
|
@@ -11,7 +11,6 @@ import kr.co.zumo.app.R;
|
|
|
import kr.co.zumo.app.lifeplus.model.SuperModel;
|
|
|
import kr.co.zumo.app.lifeplus.view.Event;
|
|
|
import kr.co.zumo.app.lifeplus.view.IEventListener;
|
|
|
-import kr.co.zumo.app.lifeplus.view.presenter.Presenter;
|
|
|
|
|
|
/**
|
|
|
* GuideAdpater
|
|
|
@@ -34,7 +33,6 @@ public class GuideAdapter extends RecyclerView.Adapter<GuideView> {
|
|
|
private static final int COIN_GUIDE = 4;
|
|
|
private static final int LAST_VIEW = 5;
|
|
|
|
|
|
- private Presenter presenter;
|
|
|
private Context context;
|
|
|
private LayoutInflater inflater;
|
|
|
private IEventListener listener;
|
|
|
@@ -46,10 +44,6 @@ public class GuideAdapter extends RecyclerView.Adapter<GuideView> {
|
|
|
}
|
|
|
|
|
|
|
|
|
- public void setPresenter(Presenter presenter) {
|
|
|
- this.presenter = presenter;
|
|
|
- }
|
|
|
-
|
|
|
public GuideAdapter(Context context, IEventListener listener) {
|
|
|
this.context = context;
|
|
|
this.inflater = (LayoutInflater) this.context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
|