KMPDFEditAppendCustomView.h 183 B

12345678910111213
  1. //
  2. // KMPDFEditAppendCustomView.h
  3. // PDF Reader Pro Edition
  4. //
  5. // Created by wanjun on 2021/5/13.
  6. //
  7. #import <Cocoa/Cocoa.h>
  8. @interface KMPDFEditAppendCustomView : NSView
  9. @end