@class UIBarButtonItemGroup; @interface UIExpandedBarItemsTableViewController : UITableViewController @property (readonly, nonatomic) UIBarButtonItemGroup *barButtonGroup; - (long long)numberOfSectionsInTableView:(id)a0; - (void)viewWillAppear:(BOOL)a0; - (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1; - (long long)tableView:(id)a0 numberOfRowsInSection:(long long)a1; - (double)tableView:(id)a0 heightForRowAtIndexPath:(id)a1; - (void)tableView:(id)a0 didSelectRowAtIndexPath:(id)a1; - (void)viewDidLoad; - (void).cxx_destruct; - (struct CGSize { double x0; double x1; })preferredContentSize; - (id)_displayTitleForBarButtonItem:(id)a0; - (unsigned long long)_numberOfItems; - (id)_visibleItems; - (id)initWithBarButtonGroup:(id)a0; @end