NSNotificationCenter.defaultCenter().postNotificationName("TestNotification", object: self)
[[NSNotificationCenter defaultCenter] postNotificationName:@"TestNotification" object:nil];