6 lines
82 B
C
6 lines
82 B
C
|
#import "RCTBridge.h"
|
||
|
|
||
|
@interface ImageResizer : NSObject <RCTBridgeModule>
|
||
|
|
||
|
@end
|