// // UIImage+YH_ImageSize.h // YHScanQR // // Created by Foxconn on 2018/1/20. // Copyright © 2018年 Foxconn. All rights reserved. // Other Linker Flags中添加-ObjC -all_load $(inherited) // #import <UIKit/UIKit.h> @interface UIImage (YHImageSize) //返回一张尺寸不超过屏幕的 image + (UIImage *)imageSizeWithScreenImage:(UIImage *)image; @end