CNLiveChatMessage.h
353 Bytes
//
// CNLiveChatMessage.h
// CNLiveChatManager
//
// Created by cnliveJunBo on 17/3/3.
// Copyright © 2017年 cnlive. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "CNLiveChatMessageBase.h"
@interface CNLiveChatMessage : CNLiveChatMessageBase
/**
消息内容
*/
@property (nonatomic, copy) NSString *messageContent;
@end