Today's Menu  Portugal
journal and plan nutrition
U4WebControlsDelegate.h
Go to the documentation of this file.
1 //
2 // U4WebControlsDelegate.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 12/13/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 NS_ASSUME_NONNULL_BEGIN
12 
13 @protocol U4WebControlsDelegate <NSObject>
14 - (void) goBack;
15 - (void) goForward;
16 - (void) stirJavascript;
17 - (void) loadRequest: (NSURLRequest *)requestURL;
18 - (void) goEditCopy;
19 @end
20 
21 NS_ASSUME_NONNULL_END