UIFont+FLEX.h 394 B

123456789101112131415161718
  1. //
  2. // UIFont+FLEX.h
  3. // FLEX
  4. //
  5. // Created by Tanner Bennett on 12/20/19.
  6. // Copyright © 2020 FLEX Team. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIFont (FLEX)
  10. @property (nonatomic, readonly, class) UIFont *flex_defaultTableCellFont;
  11. @property (nonatomic, readonly, class) UIFont *flex_codeFont;
  12. @property (nonatomic, readonly, class) UIFont *flex_smallCodeFont;
  13. @end