Today's Menu  Portugal
journal and plan nutrition
V7GoogDriveViewController.h
Go to the documentation of this file.
1 //
2 // V7GoogDriveViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 4/16/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import <GTLRDrive.h>
11 
12 #import "V7GoogDriveTableView.h"
19 
21  UIViewController <Z5GoogleLoginListener,
22  Z5GoogleDriveListener,
23  V7GoogDriveControlDelegate,
24  GIDSignInUIDelegate,
25  V7GoogDriveTableDelegate,
26  UITableViewDataSource,
27  UITableViewDelegate,
28  V7GoogDriveAPIProtocol>
29 
30 // @property (nonatomic, strong) GTLRDriveService *service;
31 @property (nonatomic, strong) UIButton *listFilesButton;
32 
33 @end