package com.wasu.cs.ui; /** * Created by jeepc on 2016/9/9. */ public interface AdapterInterface { void setIndex(int index); String getTitle(); }