/** * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio */ package com.hundsun.ares.studio.jres.compiler; import com.hundsun.ares.studio.core.IARESProject; /** * @author gongyf * */ public interface ICleaner { void clean(IARESProject project); }