NSNotificationCenter has convenient methods for creating and sending notifications:
[[NSNotificationCenter defaultCenter]
postNotificationName:XYYourNotification
object:@"someObject"];
, extern:
extern NSString* const XYYourNotification;
NSString * .
, .