NTESSessionTipContentView.h 307 B

123456789101112131415
  1. //
  2. // NTESSessionTipContentView.h
  3. // NIM
  4. //
  5. // Created by chris on 2016/11/6.
  6. // Copyright © 2016年 Netease. All rights reserved.
  7. //
  8. #import "NIMSessionNotificationContentView.h"
  9. @interface NTESSessionTipContentView : NIMSessionMessageContentView
  10. @property (nonatomic,strong) UILabel *label;
  11. @end