goog.module('simplegenericinterface.SimpleGenericInterface');

goog.require('nativebootstrap.Util');

const SimpleGenericInterface = goog.require('simplegenericinterface.SimpleGenericInterface$impl');
exports = SimpleGenericInterface;
