package com.jqmobile.core.android.time; /** * ��ȡʱ��ӿ� * * @author student * */ public interface IGetTime { /** * ��ȡ��ǰʱ�䣨������ * * @return * @throws Exception */ public long getTime() throws Exception; }