MessageBox.h 298 B

1234567891011121314151617
  1. //
  2. // MessageBox.h
  3. // PopupViewWrapper
  4. //
  5. // Created by Rui Zhang on 3/20/23.
  6. // Copyright © 2023 yangyi. All rights reserved.
  7. //
  8. #import "PopWaitAlert.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MessageBox : PopWaitAlert
  11. @property (strong,nonatomic) UIButton* btnOK;
  12. @end
  13. NS_ASSUME_NONNULL_END