hank
2017-09-04 52b3d63ddf49cf87eb8321a3d89b646b5b2a8e53
frameworks/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h
@@ -56,7 +56,7 @@
  sourceApplication:(NSString *)sourceApplication
         annotation:(id)annotation;
#if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_9_3
#if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_9_0
/**
  Call this method from the [UIApplicationDelegate application:openURL:options:] method
 of the AppDelegate for your app. It should be invoked for the proper processing of responses during interaction
@@ -78,6 +78,8 @@
/**
  Call this method from the [UIApplicationDelegate application:didFinishLaunchingWithOptions:] method
 of the AppDelegate for your app. It should be invoked for the proper use of the Facebook SDK.
 As part of SDK initialization basic auto logging of app events will occur, this can be
controlled via 'FacebookAutoLogAppEventsEnabled' key in the project info plist file.
 - Parameter application: The application as passed to [UIApplicationDelegate application:didFinishLaunchingWithOptions:].