ObjCMacros is set of macros and constants that speed up development without adding any new classes and categories.
[UIColor colorWithRed:RGB(102) green:RGB(51) blue:RGB(53) alpha:1];
NSLS(@"UNIQUE_KEY");
if (IS_POPULATED_STRING(str)) {
// statements-if-true
} else {
// statements-if-false
}
- (void)methodName {
THROW_NOT_IMPLEMENTED_EXCEPTION
}
ObjCMacros.h contains so many to choose from!
ObjCMacros is available under the MIT license. See the LICENSE file for more info.