Today's Menu  Portugal
journal and plan nutrition
V7GoogDriveControlbarView.h
Go to the documentation of this file.
1 //
2 // V7GoogDriveControlbarView.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 1/1/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import <GTLRDrive.h>
13 #import "Z6ContainedView.h"
14 
15 @interface V7GoogDriveControlbarView : UIView <Z6ContainedView>
16 
17 @property (nonatomic, strong) GIDSignInButton *signInButton;
18 
19 - (instancetype) initWithDelegate:(id<V7GoogDriveControlDelegate>) delegate andFrame:(CGRect) frame;
20 - (void) userLoggedIn:(BOOL) flag;
21 - (void) showRecipeOption: (Boolean) flag;
22 - (void) placeLoginButton;
23 
24 @end
id< U7ParamEditControlDelegate > delegate