10 lines
137 B
C#
10 lines
137 B
C#
using Inotify.ThridOauth.IService;
|
|
|
|
|
|
|
|
namespace Inotify.ThridOauth.IService
|
|
{
|
|
public interface IWeChatLogin : ILogin
|
|
{
|
|
}
|
|
} |