Files
ECSlidingViewController/examples/ECSlidingViewControllerNib/ECSlidingViewControllerNib/SlidingNavigationController.h
Mike Enriquez mike@enriquez.me + Pawan Poudel pawan.poudel@gmail.com 294f1a53fd New workspace. No nib example for iPhone
2013-02-05 20:28:37 -05:00

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