12345678910111213141516 |
- //
- // YOUPAILCUserModel.h
- // LiveChat
- //
- // Created by 张灿 on 2018/4/11.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "YOUPAILCBaseInfo.h"
- #import "YOUPAILCServiceInfo.h"
- @interface YOUPAILCUserModel : NSObject<NSCoding>
- @property(nonatomic,strong)YOUPAILCBaseInfo* youpaipuserinfo;
- @property(nonatomic,strong)YOUPAILCServiceInfo* youpaipserviceInfo;
- @end
|