Today's Menu  Portugal
journal and plan nutrition
CameraSnapViewController.h
Go to the documentation of this file.
1 //
2 // CameraSnapViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 11/13/16.
6 // Copyright © 2016 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import <WebKit/WebKit.h>
11 
15 
16 @interface CameraSnapViewController : UIViewController
17  < UIImagePickerControllerDelegate,
18  UINavigationControllerDelegate,
19  WKNavigationDelegate,
20  U3ParameterTableDelegate,
21  Y3GmailViewParentProtocol,
22  V7GoogleLoginProtocol >
23 
24 + (BOOL) startCameraControllerFromViewController: (UIViewController*) controller
25  usingDelegate: (id <UINavigationControllerDelegate,UIImagePickerControllerDelegate>) delegate;
26 
27 @end