react-native-navigation的迁移库

12345678
  1. #import <UIKit/UIKit.h>
  2. @interface UIImage (tint)
  3. - (UIImage *)withTintColor:(UIColor *)color;
  4. @end