Intents watchOS 7.0 to 7.1 API Differences

INCar.h
Declaration
From@property (nonatomic, readonly, copy) NSArray<INCarChargingConnectorType> *supportedChargingConnectors
To@property (nonatomic, readonly, copy) NSArray<INCarChargingConnectorType> *supportedChargingConnectors

INCarChargingConnectorType.h
Removed INCarChargingConnectorTypeNone
INColor.h
Removed INColor
Removed -[INColor initWithRed:green:blue:]
Removed INColor.red
Removed INColor.green
Removed INColor.blue