00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @interface MFConverter : NSObject
00010 {
00011 }
00012
00013 + (void)_play:(id)fp8 frame:(struct _NSRect)fp12 colorMap:(id)fp28 fillMap:(id)fp32;
00014 + (id)play:(id)fp8 frame:(struct _NSRect)fp12 colorMap:(id)fp28 fillMap:(id)fp32;
00015 + (id)readerFor:(id)fp8 frame:(struct _NSRect)fp12 colorMap:(id)fp28 fillMap:(id)fp32;
00016 + (BOOL)mapToPdf:(id)fp8;
00017 + (struct _NSRect)boundsInPoints:(id)fp8;
00018
00019 @end
00020