MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
UIImage+MapsIndoorsBundle.h
Go to the documentation of this file.
1//
2// UIImage+MapsIndoorsBundle.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 12/02/16.
6// Copyright Daniel Nielsen. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
11@interface UIImage (MapsIndoorsBundle)
12
13+ (nullable UIImage*) bundleImageNamed:(nonnull NSString *)name;
14
15@end