// // NTESSessionWhiteBoardContentView.h // NIM // // Created by chris on 15/8/3. // Copyright (c) 2015年 Netease. All rights reserved. // #import @class M80AttributedLabel; #import "NIMSessionMessageContentView.h" @interface NTESSessionWhiteBoardContentView : NIMSessionMessageContentView @property (nonatomic, strong) M80AttributedLabel *textLabel; @end