package com.mfh.comna.comn.logic; /** * Created by Administrator on 2014/11/10. */ public interface IAndroidService { void setService(BaseService service,long time); }