@class NSString; @interface MCUITableViewController : UITableViewController @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)_contentSizeCategoryDidChangeNotification:(id)a0; - (void)dealloc; - (BOOL)canBeShownFromSuspendedState; - (void)reloadTableOnContentSizeCategoryChange; - (void)updateExtendedLayoutIncludesOpaqueBars; @end