| | |
| | | // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| | | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| | | |
| | | #import "TargetConditionals.h" |
| | | |
| | | #if !TARGET_OS_TV |
| | | |
| | | #import <Foundation/Foundation.h> |
| | | |
| | | #import "FBSDKAppLinkResolving.h" |
| | | |
| | | NS_ASSUME_NONNULL_BEGIN |
| | | |
| | | /*! |
| | | A reference implementation for an App Link resolver that uses a hidden UIWebView |
| | | /** |
| | | A reference implementation for an App Link resolver that uses a hidden WKWebView |
| | | to parse the HTML containing App Link metadata. |
| | | */ |
| | | NS_SWIFT_NAME(WebViewAppLinkResolver) |
| | |
| | | @end |
| | | |
| | | NS_ASSUME_NONNULL_END |
| | | |
| | | #endif |