NIMSessionNetChatNotifyContentView.h 366 B

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