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

#import <UIKit/UIKit.h>

@interface DefaultStylesExample : UIViewController

@end