goog.module('simplegenericinterface.SimpleGenericInterface');

goog.require('nativebootstrap.Util');
goog.require('simplegenericinterface.SimpleGenericInterface.$LambdaAdaptor');

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