省钱达人

DRLinkPhoneController.h 413B

123456789101112131415161718
  1. //
  2. // DRLinkPhoneController.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/5/21.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "DRBaseViewController.h"
  10. @interface DRLinkPhoneController : DRBaseViewController
  11. @property (nonatomic, strong) NSString *wx_union_id;//微信union_id
  12. @property (nonatomic, assign) BOOL is_binded_code;//是否绑定了邀请码
  13. @end