react-native-navigation的迁移库

Image.h 152B

1234567891011
  1. #import "Param.h"
  2. #import <UIKit/UIKit.h>
  3. @interface Image : Param
  4. - (UIImage *)get;
  5. - (UIImage *)getWithDefaultValue:(UIImage *)defaultValue;
  6. @end