supermarin / ObjectiveSugar

ObjectiveC additions for humans. Ruby style.
MIT License
2.17k stars 190 forks source link

Added the YES_OR_NO macro to easily print BOOLs #118

Open jcoff28 opened 8 years ago

jcoff28 commented 8 years ago

Usage: NSLog(@"%@", YES_OR_NO(myBool));