goog.module('supermethodcall.GrandParentInterface');

goog.require('nativebootstrap.Util');

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