美文网首页
iOS 8 Expected a type:微信SDk报错解决

iOS 8 Expected a type:微信SDk报错解决

作者: H_A_N | 来源:发表于2017-09-14 10:21 被阅读0次

If you check the docs for UIImage you'll see it's in UIKit, not Foundation. The docs are now all targeted at Swift, which is somewhat annoying, but you'll see the import statement in the docs is specified as
@import UIKit;

In objective-c, that translates to

import <UIKit/UIKit.h>

相关文章

网友评论

      本文标题:iOS 8 Expected a type:微信SDk报错解决

      本文链接:https://www.haomeiwen.com/subject/wwwrsxtx.html