mirror of
https://github.com/zhigang1992/ECSlidingViewController.git
synced 2026-06-15 01:49:43 +08:00
17 lines
390 B
Objective-C
17 lines
390 B
Objective-C
//
|
|
// MenuViewController.h
|
|
// ECSlidingViewControllerNib
|
|
//
|
|
// Created by Michael Enriquez on 2/5/13.
|
|
// Copyright (c) 2013 EdgeCase. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "ECSlidingViewController.h"
|
|
|
|
@interface MenuViewController : UIViewController <UITableViewDataSource, UITableViewDelegate>
|
|
|
|
@property (weak, nonatomic) IBOutlet UITableView *menuTableView;
|
|
|
|
@end
|