






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIImage (UseImage)

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

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

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

NS_ASSUME_NONNULL_END
