└── ShareSDK ├── SDK ├── Required │ └── MOBFoundation.framework │ │ ├── Headers │ │ ├── IMOBBaseUser.h │ │ ├── IMOBFDataModel.h │ │ ├── IMOBFPlugin.h │ │ ├── MOBFApplication.h │ │ ├── MOBFColor.h │ │ ├── MOBFData.h │ │ ├── MOBFDataModel.h │ │ ├── MOBFDataService.h │ │ ├── MOBFDate.h │ │ ├── MOBFDebug.h │ │ ├── MOBFDevice.h │ │ ├── MOBFHttpPostedFile.h │ │ ├── MOBFHttpService.h │ │ ├── MOBFImage.h │ │ ├── MOBFImageCachePolicy.h │ │ ├── MOBFImageGetter.h │ │ ├── MOBFImageObserver.h │ │ ├── MOBFImageServiceTypeDef.h │ │ ├── MOBFJSContext.h │ │ ├── MOBFJSMethod.h │ │ ├── MOBFJSTypeDefine.h │ │ ├── MOBFJson.h │ │ ├── MOBFLogService.h │ │ ├── MOBFNotificationCenter.h │ │ ├── MOBFNumber.h │ │ ├── MOBFOAuthService.h │ │ ├── MOBFPluginManager.h │ │ ├── MOBFRSAHelper.h │ │ ├── MOBFRSAKey.h │ │ ├── MOBFRegex.h │ │ ├── MOBFString.h │ │ ├── MOBFTagService.h │ │ ├── MOBFUser.h │ │ ├── MOBFViewController.h │ │ ├── MOBFXml.h │ │ ├── MOBFXmlNode.h │ │ ├── MOBFoundation.h │ │ ├── MOBSDKDef.h │ │ ├── MobSDK.h │ │ ├── UIImageView+MOBFWebCache.h │ │ └── UIView+MOBFWebCache.h │ │ ├── Info.plist │ │ ├── MOBFoundation │ │ ├── en.lproj │ │ └── InfoPlist.strings │ │ └── readme └── ShareSDK │ ├── ShareSDK.framework │ ├── Headers │ │ ├── NSMutableDictionary+SSDKInit.h │ │ ├── NSMutableDictionary+SSDKShare.h │ │ ├── SSDKAuthViewStyle.h │ │ ├── SSDKContentEntity.h │ │ ├── SSDKCredential.h │ │ ├── SSDKImage.h │ │ ├── SSDKRegister.h │ │ ├── SSDKSession.h │ │ ├── SSDKTypeDefine.h │ │ ├── SSDKUser.h │ │ ├── SSDKUserQueryCondition.h │ │ ├── ShareSDK+Base.h │ │ └── ShareSDK.h │ ├── Info.plist │ └── ShareSDK │ └── Support │ ├── Optional │ ├── ShareSDKConfigFile.bundle │ │ ├── Map.plist │ │ ├── ShareContent.xml │ │ └── ShareSDK.xml │ ├── ShareSDKConfigFile.framework │ │ ├── Headers │ │ │ └── ShareSDK+XML.h │ │ ├── Info.plist │ │ └── ShareSDKConfigFile │ ├── ShareSDKExtension.framework │ │ ├── Headers │ │ │ ├── SSEBaseUser.h │ │ │ ├── SSEFriendsPaging.h │ │ │ ├── SSEShareHelper.h │ │ │ ├── SSEThirdPartyLoginHelper.h │ │ │ ├── SSETypeDefine.h │ │ │ ├── SSEUserManager.h │ │ │ └── ShareSDK+Extension.h │ │ ├── Info.plist │ │ └── ShareSDKExtension │ ├── ShareSDKUI.bundle │ │ ├── Base.lproj │ │ │ └── ShareSDKUI_Localizable.strings │ │ ├── Icon │ │ │ ├── sns_icon_1.png │ │ │ ├── sns_icon_10.png │ │ │ ├── sns_icon_10@2x.png │ │ │ ├── sns_icon_11.png │ │ │ ├── sns_icon_11@2x.png │ │ │ ├── sns_icon_12.png │ │ │ ├── sns_icon_12@2x.png │ │ │ ├── sns_icon_14.png │ │ │ ├── sns_icon_14@2x.png │ │ │ ├── sns_icon_15.png │ │ │ ├── sns_icon_15@2x.png │ │ │ ├── sns_icon_16.png │ │ │ ├── sns_icon_16@2x.png │ │ │ ├── sns_icon_17.png │ │ │ ├── sns_icon_17@2x.png │ │ │ ├── sns_icon_18.png │ │ │ ├── sns_icon_18@2x.png │ │ │ ├── sns_icon_19.png │ │ │ ├── sns_icon_19@2x.png │ │ │ ├── sns_icon_1@2x.png │ │ │ ├── sns_icon_2.png │ │ │ ├── sns_icon_20.png │ │ │ ├── sns_icon_20@2x.png │ │ │ ├── sns_icon_21.png │ │ │ ├── sns_icon_21@2x.png │ │ │ ├── sns_icon_22.png │ │ │ ├── sns_icon_22@2x.png │ │ │ ├── sns_icon_23.png │ │ │ ├── sns_icon_23@2x.png │ │ │ ├── sns_icon_24.png │ │ │ ├── sns_icon_24@2x.png │ │ │ ├── sns_icon_25.png │ │ │ ├── sns_icon_25@2x.png │ │ │ ├── sns_icon_26.png │ │ │ ├── sns_icon_26@2x.png │ │ │ ├── sns_icon_27.png │ │ │ ├── sns_icon_27@2x.png │ │ │ ├── sns_icon_2@2x.png │ │ │ ├── sns_icon_30.png │ │ │ ├── sns_icon_30@2x.png │ │ │ ├── sns_icon_34.png │ │ │ ├── sns_icon_34@2x.png │ │ │ ├── sns_icon_35.png │ │ │ ├── sns_icon_35@2x.png │ │ │ ├── sns_icon_36.png │ │ │ ├── sns_icon_36@2x.png │ │ │ ├── sns_icon_37.png │ │ │ ├── sns_icon_37@2x.png │ │ │ ├── sns_icon_38.png │ │ │ ├── sns_icon_38@2x.png │ │ │ ├── sns_icon_39.png │ │ │ ├── sns_icon_39@2x.png │ │ │ ├── sns_icon_40.png │ │ │ ├── sns_icon_40@2x.png │ │ │ ├── sns_icon_41.png │ │ │ ├── sns_icon_41@2x.png │ │ │ ├── sns_icon_42.png │ │ │ ├── sns_icon_42@2x.png │ │ │ ├── sns_icon_43.png │ │ │ ├── sns_icon_43@2x.png │ │ │ ├── sns_icon_44.png │ │ │ ├── sns_icon_44@2x.png │ │ │ ├── sns_icon_45.png │ │ │ ├── sns_icon_45@2x.png │ │ │ ├── sns_icon_46.png │ │ │ ├── sns_icon_46@2x.png │ │ │ ├── sns_icon_47.png │ │ │ ├── sns_icon_47@2x.png │ │ │ ├── sns_icon_5.png │ │ │ ├── sns_icon_50.png │ │ │ ├── sns_icon_50@2x.png │ │ │ ├── sns_icon_51.png │ │ │ ├── sns_icon_51@2x.png │ │ │ ├── sns_icon_52.png │ │ │ ├── sns_icon_52@2x.png │ │ │ ├── sns_icon_53.png │ │ │ ├── sns_icon_53@2x.png │ │ │ ├── sns_icon_54.png │ │ │ ├── sns_icon_54@2x.png │ │ │ ├── sns_icon_55.png │ │ │ ├── sns_icon_55@2x.png │ │ │ ├── sns_icon_56.png │ │ │ ├── sns_icon_56@2x.png │ │ │ ├── sns_icon_57.png │ │ │ ├── sns_icon_57@2x.png │ │ │ ├── sns_icon_58.png │ │ │ ├── sns_icon_58@2x.png │ │ │ ├── sns_icon_5@2x.png │ │ │ ├── sns_icon_6.png │ │ │ ├── sns_icon_6@2x.png │ │ │ ├── sns_icon_7.png │ │ │ ├── sns_icon_7@2x.png │ │ │ ├── sns_icon_8.png │ │ │ ├── sns_icon_8@2x.png │ │ │ ├── sns_icon_996.png │ │ │ └── sns_icon_996@2x.png │ │ ├── Icon_simple │ │ │ ├── sns_icon_1.png │ │ │ ├── sns_icon_10.png │ │ │ ├── sns_icon_10@2x.png │ │ │ ├── sns_icon_11.png │ │ │ ├── sns_icon_11@2x.png │ │ │ ├── sns_icon_12.png │ │ │ ├── sns_icon_12@2x.png │ │ │ ├── sns_icon_14.png │ │ │ ├── sns_icon_14@2x.png │ │ │ ├── sns_icon_15.png │ │ │ ├── sns_icon_15@2x.png │ │ │ ├── sns_icon_16.png │ │ │ ├── sns_icon_16@2x.png │ │ │ ├── sns_icon_17.png │ │ │ ├── sns_icon_17@2x.png │ │ │ ├── sns_icon_18.png │ │ │ ├── sns_icon_18@2x.png │ │ │ ├── sns_icon_19.png │ │ │ ├── sns_icon_19@2x.png │ │ │ ├── sns_icon_1@2x.png │ │ │ ├── sns_icon_2.png │ │ │ ├── sns_icon_20.png │ │ │ ├── sns_icon_20@2x.png │ │ │ ├── sns_icon_21.png │ │ │ ├── sns_icon_21@2x.png │ │ │ ├── sns_icon_22.png │ │ │ ├── sns_icon_22@2x.png │ │ │ ├── sns_icon_23.png │ │ │ ├── sns_icon_23@2x.png │ │ │ ├── sns_icon_24.png │ │ │ ├── sns_icon_24@2x.png │ │ │ ├── sns_icon_25.png │ │ │ ├── sns_icon_25@2x.png │ │ │ ├── sns_icon_26.png │ │ │ ├── sns_icon_26@2x.png │ │ │ ├── sns_icon_27.png │ │ │ ├── sns_icon_27@2x.png │ │ │ ├── sns_icon_2@2x.png │ │ │ ├── sns_icon_30.png │ │ │ ├── sns_icon_30@2x.png │ │ │ ├── sns_icon_34.png │ │ │ ├── sns_icon_34@2x.png │ │ │ ├── sns_icon_35.png │ │ │ ├── sns_icon_35@2x.png │ │ │ ├── sns_icon_36.png │ │ │ ├── sns_icon_36@2x.png │ │ │ ├── sns_icon_37.png │ │ │ ├── sns_icon_37@2x.png │ │ │ ├── sns_icon_38.png │ │ │ ├── sns_icon_38@2x.png │ │ │ ├── sns_icon_39.png │ │ │ ├── sns_icon_39@2x.png │ │ │ ├── sns_icon_40.png │ │ │ ├── sns_icon_40@2x.png │ │ │ ├── sns_icon_41.png │ │ │ ├── sns_icon_41@2x.png │ │ │ ├── sns_icon_42.png │ │ │ ├── sns_icon_42@2x.png │ │ │ ├── sns_icon_43.png │ │ │ ├── sns_icon_43@2x.png │ │ │ ├── sns_icon_44.png │ │ │ ├── sns_icon_44@2x.png │ │ │ ├── sns_icon_45.png │ │ │ ├── sns_icon_45@2x.png │ │ │ ├── sns_icon_46.png │ │ │ ├── sns_icon_46@2x.png │ │ │ ├── sns_icon_47.png │ │ │ ├── sns_icon_47@2x.png │ │ │ ├── sns_icon_5.png │ │ │ ├── sns_icon_50.png │ │ │ ├── sns_icon_50@2x.png │ │ │ ├── sns_icon_51.png │ │ │ ├── sns_icon_51@2x.png │ │ │ ├── sns_icon_52.png │ │ │ ├── sns_icon_52@2x.png │ │ │ ├── sns_icon_53.png │ │ │ ├── sns_icon_53@2x.png │ │ │ ├── sns_icon_54.png │ │ │ ├── sns_icon_54@2x.png │ │ │ ├── sns_icon_55.png │ │ │ ├── sns_icon_55@2x.png │ │ │ ├── sns_icon_56.png │ │ │ ├── sns_icon_56@2x.png │ │ │ ├── sns_icon_57.png │ │ │ ├── sns_icon_57@2x.png │ │ │ ├── sns_icon_58.png │ │ │ ├── sns_icon_58@2x.png │ │ │ ├── sns_icon_5@2x.png │ │ │ ├── sns_icon_6.png │ │ │ ├── sns_icon_6@2x.png │ │ │ ├── sns_icon_7.png │ │ │ ├── sns_icon_7@2x.png │ │ │ ├── sns_icon_8.png │ │ │ ├── sns_icon_8@2x.png │ │ │ ├── sns_icon_996.png │ │ │ └── sns_icon_996@2x.png │ │ ├── en.lproj │ │ │ └── ShareSDKUI_Localizable.strings │ │ └── zh-Hans.lproj │ │ │ └── ShareSDKUI_Localizable.strings │ └── ShareSDKUI.framework │ │ ├── Headers │ │ ├── SSUIEditorConfiguration.h │ │ ├── SSUIEditorViewStyle.h │ │ ├── SSUIPlatformItem.h │ │ ├── SSUIShareActionSheetStyle.h │ │ ├── SSUIShareSheetConfiguration.h │ │ ├── ShareSDK+SSUI.h │ │ ├── ShareSDK+SSUIDeprecated.h │ │ └── ShareSDKUI.h │ │ ├── Info.plist │ │ └── ShareSDKUI │ ├── PlatformConnector │ ├── AliSocialConnector.framework │ │ ├── AliSocialConnector │ │ └── Info.plist │ ├── CMCCConnector.framework │ │ ├── CMCCConnector │ │ └── Info.plist │ ├── CopyConnector.framework │ │ ├── CopyConnector │ │ └── Info.plist │ ├── DingTalkConnector.framework │ │ ├── DingTalkConnector │ │ └── Info.plist │ ├── DouBanConnector.framework │ │ ├── DouBanConnector │ │ └── Info.plist │ ├── DropboxConnector.framework │ │ ├── DropboxConnector │ │ └── Info.plist │ ├── ESurfingConnector.framework │ │ ├── ESurfingConnector │ │ └── Info.plist │ ├── EasyChatConnector.framework │ │ ├── EasyChatConnector │ │ └── Info.plist │ ├── EvernoteConnector.framework │ │ ├── EvernoteConnector │ │ └── Info.plist │ ├── FacebookAccountConnector.framework │ │ ├── FacebookAccountConnector │ │ ├── Headers │ │ │ ├── FacebookAccountConnector.h │ │ │ └── SSCFacebookAccountConfiguration.h │ │ └── Info.plist │ ├── FacebookConnector.framework │ │ ├── FacebookConnector │ │ └── Info.plist │ ├── FacebookMessengerConnector.framework │ │ ├── FacebookMessengerConnector │ │ └── Info.plist │ ├── FlickrConnector.framework │ │ ├── FlickrConnector │ │ └── Info.plist │ ├── GooglePlusConnector.framework │ │ ├── GooglePlusConnector │ │ └── Info.plist │ ├── InstagramConnector.framework │ │ ├── Info.plist │ │ └── InstagramConnector │ ├── InstapaperConnector.framework │ │ ├── Info.plist │ │ └── InstapaperConnector │ ├── KaiXinConnector.framework │ │ ├── Info.plist │ │ └── KaiXinConnector │ ├── KakaoConnector.framework │ │ ├── Info.plist │ │ └── KakaoConnector │ ├── LineConnector.framework │ │ ├── Info.plist │ │ └── LineConnector │ ├── LinkedInConnector.framework │ │ ├── Info.plist │ │ └── LinkedInConnector │ ├── MailConnector.framework │ │ ├── Info.plist │ │ └── MailConnector │ ├── MeiPaiConnector.framework │ │ ├── Info.plist │ │ └── MeiPaiConnector │ ├── MingDaoConnector.framework │ │ ├── Info.plist │ │ └── MingDaoConnector │ ├── PinterestConnector.framework │ │ ├── Info.plist │ │ └── PinterestConnector │ ├── PocketConnector.framework │ │ ├── Info.plist │ │ └── PocketConnector │ ├── PrintConnector.framework │ │ ├── Info.plist │ │ └── PrintConnector │ ├── QQConnector.framework │ │ ├── Info.plist │ │ └── QQConnector │ ├── RedditConnector.framework │ │ ├── Info.plist │ │ └── RedditConnector │ ├── RenrenConnector.framework │ │ ├── Info.plist │ │ └── RenrenConnector │ ├── SMSConnector.framework │ │ ├── Info.plist │ │ └── SMSConnector │ ├── SinaWeiboConnector.framework │ │ ├── Info.plist │ │ └── SinaWeiboConnector │ ├── TelegramConnector.framework │ │ ├── Info.plist │ │ └── TelegramConnector │ ├── TencentWeiboConnector.framework │ │ ├── Info.plist │ │ └── TencentWeiboConnector │ ├── TumblrConnector.framework │ │ ├── Info.plist │ │ └── TumblrConnector │ ├── TwitterConnector.framework │ │ ├── Info.plist │ │ └── TwitterConnector │ ├── VKontakteConnector.framework │ │ ├── Info.plist │ │ └── VKontakteConnector │ ├── WechatConnector.framework │ │ ├── Headers │ │ │ └── WeChatConnector.h │ │ ├── Info.plist │ │ └── WechatConnector │ ├── WhatsAppConnector.framework │ │ ├── Info.plist │ │ └── WhatsAppConnector │ ├── YouDaoNoteConnector.framework │ │ ├── Info.plist │ │ └── YouDaoNoteConnector │ └── YouTubeConnector.framework │ │ ├── Info.plist │ │ └── YouTubeConnector │ ├── PlatformSDK │ ├── APSocialSDK │ │ ├── APOpenAPI.h │ │ ├── APOpenAPIObject.h │ │ ├── README.md │ │ └── libAPOpenSdk.a │ ├── CMCCSDK │ │ ├── Resource.bundle │ │ │ ├── Info.plist │ │ │ ├── authicon.png │ │ │ ├── delete.png │ │ │ ├── left_arrow.png │ │ │ └── logo.png │ │ └── TYRZSDK.framework │ │ │ ├── Headers │ │ │ ├── TYRZSDK.h │ │ │ └── TYRZUILogin.h │ │ │ ├── Info.plist │ │ │ ├── Modules │ │ │ └── module.modulemap │ │ │ ├── TYRZSDK │ │ │ └── _CodeSignature │ │ │ ├── CodeDirectory │ │ │ ├── CodeRequirements │ │ │ ├── CodeRequirements-1 │ │ │ ├── CodeResources │ │ │ └── CodeSignature │ ├── DingTalkSDK │ │ └── DTShareKit.framework │ │ │ ├── DTShareKit │ │ │ ├── Headers │ │ │ ├── DTOpenAPI.h │ │ │ ├── DTOpenAPIObject.h │ │ │ └── DTOpenKit.h │ │ │ └── Versions │ │ │ ├── A │ │ │ ├── DTShareKit │ │ │ └── Headers │ │ │ │ ├── DTOpenAPI.h │ │ │ │ ├── DTOpenAPIObject.h │ │ │ │ └── DTOpenKit.h │ │ │ └── Current │ │ │ ├── DTShareKit │ │ │ └── Headers │ │ │ ├── DTOpenAPI.h │ │ │ ├── DTOpenAPIObject.h │ │ │ └── DTOpenKit.h │ ├── ESurfingSDK │ │ ├── EAccountSDKArchive.framework │ │ │ ├── EAccountJsBridge.js │ │ │ ├── EAccountSDKArchive │ │ │ ├── Headers │ │ │ │ ├── EAccount.h │ │ │ │ ├── EAccountSDKArchive.h │ │ │ │ └── LoginConfigMode.h │ │ │ ├── Info.plist │ │ │ └── Modules │ │ │ │ └── module.modulemap │ │ └── HTMLResource.bundle │ │ │ ├── auto_login.html │ │ │ ├── error.html │ │ │ ├── images │ │ │ ├── 404.png │ │ │ ├── adv.png │ │ │ ├── icons │ │ │ │ ├── btn_del.png │ │ │ │ ├── e.png │ │ │ │ └── phone.png │ │ │ ├── loading.png │ │ │ ├── simIcon │ │ │ │ ├── group.png │ │ │ │ └── sim.png │ │ │ ├── three │ │ │ │ ├── login_QQ.png │ │ │ │ ├── login_wechat.png │ │ │ │ ├── login_weibo.png │ │ │ │ └── login_yjk.png │ │ │ ├── topIcon-default.png │ │ │ └── topIcon │ │ │ │ ├── mask.png │ │ │ │ └── topIcon-logo.png │ │ │ ├── js │ │ │ ├── alloy-lever.js │ │ │ ├── auto_comm.js │ │ │ ├── auto_login.js │ │ │ ├── comm.js │ │ │ ├── login.js │ │ │ ├── sms_login.js │ │ │ └── vconsole.min.js │ │ │ ├── login.html │ │ │ ├── md5values.txt │ │ │ ├── mini_auto_login.html │ │ │ ├── mini_error.html │ │ │ ├── mini_login.html │ │ │ ├── mini_sms_login.html │ │ │ ├── sms_login.html │ │ │ └── stylesheets │ │ │ ├── auto_login.css │ │ │ ├── login.css │ │ │ └── wrong.css │ ├── FacebookAccountSDK │ │ ├── AccountKit.framework │ │ │ ├── AccountKit │ │ │ ├── Headers │ │ │ │ ├── AKFAccessToken.h │ │ │ │ ├── AKFAccount.h │ │ │ │ ├── AKFAccountKit.h │ │ │ │ ├── AKFButtonType.h │ │ │ │ ├── AKFConfiguring.h │ │ │ │ ├── AKFError.h │ │ │ │ ├── AKFErrorDetail.h │ │ │ │ ├── AKFLoginFlowState.h │ │ │ │ ├── AKFLoginType.h │ │ │ │ ├── AKFPhoneNumber.h │ │ │ │ ├── AKFResponseType.h │ │ │ │ ├── AKFSettings.h │ │ │ │ ├── AKFSkinManager.h │ │ │ │ ├── AKFTextPosition.h │ │ │ │ ├── AKFTheme.h │ │ │ │ ├── AKFUIManager.h │ │ │ │ ├── AKFUIManaging.h │ │ │ │ ├── AKFViewController.h │ │ │ │ └── AccountKit.h │ │ │ ├── Info.plist │ │ │ └── Modules │ │ │ │ └── module.modulemap │ │ └── AccountKitStrings.bundle │ │ │ └── Resources │ │ │ ├── af.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── ar.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── bn.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── ckb_IQ.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── cs.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── da.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── de.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── el.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── en.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── en_GB.lproj │ │ │ └── AccountKit.strings │ │ │ ├── es.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── es_ES.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── fi.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── fr.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── gu.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── he.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── hi.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── hr.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── hu.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── id.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── it.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── ja.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── ko.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── ml.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── mr.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── ms.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── my.lproj │ │ │ └── AccountKit.strings │ │ │ ├── my_MM.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── nb.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── nl.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── pa.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── pl.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── pt.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── pt_PT.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── ro.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── ru.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── sk.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── sv.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── sw.lproj │ │ │ └── AccountKit.strings │ │ │ ├── sw_KE.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── ta.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── te.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── th.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── tr.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── ur.lproj │ │ │ └── AccountKit.strings │ │ │ ├── ur_PK.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── vi.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── zh.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ ├── zh_Hant_HK.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ │ │ └── zh_Hant_TW.lproj │ │ │ ├── AccountKit.strings │ │ │ └── AccountKitCountryCode.strings │ ├── KaKaoSDK │ │ ├── KakaoCommon.framework │ │ │ ├── Headers │ │ │ │ ├── KCMAgent.h │ │ │ │ ├── KCMConfiguration.h │ │ │ │ ├── KCMError.h │ │ │ │ ├── KCMException.h │ │ │ │ ├── KCMUtils.h │ │ │ │ └── KakaoCommon.h │ │ │ ├── Info.plist │ │ │ ├── KakaoCommon │ │ │ └── Modules │ │ │ │ └── module.modulemap │ │ ├── KakaoLink.framework │ │ │ ├── Headers │ │ │ │ ├── KLKError.h │ │ │ │ ├── KLKImageStorage.h │ │ │ │ ├── KLKTalkLinkCenter.h │ │ │ │ ├── KLKTalkLinkCore.h │ │ │ │ └── KakaoLink.h │ │ │ ├── Info.plist │ │ │ ├── KakaoLink │ │ │ └── Modules │ │ │ │ └── module.modulemap │ │ └── KakaoOpenSDK.framework │ │ │ ├── Headers │ │ │ ├── KOAccessTokenInfo.h │ │ │ ├── KOAgeAuthQueryStringBuilder.h │ │ │ ├── KOAppFriend.h │ │ │ ├── KOBaseContext.h │ │ │ ├── KOChat.h │ │ │ ├── KOChatContext.h │ │ │ ├── KOError.h │ │ │ ├── KOFriend.h │ │ │ ├── KOFriendContext.h │ │ │ ├── KOFriendOperation.h │ │ │ ├── KOHTTPMethod.h │ │ │ ├── KOImages.h │ │ │ ├── KOLoginButton.h │ │ │ ├── KOPushTokenInfo.h │ │ │ ├── KOSession.h │ │ │ ├── KOSessionTask+AgeAuthAPI.h │ │ │ ├── KOSessionTask+AppFriendAPI.h │ │ │ ├── KOSessionTask+FriendAPI.h │ │ │ ├── KOSessionTask+PushAPI.h │ │ │ ├── KOSessionTask+StoryAPI.h │ │ │ ├── KOSessionTask+TalkAPI.h │ │ │ ├── KOSessionTask+TokenAPI.h │ │ │ ├── KOSessionTask+UserManagementAPI.h │ │ │ ├── KOSessionTask.h │ │ │ ├── KOStoryActorInfo.h │ │ │ ├── KOStoryCommentInfo.h │ │ │ ├── KOStoryLikeInfo.h │ │ │ ├── KOStoryLinkInfo.h │ │ │ ├── KOStoryMyStoryImageInfo.h │ │ │ ├── KOStoryMyStoryInfo.h │ │ │ ├── KOStoryPostInfo.h │ │ │ ├── KOStoryProfile.h │ │ │ ├── KOTalkMessageSending.h │ │ │ ├── KOTalkProfile.h │ │ │ ├── KOToken.h │ │ │ ├── KOUser.h │ │ │ ├── KOUserInfo.h │ │ │ ├── KOUserMe.h │ │ │ ├── KOUtils.h │ │ │ ├── KakaoOpenSDK.h │ │ │ ├── KakaoPushMessageObject.h │ │ │ ├── KakaoPushMessagePropertyForApns.h │ │ │ └── KakaoPushMessagePropertyForGcm.h │ │ │ ├── Info.plist │ │ │ ├── KakaoOpenSDK │ │ │ └── Modules │ │ │ └── module.modulemap │ ├── LineSDK │ │ └── LineSDK.framework │ │ │ ├── Headers │ │ │ ├── LineSDK.h │ │ │ ├── LineSDKAPI.h │ │ │ ├── LineSDKAccessToken.h │ │ │ ├── LineSDKConfiguration.h │ │ │ ├── LineSDKCredential.h │ │ │ ├── LineSDKHTTPClient.h │ │ │ ├── LineSDKLogin.h │ │ │ ├── LineSDKProfile.h │ │ │ ├── LineSDKRequestProtocol.h │ │ │ ├── LineSDKVerifyResult.h │ │ │ └── NSError+LineSDK.h │ │ │ ├── LineSDK │ │ │ ├── Resources │ │ │ └── Info.plist │ │ │ └── Versions │ │ │ ├── A │ │ │ ├── Headers │ │ │ │ ├── LineSDK.h │ │ │ │ ├── LineSDKAPI.h │ │ │ │ ├── LineSDKAccessToken.h │ │ │ │ ├── LineSDKConfiguration.h │ │ │ │ ├── LineSDKCredential.h │ │ │ │ ├── LineSDKHTTPClient.h │ │ │ │ ├── LineSDKLogin.h │ │ │ │ ├── LineSDKProfile.h │ │ │ │ ├── LineSDKRequestProtocol.h │ │ │ │ ├── LineSDKVerifyResult.h │ │ │ │ └── NSError+LineSDK.h │ │ │ ├── LineSDK │ │ │ └── Resources │ │ │ │ └── Info.plist │ │ │ └── Current │ │ │ ├── Headers │ │ │ ├── LineSDK.h │ │ │ ├── LineSDKAPI.h │ │ │ ├── LineSDKAccessToken.h │ │ │ ├── LineSDKConfiguration.h │ │ │ ├── LineSDKCredential.h │ │ │ ├── LineSDKHTTPClient.h │ │ │ ├── LineSDKLogin.h │ │ │ ├── LineSDKProfile.h │ │ │ ├── LineSDKRequestProtocol.h │ │ │ ├── LineSDKVerifyResult.h │ │ │ └── NSError+LineSDK.h │ │ │ ├── LineSDK │ │ │ └── Resources │ │ │ └── Info.plist │ ├── MPShareSDK │ │ └── MPShareSDK.framework │ │ │ ├── Headers │ │ │ └── MPShareSDK.h │ │ │ ├── MPShareSDK │ │ │ └── Versions │ │ │ ├── A │ │ │ ├── Headers │ │ │ │ └── MPShareSDK.h │ │ │ └── MPShareSDK │ │ │ └── Current │ │ │ ├── Headers │ │ │ └── MPShareSDK.h │ │ │ └── MPShareSDK │ ├── QQSDK │ │ └── TencentOpenAPI.framework │ │ │ ├── Headers │ │ │ ├── QQApiInterface.h │ │ │ ├── QQApiInterfaceObject.h │ │ │ ├── TencentOAuth.h │ │ │ └── sdkdef.h │ │ │ └── TencentOpenAPI │ ├── RenRenSDK │ │ ├── RennSDK.bundle │ │ │ └── images │ │ │ │ ├── close.png │ │ │ │ └── close@2x.png │ │ └── RennSDK.framework │ │ │ ├── Headers │ │ │ ├── RennAccessToken.h │ │ │ ├── RennClient.h │ │ │ ├── RennHttpRequest.h │ │ │ ├── RennLoginService.h │ │ │ ├── RennParam.h │ │ │ ├── RennSDK.h │ │ │ └── RennService.h │ │ │ └── RennSDK │ ├── SinaWeiboSDK │ │ ├── WBHttpRequest.h │ │ ├── WeiboSDK.bundle │ │ │ ├── images │ │ │ │ ├── common_button_white@2x.png │ │ │ │ ├── common_button_white_highlighted@2x.png │ │ │ │ └── empty_failed@2x.png │ │ │ └── others │ │ │ │ └── mfp.cer │ │ ├── WeiboSDK.h │ │ └── libWeiboSDK.a │ ├── WeChatSDK │ │ ├── README.txt │ │ ├── WXApi.h │ │ ├── WXApiObject.h │ │ ├── WechatAuthSDK.h │ │ └── libWeChatSDK.a │ └── YiXinSDK │ │ ├── YXApi.h │ │ ├── YXApiObject.h │ │ └── libYixinSDK.a │ └── Required │ ├── ShareSDK.bundle │ ├── Base.lproj │ │ ├── ShareSDK.strings │ │ └── country.plist │ ├── ScriptCore │ │ ├── NativeExt.js │ │ ├── ShareSDK.js │ │ └── platforms │ │ │ ├── AliSocial.js │ │ │ ├── CMCC.js │ │ │ ├── Copy.js │ │ │ ├── DingTalk.js │ │ │ ├── DouBan.js │ │ │ ├── Dropbox.js │ │ │ ├── ESurfing.js │ │ │ ├── EasyChat.js │ │ │ ├── Evernote.js │ │ │ ├── Facebook.js │ │ │ ├── FacebookAccount.js │ │ │ ├── FacebookMessenger.js │ │ │ ├── Flickr.js │ │ │ ├── GooglePlus.js │ │ │ ├── Instagram.js │ │ │ ├── Instapaper.js │ │ │ ├── KaKao.js │ │ │ ├── KaiXin.js │ │ │ ├── Line.js │ │ │ ├── LinkedIn.js │ │ │ ├── Mail.js │ │ │ ├── MeiPai.js │ │ │ ├── MingDao.js │ │ │ ├── Pinterest.js │ │ │ ├── Pocket.js │ │ │ ├── Print.js │ │ │ ├── QQ.js │ │ │ ├── Reddit.js │ │ │ ├── RenRen.js │ │ │ ├── SMS.js │ │ │ ├── SinaWeibo.js │ │ │ ├── Telegram.js │ │ │ ├── TencentWeibo.js │ │ │ ├── Tumblr.js │ │ │ ├── Twitter.js │ │ │ ├── VKontakte.js │ │ │ ├── WeChat.js │ │ │ ├── WhatsApp.js │ │ │ ├── YouDaoNote.js │ │ │ └── YouTube.js │ ├── en.lproj │ │ ├── ShareSDK.strings │ │ └── country.plist │ └── zh-Hans.lproj │ │ ├── ShareSDK.strings │ │ └── country.plist │ └── ShareSDKConnector.framework │ ├── Headers │ └── ShareSDKConnector.h │ ├── Info.plist │ └── ShareSDKConnector └── ShareSDKUI ├── ShareSDKUI.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ ├── ShareSDKUI.xccheckout │ │ └── ShareSDKUI.xcscmblueprint │ └── xcuserdata │ │ ├── chenjd.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ ├── liujinghuang.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ ├── max.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ ├── wkx.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── youzu.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── xcshareddata │ └── xcschemes │ │ └── CreatePackage_UI.xcscheme └── xcuserdata │ ├── LeeJay.xcuserdatad │ └── xcschemes │ │ ├── ShareSDKUI.xcscheme │ │ └── xcschememanagement.plist │ ├── chenjd.xcuserdatad │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ │ ├── CreatePackage.xcscheme │ │ ├── ShareSDKUI.xcscheme │ │ ├── TestShareSDKUI.xcscheme │ │ └── xcschememanagement.plist │ ├── liujinghuang.xcuserdatad │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ │ ├── CreatePackage.xcscheme │ │ ├── ShareSDKUI.xcscheme │ │ ├── TestShareSDKUI.xcscheme │ │ └── xcschememanagement.plist │ ├── max.xcuserdatad │ └── xcschemes │ │ ├── ShareSDKUI.xcscheme │ │ └── xcschememanagement.plist │ ├── wkx.xcuserdatad │ └── xcschemes │ │ ├── ShareSDKUI.xcscheme │ │ └── xcschememanagement.plist │ └── youzu.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ ├── ShareSDKUI.xcscheme │ └── xcschememanagement.plist └── ShareSDKUI ├── Deprecated ├── SSUIEditorViewStyle.h ├── SSUIEditorViewStyle.m ├── SSUIShareActionSheetStyle.h ├── SSUIShareActionSheetStyle.m ├── ShareSDK+SSUIDeprecated.h └── ShareSDK+SSUIDeprecated.m ├── Info.plist ├── Others ├── SSUIConst.h ├── SSUIConst.m ├── SSUIHelper.h ├── SSUIHelper.m ├── SSUIPrefixHeader.pch └── SSUITypeDef.h ├── SSUIContext.h ├── SSUIContext.m ├── ShareEditor ├── SSUIEditerViewController.h ├── SSUIEditerViewController.m ├── SSUIEditorConfiguration.h ├── SSUIEditorConfiguration.m ├── SSUIEditorNavigationController.h ├── SSUIEditorNavigationController.m ├── SSUIiPadEditorViewController.h └── SSUIiPadEditorViewController.m ├── ShareSDK+SSUI.h ├── ShareSDK+SSUI.m ├── ShareSDKUI.h └── ShareSheet ├── SSUICollectionViewCell.h ├── SSUICollectionViewCell.m ├── SSUICollectionViewLayout.h ├── SSUICollectionViewLayout.m ├── SSUICollectionViewSimpleCell.h ├── SSUICollectionViewSimpleCell.m ├── SSUIPlatformItem.h ├── SSUIPlatformItem.m ├── SSUIShareSheetConfiguration.h ├── SSUIShareSheetConfiguration.m ├── SSUIShareSheetViewController.h └── SSUIShareSheetViewController.m /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/IMOBBaseUser.h: -------------------------------------------------------------------------------- 1 | // 2 | // IMOBBaseUser.h 3 | // MOBFoundation 4 | // 5 | // Created by 冯鸿杰 on 2017/9/5. 6 | // Copyright © 2017年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "IMOBFDataModel.h" 11 | 12 | /** 13 | 基础用户信息 14 | */ 15 | @protocol IMOBBaseUser 16 | 17 | /** 18 | 获取用户ID 19 | 20 | @return 用户ID 21 | */ 22 | - (NSString *)uid; 23 | 24 | /** 25 | 获取用户头像 26 | 27 | @return 头像 28 | */ 29 | - (NSString *)avatar; 30 | 31 | /** 32 | 获取用户昵称 33 | 34 | @return 昵称 35 | */ 36 | - (NSString *)nickname; 37 | 38 | @end 39 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/IMOBFPlugin.h: -------------------------------------------------------------------------------- 1 | // 2 | // IMOBFPlugin.h 3 | // MOBFoundation 4 | // 5 | // Created by fenghj on 15/6/2. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * 插件协议 13 | */ 14 | @protocol IMOBFPlugin 15 | 16 | @required 17 | 18 | /** 19 | * 插件加载时调用 20 | * 21 | * @param key 插件标识 22 | */ 23 | - (void)load:(NSString *)key; 24 | 25 | /** 26 | * 插件卸载时调用 27 | */ 28 | - (void)unload; 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFApplication.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFApplicationUtils.h 3 | // MOBFoundation 4 | // 5 | // Created by vimfung on 15-1-20. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * 应用工具类 13 | */ 14 | @interface MOBFApplication : NSObject 15 | 16 | /** 17 | * 获取应用名称 18 | * 19 | * @return 应用名称 20 | */ 21 | + (NSString *)name; 22 | 23 | /** 24 | * 获取应用包名 25 | * 26 | * @return 包名 27 | */ 28 | + (NSString *)bundleId; 29 | 30 | /** 31 | * 获取应用编译版本 32 | * 33 | * @return 编译版本 34 | */ 35 | + (NSString *)buildVersion; 36 | 37 | /** 38 | * 获取应用版本号 39 | * 40 | * @return 应用版本号 41 | */ 42 | + (NSString *)shortVersion; 43 | 44 | /** 45 | * 获取应用版本号 46 | * 47 | * @return 版本号 48 | */ 49 | + (NSString *)version __deprecated_msg("use [buildVersion] method instead"); 50 | 51 | /** 52 | * 检测是否启用ATS功能 53 | */ 54 | + (BOOL)enabledATS; 55 | 56 | /** 57 | * 获取应用运行经过的时间(单位:毫秒) 58 | * 59 | * @return 经过时间 60 | */ 61 | + (uint64_t)elapsedTime; 62 | 63 | /** 64 | * 判断链接是否能打开 65 | * 66 | * @param url 链接 67 | * 68 | * @return YES 可以打开,NO 不能打开 69 | */ 70 | + (BOOL)canOpenUrl:(NSURL *)url; 71 | 72 | /** 73 | * 打开链接 74 | * 75 | * @param url 链接 76 | */ 77 | + (void)openUrl:(NSURL *)url; 78 | 79 | @end 80 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFColor.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFColorUtils.h 3 | // MOBFoundation 4 | // 5 | // Created by vimfung on 15-1-19. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | /** 13 | * 颜色工具类 14 | */ 15 | @interface MOBFColor : NSObject 16 | 17 | /** 18 | * 获取颜色对象 19 | * 20 | * @param rgb RGB颜色值 21 | * 22 | * @return 颜色对象 23 | */ 24 | + (UIColor *)colorWithRGB:(NSUInteger)rgb; 25 | 26 | /** 27 | * 获取颜色对象 28 | * 29 | * @param argb ARGB颜色值 30 | * 31 | * @return 颜色对象 32 | */ 33 | + (UIColor *)colorWithARGB:(NSUInteger)argb; 34 | 35 | @end 36 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFDataModel.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFDataModel.h 3 | // MOBFoundation 4 | // 5 | // Created by 冯鸿杰 on 17/2/15. 6 | // Copyright © 2017年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "IMOBFDataModel.h" 11 | 12 | /** 13 | 数据模型 14 | */ 15 | @interface MOBFDataModel : NSObject 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFDebug.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFDebug.h 3 | // MOBFoundation 4 | // 5 | // Created by 冯 鸿杰 on 15/2/4. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * 调试工具类 13 | */ 14 | @interface MOBFDebug : NSObject 15 | 16 | /** 17 | * 输出调试日志 18 | * 19 | * @param format 日志格式 20 | * @param ... 日志参数 21 | */ 22 | + (void)log:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2); 23 | 24 | /** 25 | * 观察释放对象,指定类型的被释放对象会打印在Console中。 26 | * 27 | * @param type 对象类型 28 | */ 29 | + (void)watchDeallocObjectWithType:(Class)type; 30 | 31 | @end 32 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFImageCachePolicy.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFImageCachePolicy.h 3 | // MOBFoundation 4 | // 5 | // Created by 冯鸿杰 on 2017/4/12. 6 | // Copyright © 2017年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MOBFImageServiceTypeDef.h" 11 | 12 | @interface MOBFImageCachePolicy : NSObject 13 | 14 | /** 15 | 缓存名称,用于对不同的图片缓存划分到不同的缓存路径中,如果名称相同则缓存位置相同。 16 | */ 17 | @property (nonatomic, copy) NSString *cacheName; 18 | 19 | /** 20 | 缓存处理回调,当有图片需要进行缓存时会先调用该方法 21 | */ 22 | @property (nonatomic, strong) MOBFImageGetterCacheHandler cacheHandler; 23 | 24 | /** 25 | 获取默认的缓存策略 26 | 27 | @return 缓存策略 28 | */ 29 | + (instancetype)defaultCachePolicy; 30 | 31 | @end 32 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFImageObserver.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFImageObserver.h 3 | // MOBFoundation 4 | // 5 | // Created by fenghj on 16/1/21. 6 | // Copyright © 2016年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * 图片观察者 13 | */ 14 | @interface MOBFImageObserver : NSObject 15 | 16 | /** 17 | * 图片链接 18 | */ 19 | @property (nonatomic, strong, readonly) NSURL *url; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFImageServiceTypeDef.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFImageServiceTypeDef.h 3 | // MOBFoundation 4 | // 5 | // Created by fenghj on 15/6/8. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #ifndef MOBFoundation_MOBFImageServiceTypeDef_h 10 | #define MOBFoundation_MOBFImageServiceTypeDef_h 11 | 12 | #import 13 | 14 | 15 | /** 16 | 图片缓存处理 17 | 18 | @param imageData 图片的数据 19 | */ 20 | typedef NSData* (^MOBFImageGetterCacheHandler)(NSData *imageData); 21 | 22 | /** 23 | * 图片加载返回 24 | * 25 | * @param image 图片对象 26 | * @param error 错误信息 27 | */ 28 | typedef void (^MOBFImageGetterResultHandler)(UIImage *image, NSError *error); 29 | 30 | /** 31 | * 图片加载返回 32 | * 33 | * @param imageData 图片数据 34 | * @param error 错误信息 35 | */ 36 | typedef void (^MOBFImageDataGetterResultHandler)(NSData *imageData, NSError *error); 37 | 38 | #endif 39 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFJSMethod.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFJSMethod.h 3 | // MOBFoundation 4 | // 5 | // Created by 冯 鸿杰 on 15/2/27. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MOBFJSTypeDefine.h" 11 | 12 | /** 13 | * JS方法 14 | */ 15 | @interface MOBFJSMethod : NSObject 16 | 17 | /** 18 | * 方法名称 19 | */ 20 | @property (nonatomic, copy, readonly) NSString *name; 21 | 22 | /** 23 | * 方法实现 24 | */ 25 | @property (nonatomic, strong, readonly) MOBFJSMethodIMP imp; 26 | 27 | /** 28 | * 初始化方法 29 | * 30 | * @param name 方法名称 31 | * @param imp 方法实现 32 | * 33 | * @return 方法对象 34 | */ 35 | - (id)initWithName:(NSString *)name imp:(MOBFJSMethodIMP)imp; 36 | 37 | @end 38 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFJSTypeDefine.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFJSTypeDefine.h 3 | // MOBFoundation 4 | // 5 | // Created by 冯 鸿杰 on 15/2/27. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #ifndef MOBFoundation_MOBFJSTypeDefine_h 10 | #define MOBFoundation_MOBFJSTypeDefine_h 11 | 12 | /** 13 | * JS方法实现 14 | * 15 | * @param arguments 传入参数 16 | */ 17 | typedef void(^MOBFJSMethodIMP) (NSArray *arguments); 18 | 19 | #endif 20 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFJson.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFJson.h 3 | // MOBFoundation 4 | // 5 | // Created by vimfung on 15-1-20. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * JSON工具类 13 | */ 14 | @interface MOBFJson : NSObject 15 | 16 | /** 17 | * 通过JSON字符串反序列化为对象 18 | * 19 | * @param jsonString JSON字符串 20 | * 21 | * @return 对象 22 | */ 23 | + (id)objectFromJSONString:(NSString *)jsonString; 24 | 25 | /** 26 | * 通过JSON数据反序列化为对象 27 | * 28 | * @param jsonData JSON数据 29 | * 30 | * @return 对象 31 | */ 32 | + (id)objectFromJSONData:(NSData *)jsonData; 33 | 34 | /** 35 | * 通过对象序列化为JSON字符串 36 | * 37 | * @param object 对象 38 | * 39 | * @return JSON字符串 40 | */ 41 | + (NSString *)jsonStringFromObject:(id)object; 42 | 43 | /** 44 | * 通过对象序列化为JSON字符串 45 | * 46 | * @param object 对象 47 | * @param block 未解析类型回调 48 | * 49 | * @return JSON字符串 50 | */ 51 | + (NSString *)jsonStringFromObject:(id)object serializeUnsupportedClassesUsingBlock:(id(^)(id object))block; 52 | 53 | /** 54 | * 通过对象序列化为JSON数据 55 | * 56 | * @param object 对象 57 | * 58 | * @return JSON数据 59 | */ 60 | + (NSData *)jsonDataFromObject:(id)object; 61 | 62 | /** 63 | * 通过对象序列化为JSON数据 64 | * 65 | * @param object 对象 66 | * @param block 未解析类型回调 67 | * 68 | * @return JSON数据 69 | */ 70 | + (NSData *)jsonDataFromObject:(id)object serializeUnsupportedClassesUsingBlock:(id(^)(id object))block; 71 | 72 | @end 73 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFNotificationCenter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFCore.h 3 | // MOBFoundation 4 | // 5 | // Created by fenghj on 15/8/31. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * 应用程序崩溃通知 13 | */ 14 | extern NSString *const MOBFApplicationCrashNotif; 15 | 16 | /** 17 | * 核心对象 18 | */ 19 | @interface MOBFNotificationCenter : NSObject 20 | 21 | /** 22 | * 添加观察者 23 | * 24 | * @param observer 观察者对象 25 | * @param selector 处理器方法 26 | * @param name 通知名称 27 | * @param object 对象信息 28 | */ 29 | + (void)addObserver:(NSObject *)observer 30 | selector:(SEL)selector 31 | name:(NSString *)name 32 | object:(id)object; 33 | 34 | /** 35 | * 移除观察者 36 | * 37 | * @param observer 观察者对象 38 | */ 39 | + (void)removeObserver:(NSObject *)observer; 40 | 41 | /** 42 | * 移除观察者 43 | * 44 | * @param observer 观察者对象 45 | * @param name 通知名称 46 | * @param object 对象信息 47 | */ 48 | + (void)removeObserver:(NSObject *)observer 49 | name:(NSString *)name 50 | object:(id)object; 51 | 52 | @end 53 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFNumber.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFNumberUtils.h 3 | // MOBFoundation 4 | // 5 | // Created by vimfung on 15-1-20. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * 数值工具类 13 | */ 14 | @interface MOBFNumber : NSObject 15 | 16 | /** 17 | * 获取随机整型值 18 | * 19 | * @param max 最大随机数 20 | * 21 | * @return 随机整数 22 | */ 23 | + (NSInteger)randomInteger:(NSInteger)max; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFPluginManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFPluginManager.h 3 | // MOBFoundation 4 | // 5 | // Created by fenghj on 15/6/2. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "IMOBFPlugin.h" 11 | 12 | /** 13 | * 插件创建事件处理 14 | * 15 | * @return 插件对象 16 | */ 17 | typedef id(^MOBFPluginConstructHandler) (); 18 | 19 | /** 20 | * 插件管理器 21 | */ 22 | @interface MOBFPluginManager : NSObject 23 | 24 | /** 25 | * 获取默认的插件管理器 26 | * 27 | * @return 插件管理器 28 | */ 29 | + (instancetype) defaultManager; 30 | 31 | /** 32 | * 注册插件 33 | * 34 | * @param pluginConstructHandler 插件构造事件处理器 35 | * @param key 插件标识 36 | * 37 | * @return YES 表示注册成功,NO 表示注册失败,有可能已存在此插件 38 | */ 39 | - (BOOL)registerPlugin:(MOBFPluginConstructHandler)pluginConstructHandler forKey:(NSString *)key; 40 | 41 | /** 42 | * 判断是否已经注册插件 43 | * 44 | * @param key 插件标识 45 | * 46 | * @return YES 表示已经注册, NO 表示尚未注册 47 | */ 48 | - (BOOL)isRegisterPluginForKey:(NSString *)key; 49 | 50 | /** 51 | * 获取插件对象 52 | * 53 | * @param key 插件标识 54 | * 55 | * @return 插件对象,nil 表示该标志的插件不存在 56 | */ 57 | - (id)pluginForKey:(NSString *)key; 58 | 59 | /** 60 | * 卸载插件 61 | * 62 | * @param key 插件标识 63 | */ 64 | - (void)unloadPluginForKey:(NSString *)key; 65 | 66 | @end 67 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFRSAHelper.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFRSAHelper.h 3 | // MOBFoundation 4 | // 5 | // Created by fenghj on 15/7/29. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MOBFRSAKey.h" 11 | 12 | 13 | /** 14 | * RSA加解密助手 15 | */ 16 | @interface MOBFRSAHelper : NSObject 17 | 18 | /** 19 | * 密钥信息 20 | */ 21 | @property (nonatomic, readonly) MOBFRSAKey *key; 22 | 23 | /** 24 | * 初始化RSA加密器 25 | * 26 | * @param keySize 密钥长度 27 | * 28 | * @return 加密器对象 29 | */ 30 | - (instancetype)initWithKeySize:(int)keySize; 31 | 32 | /** 33 | * 初始化RSA加密器 34 | * 35 | * @param keySize 密钥长度 36 | * @param publicKey 公钥 37 | * @param privateKey 私钥 38 | * @param modulus 模数 39 | * 40 | * @return 加密器对象 41 | */ 42 | - (instancetype)initWithKeySize:(int)keySize 43 | publicKey:(NSString *)publicKey 44 | privateKey:(NSString *)privateKey 45 | modulus:(NSString *)modulus; 46 | 47 | /** 48 | * 加密数据 49 | * 50 | * @param data 数据 51 | * 52 | * @return 加密后数据 53 | */ 54 | - (NSData *)encryptWithData:(NSData *)data; 55 | 56 | /** 57 | * 解密数据 58 | * 59 | * @param data 加密后数据 60 | * 61 | * @return 解密后数据 62 | */ 63 | - (NSData *)decryptWithData:(NSData *)data; 64 | 65 | @end 66 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFRSAKey.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFRSAKey.h 3 | // MOBFoundation 4 | // 5 | // Created by fenghj on 15/7/29. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class MOBFBigInteger; 12 | 13 | @interface MOBFRSAKey : NSObject 14 | 15 | /** 16 | * bits in key 17 | */ 18 | @property (nonatomic) int bits; 19 | 20 | /** 21 | * modulus 22 | */ 23 | @property (nonatomic, strong) MOBFBigInteger *n; 24 | 25 | /** 26 | * public exponent 27 | */ 28 | @property (nonatomic, strong) MOBFBigInteger *e; 29 | 30 | /** 31 | * private exponent 32 | */ 33 | @property (nonatomic, strong) MOBFBigInteger *d; 34 | 35 | @end 36 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFViewControllerUtils.h 3 | // MOBFoundation 4 | // 5 | // Created by vimfung on 15-1-19. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | /** 13 | * 视图控制器工具类 14 | */ 15 | @interface MOBFViewController : NSObject 16 | 17 | /** 18 | * 获取当前视图控制器 19 | * 20 | * @return 视图控制器 21 | */ 22 | + (UIViewController *)currentViewController; 23 | 24 | /** 25 | * 获取当前视图控制器 26 | * 27 | * @param window 窗口 28 | * 29 | * @return 视图控制器 30 | */ 31 | + (UIViewController *)currentViewControllerFromWindow:(UIWindow *)window; 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFXml.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFXml.h 3 | // MOBFoundation 4 | // 5 | // Created by fenghj on 15/9/16. 6 | // Copyright © 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class MOBFXmlNode; 12 | 13 | /** 14 | * XML工具类 15 | */ 16 | @interface MOBFXml : NSObject 17 | 18 | /** 19 | * 根节点 20 | */ 21 | @property (nonatomic, strong, readonly) MOBFXmlNode *rootNode; 22 | 23 | /** 24 | * 初始化XML实例对象 25 | * 26 | * @param path XML文件路径 27 | * 28 | * @return XML实例对象 29 | */ 30 | - (instancetype)initWithPath:(NSString *)path; 31 | 32 | /** 33 | * 初始化XML实例对象 34 | * 35 | * @param string XML字符串描述 36 | * 37 | * @return XML实例对象 38 | */ 39 | - (instancetype)initWithString:(NSString *)string; 40 | 41 | /** 42 | * 获取XML字典描述对象 43 | * 44 | * @return 字典对象 45 | */ 46 | - (NSDictionary *)dictionaryValue; 47 | 48 | @end 49 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFXmlNode.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFXmlNode.h 3 | // MOBFoundation 4 | // 5 | // Created by fenghj on 15/9/17. 6 | // Copyright © 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * XML节点 13 | */ 14 | @interface MOBFXmlNode : NSObject 15 | 16 | /** 17 | * 父级节点 18 | */ 19 | @property (nonatomic, weak) MOBFXmlNode *parentNode; 20 | 21 | /** 22 | * 节点名称 23 | */ 24 | @property (nonatomic, copy) NSString *name; 25 | 26 | /** 27 | * 属性集合 28 | */ 29 | @property (nonatomic, strong, readonly) NSMutableDictionary *attributes; 30 | 31 | /** 32 | * 子节点 33 | */ 34 | @property (nonatomic, strong, readonly) NSMutableArray *children; 35 | 36 | /** 37 | * 文本信息 38 | */ 39 | @property (nonatomic, copy) NSString *text; 40 | 41 | /** 42 | * 获取节点的字典结构描述 43 | * 44 | * @return 字典结构 45 | */ 46 | - (NSDictionary *)dictionaryValue; 47 | 48 | @end 49 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBFoundation.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBFoundation.h 3 | // MOBFoundation 4 | // 5 | // Created by vimfung on 15-1-16. 6 | // Copyright (c) 2015年 MOB. All rights reserved. 7 | // 8 | 9 | #ifndef MOBFoundation_MOBFoundation_h 10 | #define MOBFoundation_MOBFoundation_h 11 | 12 | #import 13 | #import 14 | #import 15 | #import 16 | #import 17 | #import 18 | #import 19 | #import 20 | #import 21 | #import 22 | #import 23 | #import 24 | #import 25 | 26 | #import 27 | #import 28 | #import 29 | #import 30 | 31 | #import 32 | 33 | #import 34 | 35 | #endif 36 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/MOBSDKDef.h: -------------------------------------------------------------------------------- 1 | // 2 | // MOBSDKDef.h 3 | // MOBFoundation 4 | // 5 | // Created by liyc on 2018/8/22. 6 | // Copyright © 2018年 MOB. All rights reserved. 7 | // 8 | 9 | #ifndef MOBSDKDef_h 10 | #define MOBSDKDef_h 11 | 12 | /** 13 | * 国际域名类型 14 | */ 15 | typedef NS_ENUM(NSUInteger, MOBFSDKDomainType){ 16 | /** 17 | * 默认(大陆域名) 18 | */ 19 | MOBFSDKDomainTypeDefault = 0, 20 | /** 21 | * 美国 22 | */ 23 | MOBFSDKDomainTypeUS = 1, 24 | /** 25 | * 日本 26 | */ 27 | MOBFSDKDomainTypeJapan = 2, 28 | }; 29 | 30 | #endif /* MOBSDKDef_h */ 31 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/UIImageView+MOBFWebCache.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImageView+MOBFWebCache.h 3 | // MOBFoundation 4 | // 5 | // Created by wukx on 2018/6/6. 6 | // Copyright © 2018年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIImageView (MOBFWebCache) 12 | 13 | - (void)mobf_setImageWithURL:(nullable NSURL *)url; 14 | 15 | - (void)mobf_setImageWithURL:(nullable NSURL *)url 16 | placeholderImage:(nullable UIImage *)placeholder; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Headers/UIView+MOBFWebCache.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIView+MOBFWebCache.h 3 | // MOBFoundation 4 | // 5 | // Created by wukx on 2018/6/6. 6 | // Copyright © 2018年 MOB. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | typedef void(^MOBFSetImageBlock)(UIImage * _Nullable image, NSError *error); 12 | 13 | @interface UIView (MOBFWebCache) 14 | 15 | - (void)mobf_internalSetImageWithURL:(nullable NSURL *)url 16 | setImageBlock:(nullable MOBFSetImageBlock)setImageBlock; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/Required/MOBFoundation.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/MOBFoundation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/Required/MOBFoundation.framework/MOBFoundation -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/Required/MOBFoundation.framework/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /ShareSDK/SDK/Required/MOBFoundation.framework/readme: -------------------------------------------------------------------------------- 1 | ========================================= 2 | MOBFoundation.framework 3 | ========================================= 4 | 5 | 1、引用此库需要添加下面依赖库: 6 | libz.tdb 7 | libstdc++.tdb 8 | 9 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/ShareSDK.framework/Headers/SSDKContentEntity.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSDKContentEntity.h 3 | // ShareSDK 4 | // 5 | // Created by 冯 鸿杰 on 15/2/9. 6 | // Copyright (c) 2015年 掌淘科技. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * 内容实体 13 | */ 14 | @interface SSDKContentEntity : MOBFDataModel 15 | 16 | /** 17 | * 内容标识 18 | */ 19 | @property (nonatomic, strong) id cid; 20 | 21 | /** 22 | * 分享文本 23 | */ 24 | @property (nonatomic, copy) NSString *text; 25 | 26 | /** 27 | * 分享图片列表,元素为SSDKImage 28 | */ 29 | @property (nonatomic, retain) NSMutableArray *images; 30 | 31 | /** 32 | * 分享链接列表,元素为NSURL 33 | */ 34 | @property (nonatomic, retain) NSMutableArray *urls; 35 | 36 | /** 37 | * 原始数据 38 | */ 39 | @property (nonatomic, retain) NSDictionary *rawData; 40 | 41 | @end 42 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/ShareSDK.framework/Headers/SSDKSession.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSDKSession.h 3 | // ShareSDK 4 | // 5 | // Created by Max on 2018/7/27. 6 | // Copyright © 2018年 掌淘科技. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface SSDKSession : NSObject 12 | 13 | /** 14 | 会话是否被主动取消 15 | */ 16 | @property (assign, nonatomic, readonly) BOOL isCancelled; 17 | 18 | /** 19 | 主动取消此次会话 20 | */ 21 | - (void) cancel; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/ShareSDK.framework/Headers/SSDKUserQueryCondition.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSDKUserQueryCondition.h 3 | // ShareSDK 4 | // 5 | // Created by Max on 2018/5/28. 6 | // Copyright © 2018年 掌淘科技. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface SSDKUserQueryCondition : MOBFDataModel 12 | 13 | /** 14 | * 用户标志 15 | */ 16 | @property (nonatomic, copy) NSString *uid; 17 | 18 | /** 19 | * 用户名称 20 | */ 21 | @property (nonatomic, copy) NSString *userName; 22 | 23 | /** 24 | * 用户路径 25 | */ 26 | @property (nonatomic, copy) NSString *path; 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/ShareSDK.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/ShareSDK.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/ShareSDK.framework/ShareSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/ShareSDK.framework/ShareSDK -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKConfigFile.framework/Headers/ShareSDK+XML.h: -------------------------------------------------------------------------------- 1 | // 2 | // ShareSDK+XML.h 3 | // ShareSDK 4 | // 5 | // Created by chenjd on 16/6/6. 6 | // Copyright © 2016年 掌淘科技. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ShareSDK (XML) 12 | 13 | /** 14 | * 使用配置文件的方式分享 15 | * 16 | * @param contentName ShareContent.xml内标签name属性的值 17 | * @param platformType 平台类型 18 | * @param customFields 自定义字段 19 | * @param stateChangedHandler 状态变更回调处理 20 | */ 21 | + (void)shareWithContentName:(NSString *)contentName 22 | platform:(SSDKPlatformType)platformType 23 | customFields:(NSDictionary *)customFields 24 | onStateChanged:(SSDKShareStateChangedHandler)stateChangedHandler; 25 | 26 | /** 27 | * 获取配置文件分享参数 28 | * 29 | * @param contentName 分享内容节点名称 30 | * @param customFields 自定义字段 31 | * 32 | * @return 分享参数 33 | */ 34 | + (NSMutableDictionary *)getShareParamsWithContentName:(NSString *)contentName customFields:(NSDictionary *)customFields; 35 | 36 | 37 | @end 38 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKConfigFile.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKConfigFile.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKConfigFile.framework/ShareSDKConfigFile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKConfigFile.framework/ShareSDKConfigFile -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKExtension.framework/Headers/SSEBaseUser.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSEBaseUser.h 3 | // ShareSDKExtension 4 | // 5 | // Created by fenghj on 15/6/24. 6 | // Copyright (c) 2015年 mob. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * 基础用户信息对象 13 | */ 14 | @interface SSEBaseUser : MOBFDataModel 15 | 16 | /** 17 | * 关联标识, 能够与应用用户系统中的用户唯一对应的标识 18 | */ 19 | @property (nonatomic, copy) NSString *linkId; 20 | 21 | /** 22 | * 关联的社交用户信息 23 | */ 24 | @property (nonatomic, strong) NSMutableDictionary *socialUsers; 25 | 26 | /** 27 | * 更新用户信息, 当成功登录后会自动触发此方法进行用户信息更新, 一般用于在登录成功后将服务器端用户信息赋值于该对象,子类需要覆盖此方法实现 28 | * 29 | * @param data 数据 30 | */ 31 | - (void)updateInfo:(id)data; 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKExtension.framework/Headers/SSEFriendsPaging.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSDKFriendsPaging.h 3 | // ShareSDK 4 | // 5 | // Created by 冯 鸿杰 on 15/2/6. 6 | // Copyright (c) 2015年 掌淘科技. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * 好友分页信息 13 | */ 14 | @interface SSEFriendsPaging : MOBFDataModel 15 | 16 | /** 17 | * 前一个游标位置 18 | */ 19 | @property (nonatomic) NSInteger prevCursor; 20 | 21 | /** 22 | * 下一个游标位置 23 | */ 24 | @property (nonatomic) NSInteger nextCursor; 25 | 26 | /** 27 | * 总数 28 | */ 29 | @property (nonatomic) NSUInteger total; 30 | 31 | /** 32 | * 是否存在下一页标识 33 | */ 34 | @property (nonatomic) BOOL hasNext; 35 | 36 | /** 37 | * 好友用户信息列表 38 | */ 39 | @property (nonatomic, strong) NSArray *users; 40 | 41 | @end 42 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKExtension.framework/Headers/SSETypeDefine.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSETypeDefine.h 3 | // ShareSDKExtension 4 | // 5 | // Created by 刘靖煌 on 16/10/17. 6 | // Copyright © 2016年 mob. All rights reserved. 7 | // 8 | 9 | #ifndef SSETypeDefine_h 10 | #define SSETypeDefine_h 11 | 12 | #import 13 | @class SSEFriendsPaging; 14 | 15 | /** 16 | * 添加/关注好友状态变更回调处理器 17 | * 18 | * @param state 状态 19 | * @param user 好友信息,当且仅当state为SSDKResponseStateSuccess时返回 20 | * @param error 错误信息,当且仅当state为SSDKResponseStateFail时返回 21 | */ 22 | typedef void(^SSDKAddFriendStateChangedHandler) (SSDKResponseState state, SSDKUser *user, NSError *error); 23 | 24 | /** 25 | * 获取好友列表状态变更回调处理器 26 | * 27 | * @param state 状态 28 | * @param paging 好友列表分页信息,当且仅当state为SSDKResponseStateSuccess时返回 29 | * @param error 错误信息,当且仅当state为SSDKResponseStateFail时返回 30 | */ 31 | typedef void(^SSDKGetFriendsStateChangedHandler) (SSDKResponseState state, SSEFriendsPaging *paging, NSError *error); 32 | 33 | /** 34 | * 调用API状态变更回调处理器 35 | * 36 | * @param state 状态 37 | * @param data 返回数据 38 | * @param error 错误信息 39 | */ 40 | typedef void(^SSDKCallApiStateChangedHandler)(SSDKResponseState state, id data, NSError *error); 41 | 42 | #endif /* SSETypeDefine_h */ 43 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKExtension.framework/Headers/SSEUserManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSEUserManager.h 3 | // ShareSDKExtension 4 | // 5 | // Created by fenghj on 15/6/24. 6 | // Copyright (c) 2015年 mob. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class SSEBaseUser; 12 | 13 | /** 14 | * 用户管理器 15 | */ 16 | @interface SSEUserManager : NSObject 17 | 18 | /** 19 | * 当前用户关联标识 20 | */ 21 | @property (nonatomic, copy) NSString *currentUserLinkId; 22 | 23 | /** 24 | * 用户集合 25 | */ 26 | @property (nonatomic, strong, readonly) NSDictionary *users; 27 | 28 | /** 29 | * 获取用户默认管理器 30 | * 31 | * @return 管理器对象 32 | */ 33 | + (instancetype)defaultManager; 34 | 35 | /** 36 | * 添加用户 37 | * 38 | * @param user 用户信息 39 | */ 40 | - (void)addUser:(SSEBaseUser *)user; 41 | 42 | /** 43 | * 移除用户 44 | * 45 | * @param user 用户信息 46 | */ 47 | - (void)removeUser:(SSEBaseUser *)user; 48 | 49 | /** 50 | * 保存信息 51 | */ 52 | - (void)save; 53 | 54 | @end 55 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKExtension.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKExtension.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKExtension.framework/ShareSDKExtension: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKExtension.framework/ShareSDKExtension -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_1.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_10.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_10@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_10@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_11.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_11@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_11@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_12.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_12@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_12@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_14.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_14@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_14@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_15.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_15@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_15@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_16.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_16@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_17.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_17@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_17@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_18.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_18@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_18@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_19.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_19@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_19@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_1@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_2.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_20.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_20@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_21.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_21@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_21@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_22.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_22@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_22@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_23.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_23@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_23@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_24.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_24@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_24@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_25.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_25@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_25@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_26.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_26@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_26@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_27.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_27@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_27@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_2@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_30.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_30@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_30@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_34.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_34@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_34@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_35.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_35@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_35@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_36.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_36@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_36@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_37.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_37@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_37@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_38.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_38@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_38@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_39.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_39@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_39@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_40.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_40@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_41.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_41@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_41@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_42.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_42@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_42@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_43.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_43@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_43@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_44.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_44@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_44@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_45.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_45@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_45@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_46.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_46@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_46@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_47.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_47@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_47@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_5.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_50.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_50@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_51.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_51@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_51@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_52.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_52@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_52@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_53.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_53@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_53@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_54.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_54@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_54@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_55.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_55@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_55@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_56.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_56@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_56@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_57.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_57@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_58.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_58@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_58@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_5@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_6.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_6@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_6@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_7.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_7@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_8.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_8@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_8@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_996.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_996.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_996@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon/sns_icon_996@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_1.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_10.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_10@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_10@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_11.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_11@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_11@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_12.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_12@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_12@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_14.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_14@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_14@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_15.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_15@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_15@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_16.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_16@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_17.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_17@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_17@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_18.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_18@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_18@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_19.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_19@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_19@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_1@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_2.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_20.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_20@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_21.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_21@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_21@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_22.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_22@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_22@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_23.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_23@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_23@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_24.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_24@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_24@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_25.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_25@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_25@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_26.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_26@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_26@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_27.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_27@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_27@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_2@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_30.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_30@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_30@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_34.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_34@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_34@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_35.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_35@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_35@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_36.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_36@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_36@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_37.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_37@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_37@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_38.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_38@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_38@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_39.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_39@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_39@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_40.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_40@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_41.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_41@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_41@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_42.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_42@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_42@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_43.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_43@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_43@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_44.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_44@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_44@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_45.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_45@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_45@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_46.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_46@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_46@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_47.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_47@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_47@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_5.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_50.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_50@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_51.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_51@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_51@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_52.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_52@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_52@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_53.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_53@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_53@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_54.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_54@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_54@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_55.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_55@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_55@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_56.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_56@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_56@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_57.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_57@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_58.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_58@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_58@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_5@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_6.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_6@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_6@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_7.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_7@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_8.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_8@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_8@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_996.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_996.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_996@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.bundle/Icon_simple/sns_icon_996@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.framework/Headers/SSUIPlatformItem.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSUIPlatformInfo.h 3 | // ShareSDKUI 4 | // 5 | // Created by Max on 2018/4/9. 6 | // Copyright © 2018年 Max. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface SSUIPlatformItem : NSObject 12 | 13 | + (instancetype)itemWithPlatformType:(SSDKPlatformType)platformType; 14 | 15 | @property (copy, nonatomic) NSString *platformId; 16 | @property (strong, nonatomic) UIImage *iconNormal; 17 | @property (strong, nonatomic) UIImage *iconSimple; 18 | @property (strong, nonatomic) NSString *platformName; 19 | 20 | - (void)addTarget:(id)target action:(SEL)selector; 21 | 22 | /** 23 | * 触发点击 24 | */ 25 | - (void)triggerClick; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.framework/Headers/ShareSDKUI.h: -------------------------------------------------------------------------------- 1 | // 2 | // ShareSDKUI.h 3 | // ShareSDKUI 4 | // 5 | // Created by Max on 2018/4/3. 6 | // Copyright © 2018年 Max. All rights reserved. 7 | // 8 | 9 | #ifndef ShareSDKUI_h 10 | #define ShareSDKUI_h 11 | 12 | #import 13 | #import 14 | #import 15 | #import 16 | 17 | #endif /* ShareSDKUI_h */ 18 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.framework/ShareSDKUI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Optional/ShareSDKUI.framework/ShareSDKUI -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/AliSocialConnector.framework/AliSocialConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/AliSocialConnector.framework/AliSocialConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/AliSocialConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/AliSocialConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/CMCCConnector.framework/CMCCConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/CMCCConnector.framework/CMCCConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/CMCCConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/CMCCConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/CopyConnector.framework/CopyConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/CopyConnector.framework/CopyConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/CopyConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/CopyConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/DingTalkConnector.framework/DingTalkConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/DingTalkConnector.framework/DingTalkConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/DingTalkConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/DingTalkConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/DouBanConnector.framework/DouBanConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/DouBanConnector.framework/DouBanConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/DouBanConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/DouBanConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/DropboxConnector.framework/DropboxConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/DropboxConnector.framework/DropboxConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/DropboxConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/DropboxConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/ESurfingConnector.framework/ESurfingConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/ESurfingConnector.framework/ESurfingConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/ESurfingConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/ESurfingConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/EasyChatConnector.framework/EasyChatConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/EasyChatConnector.framework/EasyChatConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/EasyChatConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/EasyChatConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/EvernoteConnector.framework/EvernoteConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/EvernoteConnector.framework/EvernoteConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/EvernoteConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/EvernoteConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FacebookAccountConnector.framework/FacebookAccountConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FacebookAccountConnector.framework/FacebookAccountConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FacebookAccountConnector.framework/Headers/FacebookAccountConnector.h: -------------------------------------------------------------------------------- 1 | // 2 | // FacebookAccountConnector.h 3 | // FacebookAccountConnector 4 | // 5 | // Created by Max on 2018/10/11. 6 | // Copyright © 2018 mob. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "SSCFacebookAccountConfiguration.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface FacebookAccountConnector : NSObject 15 | 16 | + (void)setConfiguration:(SSCFacebookAccountConfiguration *)config; 17 | 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FacebookAccountConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FacebookAccountConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FacebookConnector.framework/FacebookConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FacebookConnector.framework/FacebookConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FacebookConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FacebookConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FacebookMessengerConnector.framework/FacebookMessengerConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FacebookMessengerConnector.framework/FacebookMessengerConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FacebookMessengerConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FacebookMessengerConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FlickrConnector.framework/FlickrConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FlickrConnector.framework/FlickrConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FlickrConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/FlickrConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/GooglePlusConnector.framework/GooglePlusConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/GooglePlusConnector.framework/GooglePlusConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/GooglePlusConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/GooglePlusConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/InstagramConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/InstagramConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/InstagramConnector.framework/InstagramConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/InstagramConnector.framework/InstagramConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/InstapaperConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/InstapaperConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/InstapaperConnector.framework/InstapaperConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/InstapaperConnector.framework/InstapaperConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/KaiXinConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/KaiXinConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/KaiXinConnector.framework/KaiXinConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/KaiXinConnector.framework/KaiXinConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/KakaoConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/KakaoConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/KakaoConnector.framework/KakaoConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/KakaoConnector.framework/KakaoConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/LineConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/LineConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/LineConnector.framework/LineConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/LineConnector.framework/LineConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/LinkedInConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/LinkedInConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/LinkedInConnector.framework/LinkedInConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/LinkedInConnector.framework/LinkedInConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/MailConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/MailConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/MailConnector.framework/MailConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/MailConnector.framework/MailConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/MeiPaiConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/MeiPaiConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/MeiPaiConnector.framework/MeiPaiConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/MeiPaiConnector.framework/MeiPaiConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/MingDaoConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/MingDaoConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/MingDaoConnector.framework/MingDaoConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/MingDaoConnector.framework/MingDaoConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/PinterestConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/PinterestConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/PinterestConnector.framework/PinterestConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/PinterestConnector.framework/PinterestConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/PocketConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/PocketConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/PocketConnector.framework/PocketConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/PocketConnector.framework/PocketConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/PrintConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/PrintConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/PrintConnector.framework/PrintConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/PrintConnector.framework/PrintConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/QQConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/QQConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/QQConnector.framework/QQConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/QQConnector.framework/QQConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/RedditConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/RedditConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/RedditConnector.framework/RedditConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/RedditConnector.framework/RedditConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/RenrenConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/RenrenConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/RenrenConnector.framework/RenrenConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/RenrenConnector.framework/RenrenConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/SMSConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/SMSConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/SMSConnector.framework/SMSConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/SMSConnector.framework/SMSConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/SinaWeiboConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/SinaWeiboConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/SinaWeiboConnector.framework/SinaWeiboConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/SinaWeiboConnector.framework/SinaWeiboConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TelegramConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TelegramConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TelegramConnector.framework/TelegramConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TelegramConnector.framework/TelegramConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TencentWeiboConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TencentWeiboConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TencentWeiboConnector.framework/TencentWeiboConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TencentWeiboConnector.framework/TencentWeiboConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TumblrConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TumblrConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TumblrConnector.framework/TumblrConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TumblrConnector.framework/TumblrConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TwitterConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TwitterConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TwitterConnector.framework/TwitterConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/TwitterConnector.framework/TwitterConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/VKontakteConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/VKontakteConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/VKontakteConnector.framework/VKontakteConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/VKontakteConnector.framework/VKontakteConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/WechatConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/WechatConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/WechatConnector.framework/WechatConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/WechatConnector.framework/WechatConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/WhatsAppConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/WhatsAppConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/WhatsAppConnector.framework/WhatsAppConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/WhatsAppConnector.framework/WhatsAppConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/YouDaoNoteConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/YouDaoNoteConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/YouDaoNoteConnector.framework/YouDaoNoteConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/YouDaoNoteConnector.framework/YouDaoNoteConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/YouTubeConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/YouTubeConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformConnector/YouTubeConnector.framework/YouTubeConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformConnector/YouTubeConnector.framework/YouTubeConnector -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/APSocialSDK/README.md: -------------------------------------------------------------------------------- 1 | # APShareSDK 2 | ### 准备工作 3 | 4 | `重要` 5 | 6 | 请到 http://open.alipay.com/index.htm 申请AppID 7 | 8 | demo中以xxxxxxxxxx代替 9 | 10 | ### 接入步骤 11 | 12 | * 导入lib库资源 13 | * libAPOpenSdk.a 14 | * APOpenAPI.h 15 | * APOpenAPIObject.h 16 | * 工程配置 17 | * Other Linker Flags : -all_load 18 | * 添加URL Types 19 | * Identifier : alipayShare 20 | * URL Schemes : apxxxxxxxxxx 21 | * 引入APOpenAPI.h 22 | 23 | ``` 24 | #import "APOpenAPI.h" 25 | ``` 26 | * 注册应用 27 | 28 | ``` 29 | - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions 30 | { 31 | self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; 32 | [APOpenAPI registerApp:@"xxxxxxxxxx"]; 33 | return YES; 34 | } 35 | ``` 36 | * 监听URL Scheme 37 | 38 | ``` 39 | - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation 40 | { 41 | return [APOpenAPI handleOpenURL:url delegate:self]; 42 | } 43 | ``` 44 | * 响应回调 45 | 46 | ``` 47 | - (void)onReq:(APBaseReq *)req 48 | {} 49 | - (void)onResp:(APBaseResp *)resp 50 | {} 51 | ``` 52 | * 分享数据 53 | 54 | ``` 55 | 请参考 APOpenAPI.h 内接口说明 56 | ``` 57 | 58 | 59 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/APSocialSDK/libAPOpenSdk.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/APSocialSDK/libAPOpenSdk.a -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/Resource.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/Resource.bundle/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/Resource.bundle/authicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/Resource.bundle/authicon.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/Resource.bundle/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/Resource.bundle/delete.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/Resource.bundle/left_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/Resource.bundle/left_arrow.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/Resource.bundle/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/Resource.bundle/logo.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/Headers/TYRZSDK.h: -------------------------------------------------------------------------------- 1 | // 2 | // TYRZSDK.h 3 | // TYRZSDK 4 | // 5 | // Created by 林涛 on 2017/6/27. 6 | // Copyright © 2017年 林涛. All rights reserved. 7 | // 8 | 9 | #ifndef TYRZSDK_h 10 | #define TYRZSDK_h 11 | 12 | 13 | #import "TYRZUILogin.h" 14 | 15 | 16 | #endif /* TYRZSDK_h */ 17 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module TYRZSDK { 2 | umbrella header "TYRZSDK.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/TYRZSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/TYRZSDK -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/_CodeSignature/CodeDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/_CodeSignature/CodeDirectory -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/_CodeSignature/CodeRequirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/_CodeSignature/CodeRequirements -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/_CodeSignature/CodeRequirements-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/_CodeSignature/CodeRequirements-1 -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/_CodeSignature/CodeSignature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/CMCCSDK/TYRZSDK.framework/_CodeSignature/CodeSignature -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/DingTalkSDK/DTShareKit.framework/DTShareKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/DingTalkSDK/DTShareKit.framework/DTShareKit -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/DingTalkSDK/DTShareKit.framework/Headers/DTOpenKit.h: -------------------------------------------------------------------------------- 1 | // 2 | // DTShareKit.h 3 | // DTShareKit 4 | // 5 | // Created by 青山 on 15/12/6. 6 | // Copyright (c) 2015年 Alibaba(China)Technology Co.,Ltd. All rights reserved. 7 | // 8 | 9 | #ifndef DTOpenKit_h 10 | #define DTOpenKit_h 11 | 12 | #import "DTOpenAPI.h" 13 | #import "DTOpenAPIObject.h" 14 | 15 | #endif /* DTOpenKit_h */ 16 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/DingTalkSDK/DTShareKit.framework/Versions/A/DTShareKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/DingTalkSDK/DTShareKit.framework/Versions/A/DTShareKit -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/DingTalkSDK/DTShareKit.framework/Versions/A/Headers/DTOpenKit.h: -------------------------------------------------------------------------------- 1 | // 2 | // DTShareKit.h 3 | // DTShareKit 4 | // 5 | // Created by 青山 on 15/12/6. 6 | // Copyright (c) 2015年 Alibaba(China)Technology Co.,Ltd. All rights reserved. 7 | // 8 | 9 | #ifndef DTOpenKit_h 10 | #define DTOpenKit_h 11 | 12 | #import "DTOpenAPI.h" 13 | #import "DTOpenAPIObject.h" 14 | 15 | #endif /* DTOpenKit_h */ 16 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/DingTalkSDK/DTShareKit.framework/Versions/Current/DTShareKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/DingTalkSDK/DTShareKit.framework/Versions/Current/DTShareKit -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/DingTalkSDK/DTShareKit.framework/Versions/Current/Headers/DTOpenKit.h: -------------------------------------------------------------------------------- 1 | // 2 | // DTShareKit.h 3 | // DTShareKit 4 | // 5 | // Created by 青山 on 15/12/6. 6 | // Copyright (c) 2015年 Alibaba(China)Technology Co.,Ltd. All rights reserved. 7 | // 8 | 9 | #ifndef DTOpenKit_h 10 | #define DTOpenKit_h 11 | 12 | #import "DTOpenAPI.h" 13 | #import "DTOpenAPIObject.h" 14 | 15 | #endif /* DTOpenKit_h */ 16 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/ESurfingSDK/EAccountSDKArchive.framework/EAccountJsBridge.js: -------------------------------------------------------------------------------- 1 | ;(function() { 2 | var messagingIframe, 3 | bridge = 'JSKitOnClient', 4 | CUSTOM_PROTOCOL_SCHEME = 'jscall'; 5 | 6 | if (window[bridge]) { return } 7 | 8 | function _createQueueReadyIframe(doc) { 9 | messagingIframe = doc.createElement('iframe'); 10 | messagingIframe.style.display = 'none'; 11 | doc.documentElement.appendChild(messagingIframe); 12 | } 13 | window[bridge] = {}; 14 | var methods = [%@]; 15 | for (var i=0;i 18 | 19 | NS_ASSUME_NONNULL_BEGIN 20 | 21 | @interface KCMAgent : NSObject 22 | 23 | @property (readonly) NSString *sdk; 24 | @property (readonly) NSString *os; 25 | @property (readonly) NSString *lang; 26 | @property (readonly) NSString *res; 27 | @property (readonly) NSString *device; 28 | @property (readonly) NSString *origin; 29 | @property (readonly) NSString *appVer; 30 | 31 | + (instancetype)currentAgent; 32 | 33 | - (NSString *)headerString; 34 | 35 | @end 36 | 37 | NS_ASSUME_NONNULL_END 38 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoCommon.framework/Headers/KCMException.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2017-2018 Kakao Corp. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | @interface KCMException : NSException 20 | 21 | @property (readonly) NSString *domain; 22 | @property (readonly) NSInteger code; 23 | 24 | + (NSException *)exceptionWithDomain:(NSString *)domain code:(NSInteger)code reason:(NSString *)reason; 25 | + (NSException *)exceptionWithDomain:(NSString *)domain code:(NSInteger)code reason:(NSString *)reason userInfo:(NSDictionary *)userInfo; 26 | - (instancetype)initWithDomain:(NSString *)domain code:(NSInteger)code reason:(NSString *)reason userInfo:(NSDictionary *)userInfo NS_DESIGNATED_INITIALIZER; 27 | 28 | + (BOOL)tryCatchWithErrorRef:(NSError **)errorRef tryBlock:(void (^)(NSMutableDictionary *moreErrorInfo))tryBlock; 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoCommon.framework/Headers/KCMUtils.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2017 Kakao Corp. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | @interface KCMUtils : NSObject 20 | 21 | + (NSCharacterSet *)defaultAllowedCharacterSet; 22 | + (NSString *)URLEncode:(NSString *)string; 23 | + (NSString *)URLDecode:(NSString *)string; 24 | + (NSString *)URLQueryWithDictionary:(NSDictionary *)dictionary; 25 | + (NSDictionary *)dictionaryFromURLQuery:(NSString *)URLQuery; 26 | + (NSURL *)URLWithScheme:(NSString *)scheme host:(NSString *)host path:(NSString *)path parameters:(NSDictionary *)parameters; 27 | 28 | + (NSString *)JSONStringWithObject:(id)object; 29 | + (NSString *)JSONStringWithObject:(id)object options:(NSJSONWritingOptions)options; 30 | 31 | + (UIViewController *)topViewController; 32 | 33 | + (NSString *)stringFromDate:(NSDate *)date; 34 | 35 | @end 36 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoCommon.framework/Headers/KakaoCommon.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2017-2018 Kakao Corp. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | //! Project version number for KakaoCommon. 20 | FOUNDATION_EXPORT double KakaoCommonVersionNumber; 21 | 22 | //! Project version string for KakaoCommon. 23 | FOUNDATION_EXPORT const unsigned char KakaoCommonVersionString[]; 24 | 25 | #import 26 | #import 27 | #import 28 | #import 29 | #import 30 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoCommon.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoCommon.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoCommon.framework/KakaoCommon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoCommon.framework/KakaoCommon -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoCommon.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module KakaoCommon { 2 | umbrella header "KakaoCommon.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoLink.framework/Headers/KakaoLink.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2016-2018 Kakao Corp. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | //! Project version number for KakaoLink. 20 | FOUNDATION_EXPORT double KakaoLinkVersionNumber; 21 | 22 | //! Project version string for KakaoLink. 23 | FOUNDATION_EXPORT const unsigned char KakaoLinkVersionString[]; 24 | 25 | #import 26 | #import 27 | #import 28 | #import 29 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoLink.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoLink.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoLink.framework/KakaoLink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoLink.framework/KakaoLink -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoLink.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module KakaoLink { 2 | umbrella header "KakaoLink.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoOpenSDK.framework/Headers/KOAccessTokenInfo.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2015-2016 Kakao Corp. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | /*! 18 | @header KOAccessTokenInfo.h 19 | access token의 정보를 담고 있는 구조체. 20 | */ 21 | 22 | #import 23 | 24 | /*! 25 | @class KOAccessTokenInfo 26 | @discussion access token의 정보를 담고 있는 구조체. 27 | */ 28 | @interface KOAccessTokenInfo : NSObject 29 | 30 | /*! 31 | @property ID 32 | @abstract 해당 access token에 해당되는 사용자의 ID 33 | */ 34 | @property(nonatomic, readonly) NSNumber *ID; 35 | 36 | /*! 37 | @property expiresInMillis 38 | @abstract 해당 access token의 남은 만료시간. 0보다 큰 milli-second가 반환됨. 39 | */ 40 | @property(nonatomic, readonly) NSNumber *expiresInMillis; 41 | 42 | + (instancetype)responseWithDictionary:(NSDictionary *)dictionary; 43 | 44 | 45 | @end 46 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoOpenSDK.framework/Headers/KOAppFriend.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2018 Kakao Corp. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | NS_ASSUME_NONNULL_BEGIN 20 | 21 | @interface KOAppFriend : NSObject 22 | 23 | /*! 24 | * @property ID 25 | * @abstract 친구의 사용자 아이디 26 | */ 27 | @property (readonly, nullable) NSString *ID; 28 | /*! 29 | * @property nickname 30 | * @abstract 친구의 닉네임 31 | */ 32 | @property (readonly, nullable) NSString *nickname; 33 | /*! 34 | * @property thumbnailImageURL 35 | * @abstract 썸네일 이미지 URL 36 | */ 37 | @property (readonly, nullable) NSURL *thumbnailImageURL; 38 | 39 | - (NSDictionary *)dictionary; 40 | + (instancetype)appFriendWithDictionary:(NSDictionary *)dictionary; 41 | 42 | @end 43 | 44 | NS_ASSUME_NONNULL_END 45 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoOpenSDK.framework/Headers/KOHTTPMethod.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2015-2016 Kakao Corp. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #ifndef kakao_open_sdk_ios_KOHTTPMethod_h 18 | #define kakao_open_sdk_ios_KOHTTPMethod_h 19 | 20 | typedef enum : NSInteger { 21 | KORequestHTTPMethodGet = 0, 22 | KORequestHTTPMethodPost = 1, 23 | KORequestHTTPMethodDelete = 2 24 | } KORequestHTTPMethod; 25 | 26 | #endif 27 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoOpenSDK.framework/Headers/KOLoginButton.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2015-2016 Kakao Corp. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | /*! 18 | @header KOLoginButton.h 19 | '카카오계정으로 로그인' 버튼 20 | */ 21 | #import 22 | 23 | /*! 24 | @abstract '카카오계정으로 로그인' 버튼 25 | */ 26 | @interface KOLoginButton : UIButton 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoOpenSDK.framework/Headers/KOStoryCommentInfo.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2015-2016 Kakao Corp. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | /*! 18 | @header KOStoryCommentInfo.h 19 | 카카오스토리의 댓글 정보를 담고 있는 구조체. 20 | */ 21 | 22 | #import 23 | #import "KOStoryActorInfo.h" 24 | 25 | /*! 26 | @class KOStoryCommentInfo 27 | @discussion 카카오스토리의 댓글 정보를 담고 있는 구조체. 28 | */ 29 | @interface KOStoryCommentInfo : NSObject 30 | 31 | /*! 32 | @property text 33 | @abstract 댓글의 텍스트 내용 34 | */ 35 | @property(nonatomic, readonly) NSString *text; 36 | 37 | /*! 38 | @property writer 39 | @abstract 댓글의 작성자 40 | */ 41 | @property(nonatomic, readonly) KOStoryActorInfo *writer; 42 | 43 | - (id)initWithText:(NSString *)text 44 | writer:(KOStoryActorInfo *)writer; 45 | 46 | @end 47 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoOpenSDK.framework/Headers/KOStoryPostInfo.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2015-2016 Kakao Corp. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | /*! 18 | @header KOStoryPostInfo.h 19 | 카카오스토리에 포스팅 한 정보를 담고 있는 구조체. 20 | */ 21 | 22 | #import 23 | 24 | /*! 25 | @class KOStoryPostInfo 26 | @discussion 카카오스토리에 포스팅 한 정보를 담고 있는 구조체. 27 | */ 28 | 29 | @interface KOStoryPostInfo : NSObject 30 | 31 | /*! 32 | @property ID 33 | @abstract 포스팅 한 내스토리 정보의 id(포스트 id) 34 | */ 35 | @property(nonatomic, readonly) NSString *ID; 36 | 37 | - (id)initWithID:(NSString *)myStoryID; 38 | 39 | @end 40 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoOpenSDK.framework/Headers/KOUtils.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2015-2016 Kakao Corp. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | /*! 18 | @header KOUtils 19 | 카카오 SDK Util 클래스. 20 | */ 21 | 22 | #import 23 | 24 | @interface KOUtils : NSObject 25 | 26 | /* 27 | @abstract 카카오링크 콜백 URL 정보를 얻는다. 28 | */ 29 | + (NSString *)kakaoLinkCallbackURL DEPRECATED_ATTRIBUTE; 30 | 31 | /* 32 | @abstract SDK 기본 헤더 정보를 얻는다. 33 | */ 34 | + (NSString *)kaHeader; 35 | 36 | @end 37 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoOpenSDK.framework/Headers/KakaoOpenSDK.h: -------------------------------------------------------------------------------- 1 | // 2 | // KakaoOpenSDK.h 3 | // KakaoOpenSDK 4 | // 5 | // Created by Richard Jeon on 2018. 6. 7.. 6 | // Copyright © 2018년 Kakaocorp. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | FOUNDATION_EXPORT double KakaoOpenSDKVersionNumber; 12 | 13 | FOUNDATION_EXPORT const unsigned char KakaoOpenSDKVersionString[]; 14 | 15 | #import 16 | #import 17 | #import 18 | #import 19 | #import 20 | #import 21 | 22 | #import 23 | #import 24 | #import 25 | #import 26 | #import 27 | #import 28 | #import 29 | #import 30 | 31 | #define KAKAO_SDK_IOS_VERSION_STRING @"1.9.0" 32 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoOpenSDK.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoOpenSDK.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoOpenSDK.framework/KakaoOpenSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoOpenSDK.framework/KakaoOpenSDK -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK/KakaoOpenSDK.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module KakaoOpenSDK { 2 | umbrella header "KakaoOpenSDK.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/LineSDK/LineSDK.framework/LineSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/LineSDK/LineSDK.framework/LineSDK -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/LineSDK/LineSDK.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 16A323 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | LineSDK 11 | CFBundleIdentifier 12 | com.linecorp.line.LineSDK 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | LineSDK 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleVersion 24 | 1 25 | DTCompiler 26 | com.apple.compilers.llvm.clang.1_0 27 | DTPlatformBuild 28 | 8C1002 29 | DTPlatformVersion 30 | GM 31 | DTSDKBuild 32 | 16A323 33 | DTSDKName 34 | iphoneos10.2 35 | DTXcode 36 | 0821 37 | DTXcodeBuild 38 | 8C1002 39 | NSHumanReadableCopyright 40 | Copyright © 2017 LINE Corporation All rights reserved. 41 | 42 | 43 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/LineSDK/LineSDK.framework/Versions/A/LineSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/LineSDK/LineSDK.framework/Versions/A/LineSDK -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/LineSDK/LineSDK.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 16A323 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | LineSDK 11 | CFBundleIdentifier 12 | com.linecorp.line.LineSDK 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | LineSDK 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleVersion 24 | 1 25 | DTCompiler 26 | com.apple.compilers.llvm.clang.1_0 27 | DTPlatformBuild 28 | 8C1002 29 | DTPlatformVersion 30 | GM 31 | DTSDKBuild 32 | 16A323 33 | DTSDKName 34 | iphoneos10.2 35 | DTXcode 36 | 0821 37 | DTXcodeBuild 38 | 8C1002 39 | NSHumanReadableCopyright 40 | Copyright © 2017 LINE Corporation All rights reserved. 41 | 42 | 43 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/LineSDK/LineSDK.framework/Versions/Current/LineSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/LineSDK/LineSDK.framework/Versions/Current/LineSDK -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/LineSDK/LineSDK.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 16A323 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | LineSDK 11 | CFBundleIdentifier 12 | com.linecorp.line.LineSDK 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | LineSDK 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleVersion 24 | 1 25 | DTCompiler 26 | com.apple.compilers.llvm.clang.1_0 27 | DTPlatformBuild 28 | 8C1002 29 | DTPlatformVersion 30 | GM 31 | DTSDKBuild 32 | 16A323 33 | DTSDKName 34 | iphoneos10.2 35 | DTXcode 36 | 0821 37 | DTXcodeBuild 38 | 8C1002 39 | NSHumanReadableCopyright 40 | Copyright © 2017 LINE Corporation All rights reserved. 41 | 42 | 43 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/MPShareSDK/MPShareSDK.framework/MPShareSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/MPShareSDK/MPShareSDK.framework/MPShareSDK -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/MPShareSDK/MPShareSDK.framework/Versions/A/MPShareSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/MPShareSDK/MPShareSDK.framework/Versions/A/MPShareSDK -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/MPShareSDK/MPShareSDK.framework/Versions/Current/MPShareSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/MPShareSDK/MPShareSDK.framework/Versions/Current/MPShareSDK -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/QQSDK/TencentOpenAPI.framework/TencentOpenAPI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/QQSDK/TencentOpenAPI.framework/TencentOpenAPI -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/RenRenSDK/RennSDK.bundle/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/RenRenSDK/RennSDK.bundle/images/close.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/RenRenSDK/RennSDK.bundle/images/close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/RenRenSDK/RennSDK.bundle/images/close@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/RenRenSDK/RennSDK.framework/Headers/RennAccessToken.h: -------------------------------------------------------------------------------- 1 | // 2 | // RennAccessToken.h 3 | // RennSDK 4 | // 5 | // Created by Li Chengliang on 13-4-17. 6 | // Copyright (c) 2013年 Li Chengliang. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface RennAccessToken : NSObject 12 | 13 | @property (nonatomic, copy) NSString * tokenType; 14 | @property (nonatomic, copy) NSString * accessToken; 15 | @property (nonatomic, copy) NSString * refreshToken; 16 | @property (nonatomic, copy) NSString * accessScope; 17 | @property (nonatomic, copy) NSString * macKey; 18 | @property (nonatomic, copy) NSString * macAlgorithm; 19 | @property (nonatomic, assign) NSInteger expiresIn; 20 | @property (nonatomic, assign) NSTimeInterval requestTime; 21 | 22 | @end 23 | 24 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/RenRenSDK/RennSDK.framework/Headers/RennHttpRequest.h: -------------------------------------------------------------------------------- 1 | // 2 | // RennHttpRequest.h 3 | // RennSDK 4 | // 5 | // Created by Li Chengliang on 13-4-8. 6 | // Copyright (c) 2013年 Li Chengliang. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | #define API_SERVER @"api.renren.com" 12 | #define API_PORT @"80" 13 | 14 | @class RennHttpRequest; 15 | 16 | @protocol RennHttpRequestDelegate 17 | 18 | - (void)request:(RennHttpRequest *)request responseWithData:(NSData *)data; 19 | 20 | - (void)request:(RennHttpRequest *)request failWithError:(NSError *)error; 21 | 22 | @end 23 | 24 | @interface RennHttpRequest : NSObject 25 | 26 | @property (retain, nonatomic) id delegate; 27 | 28 | @property (assign, nonatomic) NSTimeInterval timeoutInterval; 29 | 30 | @property (retain, nonatomic) NSString *httpMethod; 31 | @property (retain, nonatomic) NSURL *URL; 32 | @property (retain, nonatomic) NSDictionary *param; 33 | @property (retain, nonatomic) NSDictionary *data; 34 | @property (retain, nonatomic) NSString *ua; 35 | 36 | - (id)initWithURL:(NSURL *)newURL param:(NSDictionary *)param; 37 | 38 | - (id)initWithPath:(NSString *)path param:(NSDictionary *)param; 39 | 40 | - (void)startAsynchronous; 41 | 42 | - (void)clearDelegateAndCancel; 43 | 44 | @end 45 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/RenRenSDK/RennSDK.framework/Headers/RennLoginService.h: -------------------------------------------------------------------------------- 1 | // 2 | // RennLoginService.h 3 | // RennSDK 4 | // 5 | // Created by Li Chengliang on 13-4-10. 6 | // Copyright (c) 2013年 Li Chengliang. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * @description 第三方应用需实现此协议,登录时传入此类对象,用于完成登录结果的回调 13 | */ 14 | @protocol RennLoginDelegate 15 | 16 | @optional 17 | 18 | - (void)rennLoginSuccess; 19 | - (void)rennLogoutSuccess; 20 | - (void)rennLoginCancelded; 21 | - (void)rennLoginDidFailWithError:(NSError *)error; 22 | - (void)rennLoginAccessTokenInvalidOrExpired:(NSError *)error; 23 | 24 | @end 25 | 26 | @interface RennLoginService : NSObject 27 | 28 | @property (nonatomic, assign) id delegate; 29 | 30 | @property (nonatomic, retain) NSString *appId; 31 | @property (nonatomic, retain) NSString *apiKey; 32 | @property (nonatomic, retain) NSString *scope; 33 | @property (nonatomic, retain) NSString *secretKey; 34 | @property (nonatomic, retain) NSString *tokenType; 35 | 36 | @property (nonatomic, assign) BOOL enableSSO; 37 | 38 | + (RennLoginService *)sharedRennLoginService; 39 | 40 | - (void)login; 41 | 42 | - (void)logout; 43 | 44 | - (BOOL)handleOpenURL:(NSURL *)url; 45 | 46 | @end 47 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/RenRenSDK/RennSDK.framework/Headers/RennParam.h: -------------------------------------------------------------------------------- 1 | // 2 | // RennParam.h 3 | // RennSDK 4 | // 5 | // Created by Li Chengliang on 13-4-17. 6 | // Copyright (c) 2013年 Li Chengliang. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface RennParam : NSObject 12 | { 13 | NSString *_type; 14 | NSString *_path; 15 | NSString *_method; 16 | } 17 | 18 | - (id)initWithType:(NSString *)type path:(NSString *)path method:(NSString *)method; 19 | 20 | - (NSString *)type; 21 | 22 | - (NSString *)path; 23 | 24 | - (NSString *)method; 25 | 26 | - (NSDictionary *)toDictionary; 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/RenRenSDK/RennSDK.framework/Headers/RennSDK.h: -------------------------------------------------------------------------------- 1 | 2 | #import "RennClient.h" 3 | //#import "RennAppService.h" 4 | //#import "RennLikeService.h" 5 | //#import "RennBlogService.h" 6 | //#import "RennAlbumService.h" 7 | //#import "RennCommentService.h" 8 | //#import "RennFeedService.h" 9 | //#import "RennNotificationService.h" 10 | //#import "RennPhotoService.h" 11 | //#import "RennProfileService.h" 12 | //#import "RennShareService.h" 13 | //#import "RennStatusService.h" 14 | //#import "RennUbbService.h" 15 | //#import "RennUserService.h" 16 | //#import "RennFriendService.h" 17 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/RenRenSDK/RennSDK.framework/Headers/RennService.h: -------------------------------------------------------------------------------- 1 | // 2 | // RennService.h 3 | // RennSDK 4 | // 5 | // Created by Li Chengliang on 13-4-8. 6 | // Copyright (c) 2013年 Li Chengliang. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "RennHttpRequest.h" 11 | #import "RennParam.h" 12 | 13 | @class RennService; 14 | 15 | @protocol RennServiveDelegate 16 | 17 | @optional 18 | 19 | - (void)rennService:(RennService *)service requestSuccessWithResponse:(id)response; 20 | 21 | - (void)rennService:(RennService *)service requestFailWithError:(NSError*)error; 22 | 23 | @end 24 | 25 | @interface RennService : NSObject 26 | 27 | @property (nonatomic, retain) RennHttpRequest *request; 28 | @property (nonatomic, retain) NSString *type; 29 | @property (nonatomic, readonly) id delegate; 30 | 31 | - (id)initWithDelegate:(id)delegate; 32 | 33 | - (void)clearDelegateAndCancel; 34 | 35 | - (void)sendAsynRequest:(RennParam *)param; 36 | 37 | @end 38 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/RenRenSDK/RennSDK.framework/RennSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/RenRenSDK/RennSDK.framework/RennSDK -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/SinaWeiboSDK/WeiboSDK.bundle/images/common_button_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/SinaWeiboSDK/WeiboSDK.bundle/images/common_button_white@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/SinaWeiboSDK/WeiboSDK.bundle/images/common_button_white_highlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/SinaWeiboSDK/WeiboSDK.bundle/images/common_button_white_highlighted@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/SinaWeiboSDK/WeiboSDK.bundle/images/empty_failed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/SinaWeiboSDK/WeiboSDK.bundle/images/empty_failed@2x.png -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/SinaWeiboSDK/WeiboSDK.bundle/others/mfp.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/SinaWeiboSDK/WeiboSDK.bundle/others/mfp.cer -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/SinaWeiboSDK/libWeiboSDK.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/SinaWeiboSDK/libWeiboSDK.a -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/WeChatSDK/libWeChatSDK.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/WeChatSDK/libWeChatSDK.a -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/PlatformSDK/YiXinSDK/libYixinSDK.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/PlatformSDK/YiXinSDK/libYixinSDK.a -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/FacebookAccount.js: -------------------------------------------------------------------------------- 1 | var FacebookAccount = {};eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('7.O=e(d,8){6 m=d["m"];6 p="N://M.L.K/J.3/I/?H="+m;$0.G.F($0.2.k.7,1,p,"E",1,1,e(5){l(5==1||5["c"]!=1){6 4={c:$0.2.i.h,g:5};b(8+"($0.2.a.f, 1, 4)")}j{6 9=$0.o.D($0.o.C(5["B"]));l(5["A"]===z){l(9["4"]==1){6 n={y:9["x"]["w"],d:d,k:$0.2.k.7,v:9};b(8+"($0.2.a.u, n, 1)")}j{6 4={c:$0.2.i.h,g:9["4"]};b(8+"($0.2.a.f, 1, 4)")}}j{6 4={c:$0.2.i.h,g:5};b(8+"($0.2.a.f, 1, 4)")}}})};7.t=e(s,r){q 1};$0.2.7=7;',51,51,'mob|null|shareSDK||error|data|var|FacebookAccount|callback|response|responseState|eval|error_code|credential|function|Fail|error_message|APIRequestFail|errorCode|else|platformType|if|token|user|utils|url|return|credentialRawData|userRawData|createUserByRawData|Success|rawData|id|application|uid|200|status_code|response_data|base64Decode|jsonStringToObject|GET|ssdk_callHTTPApi|ext|access_token|me|v1|com|accountkit|graph|https|getUserInfo'.split('|'),0,{})) 2 | -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Required/ShareSDKConnector.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Required/ShareSDKConnector.framework/Info.plist -------------------------------------------------------------------------------- /ShareSDK/SDK/ShareSDK/Support/Required/ShareSDKConnector.framework/ShareSDKConnector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/SDK/ShareSDK/Support/Required/ShareSDKConnector.framework/ShareSDKConnector -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/project.xcworkspace/xcshareddata/ShareSDKUI.xcscmblueprint: -------------------------------------------------------------------------------- 1 | { 2 | "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "ddbbef2e-7d24-4ea3-accf-f5ea24af4a8b++5223", 3 | "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { 4 | "ddbbef2e-7d24-4ea3-accf-f5ea24af4a8b++5223" : { 5 | 6 | } 7 | }, 8 | "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { 9 | "ddbbef2e-7d24-4ea3-accf-f5ea24af4a8b++5223" : 0 10 | }, 11 | "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "D46FF6B9-AF24-4159-9335-0249BCACDA52", 12 | "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { 13 | "ddbbef2e-7d24-4ea3-accf-f5ea24af4a8b++5223" : "ShareSDK\/" 14 | }, 15 | "DVTSourceControlWorkspaceBlueprintNameKey" : "ShareSDKUI", 16 | "DVTSourceControlWorkspaceBlueprintVersion" : 204, 17 | "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "ShareSDK v4.0.0\/ShareSDKUI\/ShareSDKUI.xcodeproj", 18 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ 19 | { 20 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "svn:\/\/192.168.180.65", 21 | "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Subversion", 22 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "ddbbef2e-7d24-4ea3-accf-f5ea24af4a8b++5223" 23 | } 24 | ] 25 | } -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/project.xcworkspace/xcuserdata/chenjd.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/project.xcworkspace/xcuserdata/chenjd.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/project.xcworkspace/xcuserdata/liujinghuang.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/project.xcworkspace/xcuserdata/liujinghuang.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/project.xcworkspace/xcuserdata/max.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/project.xcworkspace/xcuserdata/max.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/project.xcworkspace/xcuserdata/wkx.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/project.xcworkspace/xcuserdata/wkx.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/project.xcworkspace/xcuserdata/youzu.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobClub/ShareSDKUI/cc3cb581bc86bb21e8c4f47d4582e88df8ae63ac/ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/project.xcworkspace/xcuserdata/youzu.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/xcuserdata/LeeJay.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | CreatePackage_UI.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 8 11 | 12 | ShareSDKUI.xcscheme 13 | 14 | orderHint 15 | 40 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/xcuserdata/chenjd.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | CreatePackage.xcscheme 8 | 9 | orderHint 10 | 2 11 | 12 | ShareSDKUI.xcscheme 13 | 14 | orderHint 15 | 0 16 | 17 | TestShareSDKUI.xcscheme 18 | 19 | orderHint 20 | 1 21 | 22 | 23 | SuppressBuildableAutocreation 24 | 25 | D0DD5A6F1B329802001D6161 26 | 27 | primary 28 | 29 | 30 | DE93B04B1B4E49FE00459A2A 31 | 32 | primary 33 | 34 | 35 | DE93B0B61B4E4DC800459A2A 36 | 37 | primary 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/xcuserdata/liujinghuang.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/xcuserdata/liujinghuang.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | CreatePackage.xcscheme 8 | 9 | orderHint 10 | 2 11 | 12 | ShareSDKUI.xcscheme 13 | 14 | orderHint 15 | 0 16 | 17 | TestShareSDKUI.xcscheme 18 | 19 | orderHint 20 | 1 21 | 22 | 23 | SuppressBuildableAutocreation 24 | 25 | D0DD5A6F1B329802001D6161 26 | 27 | primary 28 | 29 | 30 | DE93B04B1B4E49FE00459A2A 31 | 32 | primary 33 | 34 | 35 | DE93B0B61B4E4DC800459A2A 36 | 37 | primary 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/xcuserdata/max.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | CreatePackage_UI.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | ShareSDKUI.xcscheme 13 | 14 | orderHint 15 | 8 16 | 17 | 18 | SuppressBuildableAutocreation 19 | 20 | D0DD5A6F1B329802001D6161 21 | 22 | primary 23 | 24 | 25 | DE93B0B61B4E4DC800459A2A 26 | 27 | primary 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/xcuserdata/wkx.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | CreatePackage_UI.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 5 11 | 12 | ShareSDKUI.xcscheme 13 | 14 | orderHint 15 | 9 16 | 17 | 18 | SuppressBuildableAutocreation 19 | 20 | D0DD5A6F1B329802001D6161 21 | 22 | primary 23 | 24 | 25 | DE93B0B61B4E4DC800459A2A 26 | 27 | primary 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/xcuserdata/youzu.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI.xcodeproj/xcuserdata/youzu.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | CreatePackage_UI.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 12 11 | 12 | ShareSDKUI.xcscheme 13 | 14 | orderHint 15 | 11 16 | 17 | 18 | SuppressBuildableAutocreation 19 | 20 | D0DD5A6F1B329802001D6161 21 | 22 | primary 23 | 24 | 25 | DE93B04B1B4E49FE00459A2A 26 | 27 | primary 28 | 29 | 30 | DE93B0B61B4E4DC800459A2A 31 | 32 | primary 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 4.2.1 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 3 23 | NSHumanReadableCopyright 24 | Copyright © 2015年 mob. All rights reserved. 25 | NSPrincipalClass 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI/Others/SSUITypeDef.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSUITypeDef.h 3 | // ShareSDKUI 4 | // 5 | // Created by Max on 2018/4/3. 6 | // Copyright © 2018年 Max. All rights reserved. 7 | // 8 | 9 | #ifndef SSUITypeDef_h 10 | #define SSUITypeDef_h 11 | 12 | /** 13 | * 分享状态变更 14 | * 15 | * @param state 返回状态 16 | * @param platformType 平台类型 17 | * @param userData 用户数据 18 | * @param contentEntity 分享内容实体 19 | * @param error 错误信息 20 | * @param end 是否已经结束本次分享标识 21 | */ 22 | typedef void (^SSUIShareStateChangedHandler) (SSDKResponseState state, 23 | SSDKPlatformType platformType, 24 | NSDictionary *userData, 25 | SSDKContentEntity *contentEntity, 26 | NSError *error, 27 | BOOL end); 28 | 29 | #endif /* SSUITypeDef_h */ 30 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI/SSUIContext.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSUIContext.h 3 | // ShareSDKUI 4 | // 5 | // Created by Max on 2018/4/3. 6 | // Copyright © 2018年 Max. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "SSUITypeDef.h" 11 | #import "SSUIShareSheetConfiguration.h" 12 | #import "SSUIEditorConfiguration.h" 13 | 14 | @interface SSUIContext : NSObject 15 | 16 | /** 17 | 单例对象 18 | */ 19 | + (instancetype)defaultContext; 20 | 21 | - (id)showShareActionSheet:(UIView *)view 22 | customItems:(NSArray *)items 23 | shareParams:(NSMutableDictionary *)shareParams 24 | sheetConfiguration:(SSUIShareSheetConfiguration *)config 25 | onStateChanged:(SSUIShareStateChangedHandler)stateChangedHandler; 26 | 27 | - (id)showShareEditor:(SSDKPlatformType)platformType 28 | otherPlatforms:(NSArray *)platformTypes 29 | shareParams:(NSMutableDictionary *)shareParams 30 | editorConfiguration:(SSUIEditorConfiguration *)config 31 | onStateChanged:(SSUIShareStateChangedHandler)shareStateChangedHandler; 32 | 33 | - (void)shareActionSheet:(id)sheet setEditorConfiguration:(SSUIEditorConfiguration *)configuration; 34 | 35 | - (void)dismissShareController:(id)controller; 36 | 37 | @end 38 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI/ShareEditor/SSUIEditorNavigationController.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSUIEditorNavigationController.h 3 | // ShareSDKUI 4 | // 5 | // Created by Max on 2018/4/16. 6 | // Copyright © 2018年 Max. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface SSUIEditorNavigationController : UINavigationController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI/ShareEditor/SSUIEditorNavigationController.m: -------------------------------------------------------------------------------- 1 | // 2 | // SSUIEditorNavigationController.m 3 | // ShareSDKUI 4 | // 5 | // Created by Max on 2018/4/16. 6 | // Copyright © 2018年 Max. All rights reserved. 7 | // 8 | 9 | #import "SSUIEditorNavigationController.h" 10 | #import "SSUIEditerViewController.h" 11 | #import "SSUIEditorConfiguration.h" 12 | 13 | @interface SSUIEditorNavigationController () 14 | 15 | @end 16 | 17 | @implementation SSUIEditorNavigationController 18 | 19 | - (void)viewDidLoad 20 | { 21 | [super viewDidLoad]; 22 | } 23 | 24 | - (UIInterfaceOrientationMask)supportedInterfaceOrientations 25 | { 26 | SSUIEditerViewController *vc = self.viewControllers.firstObject; 27 | return vc.configuration.interfaceOrientationMask; 28 | } 29 | 30 | - (void)dealloc 31 | { 32 | SSUILog(@"------------------DELLOC-------------------"); 33 | } 34 | @end 35 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI/ShareEditor/SSUIiPadEditorViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSUIiPadEditorViewController.h 3 | // ShareSDKUI 4 | // 5 | // Created by Max on 2018/4/13. 6 | // Copyright © 2018年 Max. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "SSUIEditerViewController.h" 11 | 12 | @interface SSUIiPadEditorViewController : UIViewController 13 | 14 | @property (strong, nonatomic) SSUIEditerViewController *editorVc; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI/ShareSDKUI.h: -------------------------------------------------------------------------------- 1 | // 2 | // ShareSDKUI.h 3 | // ShareSDKUI 4 | // 5 | // Created by Max on 2018/4/3. 6 | // Copyright © 2018年 Max. All rights reserved. 7 | // 8 | 9 | #ifndef ShareSDKUI_h 10 | #define ShareSDKUI_h 11 | 12 | #import 13 | #import 14 | #import 15 | #import 16 | 17 | #endif /* ShareSDKUI_h */ 18 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI/ShareSheet/SSUICollectionViewCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSUICollectionViewCell.h 3 | // ShareSDKUI 4 | // 5 | // Created by Max on 2018/4/8. 6 | // Copyright © 2018年 Max. All rights reserved. 7 | // 8 | 9 | #import 10 | @class SSUIPlatformItem; 11 | 12 | @interface SSUICollectionViewCell : UICollectionViewCell 13 | 14 | - (void)setupWithPlatFormItem:(SSUIPlatformItem *)platformItem titleColor:(UIColor *)titleColor titleFont:(UIFont *)titleFont; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI/ShareSheet/SSUICollectionViewLayout.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSUICollectionViewLayout.h 3 | // ShareSDKUI 4 | // 5 | // Created by Max on 2018/4/8. 6 | // Copyright © 2018年 Max. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "SSUIShareSheetConfiguration.h" 11 | 12 | @interface SSUICollectionViewLayout : UICollectionViewLayout 13 | 14 | @property (assign, nonatomic) SSUIItemAlignment alignment; 15 | @property (assign, nonatomic) NSInteger rowCount; 16 | @property (assign, nonatomic) NSInteger columnCount; 17 | @property (assign, nonatomic) CGFloat horizontalSpacing; 18 | @property (assign, nonatomic) CGFloat verticalSpacing; 19 | @property (assign, nonatomic) CGFloat itemWidth; 20 | @property (assign, nonatomic) CGFloat itemHeight; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI/ShareSheet/SSUICollectionViewSimpleCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSUICollectionViewSimpleCell.h 3 | // ShareSDKUI 4 | // 5 | // Created by Max on 2018/4/9. 6 | // Copyright © 2018年 Max. All rights reserved. 7 | // 8 | 9 | #import 10 | @class SSUIPlatformItem; 11 | 12 | @interface SSUICollectionViewSimpleCell : UICollectionViewCell 13 | 14 | - (void)setupWithPlatFormItem:(SSUIPlatformItem *)platformItem titleColor:(UIColor *)titleColor titleFont:(UIFont *)titleFont; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /ShareSDK/ShareSDKUI/ShareSDKUI/ShareSheet/SSUIPlatformItem.h: -------------------------------------------------------------------------------- 1 | // 2 | // SSUIPlatformInfo.h 3 | // ShareSDKUI 4 | // 5 | // Created by Max on 2018/4/9. 6 | // Copyright © 2018年 Max. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface SSUIPlatformItem : NSObject 12 | 13 | + (instancetype)itemWithPlatformType:(SSDKPlatformType)platformType; 14 | 15 | @property (copy, nonatomic) NSString *platformId; 16 | @property (strong, nonatomic) UIImage *iconNormal; 17 | @property (strong, nonatomic) UIImage *iconSimple; 18 | @property (strong, nonatomic) NSString *platformName; 19 | 20 | - (void)addTarget:(id)target action:(SEL)selector; 21 | 22 | /** 23 | * 触发点击 24 | */ 25 | - (void)triggerClick; 26 | 27 | @end 28 | --------------------------------------------------------------------------------