no message
This commit is contained in:
parent
f4775cd4ff
commit
10780a814a
@ -321,16 +321,17 @@
|
||||
[_JSON setObject:[change objectForKey:@"new"] forKey:keyPath];
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
/*- (void)dealloc
|
||||
{
|
||||
NSDictionary *properties = [PNObject propertiesForClass:self.class];
|
||||
|
||||
for (NSString *propertyName in properties) {
|
||||
if ([[PNObject protectedProperties] containsObject:propertyName]) {
|
||||
continue;
|
||||
}
|
||||
[self removeObserver:self forKeyPath:propertyName];
|
||||
if ([[PNObject protectedProperties] containsObject:propertyName]) {
|
||||
continue;
|
||||
}
|
||||
[self removeObserver:self forKeyPath:propertyName];
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
@end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user