mirror of
https://github.com/zhigang1992/ECSlidingViewController.git
synced 2026-01-12 22:46:53 +08:00
17 lines
369 B
Objective-C
17 lines
369 B
Objective-C
//
|
|
// NavigationTopViewController.h
|
|
// ECSlidingViewController
|
|
//
|
|
// Created by Michael Enriquez on 2/13/12.
|
|
// Copyright (c) 2012 EdgeCase. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "ECSlidingViewController.h"
|
|
#import "MenuViewController.h"
|
|
#import "UnderRightViewController.h"
|
|
|
|
@interface NavigationTopViewController : UINavigationController
|
|
|
|
@end
|