#import <React/RCTViewComponentView.h>
#import <UIKit/UIKit.h>

#ifndef ShadowlistViewNativeComponent_h
#define ShadowlistViewNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

@interface ShadowlistView : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* ShadowlistViewNativeComponent_h */
