






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIImage (KitImage)

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

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

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

NS_ASSUME_NONNULL_END
