123456789101112131415161718 |
- #import <Cocoa/Cocoa.h>
- @interface KMVerificationMessageViewController : NSViewController
- @property (nonatomic, copy) void(^frameUpdateHandle)(CGRect rect);
- @property (nonatomic, strong) NSWindowController *guideWindowVC;
- - (void)reloadData;
- @end
|