I have an objective C class. In it, I created a init method and set up a NSNotification in it
//Set up NSNotification [[NSNotificationCenter defaultCenter] a
In general I put it into the dealloc method.
dealloc