12345678910111213141516 |
- //
- // KMDocumentAIPopViewController.h
- // PDF Master
- //
- // Created by 丁林圭 on 2023/2/2.
- //
- #import <Cocoa/Cocoa.h>
- @interface KMDocumentAIPopViewController : NSViewController
- @property(nonatomic,assign) IBOutlet NSTextView * contentTextView;
- @property (nonatomic,copy) void (^callback) (NSInteger result);
- @end
|