






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIImage (WayImage)

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

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

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

NS_ASSUME_NONNULL_END
