| 1234567891011121314151617 |
- //
- // MessageBox.h
- // PopupViewWrapper
- //
- // Created by Rui Zhang on 3/20/23.
- // Copyright © 2023 yangyi. All rights reserved.
- //
- #import "PopWaitAlert.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MessageBox : PopWaitAlert
- @property (strong,nonatomic) UIButton* btnOK;
- @end
- NS_ASSUME_NONNULL_END
|