//
//  MOBFWKWebViewContext.h
//  MOBFoundation
//
//  Created by 崔林豪 on 2018/11/6.
//  Copyright © 2018年 MOB. All rights reserved.
//

#import <Foundation/Foundation.h>

#import "MOBFJSTypeDefine.h"
#import <WebKit/WebKit.h>
#include <JavaScriptCore/JavaScript.h>
#import <FlyVerifyCSDK/FlyVerifyCWKWebViewContext.h>


NS_ASSUME_NONNULL_BEGIN


@interface MOBFWKWebViewContext : FlyVerifyCWKWebViewContext

@end

NS_ASSUME_NONNULL_END
