// // UIImage+getSize.h // LiDa // // Created by LF on 2017/7/31. // Copyright © 2017年 Simon. All rights reserved. // #import /** 获取图片尺寸 */ @interface UIImage (getSize) +(CGSize )getImageSizeWithUrl:(id)imageURL; @end