UIFont+Adapt.h 168 B

123456789101112131415
  1. //
  2. // UIFont+Adapt.h
  3. //
  4. // Created by YoMi on 2022/6/21.
  5. //
  6. #import <UIKit/UIKit.h>
  7. NS_ASSUME_NONNULL_BEGIN
  8. @interface UIFont (Adapt)
  9. @end
  10. NS_ASSUME_NONNULL_END