//// UIImage+MWPhotoBrowser.h// Pods//// Created by Michael Waterfall on 05/07/2015.////#import <Foundation/Foundation.h>@interfaceUIImage(MWPhotoBrowser)+(UIImage*)imageForResourcePath:(NSString*)pathofType:(NSString*)typeinBundle:(NSBundle*)bundle;+(UIImage*)clearImageWithSize:(CGSize)size;@end