Files
WechatSharp/Interfaces/Topic/ITopicService.cs
CortexCore 170f05af0c 1
2024-07-12 19:32:02 +08:00

6 lines
77 B
C#

namespace WeChatSharp.Interfaces.Topic;
public interface ITopicService
{
}