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

#import "MuDocRef.h"

@interface MuPrintPageRenderer : UIPrintPageRenderer

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

@end