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