






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIImage (SumImage)

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

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

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

NS_ASSUME_NONNULL_END
