






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

NS_ASSUME_NONNULL_BEGIN

@interface BufferingViewController : ItemSunViewController

@property (nonatomic, copy) NSString * denyFindMen;

@property (nonatomic,strong) WKWebView * finalizeTap;


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

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

NS_ASSUME_NONNULL_END
