Sign in

iOS Team / CNLiveCMineModule · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveCMineModule
  • CNLiveCMineModule
  • Classes
  • CNCSubMine
  • View
  • CNMessage.h
  • 我的提取到组件
    25afb7ad
    yanglingyu authored
    2022-04-18 10:47:30 +0800  
    Browse Code »
CNMessage.h 337 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
//
//  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