写好了

This commit is contained in:
wushenghua
2016-11-17 16:44:35 +08:00
parent f56bfc2c78
commit fb575c0b62
9 changed files with 404 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
//
// ASHWebNSURLProtocol.h
// ASHWebURLProtocol
//
// Created by xmfish on 16/11/16.
// Copyright © 2016年 ash. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface ASHWebNSURLProtocol : NSURLProtocol<NSURLConnectionDelegate>
@end