react-native-navigation的迁移库

RNNFontAttributesCreator.h 243B

123456789
  1. #import <Foundation/Foundation.h>
  2. #import <UIKit/UIKit.h>
  3. @interface RNNFontAttributesCreator : NSObject
  4. + (NSDictionary *)createFontAttributesWithFontFamily:(NSString *)fontFamily fontSize:(NSNumber *)fontSize color:(UIColor *)color;
  5. @end