dblock / obcd

Deal with obsessive compulsive issues of programmers in Objective-C.
MIT License
42 stars 8 forks source link

ClassName: check that the @interface/@implementation name matches file #6

Open dblock opened 10 years ago

dblock commented 10 years ago

We had a misspelling in a class. The file was named UIView+BooleanDependentAnimation (with an E), but the class was UIView ( BooleanDependantAnimation) (with an E).

Implement a check that matches the @interface and @implementation names to the file name.