@protocol WFCompactThumbnailViewControllerDelegate; @interface WFCompactThumbnailViewController : UIViewController @property (readonly, nonatomic) unsigned long long preferredContentMode; @property (readonly, nonatomic) BOOL contentHeightLikelyToChange; @property (weak, nonatomic) id delegate; - (BOOL)_canShowWhileLocked; - (void).cxx_destruct; - (double)contentHeightForWidth:(double)a0; - (void)invalidateContentSize; @end