// // customShareManageTool.h // 隐私保护 // // Created by xd h on 2024/5/11. // #import NS_ASSUME_NONNULL_BEGIN @interface customShareManageTool : NSObject + (nonnull instancetype)sharedManager; // type1 朋友圈 2 微信好友 3 QQ - (void)shareType:(NSInteger)type withShareUrl:(NSString*)shareUrl withShareTitle:(NSString*)shareTitle withShareContent:(NSString*)shareContent; @end NS_ASSUME_NONNULL_END