mirror of
https://github.com/status-im/react-native.git
synced 2025-01-30 03:05:44 +00:00
12 lines
259 B
Objective-C
12 lines
259 B
Objective-C
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@class RCTEventDispatcher;
|
|
|
|
@interface RCTPicker : UIPickerView
|
|
|
|
- (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher NS_DESIGNATED_INITIALIZER;
|
|
|
|
@end
|