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

#import "MuDocRef.h"

@interface MuPrintPageRenderer : UIPrintPageRenderer

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

@end