| 12345678910111213 |
- //
- // UILabel+FontAppearance.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 11/20/15.
- // Copyright © 2015 United Software Applications, Inc. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface UILabel (FontAppearance)
- @property (nonatomic, copy) UIFont * appearanceFont UI_APPEARANCE_SELECTOR;
- @end
|