mirror of
https://github.com/status-im/react-native-image-resizer.git
synced 2025-01-12 15:44:24 +00:00
6 lines
82 B
C
6 lines
82 B
C
|
#import "RCTBridge.h"
|
||
|
|
||
|
@interface ImageResizer : NSObject <RCTBridgeModule>
|
||
|
|
||
|
@end
|