luxlabs header browser preview


@class NSURL, UIImage;

@interface ICAttachmentWebModelIcon : NSObject

@property (retain, nonatomic) NSURL *url;
@property (nonatomic) BOOL scaleImageToIconSize;
@property (nonatomic) struct CGSize { double width; double height; } size;
@property (nonatomic) double scale;
@property (retain, nonatomic) UIImage *image;

- (id)initWithImageURL:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (id)initWithFallbackURL:(id)a0 withSize:(struct CGSize { double x0; double x1; })a1;
- (id)initWithURL:(id)a0 withSize:(struct CGSize { double x0; double x1; })a1;

@end