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