//
//  UIImage+XXGImage.h
//  XXGPlayKit
//
//  Created by apple on 2025/3/10.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIImage (XXGImage)

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

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

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

NS_ASSUME_NONNULL_END
