#include using namespace NXKit; UIBlurView::UIBlurView(): UIView(NXRect(), new_shared()) {} std::shared_ptr UIBlurView::_blurLayer() const { return std::static_pointer_cast(layer()); }