goog.module('instancejsmethods.Child');

goog.require('instancejsmethods.MyInterface');
goog.require('instancejsmethods.Parent');
goog.require('nativebootstrap.Util');

const Child = goog.require('instancejsmethods.Child$impl');
exports = Child;
