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

goog.require('bridgejsmethod.Main');
goog.require('bridgejsmethod.Main.R');
goog.require('nativebootstrap.Util');

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