// // DeepLinkURLProtocol.h // iCemarose // // Created by Sanchew on 2017/8/2. // Copyright © 2017年 kollway. All rights reserved. // #import <Foundation/Foundation.h> @interface DeepLinkURLProtocol : NSURLProtocol @end