powerfun-unity/Assets/Scripts/Mobile/Interface/INativeOnMobileWxLoginResp.cs

14 lines
265 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Assets.Scripts.Mobile.Interface
{
interface INativeOnMobileWxLoginResp
{
void OnMobileWxLoginResp(string res);
}
}