NIMSessionTextContentView.h 336 B

12345678910111213141516
  1. //
  2. // NIMSessionTextContentView.h
  3. // NIMKit
  4. //
  5. // Created by chris.
  6. // Copyright (c) 2015年 Netease. All rights reserved.
  7. //
  8. #import "NIMSessionMessageContentView.h"
  9. @class M80AttributedLabel;
  10. @interface NIMSessionTextContentView : NIMSessionMessageContentView
  11. @property (nonatomic, strong) M80AttributedLabel *textLabel;
  12. @end