1234567891011121314151617181920 |
- //
- // UILabel+AlertActionFont.h
- // RunTest
- //
- // Created by weclouds on 2019/12/29.
- // Copyright © 2019 weclouds. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface UILabel (AlertActionFont)
- @property (nonatomic,copy) UIFont *appearanceFont UI_APPEARANCE_SELECTOR;
- @end
- NS_ASSUME_NONNULL_END
|