NSString+XHWebImageAutoSize.h 481 B

123456789101112131415
  1. //
  2. // NSString+XHWebImageAutoSize.h
  3. // XHWebImageAutoSizeExample
  4. //
  5. // Created by zhuxiaohui on 2016/11/16.
  6. // Copyright © 2016年 it7090.com. All rights reserved.
  7. // https://github.com/CoderZhuXH/XHWebImageAutoSize
  8. #import <Foundation/Foundation.h>
  9. @interface NSString (XHWebImageAutoSize)
  10. @property(nonatomic,copy ,readonly)NSString * sizeKeyName;
  11. @property(nonatomic,copy ,readonly)NSString * reloadKeyName;
  12. @property(nonatomic,copy ,readonly)NSString * md5String;
  13. @end