XCode 15.0 日本語化計画:New Human Interface Guideline
enum PresentationIntent.Kind
case codeBlock(languageHint: String?)
case table(columns: [PresentationIntent.TableColumn])
case tableCell(columnIndex: Int)
static func != (PresentationIntent.Kind, PresentationIntent.Kind) -> Bool
static func == (PresentationIntent.Kind, PresentationIntent.Kind) -> Bool