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
-(void) dealloc { [[NSNotificationCenter defaultCenter] removeObserver:self]; [super dealloc]; }