1234567891011121314151617181920 |
- //
- // XYPersonalCenterHeaderEditAlertView.h
- // Timi
- //
- // Created by gy on 2021/2/25.
- //
- #import "BaseView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface XYPersonalCenterHeaderEditAlertView : BaseView
- - (void)setup;
- - (void)reload;
- @end
- NS_ASSUME_NONNULL_END
|