luxlabs header browser preview


@class NSString, UIImageView, UILabel;

@interface PXSearchResultAssetCell : UICollectionViewCell <PXSearchResultThumbnailCell>

@property (class, readonly, copy, nonatomic) NSString *reuseIdentifier;

@property (readonly, nonatomic) UIImageView *thumbnailImageView;
@property (retain, nonatomic) UIImageView *leadingBadgeImageView;
@property (retain, nonatomic) UIImageView *trailingBadgeImageView;
@property (retain, nonatomic) UILabel *trailingVideoDurationLabel;
@property (retain, nonatomic) UIImageView *leadingBackgroundGradientView;
@property (retain, nonatomic) UIImageView *trailingBackgroundGradientView;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)_videoDurationFormatter;

- (id)focusEffect;
- (void)prepareForReuse;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void).cxx_destruct;
- (void)didUpdateFocusInContext:(id)a0 withAnimationCoordinator:(id)a1;
- (void)setThumbnailImage:(id)a0;
- (void)setAssetThumbnailBadgeTypes:(unsigned long long)a0 forAsset:(id)a1;
- (struct CGSize { double x0; double x1; })thumbnailImageViewPixelSize;

@end