Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h')
-rw-r--r--iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h b/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h
index ab9f9b97bf..c364cf2c1c 100644
--- a/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h
+++ b/iphone/Maps/Statistics/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h
@@ -37,10 +37,6 @@ FBSDK_EXTERN NSString *const FBSDKAccessTokenDidChangeNotification;
which do not change the user. If you're only interested in user
changes (such as logging out), you should check for the existence
of this key. The value is a NSNumber with a boolValue.
-
- On a fresh start of the app where the SDK reads in the cached value
- of an access token, this key will also exist since the access token
- is moving from a null state (no user) to a non-null state (user).
*/
FBSDK_EXTERN NSString *const FBSDKAccessTokenDidChangeUserID;