Today's Menu  Portugal
journal and plan nutrition
Z5GoogleCalendarDataController.h
Go to the documentation of this file.
1 //
2 // Z5GoogleCalendarController.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 <Foundation/Foundation.h>
10 #import <GTLRCalendar.h>
11 
14 
15 @interface Z5GoogleCalendarDataController : NSObject<Z5GoogleLoginListener>
16 
17 @property (nonatomic, strong) GTLRCalendarService *service;
18 
19 - (void) addCalendarListener: (id<Z5GoogleCalendarListener>)ear;
20 - (void) removeCalendarListener: (id<Z5GoogleCalendarListener>)ear;
21 @end