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

@interface MuPrintPageRenderer : UIPrintPageRenderer
{
	MuDocRef *docRef;
}

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

@end