We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb682bc commit c82c849Copy full SHA for c82c849
Parse/Internal/Object/Subclassing/PFObjectSubclassInfo.m
@@ -88,6 +88,9 @@ - (instancetype)initWithSubclass:(Class)kls {
88
_dataAccessQueue = dispatch_queue_create("com.parse.object.subclassing.data.access", DISPATCH_QUEUE_SERIAL);
89
_subclass = kls;
90
91
+ _knownProperties = [NSMutableDictionary dictionary];
92
+ _knownMethodSignatures = [NSMutableDictionary dictionary];
93
+
94
return self;
95
}
96
0 commit comments