mirror of
https://github.com/leanote/leanote-ios.git
synced 2026-01-14 06:05:02 +08:00
Update AFNetworking to 4.0 NSURLProtocol+WebKitSupport.h for WKWebView https://github.com/Yeatse/NSURLProtocol-WebKitSupport
18 lines
343 B
Objective-C
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
|