12345678910111213141516171819 |
- //
- // YOUPAILZInfoImperfectView.h
- // MSYOUPAI
- //
- // Created by CY on 2022/3/9.
- // Copyright © 2022 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZInfoImperfectView : UIView
- @property (nonatomic, copy) void (^goEditUserInfoPageBlock)(void);
- @end
- NS_ASSUME_NONNULL_END
|