mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
139d554c48
Reviewed By: mmmulani Differential Revision: D7196168 fbshipit-source-id: 031ed5ab24d1075f775ec71e5b78d32e03fe8f6f
8 lines
152 B
Objective-C
8 lines
152 B
Objective-C
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#import <React/RCTShadowView.h>
|
|
|
|
@interface RCTInputAccessoryShadowView : RCTShadowView
|
|
|
|
@end
|