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

#ifndef ReactNativeBlurViewNativeComponent_h
#define ReactNativeBlurViewNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

@interface ReactNativeBlurView : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* ReactNativeBlurViewNativeComponent_h */
