mirror of
https://github.com/zhigang1992/ECSlidingViewController.git
synced 2026-06-15 18:08:31 +08:00
14 lines
267 B
Objective-C
14 lines
267 B
Objective-C
//
|
|
// SlidingNavigationController.h
|
|
// ECSlidingViewControllerNib
|
|
//
|
|
// Created by Michael Enriquez on 2/5/13.
|
|
// Copyright (c) 2013 EdgeCase. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface SlidingNavigationController : UINavigationController
|
|
|
|
@end
|