UIWindow+Extension.h 277 B

123456789101112131415161718
  1. //
  2. // UIWindow+Extension.h
  3. // Starbuds
  4. //
  5. // Created by 翟玉磊 on 2020/7/20.
  6. // Copyright © 2020 翟玉磊. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface UIWindow (Extension)
  11. + (UIWindow*)lastWindow;
  12. @end
  13. NS_ASSUME_NONNULL_END