猎豆优选

LDPushToWeixViewController.h 327B

1234567891011121314151617
  1. //
  2. // LDPushToWeixViewController.h
  3. // YouHuiProject
  4. //
  5. // Created by 王奥东 on 2018/11/13.
  6. // Copyright © 2018 kuxuan. All rights reserved.
  7. //
  8. #import "LDBaseViewController.h"
  9. #import "LDUserInfo.h"
  10. @interface LDPushToWeixViewController : LDBaseViewController
  11. @property(nonatomic, strong)LDUserInfo *userInfo;
  12. @end