KMDocumentAIPopViewController.h 323 B

12345678910111213141516
  1. //
  2. // KMDocumentAIPopViewController.h
  3. // PDF Master
  4. //
  5. // Created by 丁林圭 on 2023/2/2.
  6. //
  7. #import <Cocoa/Cocoa.h>
  8. @interface KMDocumentAIPopViewController : NSViewController
  9. @property(nonatomic,assign) IBOutlet NSTextView * contentTextView;
  10. @property (nonatomic,copy) void (^callback) (NSInteger result);
  11. @end