mirror of
https://github.com/zhigang1992/ECSlidingViewController.git
synced 2026-06-15 01:49:43 +08:00
15 lines
382 B
Objective-C
15 lines
382 B
Objective-C
//
|
|
// SampleTableViewController.h
|
|
// ECSlidingViewController
|
|
//
|
|
// Created by Michael Enriquez on 2/13/12.
|
|
// Copyright (c) 2012 EdgeCase. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "ECSlidingViewController.h"
|
|
|
|
@interface SampleTableViewController : UITableViewController <UITableViewDataSource, UITabBarControllerDelegate>
|
|
- (IBAction)revealMenu:(id)sender;
|
|
@end
|