package com.hilatest.googledata.comm; /** * store google services name * @author chandler * */ public interface GoogleService { public final String CALENDAR_DATA_API = "cl"; }