CNMessage.h
337 Bytes
//
// CNMessage.h
// CNLiveNetAdd
//
// Created by open on 2018/9/1.
// Copyright © 2018年 cnlive. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface CNMessage :NSObject
@property (nonatomic, assign) BOOL fromMe; //是否自己发的
@property (nonatomic, copy) NSString *strContent; //消息内容
@end