mirror of
https://github.com/zhigang1992/ECSlidingViewController.git
synced 2026-03-29 17:08:34 +08:00
21 lines
464 B
Objective-C
21 lines
464 B
Objective-C
//
|
|
// FirstTopViewController.h
|
|
// ECSlidingViewController
|
|
//
|
|
// Created by Michael Enriquez on 1/23/12.
|
|
// Copyright (c) 2012 EdgeCase. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <QuartzCore/QuartzCore.h>
|
|
#import "ECSlidingViewController.h"
|
|
#import "MenuViewController.h"
|
|
#import "UnderRightViewController.h"
|
|
|
|
@interface FirstTopViewController : UIViewController
|
|
|
|
- (IBAction)revealMenu:(id)sender;
|
|
- (IBAction)revealUnderRight:(id)sender;
|
|
|
|
@end
|