KSSearchRCLabel.h 347 B

12345678910111213141516171819
  1. //
  2. // KSSearchRCLabel.h
  3. // TeacherDaya
  4. //
  5. // Created by Kyle on 2020/10/27.
  6. // Copyright © 2020 DayaMusic. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface KSSearchRCLabel : UILabel
  11. - (void)attributedText:(NSString *)textString byHighlightedText:(NSString *)highlightedText;
  12. @end
  13. NS_ASSUME_NONNULL_END