UIImage+MultiFormat.h 254 Bytes
//
//  UIImage+MultiFormat.h
//  WSWebImageDemo
//
//  Created by 王帅 on 16/7/21.
//  Copyright © 2016年 王帅. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface UIImage (MultiFormat)

+ (UIImage *)ws_imageWithData:(NSData *)data;

@end