photo-ios/Frameworks/Google Analytics SDK/GoogleAnalytics/Examples/CuteAnimals/NavController.h

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