Today's Menu  Portugal
journal and plan nutrition
V3GalleryEditTableViewController.h
Go to the documentation of this file.
1 //
2 // V3GalleryEditTableViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 12/7/16.
6 // Copyright © 2016 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
11 #import "V3KitchenTableView.h"
12 
13 @interface V3GalleryEditTableViewController : UIViewController
14  <V3KitchenTableProtocol,
15  V3GalleryMenuItemControlbarProtocol>
16 
17 @property (strong, nonatomic) NSNumber *focusGallery;
18 
19 @end