lpw
2023-06-03 e0ec4235cc7b8d05ec1aaa414ec2d2cac798d74e
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.