Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NavigationController.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6306dca8271f33d7977c259ad84be1ec5ce4ebf7 (plain)
1
2
3
4
5
6
7
8

#import <UIKit/UIKit.h>

@interface NavigationController : UINavigationController

@property (nonatomic) BOOL autorotate;

@end