UILabel+FontAppearance.h 322 B

12345678910111213
  1. //
  2. // UILabel+FontAppearance.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 11/20/15.
  6. // Copyright © 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface UILabel (FontAppearance)
  10. @property (nonatomic, copy) UIFont * appearanceFont UI_APPEARANCE_SELECTOR;
  11. @end