no message
This commit is contained in:
parent
f4775cd4ff
commit
10780a814a
@ -321,16 +321,17 @@
|
|||||||
[_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];
|
||||||
|
|
||||||
for (NSString *propertyName in properties) {
|
for (NSString *propertyName in properties) {
|
||||||
if ([[PNObject protectedProperties] containsObject:propertyName]) {
|
if ([[PNObject protectedProperties] containsObject:propertyName]) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
[self removeObserver:self forKeyPath:propertyName];
|
[self removeObserver:self forKeyPath:propertyName];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user