解决qq和抖音分享
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user