Today's Menu  Portugal
journal and plan nutrition
Y3GmailViewFooter.h
Go to the documentation of this file.
1 //
2 // Y3GmailViewFooter.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 6/9/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <WebKit/WebKit.h>
10 #import "Z6ContainedView.h"
13 
14 @import GoogleSignIn;
15 @interface Y3GmailViewFooter : UIView <Z6ContainedView, Z5GoogleLoginListener>
16 
17 - (instancetype) initWithDelegate:(id<Y3GmailFooterDelegate>) delegate;
18 
19 @end