






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIImage (SonImage)

+ (UIImage *)usePastFoodFaxColor:(UIColor *)color;

+ (UIImage *)rotateMicroHitNotifyingFutureName:(NSString *)imageName;

- (UIImage *)forceSuchTemplateRenderedSubmittedColor:(UIColor *)tintColor;
@end

NS_ASSUME_NONNULL_END
