// // TableDrawable.h // pdftest // // Created by Ray on 10/18/16. // Copyright © 2016 United Software Applications, Inc. All rights reserved. // #import "PDFDrawable.h" @interface TableDrawable : PDFDrawable @end