- //
- // NTESSessionTipContentView.h
- // NIM
- //
- // Created by chris on 2016/11/6.
- // Copyright © 2016年 Netease. All rights reserved.
- //
- #import "NIMSessionNotificationContentView.h"
- @interface NTESSessionTipContentView : NIMSessionMessageContentView
- @property (nonatomic,strong) UILabel *label;
- @end
|