Today's Menu  Portugal
journal and plan nutrition
W7WebSnippetViewController.h
Go to the documentation of this file.
1 //
2 // W7WebSnippetViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 12/1/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
12 NS_ASSUME_NONNULL_BEGIN
13 
14 @interface W7WebSnippetViewController : UIViewController <WKNavigationDelegate, V7GoogDriveMenuViewProtocol>
15 
16 @property (strong, nonatomic) NSString *showTextTitle;
17 @property (strong, nonatomic) NSString *showTextIngredients;
18 @property (strong, nonatomic) NSString *showTextInstruction;
19 @property (strong, nonatomic) NSString *showHtmlTitle;
20 @property (strong, nonatomic) NSString *showHtmlIngredients;
21 @property (strong, nonatomic) NSString *showHtmlInstruction;
22 
23 - (instancetype)initWithNibName:(nullable NSString *)nibNameOrNil
24  bundle:(nullable NSBundle *)nibBundleOrNil;
25 
26 @end
27 
28 NS_ASSUME_NONNULL_END