1234567891011121314151617 |
- //
- // LDPushToWeixViewController.h
- // YouHuiProject
- //
- // Created by 王奥东 on 2018/11/13.
- // Copyright © 2018 kuxuan. All rights reserved.
- //
- #import "LDBaseViewController.h"
- #import "LDUserInfo.h"
- @interface LDPushToWeixViewController : LDBaseViewController
- @property(nonatomic, strong)LDUserInfo *userInfo;
- @end
|