no message

This commit is contained in:
Giuseppe Nucifora 2016-01-29 13:45:33 +01:00
parent f4775cd4ff
commit 10780a814a

View File

@ -321,7 +321,7 @@
[_JSON setObject:[change objectForKey:@"new"] forKey:keyPath]; [_JSON setObject:[change objectForKey:@"new"] forKey:keyPath];
} }
- (void)dealloc /*- (void)dealloc
{ {
NSDictionary *properties = [PNObject propertiesForClass:self.class]; NSDictionary *properties = [PNObject propertiesForClass:self.class];
@ -332,5 +332,6 @@
[self removeObserver:self forKeyPath:propertyName]; [self removeObserver:self forKeyPath:propertyName];
} }
} }
*/
@end @end