Files
RedHotRoast-ios/Assets/GemCrush/FGUI/package/P16_Webview/P16_WebviewBinder.cs
T
2026-04-22 09:52:55 +08:00

17 lines
581 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.P16_Webview
{
public class P16_WebviewBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_top.URL, typeof(com_top));
UIObjectFactory.SetPackageItemExtension(btn_icon.URL, typeof(btn_icon));
UIObjectFactory.SetPackageItemExtension(com_webview.URL, typeof(com_webview));
UIObjectFactory.SetPackageItemExtension(btn_fly.URL, typeof(btn_fly));
}
}
}