8 lines
152 B
C
8 lines
152 B
C
|
// Copyright 2004-present Facebook. All Rights Reserved.
|
||
|
|
||
|
#import <React/RCTShadowView.h>
|
||
|
|
||
|
@interface RCTInputAccessoryShadowView : RCTShadowView
|
||
|
|
||
|
@end
|