






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIImage (MidImage)

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

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

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

NS_ASSUME_NONNULL_END
