This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/**
* ====================== 抽象产品接口(plugin包) ======================
* @author <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
* @version 1.0
* @created 26-10<31><30>-2025 23:19:03
*/
interface UIPlugin {
public void render();
}