@class EDTextBox, NSString, EDComment, EDAnchor, NSMutableDictionary, EDSheet; @interface EDOfficeArtClient : NSObject { EDSheet *mSheet; id mClientState; EDAnchor *mAnchor; EDTextBox *mTextBox; EDComment *mComment; NSMutableDictionary *mTableModels; struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } mBounds; BOOL mIsBoundsSet; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)setAnchor:(id)a0; - (id)anchor; - (id)clientState; - (BOOL)hasText; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })bounds; - (void)setBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void).cxx_destruct; - (id)comment; - (BOOL)hasBounds; - (void)setComment:(id)a0; - (void)setClientState:(id)a0; - (id)sheet; - (void)setSheet:(id)a0; - (void)setTableModels:(id)a0; - (id)textBox; - (BOOL)areBoundsSet; - (void)setTextBox:(id)a0; - (id)tableModels; @end