What can you glean from this line? #import "NSString+NameHelper.h"
#import "NSString+NameHelper.h"
NameHelper is a category of NSString.
NameHelper is a subclass of NSString.
NSString implements the NameHelper protocol.
NSString has a helper class.