lpw
2024-06-28 2a6e182ea4428bff2e16f033c28850f3a02a93a9
commit | author | age
e0ec42 1
L 2 /*
3 * Copyright (c) Meta Platforms, Inc. and affiliates.
4 * All rights reserved.
5 *
6 * This source code is licensed under the license found in the
7 * LICENSE file in the root directory of this source tree.
8 */
9
10 #if !TARGET_OS_TV
11
12 #import <Foundation/Foundation.h>
13
14 /// The version of the App Link protocol that this library supports
15 FOUNDATION_EXPORT NSString *const FBSDKAppLinkVersion
16 NS_SWIFT_NAME(AppLinkVersion);
17
18 #endif