aboutsummaryrefslogtreecommitdiffstats
path: root/platform/ios/demo/Examples/ObjectiveC/CameraFlyToExample.h
blob: b3ceba8b75d6075463cba8593361f6a869ea9142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  CameraFlyToViewController.h
//  Examples
//
//  Created by Jordan Kiley on 12/13/16.
//  Copyright © 2016 Mapbox. All rights reserved.
//

#import <UIKit/UIKit.h>
@import Mapbox;

@interface CameraFlyToExample : UIViewController <MGLMapViewDelegate>

@end