13 lines
216 B
Objective-C
13 lines
216 B
Objective-C
//
|
|
// NavController.h
|
|
// CuteAnimals
|
|
//
|
|
// Copyright 2012 Google, Inc. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface NavController :
|
|
UINavigationController<UINavigationControllerDelegate>
|
|
|
|
@end
|