12345678910111213141516171819 |
- //
- // LDWithdrawUserView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/7/31.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface LDWithdrawUserView : UIView
- @property (nonatomic, copy) void(^updateAction)(void);
- - (void)setUserInfo:(NSDictionary *)dict;
- @end
|