package com.uiuipad.find.base; public interface BasePresenter { void attachView(V view); void detachView(); }