goog.module('jsbridgeaccidentaloverride.MyInterface');

goog.require('nativebootstrap.Util');

const MyInterface = goog.require('jsbridgeaccidentaloverride.MyInterface$impl');
exports = MyInterface;
