口袋优选

KBLinkPhoneController.h 481B

12345678910111213141516171819
  1. //
  2. // KBLinkPhoneController.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 "KBBaseViewController.h"
  10. @interface KBLinkPhoneController : KBBaseViewController
  11. @property (nonatomic, strong) NSString *wx_union_id;//微信union_id
  12. @property (nonatomic, strong) NSString *wx_open_id;//微信union_id
  13. @property (nonatomic, assign) BOOL is_binded_code;//是否绑定了邀请码
  14. @end