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