wxr
2023-07-30 d76b0e40e5bb127fd33aa1f7842447a1df0628d5
HDL_ON/UI/UI2/4-PersonalCenter/Visitor/LpTipDialogCallBack.cs
@@ -1,4 +1,6 @@
using System;

#if __Android__
using System;
using Com.Hdl.Hdllinphonesdk.Dialog;
namespace HDL_ON.UI.UI2.PersonalCenter.Visitor
{
@@ -22,3 +24,12 @@
        }
    }
}
#else
namespace HDL_ON.UI.UI2.PersonalCenter.Visitor
{
    public class LpTipDialogCallBack
    {
    }
}
#endif