NTESSessionWhiteBoardContentView.h 383 B

12345678910111213141516171819
  1. //
  2. // NTESSessionWhiteBoardContentView.h
  3. // NIM
  4. //
  5. // Created by chris on 15/8/3.
  6. // Copyright (c) 2015年 Netease. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class M80AttributedLabel;
  10. #import "NIMSessionMessageContentView.h"
  11. @interface NTESSessionWhiteBoardContentView : NIMSessionMessageContentView
  12. @property (nonatomic, strong) M80AttributedLabel *textLabel;
  13. @end