Swiftgram/Display/UIViewController+Navigation.h
2015-07-30 01:09:30 +03:00

8 lines
159 B
Objective-C

#import <UIKit/UIKit.h>
@interface UIViewController (Navigation)
- (void)setIgnoreAppearanceMethodInvocations:(BOOL)ignoreAppearanceMethodInvocations;
@end