00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class OADShapeProperties, OADTextBody, ODDPointPropertySet; 00010 00011 @interface ODDPoint : NSObject 00012 { 00013 int mType; 00014 ODDPointPropertySet *mPropertySet; 00015 OADShapeProperties *mShapeProperties; 00016 OADTextBody *mText; 00017 } 00018 00019 - (id)init; 00020 - (void)dealloc; 00021 - (int)type; 00022 - (void)setType:(int)fp8; 00023 - (id)propertySet; 00024 - (id)shapeProperties; 00025 - (id)text; 00026 - (void)setText:(id)fp8; 00027 00028 @end 00029