mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-03-25 09:25:47 +00:00
11 lines
No EOL
204 B
Objective-C
11 lines
No EOL
204 B
Objective-C
//
|
|
// Created by Sami Samhuri on 15-04-21.
|
|
// Copyright (c) 2015 Guru Logic Inc. All rights reserved.
|
|
//
|
|
@import UIKit;
|
|
|
|
@interface UIColor (Hex)
|
|
|
|
+ (UIColor *)mm_colorFromInteger:(NSUInteger)color;
|
|
|
|
@end |