luxlabs header browser preview


@class UIView;

@interface AMSUIWebViewImageWrapper : AMSUICommonView

@property (retain, nonatomic) UIView *view;
@property (nonatomic) double inset;

- (struct CGSize { double x0; double x1; })intrinsicContentSize;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (id)initWithView:(id)a0 topInset:(double)a1;

@end