BasicDrawable.h 373 B

1234567891011121314
  1. //
  2. // BasicDrawable.h
  3. // pdftest
  4. //
  5. // Created by Ray on 10/18/16.
  6. // Copyright © 2016 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import "PDFDrawable.h"
  9. @interface BasicDrawable : PDFDrawable
  10. //-(void) flipContext:(CGContextRef) context ContextHeight:(double)height ;
  11. //-(void) restoreFlip:(CGContextRef) context ContextHeight:(double)height ;
  12. @end