2
0

UIImage+MWPhotoBrowser.h 351 B

1234567891011121314151617
  1. //
  2. // UIImage+MWPhotoBrowser.h
  3. // Pods
  4. //
  5. // Created by Michael Waterfall on 05/07/2015.
  6. //
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface UIImage (MWPhotoBrowser)
  11. + (UIImage *)imageForResourcePath:(NSString *)path ofType:(NSString *)type inBundle:(NSBundle *)bundle;
  12. + (UIImage *)clearImageWithSize:(CGSize)size;
  13. @end