12345678910111213141516171819 |
- //
- // KBLinkPhoneController.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/21.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "KBBaseViewController.h"
- @interface KBLinkPhoneController : KBBaseViewController
- @property (nonatomic, strong) NSString *wx_union_id;//微信union_id
- @property (nonatomic, strong) NSString *wx_open_id;//微信union_id
- @property (nonatomic, assign) BOOL is_binded_code;//是否绑定了邀请码
- @end
|