7 lines
89 B
Objective-C
7 lines
89 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface NavigationController : UINavigationController
|
|
|
|
@end
|
|
|