aboutsummaryrefslogtreecommitdiffstats
path: root/platform/ios/demo/Examples/ExamplesContainerViewController.h
blob: 15670394100f340a82fa736ca9b5298a6bacdfb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  ExamplesContainerViewController.h
//  Examples
//
//  Created by Jason Wray on 1/26/16.
//  Copyright © 2016 Mapbox. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface ExamplesContainerViewController : UIViewController

@property (nonatomic) NSString *exampleToLoad;

@end