package com.smartalk.gank.view; /** * Created by panl on 16/1/3. */ public interface IMeizhiView extends IBaseView { void showSaveGirlResult(String result); }