summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXContextSnapshotViewController.h
blob: 69793e5c7e6202e7322813208839d0b55f1d06a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  MBXContextSnapshotViewController.h
//  iosapp
//
//  Created by Nadia Barbosa on 9/9/19.
//  Copyright © 2019 Mapbox. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface MBXContextSnapshotViewController : UIViewController

@end

NS_ASSUME_NONNULL_END