TableDrawable.h 222 B

12345678910111213
  1. //
  2. // TableDrawable.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 TableDrawable : PDFDrawable
  10. @end