summaryrefslogtreecommitdiff
path: root/platform/ios/src/UIImage+MGLAdditions.h
blob: 411220c50351eb2d01f7c21bf5a44f483e26b2d3 (plain)
1
2
3
4
5
6
7
8
9
#import <UIKit/UIKit.h>

#include <mbgl/sprite/sprite_image.hpp>

@interface UIImage (MGLAdditions)

- (std::unique_ptr<mbgl::SpriteImage>)mgl_spriteImage;

@end