package {packageName}; import fairygui.*; class {className} { public static function bindAll():Void { {bindContent} } }