luxlabs header browser preview


@protocol WFCompactThumbnailViewControllerDelegate;

@interface WFCompactThumbnailViewController : UIViewController

@property (readonly, nonatomic) unsigned long long preferredContentMode;
@property (readonly, nonatomic) BOOL contentHeightLikelyToChange;
@property (weak, nonatomic) id<WFCompactThumbnailViewControllerDelegate> delegate;

- (BOOL)_canShowWhileLocked;
- (void).cxx_destruct;
- (double)contentHeightForWidth:(double)a0;
- (void)invalidateContentSize;

@end