goog.module('bridgejsmethod.Main');

goog.require('bridgejsmethod.Main.A');
goog.require('bridgejsmethod.Main.B');
goog.require('bridgejsmethod.Main.C');
goog.require('bridgejsmethod.Main.D');
goog.require('bridgejsmethod.Main.E');
goog.require('bridgejsmethod.Main.H');
goog.require('bridgejsmethod.Main.L');
goog.require('java.lang.Integer');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

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