summaryrefslogtreecommitdiff
path: root/platform/ios/test/MGLTViewController.h
blob: 0be0e1ff2c4c243d2bd011ac10d4b800c7d954d6 (plain)
1
2
3
4
5
6
7
8
#import <UIKit/UIKit.h>

@interface MGLTViewController : UIViewController

- (void)insetMapView;
- (void)resetMapView;

@end