@class NSString, CSVibrantWallpaperButton, SBWallpaperEffectView, _UILegibilitySettings; @interface CSMainPageView : CSPageViewBase { _UILegibilitySettings *_legibilitySettings; BOOL _logoutHugCorner; } @property (retain, nonatomic) CSVibrantWallpaperButton *logoutButtonView; @property (retain, nonatomic) SBWallpaperEffectView *wallpaperEffectView; @property (nonatomic) BOOL fakeWallpaperVisible; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)presentationRegions; - (void)_updateLogoutButtonForLegibilitySettings; - (void)updateForPresentation:(id)a0; - (void)_layoutLogoutButtonView; - (void)_layoutWallpaperEffectView; - (void)updateForLegibilitySettings:(id)a0; - (struct UIEdgeInsets { double x0; double x1; double x2; double x3; })_logoutButtonInsets; - (void).cxx_destruct; - (void)layoutSubviews; @end