KMStatusBar.h 318 B

123456789101112131415161718192021
  1. //
  2. // KMStatusBar.h
  3. // PDF Reader Pro Edition
  4. //
  5. // Created by 王帅 on 2018/9/30.
  6. //
  7. #import <Foundation/Foundation.h>
  8. #import <AppKit/AppKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface KMStatusBar : NSObject
  11. @property (nonatomic,assign) BOOL isShow;
  12. + (KMStatusBar *)systemStatusBar;
  13. @end
  14. NS_ASSUME_NONNULL_END