goog.module('supermethodcall.ParentInterface');

goog.require('nativebootstrap.Util');

const ParentInterface = goog.require('supermethodcall.ParentInterface$impl');
exports = ParentInterface;
