Kam-To / KTPropertyCheck

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Objective-C 100.0%