PTDocumentTabTableViewController

@interface PTDocumentTabTableViewController : UITableViewController <PTOverridable>

@property (nonatomic, strong, nullable) PTDocumentTabManager *tabManager;

@property (nonatomic, weak, nullable) id<PTDocumentTabTableViewControllerDelegate> delegate;

@property (nonatomic, strong) UIBarButtonItem *doneButtonItem;

@property (nonatomic, strong) UIBarButtonItem *closeAllTabsButtonItem;

- (void)closeAllTabs:(id)sender;

@end

Undocumented