react-native-navigation的迁移库

Constants.h 130B

123456789
  1. #import <Foundation/Foundation.h>
  2. #import <UIKit/UIKit.h>
  3. @interface Constants : NSObject
  4. + (NSDictionary *)getConstants;
  5. @end