goog.module('companion.InterfaceWithCompanion');

goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('nativebootstrap.Util');

const InterfaceWithCompanion = goog.require('companion.InterfaceWithCompanion$impl');
exports = InterfaceWithCompanion;
