00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @interface OAVDrawable : NSObject
00010 {
00011 }
00012
00013 + (struct _xmlDoc *)vmlDocumentFromPart:(id)fp8;
00014 + (id)readDrawableFromNode:(struct _xmlNode *)fp8 state:(id)fp12;
00015 + (id)readDrawablesFromParent:(struct _xmlNode *)fp8 state:(id)fp12;
00016 + (void)readFromDrawable:(struct _xmlNode *)fp8 toDrawable:(id)fp12 state:(id)fp16;
00017 + (struct _NSRect)readCoordBounds:(struct _xmlNode *)fp8;
00018
00019 @end
00020