KMBookletPDFView.h 245 B

12345678910111213
  1. //
  2. // KMBookletPDFView.h
  3. // PDF Reader
  4. //
  5. // Created by 蒋志鹏 on 2018/5/24.
  6. // Copyright © 2018 Kdan Mobile. All rights reserved.
  7. //
  8. #import <Quartz/Quartz.h>
  9. @class KMBookletParameterModel;
  10. @interface KMBookletPDFView : PDFView
  11. @end