Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user