blob: f4d9c927fea09100a97f5fb8a124ad1a1eea8d72 [file] [log] [blame]
typedef const struct __attribute__((objc_bridge(id))) __CCPowerSupply *CCPowerSupplyRef;
/// The standard power supply.
extern const CCPowerSupplyRef kCCPowerStandard;
typedef const struct __attribute__((objc_bridge(id))) __CCRefrigerator *CCRefrigeratorRef;
CCRefrigeratorRef CCRefrigeratorCreate(CCPowerSupplyRef power);
void CCRefrigeratorOpen(CCRefrigeratorRef fridge);
void CCRefrigeratorClose(CCRefrigeratorRef fridge);
typedef struct __attribute__((objc_bridge(id))) __CCRefrigerator *CCMutableRefrigeratorRef;