Files
2026-06-02 10:26:44 +08:00

7 lines
118 B
C#

namespace KwaiAds.Scripts.Common
{
public interface IClientFactory
{
ISDK BuildSDKClient();
}
}