mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
9 lines
270 B
Objective-C
9 lines
270 B
Objective-C
#import <React/RCTViewManager.h>
|
|
|
|
@interface RCT_EXTERN_MODULE(CustomSegmentedControlManager, RCTViewManager)
|
|
|
|
RCT_EXPORT_VIEW_PROPERTY(values, NSArray)
|
|
RCT_EXPORT_VIEW_PROPERTY(selectedIndex, NSNumber)
|
|
RCT_EXPORT_VIEW_PROPERTY(onChangeEvent, RCTDirectEventBlock)
|
|
|
|
@end
|