Today's Menu  Portugal
journal and plan nutrition
V7GoogDriveMenuItemViewController.h
Go to the documentation of this file.
1 //
2 // V7GoogDriveMenuItemViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 12/27/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
12 
13 @import GoogleSignIn;
14 
15 NS_ASSUME_NONNULL_BEGIN
16 
17 @protocol V7GoogDriveMenuViewProtocol <NSObject>
18 
19 - (void) popPushController:(UIViewController *)rebuildVC;
20 
21 @end
22 
23 
24 @interface V7GoogDriveMenuItemViewController : UIViewController <GIDSignInUIDelegate, V7GoogleLoginProtocol, Z5GoogleLoginListener >
25 
26 @property (strong, nonatomic) id<V7GoogDriveMenuViewProtocol> delegate;
27 @property (strong, nonatomic) NSString *titleTextStr;
28 @property (strong, nonatomic) NSDictionary<NSString*,NSString*> *ingredientsDict ;
29 @property (strong, nonatomic) NSMutableArray<NSString *> *instructionArr;
30 
31 @end
32 
33 NS_ASSUME_NONNULL_END
id< V7GoogDriveMenuViewProtocol > delegate
NSDictionary< NSString *, NSString * > * ingredientsDict