UIImageView+ZCHelp.h 319 Bytes
//
//  UIImageView+ZCHelp.h
//  UniversalApp
//
//  Created by 凯朱 on 2019/7/2.
//  Copyright © 2019 徐阳. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIImageView (ZCHelp)
/**
 设置图片
 */
-(void)zc_setImageWithUrlStr:(NSString *)urlStr;
@end

NS_ASSUME_NONNULL_END