UILabel+AlertActionFont.h 336 B

1234567891011121314151617181920
  1. //
  2. // UILabel+AlertActionFont.h
  3. // RunTest
  4. //
  5. // Created by weclouds on 2019/12/29.
  6. // Copyright © 2019 weclouds. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface UILabel (AlertActionFont)
  11. @property (nonatomic,copy) UIFont *appearanceFont UI_APPEARANCE_SELECTOR;
  12. @end
  13. NS_ASSUME_NONNULL_END