20 lines
383 B
Objective-C
20 lines
383 B
Objective-C
//
|
|
// NTESSessionWhiteBoardContentView.h
|
|
// NIM
|
|
//
|
|
// Created by chris on 15/8/3.
|
|
// Copyright (c) 2015年 Netease. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
@class M80AttributedLabel;
|
|
|
|
|
|
#import "NIMSessionMessageContentView.h"
|
|
|
|
@interface NTESSessionWhiteBoardContentView : NIMSessionMessageContentView
|
|
|
|
@property (nonatomic, strong) M80AttributedLabel *textLabel;
|
|
|
|
@end
|