GroupDrawable.h 222 B

12345678910111213
  1. //
  2. // GroupDrawable.h
  3. // pdftest
  4. //
  5. // Created by Ray on 10/12/16.
  6. // Copyright © 2016 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import "PDFDrawable.h"
  9. @interface GroupDrawable : PDFDrawable
  10. @end