package //com.example.programmingas3.geometricshapes { public interface actionscript_book_SpriteArranger_com_example_programmingas3_geometricshapes_IGeometricShape { function getArea():Number; function describe():String; } }