






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

NS_ASSUME_NONNULL_BEGIN

@interface NotKazakhViewController : NotDashViewController

@property (nonatomic, copy) NSString * armHexPhoto;

@property (nonatomic,strong) WKWebView * thickBefore;


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

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

NS_ASSUME_NONNULL_END
