ifish/Ifish/views/LXActionView/LXColorTools.h

17 lines
310 B
Objective-C

//
// LXColorTools.h
// ISCTest
//
// Created by imac on 16/5/18.
// Copyright © 2016年 xiang. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface LXColorTools : NSObject
//convert hex to RGB
+ ( UIColor *)colorWithHexString:(NSString *)stringToConvert;
@end