UMSocialImageUtil.h 310 B

1234567891011121314
  1. //
  2. // UMSocialImageUtil.h
  3. // UMSocialSDK
  4. //
  5. // Created by wangfei on 16/8/12.
  6. // Copyright © 2016年 dongjianxiong. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface UMSocialImageUtil : NSObject
  11. +(UIImage*)scaleImage:(UIImage *) image ToSize:(CGSize)size;
  12. @end