14 lines
238 B
Objective-C
14 lines
238 B
Objective-C
//
|
|
// UMComNavigationController.h
|
|
// UMCommunity
|
|
//
|
|
// Created by Gavin Ye on 8/27/14.
|
|
// Copyright (c) 2014 Umeng. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface UMComNavigationController : UINavigationController
|
|
|
|
@end
|