erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

Use forward declaration in OCMVerifier.h #426

Closed matrush closed 4 years ago

matrush commented 4 years ago

It's better to forward declare these instead of import them directly per general best practice :)