@interface HKCDAPDFPrintPageRenderer : UIPrintPageRenderer { struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } _paperRectOverride; struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } _printableRectOverride; } - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })printableRect; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })paperRect; - (void)drawFooterForPageAtIndex:(long long)a0 inRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1; - (id)initWithPaperRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 horizontalMargin:(double)a1 verticalMargin:(double)a2; @end