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