@class UIVisualEffectView, PXShadowView, UILabel, PXSharedLibrarySharingSuggestionBadgeViewConfiguration; @protocol NSCopying; @interface PXSharedLibrarySharingSuggestionBadgeView : UIView { UIVisualEffectView *_backgroundEffectView; UIVisualEffectView *_labelVibrancyEffectView; UILabel *_label; PXShadowView *_shadowView; } @property (retain, nonatomic) PXSharedLibrarySharingSuggestionBadgeViewConfiguration *configuration; @property (copy, nonatomic) id userData; @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } clippingRect; @property (readonly, nonatomic) BOOL shouldReuseWhenInvisible; - (id)init; - (void)prepareForReuse; - (void)becomeReusable; - (void).cxx_destruct; - (void)layoutSubviews; @end