package com.smartalk.gank.view; /** * 基础View接口 * Created by panl on 15/12/24. */ public interface IBaseView { void init(); }