在一个类中写入:
[[NSNotificationCenter defaultCenter] postNotificationName:@"name" object:self];
另在一个类中写入:
NSNotificationCenter *notificationCenterCell = [NSNotificationCenter defaultCenter];
[notificationCenterCell addObserver:self selector:@selector(done:)name:@"name" object:nil];