Today's Menu  Portugal
journal and plan nutrition
V7GoogCalendarViewController.h
Go to the documentation of this file.
1 //
2 // V7GoogleCalendarViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 4/25/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import <GTLRCalendar.h>
11 
15 
16 @interface V7GoogCalendarViewController : UIViewController <Z5GoogleLoginListener, Z5GoogleCalendarListener, GIDSignInUIDelegate>
17 
18 @property (nonatomic, strong) GTLRCalendarService *service;
19 @property (nonatomic, strong) GIDSignInButton *signInButton;
20 @property (nonatomic, strong) UIButton *listEventsButton;
21 
22 
23 @end