1 2 3 4 5 6 7 8 9 10 11
#import <Foundation/Foundation.h> #include "mupdf/fitz.h" @interface MuDocRef : NSObject { @public fz_document *doc; } -(id) initWithFilename:(char *)aFilename; @end