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

UIViewController+Navigation.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5342435b3bc1e27fd57bc25fdde6957643751dfe (plain)
1
2
3
4
5
6
7
8
9
10

#import <UIKit/UIKit.h>

@interface UIViewController (Navigation)

- (void)showBackButton;

@property (nonatomic, readonly) UIStoryboard * mainStoryboard;

@end