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