例如,在我的.h文件中,我想知道或查看属性isSet的所有引用:
@interface MyInterface { ... BOOL isSet; // view all references to this var? ... }