From 88188ea7992a90e66db694e9fc1b304a59608044 Mon Sep 17 00:00:00 2001
From: lipengwei <lipengwei@nianben.com>
Date: Thu, 26 Sep 2019 12:29:34 +0800
Subject: [PATCH] 3.8.3

---
 frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h
index d3e2296..99b5f15 100644
--- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h
+++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h
@@ -20,7 +20,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-/*!
+/**
  Represents a target defined in App Link metadata, consisting of at least
  a URL, and optionally an App Store ID and name.
  */
@@ -30,19 +30,19 @@
 - (instancetype)init NS_UNAVAILABLE;
 + (instancetype)new NS_UNAVAILABLE;
 
-/*! Creates a FBSDKAppLinkTarget with the given app site and target URL. */
+/** Creates a FBSDKAppLinkTarget with the given app site and target URL. */
 + (instancetype)appLinkTargetWithURL:(NSURL *)url
                           appStoreId:(nullable NSString *)appStoreId
                              appName:(NSString *)appName
 NS_SWIFT_NAME(init(url:appStoreId:appName:));
 
-/*! The URL prefix for this app link target */
+/** The URL prefix for this app link target */
 @property (nonatomic, strong, readonly) NSURL *URL;
 
-/*! The app ID for the app store */
+/** The app ID for the app store */
 @property (nonatomic, copy, readonly, nullable) NSString *appStoreId;
 
-/*! The name of the app */
+/** The name of the app */
 @property (nonatomic, copy, readonly) NSString *appName;
 
 @end

--
Gitblit v1.8.0