NIMKitTitleView.h 307 B

1234567891011121314151617
  1. //
  2. // NIMKitTitleView.h
  3. // NIMKit
  4. //
  5. // Created by chris on 2017/11/1.
  6. // Copyright © 2017年 NetEase. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface NIMKitTitleView : UIView
  10. @property (nonatomic, strong) UILabel *titleLabel;
  11. @property (nonatomic, strong) UILabel *subtitleLabel;
  12. @end