LVCCommentModel.h 399 Bytes
//
//  LVCCommentModel.h
//  LiveVideoCloud
//
//  Created by cnliveJunBo on 17/6/27.
//  Copyright © 2017年 cnlive. All rights reserved.
//

#import "BaseModel.h"

@interface LVCCommentModel : BaseModel

@property (nonatomic, strong)NSString *content;
@property (nonatomic, strong)NSString *uid;
@property (nonatomic, strong)NSString *facepath;
@property (nonatomic, strong)NSString *nick;

@end