//
//  UIColor+ImageWithColorCreator.h
//  rainbow
//
//  Created by Doha Tubaileh on 1/19/20.
//  Copyright © 2020 Facebook. All rights reserved.
//


#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIColor (ImageWithColorCreator)

- (UIImage *)imageFromColor;

@end

NS_ASSUME_NONNULL_END
