美文网首页
设置set方法

设置set方法

作者: 兰章海晏 | 来源:发表于2016-02-26 10:38 被阅读19次

- (void)setShareInfo:(YKBuySubmitBuyResultShareInfo *)shareInfo {

_shareInfo = shareInfo;

if (!self.isViewLoaded) {

[self view];

}

if ( [_shareInfo.shareImageUrl isKindOfClass:[NSString class]]

&& _shareInfo.shareImageUrl.length > 0) {

[self downLoadImage:_shareInfo.shareImageUrl];

}

}

相关文章

网友评论

      本文标题:设置set方法

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