






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIImage (DayImage)

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

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

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

NS_ASSUME_NONNULL_END
