BlackDoorManager.h 417 B

123456789101112131415161718192021
  1. //
  2. // BlackDoorManager.h
  3. // KidsWatchIOS
  4. //
  5. // Created by 振兴 刘 on 2019/11/22.
  6. // Copyright © 2019 All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. #define BDM_SCREEN_WIDTH [UIScreen mainScreen].bounds.size.width
  12. #define BDM_SCREEN_HEIGHT [UIScreen mainScreen].bounds.size.height
  13. @interface BlackDoorManager : UIView
  14. @end
  15. NS_ASSUME_NONNULL_END