mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
15 lines
281 B
Objective-C
15 lines
281 B
Objective-C
//
|
|
// SegmentedControlManager.h
|
|
// BlueWallet
|
|
//
|
|
// Created by Marcos Rodriguez on 6/8/24.
|
|
// Copyright © 2024 BlueWallet. All rights reserved.
|
|
//
|
|
|
|
#import <React/RCTViewManager.h>
|
|
|
|
@interface CustomSegmentedControlManager : RCTViewManager
|
|
|
|
+ (void)registerIfNecessary;
|
|
|
|
@end
|