mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-05-01 02:43:01 +08:00
Temporarily expose CoreKit types for Swift conversion (4/n)
Reviewed By: joesus Differential Revision: D39084810 fbshipit-source-id: a5d92c9c89c3e88e542aa1873f09285c889d8457
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a5a925d9b4
commit
a1bc1e410e
@@ -10,7 +10,7 @@ import FBSDKCoreKit
|
||||
import Foundation
|
||||
|
||||
@objcMembers
|
||||
public final class TestAccessTokenWallet: NSObject, _AccessTokenProviding, TokenStringProviding {
|
||||
public final class TestAccessTokenWallet: NSObject, _AccessTokenProviding, _TokenStringProviding {
|
||||
|
||||
public static var tokenCache: TokenCaching?
|
||||
public static var stubbedCurrentAccessToken: AccessToken?
|
||||
|
||||
@@ -17,7 +17,7 @@ public final class TestKeychainStoreFactory: NSObject, KeychainStoreProviding {
|
||||
public var stubbedKeychainStore: TestKeychainStore?
|
||||
|
||||
public func createKeychainStore(
|
||||
withService service: String,
|
||||
service: String,
|
||||
accessGroup: String?
|
||||
) -> KeychainStoreProtocol {
|
||||
capturedService = service
|
||||
|
||||
Reference in New Issue
Block a user