Files
ifish/Ifish/UMCommunity/UMCommunitySDK/UMCommunityUI/Common/BaseVC/UMComNavigationController.h
T
2017-08-15 16:59:01 +08:00

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