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.
2 parents cb682bc + c82c849 commit 9f23094Copy full SHA for 9f23094
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