123456789101112131415161718 |
- //
- // UIWindow+Extension.h
- // Starbuds
- //
- // Created by 翟玉磊 on 2020/7/20.
- // Copyright © 2020 翟玉磊. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface UIWindow (Extension)
- + (UIWindow*)lastWindow;
- @end
- NS_ASSUME_NONNULL_END
|