mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-24 20:28:21 +00:00
10 lines
151 B
C
10 lines
151 B
C
|
#import <React/RCTConvert.h>
|
||
|
|
||
|
@class FFFastImageSource;
|
||
|
|
||
|
@interface RCTConvert (FFFastImage)
|
||
|
|
||
|
+ (FFFastImageSource *)FFFastImageSource:(id)json;
|
||
|
|
||
|
@end
|