// // NIMKitTitleView.h // NIMKit // // Created by chris on 2017/11/1. // Copyright © 2017年 NetEase. All rights reserved. // #import @interface NIMKitTitleView : UIView @property (nonatomic, strong) UILabel *titleLabel; @property (nonatomic, strong) UILabel *subtitleLabel; @end