I have a set of generated Objective-C classes with properties based on some input file. What I would like to achieve is that I see a warning if one of those properties is never referenced in my code, so I can get rid of the corresponding part in the input files.
Is there a clang attribute or similar that can achieve this?