// // NSString+XHWebImageAutoSize.h // XHWebImageAutoSizeExample // // Created by zhuxiaohui on 2016/11/16. // Copyright © 2016年 it7090.com. All rights reserved. // https://github.com/CoderZhuXH/XHWebImageAutoSize #import @interface NSString (XHWebImageAutoSize) @property(nonatomic,copy ,readonly)NSString * sizeKeyName; @property(nonatomic,copy ,readonly)NSString * reloadKeyName; @property(nonatomic,copy ,readonly)NSString * md5String; @end