File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 1- #define SDK_VERSION @"13.9.0 "
1+ #define SDK_VERSION @"13.9.1 "
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'LeanCloudObjc'
3- s . version = '13.9.0 '
3+ s . version = '13.9.1 '
44 s . homepage = 'https://leancloud.cn/'
55 s . summary = 'LeanCloud Objective-C SDK'
66 s . authors = 'LeanCloud'
You can’t perform that action at this time.
0 commit comments