Today's Menu  Portugal
journal and plan nutrition
V7GoogDriveTableDelegate.h
Go to the documentation of this file.
1 //
2 // V7GoogDriveTableDelegate.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 8/3/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 @protocol V7GoogDriveTableDelegate <NSObject>
12 
13 - (NSMutableArray *) provideFocusFoodListDriveArray;
14 
15 @end