解决qq和抖音分享

This commit is contained in:
joywayer
2026-02-12 21:52:27 +08:00
parent 09353155ec
commit 5944897a9d
5 changed files with 556 additions and 89 deletions

View File

@@ -174,6 +174,14 @@ typedef NS_ENUM(NSInteger, QQShareType) {
+ (void)shareWithSystemShareContent:(id)shareContent
completion:(void (^ _Nullable)(BOOL success))completion;
/**
* 分享到QQ直接拉起QQ不使用系统面板
* @param shareContent 完整的分享内容对象
* @param completion 分享完成回调
*/
+ (void)shareWithContent:(id)shareContent
completion:(void (^ _Nullable)(BOOL success))completion;
@end
NS_ASSUME_NONNULL_END