| 12345678910111213141516 |
- //
- // MenuViewController.h
- // Granite Expo eSign
- //
- // Created by Ray on 02/03/2017.
- // Copyright © 2017 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface MenuViewController : UIViewController<UITableViewDelegate,UITableViewDataSource>
- @property (strong, nonatomic) UITableView* tableView;
- //@property (assign, nonatomic) CGRect frame;
- @property (strong, nonatomic) NSMutableArray* arr_menuItems;
- @end
|