lpw
2021-04-20 b19a78b27247f5f0761c35b5b3e8a41876eabb05
frameworks/FBSDKShareKit.framework/Headers/FBSDKSendButton.h
@@ -16,11 +16,18 @@
// 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 <UIKit/UIKit.h>
#import <FBSDKCoreKit/FBSDKButton.h>
#import "FBSDKCoreKitImport.h"
#import <FBSDKShareKit/FBSDKSharingButton.h>
#import "FBSDKShareConstants.h"
#import "FBSDKSharingButton.h"
NS_ASSUME_NONNULL_BEGIN
/**
  A button to send content through Messenger.
@@ -28,6 +35,11 @@
 Tapping the receiver will invoke the FBSDKShareDialog with the attached shareContent.  If the dialog cannot
 be shown, the button will be disable.
 */
NS_SWIFT_NAME(FBSendButton)
@interface FBSDKSendButton : FBSDKButton <FBSDKSharingButton>
@end
NS_ASSUME_NONNULL_END
#endif