UIImage+Addtions.h 222 B

12345678910111213141516
  1. //
  2. // UIImage+Addtions.h
  3. // JasonDevelop
  4. //
  5. // Created by Jason Lee on 3/10/15.
  6. // Copyright (c) 2015 JasonDevelop. All rights reserved.
  7. //
  8. @import UIKit;
  9. @interface UIImage (Addtions)
  10. - (NSString *)fileName;
  11. @end