| 12345678910111213141516171819 |
- //
- // KSSearchRCLabel.h
- // TeacherDaya
- //
- // Created by Kyle on 2020/10/27.
- // Copyright © 2020 DayaMusic. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface KSSearchRCLabel : UILabel
- - (void)attributedText:(NSString *)textString byHighlightedText:(NSString *)highlightedText;
- @end
- NS_ASSUME_NONNULL_END
|