Files
leanote-ios/Leanote/util/NSURLProtocol+WebKitSupport.h
lealife 819cb19506 Remove WordPress-iOS-Shared WordPressCom-Analytics-iOS
Update AFNetworking to 4.0
NSURLProtocol+WebKitSupport.h for WKWebView https://github.com/Yeatse/NSURLProtocol-WebKitSupport
2020-04-24 17:01:50 +08:00

18 lines
343 B
Objective-C

//
// NSURLProtocol+WebKitSupport.h
// NSURLProtocol+WebKitSupport
//
// Created by yeatse on 2016/10/11.
// Copyright © 2016年 Yeatse. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSURLProtocol (WebKitSupport)
+ (void)wk_registerScheme:(NSString*)scheme;
+ (void)wk_unregisterScheme:(NSString*)scheme;
@end