Today's Menu  Portugal
journal and plan nutrition
SecondViewController.h
Go to the documentation of this file.
1 //
2 // SecondViewController.h
3 // StayWellFed
4 //
5 // Created by Don Zeek on 5/12/15.
6 // Copyright (c) 2015 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import <GLKit/GLKit.h>
11 #import <OpenGLES/ES2/glext.h>
13 
14 // #import "GLHelper.h"
15 
16 @interface SecondViewController : UIViewController <GLKViewDelegate,
17  Z5RemoteDataFetchProtocol>
18 
19 @property (strong, nonatomic) GLKView *portal;
20 @property (strong, nonatomic) UIButton *logGoogleButton;
21 
22 @end
23