I am learning object-c by reading a book. When I read the chapter about class extension, the book gives the following example code:
// A class extension @int
Mikes is an instance of BNREmployee. But the example is telling you that the property officeAlarmCode is not exposed and can only be used by BNREmployee objects internally.
officeAlarmCode