Skip to content

Commit adeed91

Browse files
committed
fix: LCUser not implement LCSubclassing
1 parent 7ddad97 commit adeed91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

AVOS/Sources/Foundation/User/LCUser.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,12 @@ - (NSArray *)linkedServiceNames {
12981298
return[dict allKeys];
12991299
}
13001300

1301+
// MARK: LCSubclassing
1302+
1303+
+ (instancetype)objectWithoutDataWithObjectId:(NSString *)objectId {
1304+
return [[self class] objectWithObjectId:objectId];
1305+
}
1306+
13011307
@end
13021308

13031309
@implementation LCUser (Friendship)

0 commit comments

Comments
 (0)