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

#ifndef LiquidGlassContainerViewNativeComponent_h
#define LiquidGlassContainerViewNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

@interface LiquidGlassContainerView : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* LiquidGlassContainerViewNativeComponent_h */

