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

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

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