From e0ec4235cc7b8d05ec1aaa414ec2d2cac798d74e Mon Sep 17 00:00:00 2001 From: lpw Date: Sat, 03 Jun 2023 09:18:20 +0800 Subject: [PATCH] 3.15.0 --- frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKLocation.h | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKLocation.h b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKLocation.h index 244063c..e9fd130 100644 --- a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKLocation.h +++ b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKLocation.h @@ -13,20 +13,16 @@ NS_SWIFT_NAME(Location) @interface FBSDKLocation : NSObject <NSCopying, NSObject, NSSecureCoding> -/** - Location id - */ +/// Location id @property (nonatomic, readonly, strong) NSString *id; -/** - Location name - */ +/// Location name @property (nonatomic, readonly, strong) NSString *name; - (instancetype)init NS_UNAVAILABLE; + (instancetype)new NS_UNAVAILABLE; /** - Returns a Location object from a dinctionary containing valid location information. + Returns a Location object from a dinctionary containing valid location information. @param dictionary The dictionary containing raw location Valid location will consist of "id" and "name" strings. -- Gitblit v1.8.0