luxlabs header browser preview


@class NSString, UIView, SFImage, SearchUIButton;

@interface SearchUIImageView : TLKImageView <TLKImageViewDelegate>

@property (retain, nonatomic) SFImage *currentImage;
@property (retain, nonatomic) SFImage *fallbackImage;
@property (retain, nonatomic) SearchUIButton *overlayPlayButton;
@property (retain, nonatomic) UIView *tintView;
@property (readonly) UIView *highlightReferenceView;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)imageViewWithImage:(id)a0;
+ (id)thumbnailForRowModel:(id)a0;

- (id)init;
- (void)didUpdateWithImage:(id)a0;
- (void)didFailToLoadImage;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (void)updateWithImage:(id)a0;
- (void)appIconDidChange:(id)a0;
- (void)updateWithImage:(id)a0 fallbackImage:(id)a1 needsOverlayButton:(BOOL)a2;

@end