This topic created in 5543 days ago, the information mentioned may be changed or developed.
SomeObject * foo = [[notification object] retain];
// Do something with foo
// ...
[foo release];
-OR-
SomeObject * foo = [notification object];
// Just do something with foo
// ...
2 replies • 1970-01-01 08:00:00 +08:00