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 7ddad97 commit adeed91Copy full SHA for adeed91
AVOS/Sources/Foundation/User/LCUser.m
@@ -1298,6 +1298,12 @@ - (NSArray *)linkedServiceNames {
1298
return[dict allKeys];
1299
}
1300
1301
+// MARK: LCSubclassing
1302
+
1303
++ (instancetype)objectWithoutDataWithObjectId:(NSString *)objectId {
1304
+ return [[self class] objectWithObjectId:objectId];
1305
+}
1306
1307
@end
1308
1309
@implementation LCUser (Friendship)
0 commit comments