YYTextAsyncLayer+Hook.h 226 B

12345678910111213141516
  1. //
  2. // YYTextAsyncLayer+Hook.h
  3. // sansanMassage_Consumer
  4. //
  5. // Created by YoMi on 2023/12/14.
  6. //
  7. #import <YYText/YYTextAsyncLayer.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface YYTextAsyncLayer (Hook)
  10. @end
  11. NS_ASSUME_NONNULL_END