/** * <p>Copyright: Copyright (c) 2013</p> * <p>Company: �������ӹɷ����޹�˾</p> */ package com.hundsun.ares.studio.usermacro.constants; /** * @author qinyuan * */ public interface IUserMacroResType { //�û��Զ���� public static final String USER_MACRO = "usermacro.xml"; //ϵͳ���ú� public static final String SYSTEM_MACRO = "systemmacro.xml"; }