//
//  CDVWebViewEngine+FileXhrFix.h
//
//  Created by Ara Hovakimyan on 25/Aug/2020.
//
//

#if __has_include("../../../../CordovaLib/Classes/Private/Plugins/CDVWebViewEngine/CDVWebViewEngine.h")
#define EXIST_CDVWEBVIEWENGINE
#import "../../../../CordovaLib/Classes/Private/Plugins/CDVWebViewEngine/CDVWebViewEngine.h"

@interface CDVWebViewEngine (FileXhrFix)
@end
#endif
