MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
UIColor+HexString.h
Go to the documentation of this file.
1//
2// UIColor+HexString.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 06/05/15.
6// Copyright (c) 2015 MapsPeople A/S. All rights reserved.
7//
8
9
10#import <Foundation/Foundation.h>
11#import <UIKit/UIKit.h>
12
13@interface UIColor (HexString)
14
15+ (nullable UIColor *)colorFromHexString:(nonnull NSString *)hexString;
16
17@end