Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 489 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 489 Bytes

KTPropertyCheck

check mis-typing attrbute perpoerty('object type' with 'assign' mem attribute ) in image(executable, dynamic library, etc)

Usaged

Putting class (any of classes contained in target image) to KTPropertyCheck as below:

[KTPropertyCheck checkImagesThatContainClasses:@[Foo.class]];

It would show you the obejct type porperty with assign attribute:

KTPropertyCheck: bar in class: Foo

License

All source code is licensed under the MIT License.