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