Today's Menu  Portugal
journal and plan nutrition
U4WebViewController.h
Go to the documentation of this file.
1 //
2 // U4WebViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 5/29/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import <WebKit/WebKit.h>
11 #import "Y3WebViewDelegate.h"
12 
13 @interface U4WebViewController : UIViewController <Y3WebViewDelegate, WKScriptMessageHandler>
14 
15 
16 @end