NSURLProtocol+WKWebVIew.h 368 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
//
//  NSURLProtocol+WKWebVIew.h
//  Pods
//
//  Created by Lorenzo on 11/10/18.
//

#ifndef NSURLProtocol_WKWebVIew_h
#define NSURLProtocol_WKWebVIew_h


#endif /* NSURLProtocol_WKWebVIew_h */

#import <Foundation/Foundation.h>

@interface NSURLProtocol (WKWebVIew)

+ (void)wk_registerScheme:(NSString*)scheme;

+ (void)wk_unregisterScheme:(NSString*)scheme;


@end