






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIImage (TryImage)

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

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

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

NS_ASSUME_NONNULL_END
