问题:
cannot find Protocol definition for 'TencentSessionDelegate'
解决方法:
未导入 #import <TencentOpenAPI/TencentApiInterface.h>
导入TencentApiInterface.h 就不会警告了
微信扫一扫
问题:
cannot find Protocol definition for 'TencentSessionDelegate'
解决方法:
未导入 #import <TencentOpenAPI/TencentApiInterface.h>
导入TencentApiInterface.h 就不会警告了
相关推荐