12345678910111213141516171819 |
- //
- // 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
|