Files

7 lines
118 B
C#

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