Today's Menu  Portugal
journal and plan nutrition
Z5GoogleLoginListener.h
Go to the documentation of this file.
1 //
2 // Z5GoogleLoginListener.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 4/15/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 // #import <GTLRGmail.h>
11 // #import <GTLRDrive.h>
12 @import GoogleSignIn;
13 
14 @protocol Z5GoogleLoginListener <NSObject>
15 - (void) signedIn: (GIDGoogleUser *)user;
16 - (void) signedOut: (GIDGoogleUser *)user;
17 @end
import GoogleSignIn