去掉分享按钮的代理设置

master
wanghualei 2023-04-09 18:43:30 +08:00
parent b98dc5a5a4
commit 2b1691f26c
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
{
NSLog(@"MOP_registerAppletHandler");
[FATClient sharedClient].delegate = [MOPAppletDelegate instance];
[FATClient sharedClient].shareItemDelegate = [MOPAppletDelegate instance];
}
@end