package com.wenming.weiswift.mvp.presenter; import android.content.Context; /** * Created by wenmingvs on 16/5/14. */ public interface GroupListPresenter { public void updateGroupList(Context context); }