no message

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

View File

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