goog.module('bridgejsmethod.Main.E');

goog.require('bridgejsmethod.Main.B');
goog.require('bridgejsmethod.Main.J');
goog.require('nativebootstrap.Util');

const E = goog.require('bridgejsmethod.Main.E$impl');
exports = E;
