- //
- // KMEmailSubWindowController.h
- // PDF Reader Pro Edition
- //
- // Created by 王帅 on 2019/4/18.
- //
- #import <Cocoa/Cocoa.h>
- @interface KMEmailSubWindowController : NSWindowController
- + (BOOL)isAllowsShow;
- + (KMEmailSubWindowController *)windowController;
- @end
|