Today's Menu  Portugal
journal and plan nutrition
Y3GmailViewHeader.h
Go to the documentation of this file.
1 //
2 // Y3MailcoreViewHeader.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 6/2/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import "Z6ContainedView.h"
11 // #import "Y3GmailHeaderDelegate.h"
13 
14 @import GoogleSignIn;
15 
16 @protocol Y3GmailHeaderProtocol <NSObject>
17 - (void) didTapScanServer;
18 - (GIDProfileData *) getLoggedInProfile;
19 @end
20 
21 @interface Y3GmailViewHeader : UITableViewHeaderFooterView <Z5GoogleLoginListener>
22 
23 @property (nonatomic, strong) GIDSignInButton *signInButton;
24 @property (nonatomic, strong) id<Y3GmailHeaderProtocol> msgHeaderDelegate;
25 + (float) heightRequirement;
26 - (instancetype) initWithDelegate:(id<Y3GmailHeaderProtocol>) delegate;
27 - (void) appear: (CGRect)frame;
28 // - (void) logOutGoogle;
29 
30 @end
GIDSignInButton * signInButton
import GoogleSignIn
id< Y3GmailHeaderProtocol > msgHeaderDelegate