summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuPrintPageRenderer.h
blob: f043e0b1ffa3f9ab3098aa15ce5e65bc6058099f (plain)
1
2
3
4
5
6
7
8
#import <UIKit/UIKit.h>
#import <MuDocRef.h>

@interface MuPrintPageRenderer : UIPrintPageRenderer

-(id) initWithDocRef:(MuDocRef *) docRef;

@end