|
Zen API
|
| #define kAddInterface | ( | SYMBOL, | |
| IFACE | |||
| ) | kAddInterface_(SYMBOL, IFACE) |
Within a type definition, indicates that a type implements the specified interface.
| SYMBOL | Type symbol (e.g. kArrayList). |
| IFACE | Interface symbol (e.g. kCollection). |