NTESSessionRedPacketTipContentView.h 452 B

1234567891011121314151617181920
  1. //
  2. // NTESSessionRedPacketTipContentView.h
  3. // NIM
  4. //
  5. // Created by chris on 2017/7/17.
  6. // Copyright © 2017年 Netease. All rights reserved.
  7. //
  8. #import "NIMSessionMessageContentView.h"
  9. #import "M80AttributedLabel.h"
  10. static NSString *const NTESShowRedPacketDetailEvent = @"NTESShowRedPacketDetailEvent";
  11. @interface NTESSessionRedPacketTipContentView : NIMSessionMessageContentView
  12. @property (nonatomic,strong) M80AttributedLabel *label;
  13. @end