Wire and Wire1 class

Hi guys,

I want to pass Wire or Wire1 to my library to be able to choose first or second i2c. But I cant find the class name for Wire. Does anybody know the name or where I can download all core headers?

It’s class TwoWire : public Stream

Can be found here

Thanks a lot!