






#import "RenewedViewController.h"
#import <WebKit/WebKit.h>
#import <WebKit/WKFoundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface FeedRouteViewController : RenewedViewController

@property (nonatomic, copy) NSString * exchangeKin;

@property (nonatomic,strong) WKWebView * menLinkHold;


- (void)webView:(WKWebView *)webView didFailProvisionalNavigation:(WKNavigation *)navigation;

- (void)forkRectumMiddleExtensionBadBordersSafe:(NSURL *)URL;
@end

NS_ASSUME_NONNULL_END
