aboutsummaryrefslogtreecommitdiffstats
path: root/platform/ios/demo/Examples/ObjectiveC/CameraAnimationExample.h
blob: 45b0ab973293bd704eeb18cadb53a35a2b09f611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  CameraAnimationExample.h
//  Examples
//
//  Created by Jason Wray on 1/29/16.
//  Copyright © 2016 Mapbox. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface CameraAnimationExample : UIViewController

@end