| | |
| | | * LICENSE file in the root directory of this source tree. |
| | | */ |
| | | |
| | | #import <TargetConditionals.h> |
| | | |
| | | #if !TARGET_OS_TV |
| | | |
| | | NS_ASSUME_NONNULL_BEGIN |
| | | |
| | | @protocol FBSDKURLOpening; |
| | |
| | | |
| | | // UNCRUSTIFY_FORMAT_OFF |
| | | - (void)openURLWithSafariViewController:(NSURL *)url |
| | | sender:(id<FBSDKURLOpening>)sender |
| | | fromViewController:(UIViewController *)fromViewController |
| | | sender:(nullable id<FBSDKURLOpening>)sender |
| | | fromViewController:(nullable UIViewController *)fromViewController |
| | | handler:(FBSDKSuccessBlock)handler |
| | | NS_SWIFT_NAME(openURLWithSafariViewController(url:sender:from:handler:)); |
| | | // UNCRUSTIFY_FORMAT_ON |
| | |
| | | @end |
| | | |
| | | NS_ASSUME_NONNULL_END |
| | | |
| | | #endif |