UIImage+NTES.h 358 B

12345678910111213141516171819
  1. //
  2. // UIImage+NTES.h
  3. // NIM
  4. //
  5. // Created by chris on 15/7/13.
  6. // Copyright (c) 2015年 Netease. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIImage (NTES)
  10. + (UIImage *)fetchImage:(NSString *)imageNameOrPath;
  11. + (UIImage *)fetchChartlet:(NSString *)imageName chartletId:(NSString *)chartletId;
  12. - (UIImage *)imageForAvatarUpload;
  13. @end