Hey all,
I've been reading some Obj-C projects, and I'm always finding this standard for naming files:
ClassName+OtherClassName.h
What does this mean? Normally is used with a base class used on the left side, and another class used on the right side, like:
NSString+URLEncoding.h
Thanks in advance.