12 lines
140 B
Objective-C
12 lines
140 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import <GLKit/GLKit.h>
|
|
#import <conchRuntime.h>
|
|
|
|
@interface NavViewController : UINavigationController
|
|
{
|
|
}
|
|
|
|
@end
|
|
|
|
|