react-native-navigation的迁移库

RCTHelpers.h 384B

123456789
  1. #import <Foundation/Foundation.h>
  2. #import <React/RCTRootView.h>
  3. @interface RCTHelpers : NSObject
  4. + (NSMutableDictionary *)textAttributesFromDictionary:(NSDictionary *)dictionary withPrefix:(NSString *)prefix;
  5. + (NSMutableDictionary *)textAttributesFromDictionary:(NSDictionary *)dictionary withPrefix:(NSString *)prefix baseFont:(UIFont *)font;
  6. + (NSString*)getTimestampString;
  7. @end