| 1234567891011121314 |
- //
- // BasicDrawable.h
- // pdftest
- //
- // Created by Ray on 10/18/16.
- // Copyright © 2016 United Software Applications, Inc. All rights reserved.
- //
- #import "PDFDrawable.h"
- @interface BasicDrawable : PDFDrawable
- //-(void) flipContext:(CGContextRef) context ContextHeight:(double)height ;
- //-(void) restoreFlip:(CGContextRef) context ContextHeight:(double)height ;
- @end
|