diff --git a/Podfile b/Podfile index 30f2e730..a19f383e 100644 --- a/Podfile +++ b/Podfile @@ -75,6 +75,7 @@ post_install do |installer| project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' + config.build_settings['DEBUG_INFORMATION_FORMAT'] = 'dwarf-with-dsym' xcconfig_path = config.base_configuration_reference.real_path xcconfig = File.read(xcconfig_path) xcconfig_mod = xcconfig.gsub(/DT_TOOLCHAIN_DIR/, "TOOLCHAIN_DIR") diff --git a/YuMi.xcodeproj/project.pbxproj b/YuMi.xcodeproj/project.pbxproj index ff086699..df785d53 100644 --- a/YuMi.xcodeproj/project.pbxproj +++ b/YuMi.xcodeproj/project.pbxproj @@ -1,14127 +1,59145 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 60; - objects = { - -/* Begin PBXBuildFile section */ - 140A7F52299CC69000841594 /* XPTabBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 140A7F51299CC69000841594 /* XPTabBar.m */; }; - 1427212529A7566100C7C423 /* ZegoAudioRoom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1427212329A7563A00C7C423 /* ZegoAudioRoom.framework */; }; - 1427212629A7566100C7C423 /* ZegoAudioRoom.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 1427212329A7563A00C7C423 /* ZegoAudioRoom.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 1427212C29A757EC00C7C423 /* MomentsListInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427212A29A757EC00C7C423 /* MomentsListInfoModel.m */; }; - 1427212F29A7599500C7C423 /* XPMonentsAttentionPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427212D29A7599500C7C423 /* XPMonentsAttentionPresenter.m */; }; - 1427213429A75A2600C7C423 /* XPMomentsLatestPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427213329A75A2600C7C423 /* XPMomentsLatestPresenter.m */; }; - 1427218729A75F6F00C7C423 /* MyHTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427213729A75F6F00C7C423 /* MyHTTPConnection.m */; }; - 1427218829A75F6F00C7C423 /* HTTPErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427214029A75F6F00C7C423 /* HTTPErrorResponse.m */; }; - 1427218929A75F6F00C7C423 /* HTTPDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427214129A75F6F00C7C423 /* HTTPDataResponse.m */; }; - 1427218A29A75F6F00C7C423 /* HTTPDynamicFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427214329A75F6F00C7C423 /* HTTPDynamicFileResponse.m */; }; - 1427218B29A75F6F00C7C423 /* HTTPFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427214429A75F6F00C7C423 /* HTTPFileResponse.m */; }; - 1427218C29A75F6F00C7C423 /* HTTPAsyncFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427214529A75F6F00C7C423 /* HTTPAsyncFileResponse.m */; }; - 1427218D29A75F6F00C7C423 /* HTTPRedirectResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427214629A75F6F00C7C423 /* HTTPRedirectResponse.m */; }; - 1427218E29A75F6F00C7C423 /* HTTPMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427214C29A75F6F00C7C423 /* HTTPMessage.m */; }; - 1427218F29A75F6F00C7C423 /* HTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427214D29A75F6F00C7C423 /* HTTPConnection.m */; }; - 1427219029A75F6F00C7C423 /* WebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427214E29A75F6F00C7C423 /* WebSocket.m */; }; - 1427219129A75F6F00C7C423 /* MultipartMessageHeaderField.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427215329A75F6F00C7C423 /* MultipartMessageHeaderField.m */; }; - 1427219229A75F6F00C7C423 /* MultipartFormDataParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427215429A75F6F00C7C423 /* MultipartFormDataParser.m */; }; - 1427219329A75F6F00C7C423 /* MultipartMessageHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427215529A75F6F00C7C423 /* MultipartMessageHeader.m */; }; - 1427219429A75F6F00C7C423 /* HTTPAuthenticationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427215729A75F6F00C7C423 /* HTTPAuthenticationRequest.m */; }; - 1427219529A75F6F00C7C423 /* DDNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427215929A75F6F00C7C423 /* DDNumber.m */; }; - 1427219629A75F6F00C7C423 /* DDData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427215A29A75F6F00C7C423 /* DDData.m */; }; - 1427219729A75F6F00C7C423 /* DDRange.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427215D29A75F6F00C7C423 /* DDRange.m */; }; - 1427219829A75F6F00C7C423 /* HTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427215F29A75F6F00C7C423 /* HTTPServer.m */; }; - 142721AF29A75F6F00C7C423 /* SJXCSMIPHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 1427218629A75F6F00C7C423 /* SJXCSMIPHelper.m */; }; - 142721B229A7647F00C7C423 /* XPBlankViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 142721B129A7647F00C7C423 /* XPBlankViewController.m */; }; - 1464C5EA29A45FC300AF7C94 /* XPButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 1464C5E929A45FC300AF7C94 /* XPButton.m */; }; - 1464C5F029A49DDD00AF7C94 /* XPMineSimpleUserInfoHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1464C5EF29A49DDD00AF7C94 /* XPMineSimpleUserInfoHeaderView.m */; }; - 1464C5F329A4C18000AF7C94 /* XPIAPRechargeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1464C5F229A4C18000AF7C94 /* XPIAPRechargeViewController.m */; }; - 1464C5F629A4CA8C00AF7C94 /* XPIAPRechargeCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1464C5F529A4CA8C00AF7C94 /* XPIAPRechargeCollectionViewCell.m */; }; - 1464C5F929A4D00000AF7C94 /* XPIAPRechargeHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1464C5F829A4D00000AF7C94 /* XPIAPRechargeHeaderView.m */; }; - 149839C7299E0B9F00F82CBF /* XPMomentListCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 149839C6299E0B9F00F82CBF /* XPMomentListCollectionViewCell.m */; }; - 14A6034C29A35EE600D2A6A5 /* XPMineItemTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 14A6034B29A35EE600D2A6A5 /* XPMineItemTableViewCell.m */; }; - 14A6034F29A36D8300D2A6A5 /* XPSimpleMineHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 14A6034E29A36D8300D2A6A5 /* XPSimpleMineHeaderView.m */; }; - 14B880E1299A1799005FCA1B /* XPLoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 14B880E0299A1799005FCA1B /* XPLoginViewController.m */; }; - 14B880E7299A4B62005FCA1B /* XPLoginPhoneViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 14B880E6299A4B62005FCA1B /* XPLoginPhoneViewController.m */; }; - 14D8767C29A7445C00E1DD7F /* NSObject+AutoCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 14D8767B29A7445C00E1DD7F /* NSObject+AutoCoding.m */; }; - 14DCAD08299B36A500A7DD31 /* XPLoginPwdViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 14DCAD07299B36A500A7DD31 /* XPLoginPwdViewController.m */; }; - 14DCAD0B299B5D3A00A7DD31 /* XPLoginInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 14DCAD0A299B5D3A00A7DD31 /* XPLoginInputView.m */; }; - 14DCAD0E299B6AD900A7DD31 /* XPForgetPwdViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 14DCAD0D299B6AD900A7DD31 /* XPForgetPwdViewController.m */; }; - 14EB640929A5BDDD00A4A00B /* XPMomentsSimpleDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 14EB640829A5BDDD00A4A00B /* XPMomentsSimpleDetailViewController.m */; }; - 14EB640D29A5C16000A4A00B /* XPMomentsSimpleDetailNav.m in Sources */ = {isa = PBXBuildFile; fileRef = 14EB640C29A5C16000A4A00B /* XPMomentsSimpleDetailNav.m */; }; - 180116F9279E8C4C00F2CBC0 /* PLTimeUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 180116F8279E8C4C00F2CBC0 /* PLTimeUtil.m */; }; - 180116FC279E8CCE00F2CBC0 /* NVDate.m in Sources */ = {isa = PBXBuildFile; fileRef = 180116FA279E8CCE00F2CBC0 /* NVDate.m */; }; - 180806FB2729A354001FD836 /* ThemeColor+Room.m in Sources */ = {isa = PBXBuildFile; fileRef = 180806FA2729A354001FD836 /* ThemeColor+Room.m */; }; - 1808072D2731598F001FD836 /* XPNetImageYYLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1808072C2731598F001FD836 /* XPNetImageYYLabel.m */; }; - 1808073027315E8E001FD836 /* NetImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1808072F27315E8E001FD836 /* NetImageView.m */; }; - 181D7F1B2726CE2A00B7C059 /* StageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 181D7F1A2726CE2A00B7C059 /* StageView.m */; }; - 181D7F212727D9DB00B7C059 /* SocialStageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 181D7F202727D9DB00B7C059 /* SocialStageView.m */; }; - 18486213271EA9DA005FC5DC /* RtcManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 18486212271EA9DA005FC5DC /* RtcManager.m */; }; - 18486217271EAB8C005FC5DC /* BaseRtcImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 18486216271EAB8C005FC5DC /* BaseRtcImpl.m */; }; - 18486235271EB794005FC5DC /* AgoraRtcImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 18486234271EB794005FC5DC /* AgoraRtcImpl.m */; }; - 184862CE27213FD7005FC5DC /* ZegoRtcImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 184862CC27213FD7005FC5DC /* ZegoRtcImpl.m */; }; - 186A531926FC592100D67B2C /* libresolv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 186A531826FC591100D67B2C /* libresolv.tbd */; }; - 186A534626FC6ED900D67B2C /* TTPopup.m in Sources */ = {isa = PBXBuildFile; fileRef = 186A532C26FC6ED900D67B2C /* TTPopup.m */; }; - 186A534726FC6ED900D67B2C /* TTAlertConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 186A532E26FC6ED900D67B2C /* TTAlertConfig.m */; }; - 186A534826FC6ED900D67B2C /* TTAlertButtonConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 186A533326FC6ED900D67B2C /* TTAlertButtonConfig.m */; }; - 186A534926FC6ED900D67B2C /* TTAlertMessageAttributedConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 186A533426FC6ED900D67B2C /* TTAlertMessageAttributedConfig.m */; }; - 186A534A26FC6ED900D67B2C /* TTActionSheetConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 186A533526FC6ED900D67B2C /* TTActionSheetConfig.m */; }; - 186A534B26FC6ED900D67B2C /* TTPopupManagerService.m in Sources */ = {isa = PBXBuildFile; fileRef = 186A533926FC6ED900D67B2C /* TTPopupManagerService.m */; }; - 186A534C26FC6ED900D67B2C /* TTAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 186A533C26FC6ED900D67B2C /* TTAlertView.m */; }; - 186A534D26FC6ED900D67B2C /* TTActionSheetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 186A533F26FC6ED900D67B2C /* TTActionSheetView.m */; }; - 186A534E26FC6ED900D67B2C /* TTPopupService.m in Sources */ = {isa = PBXBuildFile; fileRef = 186A534126FC6ED900D67B2C /* TTPopupService.m */; }; - 186A536926FC6F2E00D67B2C /* XPShareView.m in Sources */ = {isa = PBXBuildFile; fileRef = 186A536126FC6F2E00D67B2C /* XPShareView.m */; }; - 186A536B26FC6F2E00D67B2C /* XPShareItemCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 186A536726FC6F2E00D67B2C /* XPShareItemCell.m */; }; - 187EEEDC26E89B32002833B2 /* BaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 187EEEDB26E89B32002833B2 /* BaseModel.m */; }; - 187EEEE126E89BFB002833B2 /* AccountModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 187EEEE026E89BFB002833B2 /* AccountModel.m */; }; - 187EEEF026E89FE8002833B2 /* AccountInfoStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 187EEEEE26E89FE8002833B2 /* AccountInfoStorage.m */; }; - 189DD52E26DE255300AB55B1 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD52D26DE255300AB55B1 /* AppDelegate.m */; }; - 189DD53426DE255300AB55B1 /* TabbarViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD53326DE255300AB55B1 /* TabbarViewController.m */; }; - 189DD53926DE255600AB55B1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 189DD53826DE255600AB55B1 /* Assets.xcassets */; }; - 189DD53F26DE255600AB55B1 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD53E26DE255600AB55B1 /* main.m */; }; - 189DD54B26DE338800AB55B1 /* BaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD54A26DE338800AB55B1 /* BaseViewController.m */; }; - 189DD55026DE37F900AB55B1 /* MvpViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD54F26DE37F900AB55B1 /* MvpViewController.m */; }; - 189DD55A26DE39D200AB55B1 /* BaseMvpPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD55926DE39D200AB55B1 /* BaseMvpPresenter.m */; }; - 189DD58F26DF97E700AB55B1 /* LoginPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD58E26DF97E700AB55B1 /* LoginPresenter.m */; }; - 189DD67E26E1FD8900AB55B1 /* UIImage+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD67D26E1FD8900AB55B1 /* UIImage+Utils.m */; }; - 189DD68426E1FDBB00AB55B1 /* XNDJTDDLoadingTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD68226E1FDBB00AB55B1 /* XNDJTDDLoadingTool.m */; }; - 189DD6FF26E20E5900AB55B1 /* HttpRequestHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD6FE26E20E5900AB55B1 /* HttpRequestHelper.m */; }; - 189DD73D26E21C3F00AB55B1 /* YYUtility+Device.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD73826E21C3F00AB55B1 /* YYUtility+Device.m */; }; - 189DD73E26E21C3F00AB55B1 /* YYUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD73926E21C3F00AB55B1 /* YYUtility.m */; }; - 189DD73F26E21C3F00AB55B1 /* YYUtility+Carrier.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD73A26E21C3F00AB55B1 /* YYUtility+Carrier.m */; }; - 189DD74026E21C3F00AB55B1 /* YYUtility+App.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD73B26E21C3F00AB55B1 /* YYUtility+App.m */; }; - 189DD74526E21CCC00AB55B1 /* YYReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD74426E21CCC00AB55B1 /* YYReachability.m */; }; - 189DD75026E21D9000AB55B1 /* GCDHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD74E26E21D9000AB55B1 /* GCDHelper.m */; }; - 189DD75926E6003C00AB55B1 /* Api.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD75826E6003C00AB55B1 /* Api.m */; }; - 189DD76226E60DDC00AB55B1 /* Api+Login.m in Sources */ = {isa = PBXBuildFile; fileRef = 189DD76126E60DDC00AB55B1 /* Api+Login.m */; }; - 18A61BD7274F7F6900A09A54 /* NetImageConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 18A61BD6274F7F6900A09A54 /* NetImageConfig.m */; }; - 18A61BE8274F9CF000A09A54 /* SessionListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 18A61BE7274F9CF000A09A54 /* SessionListViewController.m */; }; - 18AAF3F0279EA59300CD7DAD /* MessageContentTextClickable.m in Sources */ = {isa = PBXBuildFile; fileRef = 18AAF3EF279EA59300CD7DAD /* MessageContentTextClickable.m */; }; - 18E7B1B226E8AF980064BC9B /* MainPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 18E7B1B126E8AF980064BC9B /* MainPresenter.m */; }; - 18E7B1B726E8B2D10064BC9B /* Api+Main.m in Sources */ = {isa = PBXBuildFile; fileRef = 18E7B1B626E8B2D10064BC9B /* Api+Main.m */; }; - 18E7B26926E8D5D60064BC9B /* XCCurrentVCStackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 18E7B26726E8D5D60064BC9B /* XCCurrentVCStackManager.m */; }; - 18E7B31826F097E00064BC9B /* UserInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 18E7B31726F097E00064BC9B /* UserInfoModel.m */; }; - 18E7B31B26F0982E0064BC9B /* UserExpand.m in Sources */ = {isa = PBXBuildFile; fileRef = 18E7B31A26F0982E0064BC9B /* UserExpand.m */; }; - 18E7B31E26F0984C0064BC9B /* UserLevelVo.m in Sources */ = {isa = PBXBuildFile; fileRef = 18E7B31D26F0984C0064BC9B /* UserLevelVo.m */; }; - 18E7B32126F098650064BC9B /* UserInfoSkillVo.m in Sources */ = {isa = PBXBuildFile; fileRef = 18E7B32026F098650064BC9B /* UserInfoSkillVo.m */; }; - 18E7B33226F317A20064BC9B /* XPWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 18E7B33126F317A20064BC9B /* XPWebViewController.m */; }; - 18EE3FDF2750C1F700A452BF /* SessionListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 18EE3FDE2750C1F700A452BF /* SessionListCell.m */; }; - 18EE3FE22750C29D00A452BF /* NIMBadgeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 18EE3FE12750C29D00A452BF /* NIMBadgeView.m */; }; - 18EE3FEE2750CE6D00A452BF /* NIMMessageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 18EE3FED2750CE6D00A452BF /* NIMMessageUtils.m */; }; - 18EE3FF12750D2AD00A452BF /* NIMTimeUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 18EE3FF02750D2AD00A452BF /* NIMTimeUtils.m */; }; - 18EE3FF42750FA3700A452BF /* UIView+NIM.m in Sources */ = {isa = PBXBuildFile; fileRef = 18EE3FF32750FA3700A452BF /* UIView+NIM.m */; }; - 18EE401A2754BA9F00A452BF /* NIMMessageMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = 18EE40182754BA9F00A452BF /* NIMMessageMaker.m */; }; - 18F403CB2758C66800A6C548 /* MessageContentText.m in Sources */ = {isa = PBXBuildFile; fileRef = 18F403CA2758C66800A6C548 /* MessageContentText.m */; }; - 18F403EE2758CF2F00A6C548 /* MessageContentImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 18F403ED2758CF2F00A6C548 /* MessageContentImage.m */; }; - 18F4043A275E20D900A6C548 /* TRTCRtcImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 18F40439275E20D900A6C548 /* TRTCRtcImpl.m */; }; - 18F404B7276095D700A6C548 /* SessionChatLimitView.m in Sources */ = {isa = PBXBuildFile; fileRef = 18F404B6276095D700A6C548 /* SessionChatLimitView.m */; }; - 18F404BB2760982000A6C548 /* ChatLimitModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 18F404BA2760982000A6C548 /* ChatLimitModel.m */; }; - 18F404C3276098F100A6C548 /* Api+Message.m in Sources */ = {isa = PBXBuildFile; fileRef = 18F404C2276098F100A6C548 /* Api+Message.m */; }; - 18F404C927609A4300A6C548 /* MessagePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 18F404C827609A4300A6C548 /* MessagePresenter.m */; }; - 2305EEF02AD677F200AD403C /* PIRoomPhotoAlbumVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305EEEF2AD677F200AD403C /* PIRoomPhotoAlbumVC.m */; }; - 2305EEF32AD67A8D00AD403C /* PIRoomPhotoAlbumItemVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305EEF22AD67A8D00AD403C /* PIRoomPhotoAlbumItemVC.m */; }; - 2305EEF62AD67E5500AD403C /* PIRoomPhotoAlbumItemCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305EEF52AD67E5500AD403C /* PIRoomPhotoAlbumItemCell.m */; }; - 2305EEFB2AD696B400AD403C /* PIRoomPhotoAlbumChoosePhotoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305EEFA2AD696B400AD403C /* PIRoomPhotoAlbumChoosePhotoView.m */; }; - 2305EEFE2AD6978200AD403C /* PIRoomPhotoAlbumChoosePhotoCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305EEFD2AD6978200AD403C /* PIRoomPhotoAlbumChoosePhotoCell.m */; }; - 2305EF012AD6A33E00AD403C /* PIRoomPhotoAlbumItemChoosePhotoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305EF002AD6A33E00AD403C /* PIRoomPhotoAlbumItemChoosePhotoModel.m */; }; - 2305EF042AD6B11700AD403C /* PIRoomPhotoAlbumChoosePhotoTypeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305EF032AD6B11700AD403C /* PIRoomPhotoAlbumChoosePhotoTypeView.m */; }; - 2305EF072AD6B51200AD403C /* PIRoomPhotoAlbumChoosePhotoGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305EF062AD6B51200AD403C /* PIRoomPhotoAlbumChoosePhotoGiftView.m */; }; - 2305EF0A2AD7CC7C00AD403C /* PIRoomPhotoAlbumChooseGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305EF092AD7CC7C00AD403C /* PIRoomPhotoAlbumChooseGiftView.m */; }; - 2305EF0D2AD7CC9A00AD403C /* PIRoomPhotoAlbumChooseGiftCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305EF0C2AD7CC9A00AD403C /* PIRoomPhotoAlbumChooseGiftCell.m */; }; - 2305EF102AD8006900AD403C /* PIRoomMessagePhotoAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305EF0F2AD8006900AD403C /* PIRoomMessagePhotoAlbumCell.m */; }; - 2305EF132AD8036B00AD403C /* PIRoomMessagePhotoAlbumView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305EF122AD8036B00AD403C /* PIRoomMessagePhotoAlbumView.m */; }; - 2305F3382AD9194B00AD403C /* PIRoomMessageUnlockPhotoAlbumView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305F3372AD9194B00AD403C /* PIRoomMessageUnlockPhotoAlbumView.m */; }; - 2305F33B2AD9293D00AD403C /* PIRoomPhotoAlbumOperateView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305F33A2AD9293D00AD403C /* PIRoomPhotoAlbumOperateView.m */; }; - 2305F33E2AD9295800AD403C /* PIRoomPhotoAlbumOperateCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305F33D2AD9295800AD403C /* PIRoomPhotoAlbumOperateCell.m */; }; - 2305F3412AD94D5200AD403C /* XPMaskManagerVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305F33F2AD94D5200AD403C /* XPMaskManagerVC.m */; }; - 2305F3442AD94E2700AD403C /* XPMaskManagerModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305F3432AD94E2700AD403C /* XPMaskManagerModel.m */; }; - 2305F3472AD94E9D00AD403C /* XPMaskManagerCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305F3462AD94E9C00AD403C /* XPMaskManagerCell.m */; }; - 23116B0B2BDB8FDC00F7F97A /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECD72BC38FED00EDF4C9 /* PrivacyInfo.xcprivacy */; }; - 23194DBB2AD13EAB00649F51 /* PILoginManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 23194DBA2AD13EAB00649F51 /* PILoginManager.m */; }; - 23194DCC2AD14BF000649F51 /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 23194DBD2AD14BF000649F51 /* DDTTYLogger.m */; }; - 23194DCD2AD14BF000649F51 /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 23194DC02AD14BF000649F51 /* DDASLLogger.m */; }; - 23194DCE2AD14BF000649F51 /* ContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 23194DC52AD14BF000649F51 /* ContextFilterLogFormatter.m */; }; - 23194DCF2AD14BF000649F51 /* DispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 23194DC62AD14BF000649F51 /* DispatchQueueLogFormatter.m */; }; - 23194DD02AD14BF000649F51 /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 23194DC72AD14BF000649F51 /* DDLog.m */; }; - 23194DD12AD14BF000649F51 /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 23194DC92AD14BF000649F51 /* DDAbstractDatabaseLogger.m */; }; - 23194DD22AD14BF000649F51 /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 23194DCA2AD14BF000649F51 /* DDFileLogger.m */; }; - 23194DD52AD292F200649F51 /* PIPageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 23194DD42AD292F200649F51 /* PIPageControl.m */; }; - 2320F6392BDF732C00227EEB /* MSRoomMenuGameView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2320F6382BDF732C00227EEB /* MSRoomMenuGameView.m */; }; - 2320F63C2BDF738E00227EEB /* MSRoomMenuGameCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2320F63B2BDF738E00227EEB /* MSRoomMenuGameCell.m */; }; - 2320F63F2BDF8B3000227EEB /* MSRoomMenuGameVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 2320F63E2BDF8B3000227EEB /* MSRoomMenuGameVC.m */; }; - 2320F6422BE0F53F00227EEB /* MSRoomMenuGameEmptyCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2320F6412BE0F53F00227EEB /* MSRoomMenuGameEmptyCell.m */; }; - 232C43EA2AB15F4100D4B2ED /* XPRoomTarrowBannerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 232C43E92AB15F4100D4B2ED /* XPRoomTarrowBannerView.m */; }; - 232C43EC2AB169EC00D4B2ED /* pi_room_tarrow_banner.svga in Resources */ = {isa = PBXBuildFile; fileRef = 232C43EB2AB169EB00D4B2ED /* pi_room_tarrow_banner.svga */; }; - 232C444B2AB4363200D4B2ED /* pi_room_tarrow_h5_banner.svga in Resources */ = {isa = PBXBuildFile; fileRef = 232C444A2AB4363200D4B2ED /* pi_room_tarrow_h5_banner.svga */; }; - 232EBBFF2BD7A25500E8CEAD /* MSParamsDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 232EBBFE2BD7A25500E8CEAD /* MSParamsDecode.m */; }; - 2331C1632A5EB71000E1D940 /* XPNobleCenterPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1322A5EB71000E1D940 /* XPNobleCenterPresenter.m */; }; - 2331C1642A5EB71000E1D940 /* NobleInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1362A5EB71000E1D940 /* NobleInfo.m */; }; - 2331C1652A5EB71000E1D940 /* NobleRechargeModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1392A5EB71000E1D940 /* NobleRechargeModel.m */; }; - 2331C1662A5EB71000E1D940 /* NobleCenterModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C13A2A5EB71000E1D940 /* NobleCenterModel.m */; }; - 2331C1672A5EB71000E1D940 /* NobleLevelUpModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C13C2A5EB71000E1D940 /* NobleLevelUpModel.m */; }; - 2331C1682A5EB71000E1D940 /* NobleAuthInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C13D2A5EB71000E1D940 /* NobleAuthInfo.m */; }; - 2331C1692A5EB71000E1D940 /* XPNobleSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1412A5EB71000E1D940 /* XPNobleSettingViewController.m */; }; - 2331C16B2A5EB71000E1D940 /* XPNobleCenterMyNobleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1482A5EB71000E1D940 /* XPNobleCenterMyNobleView.m */; }; - 2331C16C2A5EB71000E1D940 /* XPNobleCenterEmptyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C14C2A5EB71000E1D940 /* XPNobleCenterEmptyView.m */; }; - 2331C16D2A5EB71000E1D940 /* XPNobleSettingNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1522A5EB71000E1D940 /* XPNobleSettingNavView.m */; }; - 2331C16E2A5EB71000E1D940 /* XPNobleAuthorityDescView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1532A5EB71000E1D940 /* XPNobleAuthorityDescView.m */; }; - 2331C16F2A5EB71000E1D940 /* XPNobleCenterNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1542A5EB71000E1D940 /* XPNobleCenterNavView.m */; }; - 2331C1702A5EB71000E1D940 /* XPNoblePrivilegeContentCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1562A5EB71000E1D940 /* XPNoblePrivilegeContentCell.m */; }; - 2331C1712A5EB71000E1D940 /* XPNobleCenterTableHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1572A5EB71000E1D940 /* XPNobleCenterTableHeadView.m */; }; - 2331C1732A5EB71000E1D940 /* XPNoblePrivilegeCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1592A5EB71000E1D940 /* XPNoblePrivilegeCell.m */; }; - 2331C1742A5EB71000E1D940 /* XPNobleCenterResidueView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C15A2A5EB71000E1D940 /* XPNobleCenterResidueView.m */; }; - 2331C1752A5EB71000E1D940 /* XPNobleUpgradeLevelView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C15B2A5EB71000E1D940 /* XPNobleUpgradeLevelView.m */; }; - 2331C1762A5EB71000E1D940 /* ThemeColor+NobleCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C15D2A5EB71000E1D940 /* ThemeColor+NobleCenter.m */; }; - 2331C1772A5EB71000E1D940 /* XPNobleCenterListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C15E2A5EB71000E1D940 /* XPNobleCenterListViewController.m */; }; - 2331C1782A5EB71000E1D940 /* Api+NobleCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1622A5EB71000E1D940 /* Api+NobleCenter.m */; }; - 2331C17B2A5EB7AB00E1D940 /* XPNobleCenterEntranceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1792A5EB7AB00E1D940 /* XPNobleCenterEntranceView.m */; }; - 2331C17E2A5ECCF600E1D940 /* XPNobleCenterPayView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C17D2A5ECCF600E1D940 /* XPNobleCenterPayView.m */; }; - 2331C1812A5ECD3800E1D940 /* XPNobleCenterPayCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1802A5ECD3800E1D940 /* XPNobleCenterPayCell.m */; }; - 2331C1AA2A60F32D00E1D940 /* XPCandyTreePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1842A60F32D00E1D940 /* XPCandyTreePresenter.m */; }; - 2331C1AB2A60F32D00E1D940 /* CandyTreeResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1892A60F32D00E1D940 /* CandyTreeResultModel.m */; }; - 2331C1AC2A60F32D00E1D940 /* CandyTreeRecordModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C18A2A60F32D00E1D940 /* CandyTreeRecordModel.m */; }; - 2331C1AD2A60F32D00E1D940 /* XPCandyTreeAnimationModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C18D2A60F32D00E1D940 /* XPCandyTreeAnimationModel.m */; }; - 2331C1AE2A60F32D00E1D940 /* CandyTreeInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1902A60F32D00E1D940 /* CandyTreeInfoModel.m */; }; - 2331C1AF2A60F32D00E1D940 /* XPCandyTreeRankView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1922A60F32D00E1D940 /* XPCandyTreeRankView.m */; }; - 2331C1B02A60F32D00E1D940 /* XPCandyTreeMoreView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1932A60F32D00E1D940 /* XPCandyTreeMoreView.m */; }; - 2331C1B12A60F32D00E1D940 /* XPCandyTreeGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1962A60F32D00E1D940 /* XPCandyTreeGiftView.m */; }; - 2331C1B22A60F32D00E1D940 /* XPCandyTreeEmptyableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C19A2A60F32D00E1D940 /* XPCandyTreeEmptyableViewCell.m */; }; - 2331C1B32A60F32D00E1D940 /* XPCandyTreeMoreRuleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C19B2A60F32D00E1D940 /* XPCandyTreeMoreRuleCell.m */; }; - 2331C1B42A60F32D00E1D940 /* XPCandyTreeRankTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C19C2A60F32D00E1D940 /* XPCandyTreeRankTableViewCell.m */; }; - 2331C1B52A60F32D00E1D940 /* XPCandyTreeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1A12A60F32D00E1D940 /* XPCandyTreeViewController.m */; }; - 2331C1B62A60F32D00E1D940 /* XPCandyTreeInsufficientBalanceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1A42A60F32D00E1D940 /* XPCandyTreeInsufficientBalanceView.m */; }; - 2331C1B72A60F32D00E1D940 /* XPCandyRankContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1A52A60F32D00E1D940 /* XPCandyRankContainerView.m */; }; - 2331C1B82A60F32D00E1D940 /* XPRoomHalfWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1A62A60F32D00E1D940 /* XPRoomHalfWebView.m */; }; - 2331C1B92A60F32D00E1D940 /* Api+CandyTree.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1A82A60F32D00E1D940 /* Api+CandyTree.m */; }; - 2331C1BD2A60F69E00E1D940 /* UILabel+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2331C1BC2A60F69E00E1D940 /* UILabel+Utils.m */; }; - 233423C72AAEE5C600B1253F /* XPCandyTreeBuySuccessView.m in Sources */ = {isa = PBXBuildFile; fileRef = 233423C62AAEE5C600B1253F /* XPCandyTreeBuySuccessView.m */; }; - 233423CA2AAEE97500B1253F /* XPCandyTreeConfirmBuyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 233423C92AAEE97500B1253F /* XPCandyTreeConfirmBuyView.m */; }; - 233423CD2AAEE98200B1253F /* XPCandyTreeConfirmBuyNumView.m in Sources */ = {isa = PBXBuildFile; fileRef = 233423CC2AAEE98200B1253F /* XPCandyTreeConfirmBuyNumView.m */; }; - 233423D02AAEFBC300B1253F /* PICandyTreeSetModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 233423CF2AAEFBC300B1253F /* PICandyTreeSetModel.m */; }; - 233423D32AAF0F4F00B1253F /* XPIAPRechargeHeadCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 233423D22AAF0F4F00B1253F /* XPIAPRechargeHeadCell.m */; }; - 233423D62AB0397500B1253F /* PIMessageContentServiceReplyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 233423D52AB0397500B1253F /* PIMessageContentServiceReplyView.m */; }; - 233423D92AB0438400B1253F /* PIMessageContentServiceReplyModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 233423D82AB0438400B1253F /* PIMessageContentServiceReplyModel.m */; }; - 234489082AC3C5DA0070E5D5 /* SudMGP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 234489072AC3C5DA0070E5D5 /* SudMGP.framework */; }; - 234489092AC3C5FF0070E5D5 /* SudMGP.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 234489072AC3C5DA0070E5D5 /* SudMGP.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 234D821E2AEC57CF0022EFEB /* YYTextAsyncLayer+PITextAsyncLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 234D821D2AEC57CF0022EFEB /* YYTextAsyncLayer+PITextAsyncLayer.m */; }; - 234E50AF2BF7352C005CB6D5 /* NSTextAttachment+MSImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 234E50AE2BF7352C005CB6D5 /* NSTextAttachment+MSImage.m */; }; - 234F44E32B3EA4F900E2B532 /* PILineManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234F44E22B3EA4F900E2B532 /* PILineManager.swift */; }; - 235714892BECC38F004C81D6 /* MessageHeadlinesTextModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 235714882BECC38F004C81D6 /* MessageHeadlinesTextModel.m */; }; - 235714982BEDF54E004C81D6 /* MsRoomMessageMainView.m in Sources */ = {isa = PBXBuildFile; fileRef = 235714972BEDF54E004C81D6 /* MsRoomMessageMainView.m */; }; - 235A451A2B04A352009753F5 /* PIRoomActivityWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 235A45192B04A352009753F5 /* PIRoomActivityWebView.m */; }; - 235A451D2B04A452009753F5 /* PIRoomActivityWebCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 235A451C2B04A452009753F5 /* PIRoomActivityWebCell.m */; }; - 235A45232B04BEB6009753F5 /* PIBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 235A45222B04BEB6009753F5 /* PIBaseModel.m */; }; - 23630BA62BAC3888003AD25D /* PIGiftSuperGiftBroadcastView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23630BA52BAC3888003AD25D /* PIGiftSuperGiftBroadcastView.m */; }; - 236896A02AE6720600EED5F2 /* PIRoomGiftBroadcastWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 2368969F2AE6720600EED5F2 /* PIRoomGiftBroadcastWindow.m */; }; - 2368ECCF2BC38F9800EDF4C9 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECCD2BC38F9800EDF4C9 /* InfoPlist.strings */; }; - 2368ECD32BC38FDA00EDF4C9 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECD52BC38FDA00EDF4C9 /* Launch Screen.storyboard */; }; - 2368ECDA2BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 2368ECD92BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.m */; }; - 2368ECDF2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2368ECDE2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.m */; }; - 2368ECE72BC5280300EDF4C9 /* css in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECE12BC5280300EDF4C9 /* css */; }; - 2368ECE82BC5280300EDF4C9 /* images in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECE22BC5280300EDF4C9 /* images */; }; - 2368ECE92BC5280300EDF4C9 /* js in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECE32BC5280300EDF4C9 /* js */; }; - 2368ECEA2BC5280300EDF4C9 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECE42BC5280300EDF4C9 /* index.html */; }; - 2368ECEB2BC5280300EDF4C9 /* upload.html in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECE52BC5280300EDF4C9 /* upload.html */; }; - 2368ECEC2BC5280300EDF4C9 /* local in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECE62BC5280300EDF4C9 /* local */; }; - 2369F9912A89CE0E00563B48 /* PIUserSexView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2369F9902A89CE0E00563B48 /* PIUserSexView.m */; }; - 2369F9932A8B21EB00563B48 /* pi_treasure_fairy_gift_bg.svga in Resources */ = {isa = PBXBuildFile; fileRef = 2369F9922A8B21EA00563B48 /* pi_treasure_fairy_gift_bg.svga */; }; - 236B2E422AA07D06003967A8 /* SudCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E232AA07D06003967A8 /* SudCommon.m */; }; - 236B2E432AA07D06003967A8 /* NSString+RW.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E252AA07D06003967A8 /* NSString+RW.m */; }; - 236B2E442AA07D06003967A8 /* UIColor+RW.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E272AA07D06003967A8 /* UIColor+RW.m */; }; - 236B2E452AA07D06003967A8 /* NSData+RW.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E282AA07D06003967A8 /* NSData+RW.m */; }; - 236B2E462AA07D06003967A8 /* UIImage+RW.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E2A2AA07D06003967A8 /* UIImage+RW.m */; }; - 236B2E472AA07D06003967A8 /* LittleGameInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E302AA07D06003967A8 /* LittleGameInfoModel.m */; }; - 236B2E482AA07D06003967A8 /* XPLittleGameMiniStageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E332AA07D06003967A8 /* XPLittleGameMiniStageView.m */; }; - 236B2E492AA07D06003967A8 /* XPCreateLittleGameCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E382AA07D06003967A8 /* XPCreateLittleGameCollectionViewCell.m */; }; - 236B2E4A2AA07D06003967A8 /* XPLittleGameTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E3A2AA07D06003967A8 /* XPLittleGameTableViewCell.m */; }; - 236B2E4B2AA07D06003967A8 /* XPLittleGameRoomListView.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E3C2AA07D06003967A8 /* XPLittleGameRoomListView.m */; }; - 236B2E4C2AA07D06003967A8 /* XPLittleGameRoomOpenView.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E3D2AA07D06003967A8 /* XPLittleGameRoomOpenView.m */; }; - 236B2E4D2AA07D06003967A8 /* XPRoomLittleGameContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E3E2AA07D06003967A8 /* XPRoomLittleGameContainerView.m */; }; - 236B2E4E2AA07D06003967A8 /* Api+LittleGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E402AA07D06003967A8 /* Api+LittleGame.m */; }; - 236B2E532AA08757003967A8 /* LittleGameStageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E502AA08756003967A8 /* LittleGameStageView.m */; }; - 236B2E542AA08757003967A8 /* LittleGameScrollStageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E512AA08756003967A8 /* LittleGameScrollStageView.m */; }; - 236B2E592AA18E13003967A8 /* XPMIneGameCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E552AA18E12003967A8 /* XPMIneGameCollectionViewCell.m */; }; - 236B2E5A2AA18E13003967A8 /* XPMineGameTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E572AA18E12003967A8 /* XPMineGameTableViewCell.m */; }; - 236B2E5D2AA19169003967A8 /* HomeLittleGameRoomModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E5C2AA19169003967A8 /* HomeLittleGameRoomModel.m */; }; - 236BA4982BB6AFED00C7C73A /* PINoblePrivilegeEmptyCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 236BA4972BB6AFED00C7C73A /* PINoblePrivilegeEmptyCell.m */; }; - 237700CF2BC697D500D661F1 /* pi_login_new_logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 237700CE2BC697D400D661F1 /* pi_login_new_logo.png */; }; - 237700D32BC7CC7C00D661F1 /* NSObject+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 237700D22BC7CC7C00D661F1 /* NSObject+MJExtension.m */; }; - 237700D72BC7D51400D661F1 /* UIButton+MSRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 237700D62BC7D51400D661F1 /* UIButton+MSRTL.m */; }; - 237700DA2BC7D5EC00D661F1 /* UILabel+MSRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 237700D92BC7D5EC00D661F1 /* UILabel+MSRTL.m */; }; - 237700DD2BC7D70E00D661F1 /* UIImage+MSRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 237700DC2BC7D70E00D661F1 /* UIImage+MSRTL.m */; }; - 237700E02BC7D78600D661F1 /* MSBaseRTLFlowLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 237700DF2BC7D78600D661F1 /* MSBaseRTLFlowLayout.m */; }; - 237700E32BC7D7C000D661F1 /* NSMutableAttributedString+MSRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 237700E22BC7D7C000D661F1 /* NSMutableAttributedString+MSRTL.m */; }; - 237700E62BC7E81F00D661F1 /* UITextField+MSRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 237700E52BC7E81F00D661F1 /* UITextField+MSRTL.m */; }; - 237700E92BC7E88E00D661F1 /* UITextView+MSRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 237700E82BC7E88E00D661F1 /* UITextView+MSRTL.m */; }; - 237700EC2BC914B400D661F1 /* UISwipeGestureRecognizer+MSRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 237700EB2BC914B400D661F1 /* UISwipeGestureRecognizer+MSRTL.m */; }; - 237700FA2BCCD25500D661F1 /* YYLabel+MSRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 237700F92BCCD25500D661F1 /* YYLabel+MSRTL.m */; }; - 237700FD2BCD254000D661F1 /* MSBaseTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 237700FC2BCD254000D661F1 /* MSBaseTextField.m */; }; - 237701082BCF73CE00D661F1 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 237701072BCF73CE00D661F1 /* Security.framework */; }; - 2377010A2BCF73DD00D661F1 /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 237701092BCF73DD00D661F1 /* libiconv.tbd */; }; - 2377010C2BCF73EA00D661F1 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2377010B2BCF73EA00D661F1 /* SystemConfiguration.framework */; }; - 2377010E2BCF73F400D661F1 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2377010D2BCF73F400D661F1 /* CoreGraphics.framework */; }; - 237701102BCF740400D661F1 /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 2377010F2BCF740400D661F1 /* libsqlite3.tbd */; }; - 237701122BCF742C00D661F1 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 237701112BCF742C00D661F1 /* libz.tbd */; }; - 237701192BD6143700D661F1 /* pi_happy_egg_smash.svga in Resources */ = {isa = PBXBuildFile; fileRef = 237701182BD6143700D661F1 /* pi_happy_egg_smash.svga */; }; - 237852A12C072D8D00E360AC /* MSRoomGameModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 237852A02C072D8D00E360AC /* MSRoomGameModel.m */; }; - 237852A42C082A9800E360AC /* MSRoomGameSendTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 237852A32C082A9800E360AC /* MSRoomGameSendTextView.m */; }; - 237852A72C08764B00E360AC /* MSRoomGameResultsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 237852A62C08764B00E360AC /* MSRoomGameResultsModel.m */; }; - 237B94BC2A984DA7007853E3 /* XPTrumpetPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B94AE2A984DA7007853E3 /* XPTrumpetPresenter.m */; }; - 237B94BD2A984DA7007853E3 /* XPNobleTrumpetModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B94B32A984DA7007853E3 /* XPNobleTrumpetModel.m */; }; - 237B94BE2A984DA7007853E3 /* XPRoomTrumpetViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B94B72A984DA7007853E3 /* XPRoomTrumpetViewController.m */; }; - 237B94BF2A984DA7007853E3 /* XPRoomTrumpetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B94B82A984DA7007853E3 /* XPRoomTrumpetView.m */; }; - 237B94C02A984DA7007853E3 /* Api+RoomTrumpet.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B94BA2A984DA7007853E3 /* Api+RoomTrumpet.m */; }; - 237FD35D2C0F187B00B5335C /* pi_app_logo_new_bg.png in Resources */ = {isa = PBXBuildFile; fileRef = 237FD35C2C0F187B00B5335C /* pi_app_logo_new_bg.png */; }; - 238A90072BA9729200828123 /* PIUniversalBannerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238A90062BA9729200828123 /* PIUniversalBannerView.m */; }; - 238A900A2BA9756600828123 /* PIUniversalBannerModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 238A90092BA9756600828123 /* PIUniversalBannerModel.m */; }; - 238B37A32AC55A2C00BFC9D5 /* XPTreasureFailyPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37242AC55A2C00BFC9D5 /* XPTreasureFailyPresenter.m */; }; - 238B37A42AC55A2C00BFC9D5 /* TreasureFairyLimitModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B372B2AC55A2C00BFC9D5 /* TreasureFairyLimitModel.m */; }; - 238B37A52AC55A2C00BFC9D5 /* TreasureFailyKeyInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B372C2AC55A2C00BFC9D5 /* TreasureFailyKeyInfoModel.m */; }; - 238B37A62AC55A2C00BFC9D5 /* TreasureFairySendRecordModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B372E2AC55A2C00BFC9D5 /* TreasureFairySendRecordModel.m */; }; - 238B37A72AC55A2C00BFC9D5 /* TreasureFairyRewardModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B372F2AC55A2C00BFC9D5 /* TreasureFairyRewardModel.m */; }; - 238B37A82AC55A2C00BFC9D5 /* TreasureFairyTrialsRecordModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37302AC55A2C00BFC9D5 /* TreasureFairyTrialsRecordModel.m */; }; - 238B37A92AC55A2C00BFC9D5 /* TreasureFairyUserInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37322AC55A2C00BFC9D5 /* TreasureFairyUserInfoModel.m */; }; - 238B37AA2AC55A2C00BFC9D5 /* TreasureFairyInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37362AC55A2C00BFC9D5 /* TreasureFairyInfoModel.m */; }; - 238B37AB2AC55A2C00BFC9D5 /* TreasureFairyConvertRecordModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37372AC55A2C00BFC9D5 /* TreasureFairyConvertRecordModel.m */; }; - 238B37AC2AC55A2C00BFC9D5 /* TreasureFailryMessageModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37382AC55A2C00BFC9D5 /* TreasureFailryMessageModel.m */; }; - 238B37AD2AC55A2C00BFC9D5 /* TreasureFairyBallInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37392AC55A2C00BFC9D5 /* TreasureFairyBallInfoModel.m */; }; - 238B37AE2AC55A2C00BFC9D5 /* TreasureFairyFragmentModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B373D2AC55A2C00BFC9D5 /* TreasureFairyFragmentModel.m */; }; - 238B37AF2AC55A2C00BFC9D5 /* XPTreasureFairyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37402AC55A2C00BFC9D5 /* XPTreasureFairyViewController.m */; }; - 238B37B02AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37422AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultCell.m */; }; - 238B37B12AC55A2C00BFC9D5 /* XPTreasureFairyFriendCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37462AC55A2C00BFC9D5 /* XPTreasureFairyFriendCell.m */; }; - 238B37B22AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37472AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolCell.m */; }; - 238B37B32AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37482AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordCell.m */; }; - 238B37B42AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B374B2AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonCell.m */; }; - 238B37B52AC55A2C00BFC9D5 /* XPTreasureFailyResultGiftCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B374D2AC55A2C00BFC9D5 /* XPTreasureFailyResultGiftCell.m */; }; - 238B37B62AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B374E2AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordCell.m */; }; - 238B37B72AC55A2C00BFC9D5 /* XPTreasureFairySendRecordCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37502AC55A2C00BFC9D5 /* XPTreasureFairySendRecordCell.m */; }; - 238B37B82AC55A2C00BFC9D5 /* XPTreasureFairyShopingExchangeCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37542AC55A2C00BFC9D5 /* XPTreasureFairyShopingExchangeCell.m */; }; - 238B37B92AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37552AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordCell.m */; }; - 238B37BA2AC55A2C00BFC9D5 /* XPTreasureFairyFriendView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37582AC55A2C00BFC9D5 /* XPTreasureFairyFriendView.m */; }; - 238B37BB2AC55A2C00BFC9D5 /* XPTreasureFairySummonView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37592AC55A2C00BFC9D5 /* XPTreasureFairySummonView.m */; }; - 238B37BC2AC55A2C00BFC9D5 /* XPTreasureFairySendView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B375A2AC55A2C00BFC9D5 /* XPTreasureFairySendView.m */; }; - 238B37BD2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B375F2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsContentView.m */; }; - 238B37BE2AC55A2C00BFC9D5 /* XPTreasureFairyBottomView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37612AC55A2C00BFC9D5 /* XPTreasureFairyBottomView.m */; }; - 238B37BF2AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37662AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultView.m */; }; - 238B37C02AC55A2C00BFC9D5 /* XPTreasureFairyPoolRecordView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37682AC55A2C00BFC9D5 /* XPTreasureFairyPoolRecordView.m */; }; - 238B37C12AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37692AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonView.m */; }; - 238B37C22AC55A2C00BFC9D5 /* XPTreasureFairyDrawSubView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B376C2AC55A2C00BFC9D5 /* XPTreasureFairyDrawSubView.m */; }; - 238B37C32AC55A2C00BFC9D5 /* XPTreasureFairyMessageSendView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B376E2AC55A2C00BFC9D5 /* XPTreasureFairyMessageSendView.m */; }; - 238B37C42AC55A2C00BFC9D5 /* XPTreasureFairyBallContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B376F2AC55A2C00BFC9D5 /* XPTreasureFairyBallContentView.m */; }; - 238B37C52AC55A2C00BFC9D5 /* XPTreasureFairyMoreView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37712AC55A2C00BFC9D5 /* XPTreasureFairyMoreView.m */; }; - 238B37C62AC55A2C00BFC9D5 /* XPTreasureFairyMyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37722AC55A2C00BFC9D5 /* XPTreasureFairyMyView.m */; }; - 238B37C72AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37732AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordView.m */; }; - 238B37C82AC55A2C00BFC9D5 /* XPTreasureFailyPrizeGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37742AC55A2C00BFC9D5 /* XPTreasureFailyPrizeGiftView.m */; }; - 238B37C92AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultSmallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37752AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultSmallView.m */; }; - 238B37CA2AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37772AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolView.m */; }; - 238B37CB2AC55A2C00BFC9D5 /* XPTreasureFairyWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37782AC55A2C00BFC9D5 /* XPTreasureFairyWebView.m */; }; - 238B37CC2AC55A2C00BFC9D5 /* XPTreasureFairyPrizeSubView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37792AC55A2C00BFC9D5 /* XPTreasureFairyPrizeSubView.m */; }; - 238B37CD2AC55A2C00BFC9D5 /* XPTreasureFailyResultView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B377A2AC55A2C00BFC9D5 /* XPTreasureFailyResultView.m */; }; - 238B37CE2AC55A2C00BFC9D5 /* XPTreasureFairyDrawView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B377B2AC55A2C00BFC9D5 /* XPTreasureFairyDrawView.m */; }; - 238B37CF2AC55A2C00BFC9D5 /* XPTreasureFairySendRecordView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B377C2AC55A2C00BFC9D5 /* XPTreasureFairySendRecordView.m */; }; - 238B37D02AC55A2C00BFC9D5 /* XPTreasureFairySummonGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B377D2AC55A2C00BFC9D5 /* XPTreasureFairySummonGiftView.m */; }; - 238B37D12AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordSubView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37812AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordSubView.m */; }; - 238B37D22AC55A2C00BFC9D5 /* XPTreasureFairyExchangeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37832AC55A2C00BFC9D5 /* XPTreasureFairyExchangeView.m */; }; - 238B37D32AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37842AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordView.m */; }; - 238B37D42AC55A2C00BFC9D5 /* XPTreasureFailrySummonBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37862AC55A2C00BFC9D5 /* XPTreasureFailrySummonBallView.m */; }; - 238B37D52AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37872AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardView.m */; }; - 238B37D62AC55A2C00BFC9D5 /* XPTreasureFairyTrialsView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37882AC55A2C00BFC9D5 /* XPTreasureFairyTrialsView.m */; }; - 238B37D72AC55A2C00BFC9D5 /* XPTreasureFairyTrialsBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B378A2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsBallView.m */; }; - 238B37D82AC55A2C00BFC9D5 /* XPTreasureFairyShopingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B378B2AC55A2C00BFC9D5 /* XPTreasureFairyShopingView.m */; }; - 238B37D92AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B378E2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordView.m */; }; - 238B37DA2AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardInputNumView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37912AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardInputNumView.m */; }; - 238B37DB2AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardSuccessView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37932AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardSuccessView.m */; }; - 238B37DC2AC55A2C00BFC9D5 /* XPTreasureFairyBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37942AC55A2C00BFC9D5 /* XPTreasureFairyBallView.m */; }; - 238B37DD2AC55A2C00BFC9D5 /* XPTreasureFairyStoreView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B379A2AC55A2C00BFC9D5 /* XPTreasureFairyStoreView.m */; }; - 238B37DE2AC55A2C00BFC9D5 /* Api+TreasureFairy.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37A12AC55A2C00BFC9D5 /* Api+TreasureFairy.m */; }; - 238ED83A2AE2891D0014EF9D /* PIRoomEnterRedPacketView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238ED8392AE2891D0014EF9D /* PIRoomEnterRedPacketView.m */; }; - 239141C62AE129F700322CA9 /* PIInputScrollingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239141C52AE129F700322CA9 /* PIInputScrollingView.m */; }; - 239141C92AE1358F00322CA9 /* PIInputEntireServerScrollingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239141C82AE1358F00322CA9 /* PIInputEntireServerScrollingView.m */; }; - 239141CC2AE267EF00322CA9 /* PIReceiveRedPacketSuccessView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239141CB2AE267EF00322CA9 /* PIReceiveRedPacketSuccessView.m */; }; - 23942E912A86424500D0ECC2 /* XPLoginAuthCodeVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 23942E902A86424500D0ECC2 /* XPLoginAuthCodeVC.m */; }; - 23959FE72BB15C930085A282 /* UploadFileModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23959FE62BB15C930085A282 /* UploadFileModel.m */; }; - 2396FCE42B22BE5D0014021D /* pi_area_info.json in Resources */ = {isa = PBXBuildFile; fileRef = 2396FCE32B22BE5D0014021D /* pi_area_info.json */; }; - 239BEEDB2AA1E058005CDA94 /* PIHoemCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239BEEDA2AA1E058005CDA94 /* PIHoemCategoryTitleView.m */; }; - 239D0F962BFB3296002977CE /* MSRoomOnLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0F952BFB3296002977CE /* MSRoomOnLineView.m */; }; - 239D0F992BFB43BC002977CE /* MSRoomOnLineAvatarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0F982BFB43BC002977CE /* MSRoomOnLineAvatarView.m */; }; - 239D0F9B2BFC9E6C002977CE /* ms_room_gift_svga_icon.svga in Resources */ = {isa = PBXBuildFile; fileRef = 239D0F9A2BFC9E6C002977CE /* ms_room_gift_svga_icon.svga */; }; - 239D0FA82BFCB88D002977CE /* XPRoomBackContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0F9C2BFCB88C002977CE /* XPRoomBackContainerView.m */; }; - 239D0FA92BFCB88D002977CE /* XPRoomDatingVipUpMicView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FA12BFCB88D002977CE /* XPRoomDatingVipUpMicView.m */; }; - 239D0FAA2BFCB88D002977CE /* XPRoomDatingWebAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FA22BFCB88D002977CE /* XPRoomDatingWebAlertView.m */; }; - 239D0FAB2BFCB88D002977CE /* XPRoomFunctionContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FA32BFCB88D002977CE /* XPRoomFunctionContainerView.m */; }; - 239D0FAC2BFCB88D002977CE /* XPRoomRankEntranceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FA42BFCB88D002977CE /* XPRoomRankEntranceView.m */; }; - 239D0FAD2BFCB88D002977CE /* XPRoomAnchorRankEnterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FA52BFCB88D002977CE /* XPRoomAnchorRankEnterView.m */; }; - 239D0FB32BFD8C67002977CE /* MSRoomSetingBackdropCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FB22BFD8C67002977CE /* MSRoomSetingBackdropCell.m */; }; - 239D0FC92C045F92002977CE /* MSRoomGameVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FC62C045F92002977CE /* MSRoomGameVC.m */; }; - 239D0FCC2C045FC9002977CE /* MSTabbarRoomGameVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FCB2C045FC9002977CE /* MSTabbarRoomGameVC.m */; }; - 239D0FCF2C046048002977CE /* MSTabbarRoomGameHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FCE2C046048002977CE /* MSTabbarRoomGameHeadView.m */; }; - 239D0FD22C046EAD002977CE /* MSTabbarRoomGameView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FD12C046EAD002977CE /* MSTabbarRoomGameView.m */; }; - 239D0FD52C0475E6002977CE /* MSTabbarBeginGameView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FD42C0475E6002977CE /* MSTabbarBeginGameView.m */; }; - 239D0FD82C047DD8002977CE /* MSTabbarRoomGameModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FD72C047DD8002977CE /* MSTabbarRoomGameModel.m */; }; - 239D0FDB2C047F24002977CE /* MSTabbarRoomGameCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FDA2C047F24002977CE /* MSTabbarRoomGameCell.m */; }; - 239D0FE12C04850A002977CE /* MSRoomGameHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FE02C04850A002977CE /* MSRoomGameHeadView.m */; }; - 239D0FE42C048700002977CE /* MSRoomGameHeadAvatarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FE32C048700002977CE /* MSRoomGameHeadAvatarView.m */; }; - 239D0FE72C049D61002977CE /* MSRoomGameMsgView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FE62C049D61002977CE /* MSRoomGameMsgView.m */; }; - 239D0FEA2C04A9EE002977CE /* MSRoomGameSendMsgView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FE92C04A9EE002977CE /* MSRoomGameSendMsgView.m */; }; - 239D0FED2C057362002977CE /* Api+MSRoomGameApi.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FEC2C057362002977CE /* Api+MSRoomGameApi.m */; }; - 239D0FF02C057470002977CE /* MSRoomGamePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FEF2C057470002977CE /* MSRoomGamePresenter.m */; }; - 239D0FF42C05B9D2002977CE /* MSRoomGameView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FF32C05B9D2002977CE /* MSRoomGameView.m */; }; - 239D0FF72C05BD2A002977CE /* MSRoomGameVictoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FF62C05BD2A002977CE /* MSRoomGameVictoryView.m */; }; - 239D0FFA2C05BE9B002977CE /* MSRoomGameVictoryCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FF92C05BE9B002977CE /* MSRoomGameVictoryCell.m */; }; - 239D0FFD2C05D086002977CE /* MSRoomGameQuitGameView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FFC2C05D086002977CE /* MSRoomGameQuitGameView.m */; }; - 23A03F2D2B4408CD0094227A /* pi_room_lucky_gift.svga in Resources */ = {isa = PBXBuildFile; fileRef = 23A03F2C2B4408CD0094227A /* pi_room_lucky_gift.svga */; }; - 23A439742AA1CF7C002E6039 /* XPNewHomeHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A439732AA1CF7C002E6039 /* XPNewHomeHeadView.m */; }; - 23A7FB692BDDEDFA00411860 /* MSRoomGameWebVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A7FB682BDDEDFA00411860 /* MSRoomGameWebVC.m */; }; - 23B2AEC12A64E9C200543D17 /* LoginForgetEditView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23B2AEC02A64E9C200543D17 /* LoginForgetEditView.m */; }; - 23B2AEC42A6516C200543D17 /* LoginForgetPasswordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 23B2AEC22A6516C200543D17 /* LoginForgetPasswordViewController.m */; }; - 23B8D8D82B85F8B900CA472F /* PIHoemCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23B8D8D72B85F8B900CA472F /* PIHoemCategoryTitleCell.m */; }; - 23B8D8DB2B85FDDD00CA472F /* PIHomeCategoryTitleModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23B8D8DA2B85FDDD00CA472F /* PIHomeCategoryTitleModel.m */; }; - 23B8D8DE2B860B8800CA472F /* PIHoemCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23B8D8DD2B860B8800CA472F /* PIHoemCategoryCollectionView.m */; }; - 23B8D8E12B87715100CA472F /* PIGeneralPublicScreenModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23B8D8E02B87715100CA472F /* PIGeneralPublicScreenModel.m */; }; - 23BA165B2A5D2ACF0030C5A3 /* PIBaseAnimationViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23BA165A2A5D2ACF0030C5A3 /* PIBaseAnimationViewModel.m */; }; - 23C7C0B72A7CD7B000802205 /* XPNewMineGuildItemView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23C7C0B62A7CD7B000802205 /* XPNewMineGuildItemView.m */; }; - 23C9DFC32B84807A00B51558 /* PIRoomActivityClickView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23C9DFC22B84807A00B51558 /* PIRoomActivityClickView.m */; }; - 23C9DFC62B84903500B51558 /* PIRoomActivityChoosePlayView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23C9DFC52B84903500B51558 /* PIRoomActivityChoosePlayView.m */; }; - 23C9DFC92B84917B00B51558 /* PIRoomActivityChoosePlayCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23C9DFC82B84917B00B51558 /* PIRoomActivityChoosePlayCell.m */; }; - 23C9DFCC2B85DD8B00B51558 /* PIGuildAnchorIncomeSectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23C9DFCB2B85DD8B00B51558 /* PIGuildAnchorIncomeSectionView.m */; }; - 23C9DFCF2B85E21E00B51558 /* PIGuildSingleRoomIncomeCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23C9DFCE2B85E21E00B51558 /* PIGuildSingleRoomIncomeCell.m */; }; - 23CEFB6C2AFB803B00576D89 /* PISwitchingEnvironmentVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFB6B2AFB803B00576D89 /* PISwitchingEnvironmentVC.m */; }; - 23CEFC4A2AFB8FC100576D89 /* BSNSStringUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC0C2AFB8FC100576D89 /* BSNSStringUtil.m */; }; - 23CEFC4B2AFB8FC100576D89 /* BSUIDemoUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC0D2AFB8FC100576D89 /* BSUIDemoUtil.m */; }; - 23CEFC4C2AFB8FC100576D89 /* BS_UIColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC0F2AFB8FC100576D89 /* BS_UIColor.m */; }; - 23CEFC4D2AFB8FC100576D89 /* BSXWDateUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC102AFB8FC100576D89 /* BSXWDateUtil.m */; }; - 23CEFC4E2AFB8FC100576D89 /* BSNSDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC132AFB8FC100576D89 /* BSNSDictionary.m */; }; - 23CEFC4F2AFB8FC100576D89 /* BSSDLayoutUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC172AFB8FC100576D89 /* BSSDLayoutUtil.m */; }; - 23CEFC502AFB8FC100576D89 /* UILabel+YBAttributeTextTapAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC1D2AFB8FC100576D89 /* UILabel+YBAttributeTextTapAction.m */; }; - 23CEFC512AFB8FC100576D89 /* SystemUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC1E2AFB8FC100576D89 /* SystemUtil.m */; }; - 23CEFC522AFB8FC100576D89 /* BSFileOptionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC222AFB8FC100576D89 /* BSFileOptionModel.m */; }; - 23CEFC532AFB8FC100576D89 /* readMe_FileOption.txt in Resources */ = {isa = PBXBuildFile; fileRef = 23CEFC232AFB8FC100576D89 /* readMe_FileOption.txt */; }; - 23CEFC542AFB8FC100576D89 /* BSNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC262AFB8FC100576D89 /* BSNotification.m */; }; - 23CEFC552AFB8FC100576D89 /* pay_off@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 23CEFC292AFB8FC100576D89 /* pay_off@3x.png */; }; - 23CEFC562AFB8FC100576D89 /* pay_off.png in Resources */ = {isa = PBXBuildFile; fileRef = 23CEFC2A2AFB8FC100576D89 /* pay_off.png */; }; - 23CEFC572AFB8FC100576D89 /* pay_off@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 23CEFC2B2AFB8FC100576D89 /* pay_off@2x.png */; }; - 23CEFC582AFB8FC100576D89 /* pay_on@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 23CEFC2C2AFB8FC100576D89 /* pay_on@3x.png */; }; - 23CEFC592AFB8FC100576D89 /* pay_on@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 23CEFC2E2AFB8FC100576D89 /* pay_on@2x.png */; }; - 23CEFC5A2AFB8FC100576D89 /* pay_on.png in Resources */ = {isa = PBXBuildFile; fileRef = 23CEFC2F2AFB8FC100576D89 /* pay_on.png */; }; - 23CEFC5B2AFB8FC100576D89 /* BSSelectView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC302AFB8FC100576D89 /* BSSelectView.m */; }; - 23CEFC5C2AFB8FC100576D89 /* BSNetListenModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC312AFB8FC100576D89 /* BSNetListenModel.m */; }; - 23CEFC5D2AFB8FC100576D89 /* BSRecordModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC342AFB8FC100576D89 /* BSRecordModel.m */; }; - 23CEFC5E2AFB8FC100576D89 /* BSRealTimeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC372AFB8FC100576D89 /* BSRealTimeView.m */; }; - 23CEFC5F2AFB8FC100576D89 /* BSLogTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC392AFB8FC100576D89 /* BSLogTableViewController.m */; }; - 23CEFC602AFB8FC100576D89 /* RealViewCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC3D2AFB8FC100576D89 /* RealViewCellModel.m */; }; - 23CEFC612AFB8FC100576D89 /* RealViewNetWorkCell_0.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC402AFB8FC100576D89 /* RealViewNetWorkCell_0.m */; }; - 23CEFC622AFB8FC100576D89 /* BSLogNetDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC422AFB8FC100576D89 /* BSLogNetDetailViewController.m */; }; - 23CEFC632AFB8FC100576D89 /* BSRealTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC442AFB8FC100576D89 /* BSRealTextView.m */; }; - 23CEFC642AFB8FC100576D89 /* BSkObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC472AFB8FC100576D89 /* BSkObject.m */; }; - 23CEFC652AFB8FC100576D89 /* BSDrawLine.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC482AFB8FC100576D89 /* BSDrawLine.m */; }; - 23CEFC682AFCCE7700576D89 /* PIGiftInfoSegmentedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFC672AFCCE7700576D89 /* PIGiftInfoSegmentedView.m */; }; - 23D321D22ADD0EBC006B259C /* PIRoomPhotoAlbumItemPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D321D12ADD0EBC006B259C /* PIRoomPhotoAlbumItemPresenter.m */; }; - 23D321D52ADD0F05006B259C /* Api+PhotoAlbum.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D321D42ADD0F05006B259C /* Api+PhotoAlbum.m */; }; - 23D321D92ADD1B46006B259C /* PIRoomPhotoAlbumItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D321D82ADD1B46006B259C /* PIRoomPhotoAlbumItemModel.m */; }; - 23D321DC2ADFBFF6006B259C /* PIInputRedPacketView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D321DB2ADFBFF6006B259C /* PIInputRedPacketView.m */; }; - 23D321DF2ADFCEB2006B259C /* PIRedPacketChooseTypeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D321DE2ADFCEB2006B259C /* PIRedPacketChooseTypeView.m */; }; - 23D321E22ADFD0FB006B259C /* PIRedPacketChooseTypeCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D321E12ADFD0FB006B259C /* PIRedPacketChooseTypeCell.m */; }; - 23D321E52ADFE900006B259C /* PIRoomSendRedPacketVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D321E42ADFE900006B259C /* PIRoomSendRedPacketVC.m */; }; - 23D321E82ADFED10006B259C /* PIRoomSendRedPacketItemVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D321E72ADFED0F006B259C /* PIRoomSendRedPacketItemVC.m */; }; - 23D8DEF22AC5633300644637 /* PIIAPRegulate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D8DEF12AC5633300644637 /* PIIAPRegulate.swift */; }; - 23E45C052AC2B0A200D88BCA /* SessionDiscoverNewTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E45C042AC2B0A200D88BCA /* SessionDiscoverNewTableViewCell.m */; }; - 23E56B3C2B03564B00C8DAC9 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 23E56B3B2B03564B00C8DAC9 /* CoreTelephony.framework */; }; - 23E7FE9C2BB6CD42008F6800 /* XPNobleCenterWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E7FE9B2BB6CD42008F6800 /* XPNobleCenterWindow.m */; }; - 23E9E9972A80C3A100B792F2 /* XPMineGuildPersonalBillRecordVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E9942A80C39F00B792F2 /* XPMineGuildPersonalBillRecordVC.m */; }; - 23E9E9982A80C3A100B792F2 /* XPMineGuildPersonalBillStatisVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E9962A80C3A100B792F2 /* XPMineGuildPersonalBillStatisVC.m */; }; - 23E9E99B2A80C40000B792F2 /* XPMineGuildPersonalBillRecordHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E9992A80C3FF00B792F2 /* XPMineGuildPersonalBillRecordHeadView.m */; }; - 23E9E99E2A80C7AF00B792F2 /* XPMineGuildPersonalBillRecordItemView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E99C2A80C7AE00B792F2 /* XPMineGuildPersonalBillRecordItemView.m */; }; - 23E9E9A12A80C7E000B792F2 /* XPMineGuildPersonalBillRecordModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E9A02A80C7E000B792F2 /* XPMineGuildPersonalBillRecordModel.m */; }; - 23E9E9A42A80DEAF00B792F2 /* XPMineGuildPersonalBillRecordContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E9A32A80DEAF00B792F2 /* XPMineGuildPersonalBillRecordContentView.m */; }; - 23E9E9A72A80F1C300B792F2 /* XPNewMineHallIncomeVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E9A62A80F1C300B792F2 /* XPNewMineHallIncomeVC.m */; }; - 23E9E9AA2A80FDF100B792F2 /* XPNewMineHallIncomeCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E9A92A80FDF100B792F2 /* XPNewMineHallIncomeCell.m */; }; - 23E9E9B72A82200500B792F2 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 23E9E9B62A82200500B792F2 /* GoogleService-Info.plist */; }; - 23E9EA6B2A83808000B792F2 /* ContentTreasureFairyModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA6A2A83808000B792F2 /* ContentTreasureFairyModel.m */; }; - 23E9EA792A8385CC00B792F2 /* XPTreasureFairyGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA772A8385CB00B792F2 /* XPTreasureFairyGiftView.m */; }; - 23E9EA7C2A83977400B792F2 /* MessageContentTreasureFairyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA7B2A83977400B792F2 /* MessageContentTreasureFairyView.m */; }; - 23E9EA7F2A839B2F00B792F2 /* MessageTreasureFairyModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA7E2A839B2F00B792F2 /* MessageTreasureFairyModel.m */; }; - 23E9EA842A84B6FD00B792F2 /* XPMineUserInfoTagModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA802A84B6FC00B792F2 /* XPMineUserInfoTagModel.m */; }; - 23E9EA852A84B6FD00B792F2 /* XPSoundCardModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA832A84B6FD00B792F2 /* XPSoundCardModel.m */; }; - 23E9EA882A84B75900B792F2 /* XPMineUserInfoHeaderTagView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA862A84B75900B792F2 /* XPMineUserInfoHeaderTagView.m */; }; - 23E9EA8B2A84B9BD00B792F2 /* XPMineUserInfoTagFlowLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA8A2A84B9BD00B792F2 /* XPMineUserInfoTagFlowLayout.m */; }; - 23E9EA8E2A84BC9000B792F2 /* XPMineUserInfoHeaderTagCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA8D2A84BC9000B792F2 /* XPMineUserInfoHeaderTagCell.m */; }; - 23E9EA912A84BD5B00B792F2 /* XPMineUserInfoIndividualTagView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA8F2A84BD5B00B792F2 /* XPMineUserInfoIndividualTagView.m */; }; - 23E9EA942A84BE4800B792F2 /* XPGiftUserDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA922A84BE4800B792F2 /* XPGiftUserDataViewController.m */; }; - 23E9EA972A84C37000B792F2 /* XPMineUserInfoRecordedSoundVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA952A84C37000B792F2 /* XPMineUserInfoRecordedSoundVC.m */; }; - 23E9EA9A2A84C39700B792F2 /* XPMineUserInfoRecordedSoundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA992A84C39700B792F2 /* XPMineUserInfoRecordedSoundView.m */; }; - 23E9EA9E2A84C42B00B792F2 /* SGYProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA9D2A84C42B00B792F2 /* SGYProgressView.m */; }; - 23E9EAA12A84C53900B792F2 /* TTNewAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EA9F2A84C53800B792F2 /* TTNewAlertView.m */; }; - 23E9EAA32A84C80300B792F2 /* pi_new_loading.svga in Resources */ = {isa = PBXBuildFile; fileRef = 23E9EAA22A84C80300B792F2 /* pi_new_loading.svga */; }; - 23E9EAA62A84C97C00B792F2 /* XPMineUserInfoTagVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EAA52A84C97C00B792F2 /* XPMineUserInfoTagVC.m */; }; - 23E9EAAD2A84C9B800B792F2 /* XPMineUserInfoTagItemView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EAA82A84C9B700B792F2 /* XPMineUserInfoTagItemView.m */; }; - 23E9EAAE2A84C9B800B792F2 /* XPMineUserInfoTagView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EAAA2A84C9B700B792F2 /* XPMineUserInfoTagView.m */; }; - 23E9EAAF2A84C9B800B792F2 /* XPMineUserInfoTagHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EAAB2A84C9B800B792F2 /* XPMineUserInfoTagHeadView.m */; }; - 23E9EAB22A84C9DE00B792F2 /* XPMineUserInfoTagViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EAB12A84C9DE00B792F2 /* XPMineUserInfoTagViewCell.m */; }; - 23E9EAB52A84CB2700B792F2 /* XPMineUserInfoTagEmptyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EAB32A84CB2600B792F2 /* XPMineUserInfoTagEmptyView.m */; }; - 23E9EABB2A84CCBE00B792F2 /* XPMineDataSkillDataCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EAB92A84CCBD00B792F2 /* XPMineDataSkillDataCollectionViewCell.m */; }; - 23E9EB152A84D02400B792F2 /* XPMineUserInfoEditPickView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EB142A84D02400B792F2 /* XPMineUserInfoEditPickView.m */; }; - 23E9EB182A84D0E700B792F2 /* XPMineUserInfoEditMainTagView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EB162A84D0E700B792F2 /* XPMineUserInfoEditMainTagView.m */; }; - 23E9EB1B2A84D28A00B792F2 /* XPMineUserInfoEditTagView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EB1A2A84D28A00B792F2 /* XPMineUserInfoEditTagView.m */; }; - 23E9EB1E2A84DA5F00B792F2 /* XPMineUserInfoNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9EB1C2A84DA5F00B792F2 /* XPMineUserInfoNavView.m */; }; - 23E9EB242A84E98300B792F2 /* pi_new_mine_info_sound_play.svga in Resources */ = {isa = PBXBuildFile; fileRef = 23E9EB222A84E98300B792F2 /* pi_new_mine_info_sound_play.svga */; }; - 23E9EB252A84E98300B792F2 /* pi_new_mine_info_online.svga in Resources */ = {isa = PBXBuildFile; fileRef = 23E9EB232A84E98300B792F2 /* pi_new_mine_info_online.svga */; }; - 23EE96F22B9FF6BE00475D69 /* pi_crazy_zoo.svga in Resources */ = {isa = PBXBuildFile; fileRef = 23EE96F12B9FF6BE00475D69 /* pi_crazy_zoo.svga */; }; - 23EE970A2BA2D39C00475D69 /* PIWebViewSavePhotoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23EE97092BA2D39C00475D69 /* PIWebViewSavePhotoView.m */; }; - 23F9636A2BB6919D00F440A6 /* PINobleRebateModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23F963692BB6919D00F440A6 /* PINobleRebateModel.m */; }; - 23FE47D52BB3C64600F09D23 /* PINobleCenterTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FE47D42BB3C64600F09D23 /* PINobleCenterTitleCell.m */; }; - 23FE47D82BB3CEAF00F09D23 /* PINobleCenterTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FE47D72BB3CEAF00F09D23 /* PINobleCenterTitleView.m */; }; - 23FE47DB2BB4171C00F09D23 /* PINobleCenterListView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FE47DA2BB4171C00F09D23 /* PINobleCenterListView.m */; }; - 23FE47E12BB41CF200F09D23 /* PINobleCenterListReusableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FE47E02BB41CF200F09D23 /* PINobleCenterListReusableView.m */; }; - 23FE47E42BB41EBF00F09D23 /* PINobleCenterListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FE47E32BB41EBF00F09D23 /* PINobleCenterListCell.m */; }; - 23FE47E72BB4378700F09D23 /* PINobleCenterListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FE47E62BB4378700F09D23 /* PINobleCenterListModel.m */; }; - 23FF255B2AB956D50064E904 /* pi_home_new_pk.svga in Resources */ = {isa = PBXBuildFile; fileRef = 23FF255A2AB956D50064E904 /* pi_home_new_pk.svga */; }; - 23FF25622ABAE6310064E904 /* pi_room_game_fine_love.svga in Resources */ = {isa = PBXBuildFile; fileRef = 23FF25612ABAE6310064E904 /* pi_room_game_fine_love.svga */; }; - 23FF25652ABC3B3C0064E904 /* XPHomeGameView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF25642ABC3B3B0064E904 /* XPHomeGameView.m */; }; - 23FF25682ABC3BC00064E904 /* XPHomeGameCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF25672ABC3BC00064E904 /* XPHomeGameCell.m */; }; - 23FF256E2ABC48810064E904 /* XPSessionMainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF256C2ABC48810064E904 /* XPSessionMainViewController.m */; }; - 23FF25702ABD456C0064E904 /* pi_home_new_play.svga in Resources */ = {isa = PBXBuildFile; fileRef = 23FF256F2ABD456C0064E904 /* pi_home_new_play.svga */; }; - 23FF25762ABD66B90064E904 /* XPFreeGiftsObtainView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF25742ABD66B90064E904 /* XPFreeGiftsObtainView.m */; }; - 23FF25792ABD67CD0064E904 /* XPFreeGiftModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF25772ABD67CD0064E904 /* XPFreeGiftModel.m */; }; - 23FF257C2ABD68020064E904 /* XPGiftFreeItemCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF257B2ABD68020064E904 /* XPGiftFreeItemCell.m */; }; - 23FF42632AA5861E0055733C /* XPNewHomePartyCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF42622AA5861E0055733C /* XPNewHomePartyCollectionViewCell.m */; }; - 23FF42672AA5CFBB0055733C /* home_sound_wave.gif in Resources */ = {isa = PBXBuildFile; fileRef = 23FF42662AA5CFBB0055733C /* home_sound_wave.gif */; }; - 23FF426A2AA5DF050055733C /* XPNewHomePartyTagView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF42692AA5DF050055733C /* XPNewHomePartyTagView.m */; }; - 23FF426D2AA5E4EE0055733C /* XPNewHomePartyAudioView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF426C2AA5E4EE0055733C /* XPNewHomePartyAudioView.m */; }; - 23FF42702AA6C7CF0055733C /* XPNewHomeItemCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF426F2AA6C7CF0055733C /* XPNewHomeItemCell.m */; }; - 23FF42732AA6CC480055733C /* PIHomeItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF42722AA6CC480055733C /* PIHomeItemModel.m */; }; - 23FF42762AA6E1480055733C /* XPHomeRecommendOtherRoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF42752AA6E1480055733C /* XPHomeRecommendOtherRoomView.m */; }; - 23FF42792AA6E19C0055733C /* HomeMenuSourceModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF42782AA6E19C0055733C /* HomeMenuSourceModel.m */; }; - 23FF428E2AAB2D3A0055733C /* XPCandyTreeBuyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FF428D2AAB2D3A0055733C /* XPCandyTreeBuyView.m */; }; - 4C1392932D6D963700A6DFB5 /* SubRechargersViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C1392922D6D963600A6DFB5 /* SubRechargersViewController.m */; }; - 4C1392962D6DA22B00A6DFB5 /* RechargerTransferHistoryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C1392952D6DA22B00A6DFB5 /* RechargerTransferHistoryViewController.m */; }; - 4C1392992D6DB4CD00A6DFB5 /* MoliMoneyLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C1392982D6DB4CD00A6DFB5 /* MoliMoneyLabel.m */; }; - 4C13929D2D70441500A6DFB5 /* giftgift.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 4C13929B2D70441500A6DFB5 /* giftgift.mp4 */; }; - 4C1392A12D71675900A6DFB5 /* coincoin.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 4C1392A02D71675900A6DFB5 /* coincoin.mp4 */; }; - 4C1892992CF84349004D4426 /* RoomCahtCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C1892982CF84349004D4426 /* RoomCahtCell.m */; }; - 4C44BD5D2D151B5C00F321FA /* RoomSideMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C44BD5C2D151B5C00F321FA /* RoomSideMenu.m */; }; - 4C4707A52D53430300C8CD24 /* NSData+GZIP.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C4707A42D53430300C8CD24 /* NSData+GZIP.m */; }; - 4C5527BC2D1BDCDE00833FFD /* RoomLevelInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C5527BB2D1BDCDE00833FFD /* RoomLevelInfoModel.m */; }; - 4C5527BF2D1C099500833FFD /* RoomResourceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C5527BE2D1C099500833FFD /* RoomResourceManager.m */; }; - 4C5C37232D0C1C7900BA9AB8 /* RegionListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C5C37222D0C1C7900BA9AB8 /* RegionListViewController.m */; }; - 4C6C92C02D1172D9000A4693 /* RegionListInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C6C92BF2D1172D9000A4693 /* RegionListInfo.m */; }; - 4C6E1F752CEAEC3C0073D0A3 /* ShoppingMallTagView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C6E1F742CEAEC3C0073D0A3 /* ShoppingMallTagView.m */; }; - 4C6E1F792CEB12780073D0A3 /* UIView+GradientLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C6E1F782CEB12780073D0A3 /* UIView+GradientLayer.m */; }; - 4C6E1F7C2CEB25B10073D0A3 /* ShoppingMallItemPreview.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C6E1F7B2CEB25B10073D0A3 /* ShoppingMallItemPreview.m */; }; - 4C6E31EC2D35010F00D8EEDD /* RoomAnimationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C6E31EB2D35010F00D8EEDD /* RoomAnimationView.m */; }; - 4C6E31EE2D363CA800D8EEDD /* addMoveAnimationToView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C6E31ED2D363CA800D8EEDD /* addMoveAnimationToView.m */; }; - 4C71C69F2D069D2B00ECCA24 /* GiftAnimationHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C71C69E2D069D2B00ECCA24 /* GiftAnimationHelper.m */; }; - 4C71C6A22D06DB3D00ECCA24 /* GiftAnimationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C71C6A12D06DB3D00ECCA24 /* GiftAnimationManager.m */; }; - 4C75CEFB2D6318FF009147A5 /* RoomEnterModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C75CEFA2D6318FF009147A5 /* RoomEnterModel.m */; }; - 4C75CEFE2D632CD5009147A5 /* CPEnterRoomTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C75CEFD2D632CD5009147A5 /* CPEnterRoomTableViewCell.m */; }; - 4C75CF002D633C27009147A5 /* CP进场.svga in Resources */ = {isa = PBXBuildFile; fileRef = 4C75CEFF2D633C27009147A5 /* CP进场.svga */; }; - 4C7989EC2D19392E006AE07B /* EmptyDataView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C7989EB2D19392E006AE07B /* EmptyDataView.m */; }; - 4C7989EF2D195277006AE07B /* RoomModeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C7989EE2D195277006AE07B /* RoomModeViewController.m */; }; - 4C7989F32D1952DA006AE07B /* RoomModePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C7989F22D1952DA006AE07B /* RoomModePresenter.m */; }; - 4C815A172CFEB758002A46A6 /* SuperBlockViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C815A162CFEB758002A46A6 /* SuperBlockViewController.m */; }; - 4C864A022D55F4F600191AE0 /* LuckyPackagePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C864A012D55F4F600191AE0 /* LuckyPackagePresenter.m */; }; - 4C864A052D561E1D00191AE0 /* LuckyPackageLogicManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C864A042D561E1D00191AE0 /* LuckyPackageLogicManager.m */; }; - 4CA532B42D5AEE9400B8F59F /* Api+LuckyPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA532B32D5AEE9400B8F59F /* Api+LuckyPackage.m */; }; - 4CA532B72D5B333200B8F59F /* RoomLuckyPackageInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA532B62D5B333200B8F59F /* RoomLuckyPackageInfoModel.m */; }; - 4CA532BA2D5C8EBE00B8F59F /* LuckyPackageBannerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA532B92D5C8EBE00B8F59F /* LuckyPackageBannerView.m */; }; - 4CA532BD2D5CA49A00B8F59F /* OpenLuckyPackageEntranceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA532BC2D5CA49A00B8F59F /* OpenLuckyPackageEntranceView.m */; }; - 4CA532C02D5CA4D300B8F59F /* LuckyPackageStatusView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA532BF2D5CA4D300B8F59F /* LuckyPackageStatusView.m */; }; - 4CA532C32D5F37DC00B8F59F /* LuckyPackageMessageTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA532C22D5F37DC00B8F59F /* LuckyPackageMessageTableViewCell.m */; }; - 4CB753D22D30F10900B13DF5 /* LuckyPackageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CB753D12D30F10900B13DF5 /* LuckyPackageViewController.m */; }; - 4CC6195A2CEC7770008C1EE8 /* MyDressingDataPresent.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CC619592CEC7770008C1EE8 /* MyDressingDataPresent.m */; }; - 4CC6195D2CEC996E008C1EE8 /* MyDressingDataModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CC6195C2CEC996E008C1EE8 /* MyDressingDataModel.m */; }; - 4CD6FF662D673A5C00262AB7 /* AgentMessageModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD6FF652D673A5C00262AB7 /* AgentMessageModel.m */; }; - 4CD6FF692D673F7F00262AB7 /* AgentMessageTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD6FF682D673F7F00262AB7 /* AgentMessageTableViewCell.m */; }; - 4CE3A9462D22754C003F0796 /* RechargeUserModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE3A9452D22754C003F0796 /* RechargeUserModel.m */; }; - 4CEB9EA72D09643E00443480 /* UserRoomCardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CEB9EA62D09643E00443480 /* UserRoomCardViewController.m */; }; - 4CEB9EAA2D097E8400443480 /* MoliAvatar.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CEB9EA92D097E8400443480 /* MoliAvatar.m */; }; - 4CEB9EAD2D09AA0400443480 /* SexAgeLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CEB9EAC2D09AA0400443480 /* SexAgeLabel.m */; }; - 4CEB9EB02D0AF4FE00443480 /* TwentyMicStageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CEB9EAF2D0AF4FE00443480 /* TwentyMicStageView.m */; }; - 4CEB9EB32D0AFCE200443480 /* NineteenMicStageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CEB9EB22D0AFCE200443480 /* NineteenMicStageView.m */; }; - 4CFFEFCD2D3A4E410035D016 /* AppOfficalManagerActionsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CFFEFCC2D3A4E410035D016 /* AppOfficalManagerActionsViewController.m */; }; - 4CFFEFD02D3A5E130035D016 /* Api+SuperAdmin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CFFEFCF2D3A5E130035D016 /* Api+SuperAdmin.m */; }; - 540EC1D02C89925F00F3BF0D /* GiftComboView.m in Sources */ = {isa = PBXBuildFile; fileRef = 540EC1CF2C89925F00F3BF0D /* GiftComboView.m */; }; - 540EC1D32C89998500F3BF0D /* GiftComboManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 540EC1D22C89998500F3BF0D /* GiftComboManager.m */; }; - 5412E0F42C4E460300FDD668 /* XPMineCenterAgencyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5412E0F32C4E460300FDD668 /* XPMineCenterAgencyView.m */; }; - 5412E0FD2C52512100FDD668 /* RoomBottomEntranceModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 5412E0FC2C52512100FDD668 /* RoomBottomEntranceModel.m */; }; - 541DD9552C1EDEFB00B616C4 /* XPHomePagingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 541DD9542C1EDEFB00B616C4 /* XPHomePagingViewController.m */; }; - 54283CE52CE48A69009729B5 /* ShoppingMallViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 54283CE42CE48A69009729B5 /* ShoppingMallViewController.m */; }; - 54283CE82CE48ABB009729B5 /* MyDressingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 54283CE72CE48ABB009729B5 /* MyDressingViewController.m */; }; - 54283CEB2CE48B71009729B5 /* ShoppingMallCategoryListView.m in Sources */ = {isa = PBXBuildFile; fileRef = 54283CEA2CE48B71009729B5 /* ShoppingMallCategoryListView.m */; }; - 54283CEE2CE48B97009729B5 /* ShoppingMallDataPresent.m in Sources */ = {isa = PBXBuildFile; fileRef = 54283CED2CE48B97009729B5 /* ShoppingMallDataPresent.m */; }; - 544879EA2CD215F400D58DC1 /* CustomRoomBGCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 544879E92CD215F400D58DC1 /* CustomRoomBGCell.m */; }; - 544879ED2CD22A6B00D58DC1 /* CustomRoomBGPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 544879EC2CD22A6B00D58DC1 /* CustomRoomBGPresenter.m */; }; - 544879F02CD22D4B00D58DC1 /* CustomRoomBGItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 544879EF2CD22D4B00D58DC1 /* CustomRoomBGItemModel.m */; }; - 544A36352C94160F00CA7858 /* RoomMenuBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 544A36342C94160F00CA7858 /* RoomMenuBar.m */; }; - 544B19B02CA1299500885BEB /* CPBindingAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 544B19AF2CA1299500885BEB /* CPBindingAnimation.m */; }; - 544B19B32CA129A800885BEB /* CPLevelUpAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 544B19B22CA129A800885BEB /* CPLevelUpAnimation.m */; }; - 544B19B62CA14A7100885BEB /* CPGiftBanner.m in Sources */ = {isa = PBXBuildFile; fileRef = 544B19B52CA14A7100885BEB /* CPGiftBanner.m */; }; - 544B19BC2CA169BE00885BEB /* level up 3.svga in Resources */ = {isa = PBXBuildFile; fileRef = 544B19B92CA169BE00885BEB /* level up 3.svga */; }; - 544B19BD2CA169BE00885BEB /* level up 4.svga in Resources */ = {isa = PBXBuildFile; fileRef = 544B19BA2CA169BE00885BEB /* level up 4.svga */; }; - 544B19BE2CA169BE00885BEB /* level up 5.svga in Resources */ = {isa = PBXBuildFile; fileRef = 544B19BB2CA169BE00885BEB /* level up 5.svga */; }; - 544B19BF2CA169BE00885BEB /* level up 1.svga in Resources */ = {isa = PBXBuildFile; fileRef = 544B19B72CA169BE00885BEB /* level up 1.svga */; }; - 544B19C02CA169BE00885BEB /* level up 2.svga in Resources */ = {isa = PBXBuildFile; fileRef = 544B19B82CA169BE00885BEB /* level up 2.svga */; }; - 5456F3C82C6EF962000E1805 /* VIPCenterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5456F3C72C6EF962000E1805 /* VIPCenterViewController.m */; }; - 5458319D2C2AE09300364026 /* XPRoomTypeSelectionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5458319C2C2AE09300364026 /* XPRoomTypeSelectionViewController.m */; }; - 545831A02C2AEFAF00364026 /* TenMicStageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5458319F2C2AEFAF00364026 /* TenMicStageView.m */; }; - 545831A32C2AF01100364026 /* FifteenMicStageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 545831A22C2AF01100364026 /* FifteenMicStageView.m */; }; - 545831A62C2C085C00364026 /* ArabMicroView.m in Sources */ = {isa = PBXBuildFile; fileRef = 545831A52C2C085C00364026 /* ArabMicroView.m */; }; - 545888332C1AFFB500897585 /* XPRoomPKPanelView.m in Sources */ = {isa = PBXBuildFile; fileRef = 545888322C1AFFB500897585 /* XPRoomPKPanelView.m */; }; - 545888362C1C306B00897585 /* XPRoomPKPaneAvatarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 545888352C1C306B00897585 /* XPRoomPKPaneAvatarView.m */; }; - 546104112CD4B46F00066B21 /* gift_normal_1.svga in Resources */ = {isa = PBXBuildFile; fileRef = 5461040B2CD4B46F00066B21 /* gift_normal_1.svga */; }; - 546104122CD4B46F00066B21 /* gift_normal_3.svga in Resources */ = {isa = PBXBuildFile; fileRef = 5461040D2CD4B46F00066B21 /* gift_normal_3.svga */; }; - 546104132CD4B46F00066B21 /* gift_VIP_2.svga in Resources */ = {isa = PBXBuildFile; fileRef = 5461040F2CD4B46F00066B21 /* gift_VIP_2.svga */; }; - 546104142CD4B46F00066B21 /* gift_normal_2.svga in Resources */ = {isa = PBXBuildFile; fileRef = 5461040C2CD4B46F00066B21 /* gift_normal_2.svga */; }; - 546104152CD4B46F00066B21 /* gift_VIP_1.svga in Resources */ = {isa = PBXBuildFile; fileRef = 5461040E2CD4B46F00066B21 /* gift_VIP_1.svga */; }; - 546104162CD4B46F00066B21 /* gift_VIP_3.svga in Resources */ = {isa = PBXBuildFile; fileRef = 546104102CD4B46F00066B21 /* gift_VIP_3.svga */; }; - 546104192CD4C06400066B21 /* Api+CustomBackground.m in Sources */ = {isa = PBXBuildFile; fileRef = 546104182CD4C06400066B21 /* Api+CustomBackground.m */; }; - 5461041C2CD4D35A00066B21 /* RoomHighValueGiftBannerAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5461041B2CD4D35A00066B21 /* RoomHighValueGiftBannerAnimation.m */; }; - 5468995D2C8AFE4C0049136A /* GiftComboFlagView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5468995C2C8AFE4C0049136A /* GiftComboFlagView.m */; }; - 547080DB2CD0EEB4009879E5 /* CustomRoomBGContentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 547080DA2CD0EEB4009879E5 /* CustomRoomBGContentViewController.m */; }; - 547853A12C258F2A00F45E60 /* XPMineUserViewHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 547853A02C258F2A00F45E60 /* XPMineUserViewHeader.m */; }; - 547B30F92CB511700041E962 /* RoomBoomEntryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 547B30F82CB511700041E962 /* RoomBoomEntryView.m */; }; - 5484E1FD2CA2897B008E8754 /* IAPManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5484E1FC2CA2897B008E8754 /* IAPManager.m */; }; - 548D54202CC208FD0084A2FF /* AlbumResourcePickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 548D541F2CC208FD0084A2FF /* AlbumResourcePickerViewController.m */; }; - 548E01C52C3F78360071C83D /* FeedBackViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 548E01C22C3F78360071C83D /* FeedBackViewController.xib */; }; - 548E01C62C3F78360071C83D /* FeedBackViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 548E01C42C3F78360071C83D /* FeedBackViewController.m */; }; - 548E01C92C3F78600071C83D /* FeedBackConfigModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 548E01C82C3F78600071C83D /* FeedBackConfigModel.m */; }; - 548E01CC2C3FB1C70071C83D /* i18nGiftNameMap.m in Sources */ = {isa = PBXBuildFile; fileRef = 548E01CB2C3FB1C70071C83D /* i18nGiftNameMap.m */; }; - 54ACDCC22C5B31BD0099472C /* XPBeautIDView.m in Sources */ = {isa = PBXBuildFile; fileRef = 54ACDCC12C5B31BD0099472C /* XPBeautIDView.m */; }; - 54AE7E142C9AD9AB006D2BE2 /* CPCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 54AE7E132C9AD9A6006D2BE2 /* CPCard.m */; }; - 54AE7E172C9AE589006D2BE2 /* CPListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 54AE7E162C9AE589006D2BE2 /* CPListViewController.m */; }; - 54B9C6E72C9C2CA1003F1CC5 /* XPMineGuildTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 54B9C6E62C9C2CA1003F1CC5 /* XPMineGuildTableViewCell.m */; }; - 54B9C6EA2C9C2DDC003F1CC5 /* GuildInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 54B9C6E92C9C2DDC003F1CC5 /* GuildInfo.m */; }; - 54B9C6F32C9D27F3003F1CC5 /* XPMineMultipleContentTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 54B9C6F22C9D27F3003F1CC5 /* XPMineMultipleContentTableViewCell.m */; }; - 54B9C6F72C9D8D05003F1CC5 /* 4.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 54B9C6F52C9D8D05003F1CC5 /* 4.mp4 */; }; - 54B9C6F82C9D8D05003F1CC5 /* 5.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 54B9C6F62C9D8D05003F1CC5 /* 5.mp4 */; }; - 54B9C6F92C9D8D05003F1CC5 /* 3.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 54B9C6F42C9D8D05003F1CC5 /* 3.mp4 */; }; - 54B9C6FB2C9DA4C4003F1CC5 /* CP绑定.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 54B9C6FA2C9DA4C4003F1CC5 /* CP绑定.mp4 */; }; - 54C3895C2C215F5100FD47B1 /* XPHomeMineViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C3895B2C215F5100FD47B1 /* XPHomeMineViewController.m */; }; - 54C3895F2C2189DD00FD47B1 /* XPHomeMinePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C3895E2C2189DD00FD47B1 /* XPHomeMinePresenter.m */; }; - 54C389622C23BD1600FD47B1 /* HomeRankAvatarModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C389612C23BD1600FD47B1 /* HomeRankAvatarModel.m */; }; - 54C389672C24464600FD47B1 /* HomeMineRoomModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C389662C24464600FD47B1 /* HomeMineRoomModel.m */; }; - 54C608522CBE0BEB003DD5D2 /* game_floating_bg.svga in Resources */ = {isa = PBXBuildFile; fileRef = 54C608502CBE0BEB003DD5D2 /* game_floating_bg.svga */; }; - 54C608552CBE1EC7003DD5D2 /* GameUniversalBannerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C608542CBE1EC7003DD5D2 /* GameUniversalBannerView.m */; }; - 54C9A10D2C3D2FD300C6D970 /* XPMineDataGameMateTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C9A10C2C3D2FD300C6D970 /* XPMineDataGameMateTableViewCell.m */; }; - 54C9A1102C3D3E1700C6D970 /* XPMineGameMateOrderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C9A10F2C3D3E1700C6D970 /* XPMineGameMateOrderView.m */; }; - 54C9A1132C3D5A2300C6D970 /* XPGameOrdersListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C9A1122C3D5A2300C6D970 /* XPGameOrdersListViewController.m */; }; - 54C9A1162C3D5C9000C6D970 /* XPGameOrdersListTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C9A1152C3D5C9000C6D970 /* XPGameOrdersListTableViewCell.m */; }; - 54C9A11C2C3D9EDD00C6D970 /* Api+GameOrder.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C9A11B2C3D9EDD00C6D970 /* Api+GameOrder.m */; }; - 54C9A11F2C3DA08000C6D970 /* XPMineGamePartnerInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C9A11E2C3DA08000C6D970 /* XPMineGamePartnerInfoModel.m */; }; - 54C9A1222C3E6C3200C6D970 /* MessageGameOrderModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C9A1212C3E6C3200C6D970 /* MessageGameOrderModel.m */; }; - 54C9A1252C3E74AE00C6D970 /* MessageGameOrderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C9A1242C3E74AE00C6D970 /* MessageGameOrderView.m */; }; - 54CE5EF92CCA4A2600A67898 /* LocationModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 54CE5EF82CCA4A2600A67898 /* LocationModel.m */; }; - 54E4D5302C9048E1009E1FEA /* LuckyGiftWinningFlagView.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E4D52F2C9048E1009E1FEA /* LuckyGiftWinningFlagView.m */; }; - 54E4D5332C90658C009E1FEA /* LuckyGiftWinningBannerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E4D5322C90658C009E1FEA /* LuckyGiftWinningBannerView.m */; }; - 54E82E9F2CA6876300C931D9 /* RoomBoomManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E82E9E2CA6876300C931D9 /* RoomBoomManager.m */; }; - 54E82EA22CA6886700C931D9 /* RoomBoomBannerAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E82EA12CA6886700C931D9 /* RoomBoomBannerAnimation.m */; }; - 54E82EA52CA693FA00C931D9 /* RoomBoomExplosionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E82EA42CA693FA00C931D9 /* RoomBoomExplosionView.m */; }; - 54E82EA82CA6940900C931D9 /* RoomBoomResultView.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E82EA72CA6940900C931D9 /* RoomBoomResultView.m */; }; - 54E82EAB2CA9261000C931D9 /* Api+Boom.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E82EAA2CA9261000C931D9 /* Api+Boom.m */; }; - 54E82EAE2CA9293C00C931D9 /* BoomInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E82EAD2CA9293C00C931D9 /* BoomInfoModel.m */; }; - 54E82EB12CA93BE200C931D9 /* BoomInfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E82EB02CA93BE200C931D9 /* BoomInfoViewController.m */; }; - 54E8C4D62CC78DA900646C44 /* VipSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E8C4D52CC78DA900646C44 /* VipSettingViewController.m */; }; - 54F179072C8EA48C00CB5219 /* Combo_Boom.svga in Resources */ = {isa = PBXBuildFile; fileRef = 54F179062C8EA48C00CB5219 /* Combo_Boom.svga */; }; - 54F1790A2C8EDDF400CB5219 /* CountdownRingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 54F179092C8EDDF400CB5219 /* CountdownRingView.m */; }; - 54F469352C29711400A83655 /* XPMomentUserDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 54F469342C29711400A83655 /* XPMomentUserDataViewController.m */; }; - 54F469382C29C3B400A83655 /* XPMineAlbumTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 54F469372C29C3B400A83655 /* XPMineAlbumTableViewCell.m */; }; - 54F4693B2C2A984D00A83655 /* MedalModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 54F4693A2C2A984D00A83655 /* MedalModel.m */; }; - 54F4693E2C2A9D4E00A83655 /* XPMineMedalsTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 54F4693D2C2A9D4E00A83655 /* XPMineMedalsTableViewCell.m */; }; - 54F469412C2AB56900A83655 /* XPMineGiftsTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 54F469402C2AB56900A83655 /* XPMineGiftsTableViewCell.m */; }; - 54FFD37A2C9BCB1900DE61E5 /* RelationUserVO.m in Sources */ = {isa = PBXBuildFile; fileRef = 54FFD3792C9BCB1900DE61E5 /* RelationUserVO.m */; }; - 54FFD3812C9BD12600DE61E5 /* 4.svga in Resources */ = {isa = PBXBuildFile; fileRef = 54FFD37E2C9BD12600DE61E5 /* 4.svga */; }; - 54FFD3822C9BD12600DE61E5 /* 1.svga in Resources */ = {isa = PBXBuildFile; fileRef = 54FFD37B2C9BD12600DE61E5 /* 1.svga */; }; - 54FFD3832C9BD12600DE61E5 /* 5.svga in Resources */ = {isa = PBXBuildFile; fileRef = 54FFD37F2C9BD12600DE61E5 /* 5.svga */; }; - 54FFD3842C9BD12600DE61E5 /* 3.svga in Resources */ = {isa = PBXBuildFile; fileRef = 54FFD37D2C9BD12600DE61E5 /* 3.svga */; }; - 54FFD3852C9BD12600DE61E5 /* 2.svga in Resources */ = {isa = PBXBuildFile; fileRef = 54FFD37C2C9BD12600DE61E5 /* 2.svga */; }; - 73FFADDC93E195344047A2EC /* Pods_YuMi.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CACF623970097D653132D69A /* Pods_YuMi.framework */; }; - 9B0086C627BA392B0032BD2B /* AnchorStageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B0086C527BA392B0032BD2B /* AnchorStageView.m */; }; - 9B0086CA27BA4F570032BD2B /* AnchorMicroView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B0086C927BA4F570032BD2B /* AnchorMicroView.m */; }; - 9B044DA0282D32F700DE4859 /* MicroInviteExtModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B044D9F282D32F700DE4859 /* MicroInviteExtModel.m */; }; - 9B0997A127F19D8A00EB8F14 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 9B0997A027F19D8900EB8F14 /* README.md */; }; - 9B0997A327F19DE500EB8F14 /* QGHWDShaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = 9B0997A227F19DE500EB8F14 /* QGHWDShaders.metal */; }; - 9B0E1C5926E77022005D4442 /* BaseNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B0E1C5826E77022005D4442 /* BaseNavigationController.m */; }; - 9B17F71827BD150600440843 /* SVGAParserManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B17F71727BD150600440843 /* SVGAParserManager.m */; }; - 9B1B7292280010E8003FACE9 /* Api+FansTeam.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1B7291280010E8003FACE9 /* Api+FansTeam.m */; }; - 9B1B729528002099003FACE9 /* XPMineFansTeamViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1B729428002099003FACE9 /* XPMineFansTeamViewController.m */; }; - 9B1B729828002147003FACE9 /* XPMineFansTeamPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1B729728002147003FACE9 /* XPMineFansTeamPresenter.m */; }; - 9B1B729D28002264003FACE9 /* XPMineAnchorFansTeamModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1B729C28002264003FACE9 /* XPMineAnchorFansTeamModel.m */; }; - 9B1B72A1280023F3003FACE9 /* XPMineAnchorFansTeamTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1B72A0280023F3003FACE9 /* XPMineAnchorFansTeamTableViewCell.m */; }; - 9B1B72AC280031DB003FACE9 /* XPAnchorPKViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1B72AB280031DB003FACE9 /* XPAnchorPKViewController.m */; }; - 9B1B72AF280031F8003FACE9 /* XPAnchorPKSelectRoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1B72AE280031F8003FACE9 /* XPAnchorPKSelectRoomView.m */; }; - 9B1B72B528003664003FACE9 /* Api+AnchorPk.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1B72B428003664003FACE9 /* Api+AnchorPk.m */; }; - 9B1B72B828003772003FACE9 /* XPAnchorPKPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1B72B728003772003FACE9 /* XPAnchorPKPresenter.m */; }; - 9B1B72BC28003E06003FACE9 /* XPAnchorPKTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1B72BB28003E06003FACE9 /* XPAnchorPKTableViewCell.m */; }; - 9B1B72BF2800422E003FACE9 /* XPAnchorPKRuleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1B72BE2800422E003FACE9 /* XPAnchorPKRuleView.m */; }; - 9B1EF3D227E81C0600554295 /* XPMineDressUpBubbleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1EF3D127E81C0600554295 /* XPMineDressUpBubbleViewController.m */; }; - 9B1EF3D527E8294B00554295 /* XPMineDressEmptyCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1EF3D427E8294B00554295 /* XPMineDressEmptyCollectionViewCell.m */; }; - 9B1FC3D527E49A5D006EFFE0 /* ChatBubbleModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1FC3D427E49A5D006EFFE0 /* ChatBubbleModel.m */; }; - 9B1FC3D827E49C36006EFFE0 /* XPMineDressBubbleCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1FC3D727E49C36006EFFE0 /* XPMineDressBubbleCollectionViewCell.m */; }; - 9B208A362779B50100F9E54A /* GiftNobleInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B208A352779B50100F9E54A /* GiftNobleInfoModel.m */; }; - 9B2489BC27C4C056006CFB85 /* XPMineVisitorEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B2489BB27C4C056006CFB85 /* XPMineVisitorEmptyTableViewCell.m */; }; - 9B2A12DE2783FEDD00CED41B /* UserVipInfoVo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B2A12DD2783FEDD00CED41B /* UserVipInfoVo.m */; }; - 9B2EA7C02804037700ED17BF /* AnchorPKStageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B2EA7BF2804037700ED17BF /* AnchorPKStageView.m */; }; - 9B2EA7C32804052E00ED17BF /* AnchorPKMicroView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B2EA7C22804052E00ED17BF /* AnchorPKMicroView.m */; }; - 9B2EA7C628041EFC00ED17BF /* XPAnchorPkPanelView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B2EA7C528041EFC00ED17BF /* XPAnchorPkPanelView.m */; }; - 9B2EA7CC2804245500ED17BF /* XPAnchorPKPanelUserView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B2EA7CB2804245500ED17BF /* XPAnchorPKPanelUserView.m */; }; - 9B2F72D028E45A480000E4FA /* XPRoomQuickMessageContainView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B2F72CF28E45A480000E4FA /* XPRoomQuickMessageContainView.m */; }; - 9B2F72D328E45C5A0000E4FA /* XPRoomQuidkMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B2F72D228E45C5A0000E4FA /* XPRoomQuidkMessageCell.m */; }; - 9B32A04728881845002009D2 /* XPRoomTagListView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B32A04628881845002009D2 /* XPRoomTagListView.m */; }; - 9B335B492925D8A00048A116 /* XPAnchorPKSelectTypeController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B335B482925D8A00048A116 /* XPAnchorPKSelectTypeController.m */; }; - 9B33E3CB27D85379003B0E62 /* UploadFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B33E3C927D85379003B0E62 /* UploadFile.m */; }; - 9B3A1DF4280571000058E2DD /* XPAnchorPKInviteView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B3A1DF3280571000058E2DD /* XPAnchorPKInviteView.m */; }; - 9B3C181A292CE4FA003AF543 /* XPAnchorPKMatchView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B3C1819292CE4FA003AF543 /* XPAnchorPKMatchView.m */; }; - 9B41D36E282649230048C588 /* XPWeekStarRankUserModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B41D36D282649230048C588 /* XPWeekStarRankUserModel.m */; }; - 9B42868E28C1AE2D009034D2 /* XPReceiveRedPacketView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B42868D28C1AE2D009034D2 /* XPReceiveRedPacketView.m */; }; - 9B42869228C1AED4009034D2 /* XPReceiveRedPacketModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B42869128C1AED4009034D2 /* XPReceiveRedPacketModel.m */; }; - 9B42869528C1E00A009034D2 /* XPRedPacketResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B42869428C1E00A009034D2 /* XPRedPacketResultModel.m */; }; - 9B42869828C1E06B009034D2 /* XPRedPacketModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B42869728C1E06B009034D2 /* XPRedPacketModel.m */; }; - 9B42869C28C1FD3D009034D2 /* XPOpenRedPacketCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B42869B28C1FD3D009034D2 /* XPOpenRedPacketCell.m */; }; - 9B4C5B86292F81FA00CEA41B /* XPSessionListFansPartyModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B4C5B85292F81FA00CEA41B /* XPSessionListFansPartyModel.m */; }; - 9B4D449328F15765002572D5 /* XPGiftLuckyGiftBroadcastView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B4D449228F15765002572D5 /* XPGiftLuckyGiftBroadcastView.m */; }; - 9B4E920028E57A620033419E /* XPGiftHeadTypeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B4E91FF28E57A620033419E /* XPGiftHeadTypeView.m */; }; - 9B6B3AAB278C2EA7005551EC /* XPRoomNobleLevelUpView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B6B3AAA278C2EA7005551EC /* XPRoomNobleLevelUpView.m */; }; - 9B6E856A281A982A0041A321 /* XPRoomRecommendView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E8569281A982A0041A321 /* XPRoomRecommendView.m */; }; - 9B6E856E281AABAB0041A321 /* XPRoomRecommendModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E856D281AABAB0041A321 /* XPRoomRecommendModel.m */; }; - 9B6E8573281AB9B20041A321 /* XPRoomInsideRecommendCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E8572281AB9B20041A321 /* XPRoomInsideRecommendCell.m */; }; - 9B6E8577281ABECC0041A321 /* XPRoomInsideRecommendEmptyCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E8576281ABECC0041A321 /* XPRoomInsideRecommendEmptyCell.m */; }; - 9B734F73288A787000CBDAA9 /* XPMineAccountView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B734F72288A787000CBDAA9 /* XPMineAccountView.m */; }; - 9B734F76288A92FB00CBDAA9 /* XPMineFunctionItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B734F75288A92FB00CBDAA9 /* XPMineFunctionItemModel.m */; }; - 9B7B605B27BB53060070BB72 /* XPAnchorAudienceUpMicView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B7B605A27BB53060070BB72 /* XPAnchorAudienceUpMicView.m */; }; - 9B7B606227BB96E40070BB72 /* XPRoomAnchorInfoCardView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B7B606127BB96E40070BB72 /* XPRoomAnchorInfoCardView.m */; }; - 9B7B606627BBA0EE0070BB72 /* XPAnchorAttentSendInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B7B606527BBA0EE0070BB72 /* XPAnchorAttentSendInfo.m */; }; - 9B7D804A2753783D003DAC0C /* SessionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B7D80492753783D003DAC0C /* SessionViewController.m */; }; - 9B7D804D27537950003DAC0C /* MessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B7D804C27537950003DAC0C /* MessageCell.m */; }; - 9B7D80502753AA9D003DAC0C /* UITableView+NIMScrollToBottom.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B7D804E2753AA9D003DAC0C /* UITableView+NIMScrollToBottom.m */; }; - 9B7D904D287BC5E20033A45E /* AnchorRoomScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B7D904C287BC5E20033A45E /* AnchorRoomScrollView.m */; }; - 9B85B6D7279FDABA00A0A1AC /* XPUserCardSkillCardView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B85B6D6279FDABA00A0A1AC /* XPUserCardSkillCardView.m */; }; - 9B85B6DA279FDC5200A0A1AC /* XPUserCardSkillCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B85B6D9279FDC5200A0A1AC /* XPUserCardSkillCollectionViewCell.m */; }; - 9B85F3532806AB9A006EDF51 /* XPAnchorPKResultView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B85F3522806AB9A006EDF51 /* XPAnchorPKResultView.m */; }; - 9B85F3562806DD8A006EDF51 /* XPAnchorPKFinishView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B85F3552806DD8A006EDF51 /* XPAnchorPKFinishView.m */; }; - 9B86D87A2817DD8400494FCD /* XPRoomEnterHideTipView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B86D8792817DD8400494FCD /* XPRoomEnterHideTipView.m */; }; - 9B86D886281942D200494FCD /* SocialMicroView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B86D885281942D200494FCD /* SocialMicroView.m */; }; - 9B87B3CD2926473D00085110 /* XPSessionListHeadFriendCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B87B3CC2926473D00085110 /* XPSessionListHeadFriendCell.m */; }; - 9B88E20C28C5EB8300D26FBA /* MessageContentRedPacketView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B88E20B28C5EB8300D26FBA /* MessageContentRedPacketView.m */; }; - 9B88E20F28C6305400D26FBA /* XPRoomSearchRecordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B88E20E28C6305400D26FBA /* XPRoomSearchRecordViewController.m */; }; - 9B8DE0E1289CF02900FB6EC2 /* XPGiftCompoundModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B8DE0E0289CF02900FB6EC2 /* XPGiftCompoundModel.m */; }; - 9B8DE0E4289CF7AA00FB6EC2 /* XPRoomGiftCompoundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B8DE0E3289CF7AA00FB6EC2 /* XPRoomGiftCompoundView.m */; }; - 9B92A33C2797E38100AD168F /* XPMineHeadItemTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B92A33B2797E38100AD168F /* XPMineHeadItemTableViewCell.m */; }; - 9B9BBF83288FBFB3004E2E74 /* XPNewUserRoomGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B9BBF82288FBFB3004E2E74 /* XPNewUserRoomGiftView.m */; }; - 9BA3B40B293DCDFD0071DF1C /* XPVersionUpdateModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA3B40A293DCDFD0071DF1C /* XPVersionUpdateModel.m */; }; - 9BA3B40F293DD2F90071DF1C /* XPUpgradeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA3B40E293DD2F90071DF1C /* XPUpgradeView.m */; }; - 9BA812D228BF145700783EA7 /* ClientRedPacketModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA812D128BF145700783EA7 /* ClientRedPacketModel.m */; }; - 9BA812D628BF52E100783EA7 /* XPRoomSendRedPacketViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA812D528BF52E100783EA7 /* XPRoomSendRedPacketViewController.m */; }; - 9BA812DD28BF6A7300783EA7 /* XPRoomRedPacketPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA812DC28BF6A7300783EA7 /* XPRoomRedPacketPresenter.m */; }; - 9BA812E028BF6ABB00783EA7 /* Api+RedPacket.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA812DF28BF6ABB00783EA7 /* Api+RedPacket.m */; }; - 9BA812E428BF70A600783EA7 /* XPRoomRedPacketPwdView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA812E328BF70A600783EA7 /* XPRoomRedPacketPwdView.m */; }; - 9BA8A47527C60D9F000365A3 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9BA8A47427C60D9F000365A3 /* AudioToolbox.framework */; }; - 9BA8A47727C60DF7000365A3 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9BA8A47627C60DF7000365A3 /* AVFoundation.framework */; }; - 9BAA5FED277A1BBE007453F3 /* XPPrivacyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BAA5FEC277A1BBE007453F3 /* XPPrivacyViewController.m */; }; - 9BAA5FF0277A23F4007453F3 /* XPPermissionsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BAA5FEF277A23F4007453F3 /* XPPermissionsViewController.m */; }; - 9BAC92F528E6E63000147DD8 /* XPRoomInsideOperationCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BAC92F428E6E63000147DD8 /* XPRoomInsideOperationCell.m */; }; - 9BB89DC327FE7F3A00586A83 /* XPAnchorFansRelationModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BB89DC227FE7F3A00586A83 /* XPAnchorFansRelationModel.m */; }; - 9BB89DC627FEB9E100586A83 /* XPAnchorFansTaskViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BB89DC527FEB9E100586A83 /* XPAnchorFansTaskViewController.m */; }; - 9BBC028E2786FA060007C24B /* NobleCardModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BBC028D2786FA060007C24B /* NobleCardModel.m */; }; - 9BBC02912786FC570007C24B /* XPMineNobleCardTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BBC02902786FC570007C24B /* XPMineNobleCardTableViewCell.m */; }; - 9BC5C91C277C8A7B007C8719 /* XPReleaseRadioViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BC5C91B277C8A7B007C8719 /* XPReleaseRadioViewController.m */; }; - 9BC5C91F277C902B007C8719 /* XPReleaseRadioView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BC5C91E277C902B007C8719 /* XPReleaseRadioView.m */; }; - 9BC8C83028090C9200C24F85 /* XPRoomAnchorRankBannerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BC8C82F28090C9200C24F85 /* XPRoomAnchorRankBannerView.m */; }; - 9BC9DAEF27E33B3F009EE409 /* XPRoomGiftAnimationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BC9DAEE27E33B3F009EE409 /* XPRoomGiftAnimationParser.m */; }; - 9BCB99A028F571B500466D64 /* XPMineCollectPartyRoomViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BCB999F28F571B500466D64 /* XPMineCollectPartyRoomViewController.m */; }; - 9BCB99A628F582EC00466D64 /* XPMineCollectRoomEditCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BCB99A528F582EC00466D64 /* XPMineCollectRoomEditCell.m */; }; - 9BCD02C72796C02800F396AA /* MicroNobleWaveView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BCD02C62796C02800F396AA /* MicroNobleWaveView.m */; }; - 9BCE6144277D657600CC0358 /* XPReleaseRadioTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BCE6143277D657600CC0358 /* XPReleaseRadioTableViewCell.m */; }; - 9BCFB828289BAC7D0093D863 /* XPMineHeadFunctionItemLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BCFB827289BAC7D0093D863 /* XPMineHeadFunctionItemLayout.m */; }; - 9BD2ECCE288F829600F5CD9A /* XPMineFootPrintViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD2ECCD288F829600F5CD9A /* XPMineFootPrintViewController.m */; }; - 9BD2ECD2288F833B00F5CD9A /* XPMineFootPrintModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD2ECD1288F833B00F5CD9A /* XPMineFootPrintModel.m */; }; - 9BD2ECD5288F838200F5CD9A /* XPMineFootPrintPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD2ECD4288F838200F5CD9A /* XPMineFootPrintPresenter.m */; }; - 9BD2ECDA288F867000F5CD9A /* XPMineFootPrintTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD2ECD9288F867000F5CD9A /* XPMineFootPrintTableViewCell.m */; }; - 9BD63FAB277EE885006EB744 /* Api+RoomRadio.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD63FAA277EE885006EB744 /* Api+RoomRadio.m */; }; - 9BD63FAE277EE97A006EB744 /* XPReleaseRadioPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD63FAD277EE97A006EB744 /* XPReleaseRadioPresenter.m */; }; - 9BD63FB4277EF1B3006EB744 /* XPReleaseRadioModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD63FB3277EF1B3006EB744 /* XPReleaseRadioModel.m */; }; - 9BD798B72926362F003E03E6 /* XPSessionListHeadItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD798B62926362F003E03E6 /* XPSessionListHeadItem.m */; }; - 9BD8D4E328911E9900AE03FF /* XPMineCollectRoomListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD8D4E228911E9900AE03FF /* XPMineCollectRoomListViewController.m */; }; - 9BD8D4E628911F7700AE03FF /* XPMineCollectRoomListPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD8D4E528911F7700AE03FF /* XPMineCollectRoomListPresenter.m */; }; - 9BD9A17927A0EC57004186FE /* XPMineVisitorPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD9A17827A0EC57004186FE /* XPMineVisitorPresenter.m */; }; - 9BD9A17C27A0EE24004186FE /* XPMineVisitorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD9A17B27A0EE24004186FE /* XPMineVisitorViewController.m */; }; - 9BD9A18027A0EFC7004186FE /* XPMineVisitorTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD9A17F27A0EFC7004186FE /* XPMineVisitorTableViewCell.m */; }; - 9BD9A18427A0F128004186FE /* XPMineVisitorItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD9A18327A0F128004186FE /* XPMineVisitorItemModel.m */; }; - 9BD9A18727A120FD004186FE /* XPMineVisitorUnReadModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD9A18627A120FD004186FE /* XPMineVisitorUnReadModel.m */; }; - 9BDA3E7727FD41C200517FE6 /* XPAnchorFansTeamViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BDA3E7627FD41C200517FE6 /* XPAnchorFansTeamViewController.m */; }; - 9BDA3E7A27FD43EF00517FE6 /* XPAnchorFansTeamEntranceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BDA3E7927FD43EF00517FE6 /* XPAnchorFansTeamEntranceView.m */; }; - 9BDA3E7D27FD47AB00517FE6 /* XPAnchorFansTeamPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BDA3E7C27FD47AB00517FE6 /* XPAnchorFansTeamPresenter.m */; }; - 9BE01ACE28925F7D00B50299 /* XPMineNewUserRechargeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE01ACD28925F7D00B50299 /* XPMineNewUserRechargeView.m */; }; - 9BE01AD428927E9C00B50299 /* XPDressUpShopListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE01AD328927E9C00B50299 /* XPDressUpShopListViewController.m */; }; - 9BE01ADA289296B500B50299 /* XPDressUpShopPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE01AD9289296B500B50299 /* XPDressUpShopPresenter.m */; }; - 9BE01ADE2892A66D00B50299 /* DressUpShopModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE01ADD2892A66D00B50299 /* DressUpShopModel.m */; }; - 9BE01AE128937DBC00B50299 /* XPDressUpShopCardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE01AE028937DBC00B50299 /* XPDressUpShopCardViewController.m */; }; - 9BE01AE428937EDE00B50299 /* XPDressUpShopCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE01AE328937EDE00B50299 /* XPDressUpShopCollectionViewCell.m */; }; - 9BE01AE728938AB600B50299 /* XPDressUpShopCardTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE01AE628938AB600B50299 /* XPDressUpShopCardTableViewCell.m */; }; - 9BE01AEA2893CB4400B50299 /* XPDressSearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE01AE92893CB4400B50299 /* XPDressSearchViewController.m */; }; - 9BE01AED2893D0DF00B50299 /* XPDressShopSearchTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE01AEC2893D0DF00B50299 /* XPDressShopSearchTableViewCell.m */; }; - 9BE01AF02893E31700B50299 /* NewUserRechargeModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE01AEF2893E31700B50299 /* NewUserRechargeModel.m */; }; - 9BE01AF72893E7F500B50299 /* XPNewUserRechargeCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE01AF62893E7F500B50299 /* XPNewUserRechargeCollectionViewCell.m */; }; - 9BE2FA90288010D300EF3D83 /* AnchorRoomSrollTipView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE2FA8F288010D300EF3D83 /* AnchorRoomSrollTipView.m */; }; - 9BE570BC28F65B7200D491A5 /* XPMineCollectRoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE570BB28F65B7200D491A5 /* XPMineCollectRoomCell.m */; }; - 9BE9F0F927FED12D00667200 /* XPAnchorFansPrivilegeModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE9F0F827FED12D00667200 /* XPAnchorFansPrivilegeModel.m */; }; - 9BE9F0FC27FED2E100667200 /* XPAnchorFansJoinModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE9F0FB27FED2E100667200 /* XPAnchorFansJoinModel.m */; }; - 9BE9F0FF27FED76500667200 /* XPAnchorFansTaskModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE9F0FE27FED76500667200 /* XPAnchorFansTaskModel.m */; }; - 9BE9F10227FEE5C200667200 /* XPAnchorFansTaskDetailModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE9F10127FEE5C200667200 /* XPAnchorFansTaskDetailModel.m */; }; - 9BE9F10527FF04CF00667200 /* XPAnchorFansTaskTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE9F10427FF04CF00667200 /* XPAnchorFansTaskTableViewCell.m */; }; - 9BF4BEBC28D4182E009CF6C2 /* XPOpenRedPacketModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BF4BEBB28D4182E009CF6C2 /* XPOpenRedPacketModel.m */; }; - 9BF5192628801D4700B6BE92 /* XPAcrossRoomPKCountDownView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BF5192528801D4700B6BE92 /* XPAcrossRoomPKCountDownView.m */; }; - 9BFB101F2897CC4300B3985E /* XPAnchorCardView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BFB101E2897CC4300B3985E /* XPAnchorCardView.m */; }; - 9BFB10222897D68400B3985E /* XPTabAnchorCardModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BFB10212897D68400B3985E /* XPTabAnchorCardModel.m */; }; - 9BFE0D8E2898C8C300F53C24 /* XPAnchorCardSkillCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BFE0D8D2898C8C300F53C24 /* XPAnchorCardSkillCollectionViewCell.m */; }; - 9BFE0D922899042600F53C24 /* XPTaskCompleteTipView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BFE0D912899042600F53C24 /* XPTaskCompleteTipView.m */; }; - 9BFE992E288142FD009DA429 /* RoomClassifyModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BFE992D288142FD009DA429 /* RoomClassifyModel.m */; }; - E801274027E323C800BAC3F2 /* XPRoomPKViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E801273F27E323C800BAC3F2 /* XPRoomPKViewController.m */; }; - E801274327E323E500BAC3F2 /* XPRoomPKPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E801274227E323E500BAC3F2 /* XPRoomPKPresenter.m */; }; - E801274727E3241700BAC3F2 /* Api+RoomPK.m in Sources */ = {isa = PBXBuildFile; fileRef = E801274627E3241700BAC3F2 /* Api+RoomPK.m */; }; - E801274B27E327DA00BAC3F2 /* XPRoomPKTypeTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E801274A27E327DA00BAC3F2 /* XPRoomPKTypeTableViewCell.m */; }; - E801274E27E3280000BAC3F2 /* XPRoomPKVoteTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E801274D27E3280000BAC3F2 /* XPRoomPKVoteTableViewCell.m */; }; - E801275127E3281100BAC3F2 /* XPRoomPKTimeTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E801275027E3281100BAC3F2 /* XPRoomPKTimeTableViewCell.m */; }; - E801275527E3326000BAC3F2 /* XPRoomPKUserView.m in Sources */ = {isa = PBXBuildFile; fileRef = E801275427E3326000BAC3F2 /* XPRoomPKUserView.m */; }; - E801275827E347FD00BAC3F2 /* RoomPKRecordModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E801275727E347FD00BAC3F2 /* RoomPKRecordModel.m */; }; - E80487652717DDD9008595F2 /* XPRoomMenuItem.m in Sources */ = {isa = PBXBuildFile; fileRef = E80487642717DDD9008595F2 /* XPRoomMenuItem.m */; }; - E8098CA7282E00920090B9F0 /* Api+Moments.m in Sources */ = {isa = PBXBuildFile; fileRef = E8098CA6282E00920090B9F0 /* Api+Moments.m */; }; - E8098CAA282E03B40090B9F0 /* XPMomentsRecommendPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8098CA9282E03B40090B9F0 /* XPMomentsRecommendPresenter.m */; }; - E8098CAE282E07C00090B9F0 /* XPMomentsEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8098CAD282E07C00090B9F0 /* XPMomentsEmptyTableViewCell.m */; }; - E8098CB1282E86EF0090B9F0 /* XPMomentsContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8098CB0282E86EF0090B9F0 /* XPMomentsContentView.m */; }; - E8098CB4282E97550090B9F0 /* XPMineBlackListPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8098CB3282E97550090B9F0 /* XPMineBlackListPresenter.m */; }; - E80A086227F2AC190027B30C /* RoomPKDetailInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E80A086127F2AC190027B30C /* RoomPKDetailInfoModel.m */; }; - E80A63DC28B86B9700690914 /* MessageContentMonentsAutoView.m in Sources */ = {isa = PBXBuildFile; fileRef = E80A63DB28B86B9700690914 /* MessageContentMonentsAutoView.m */; }; - E80B0712280D0A6700A79F63 /* FansInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E80B0711280D0A6700A79F63 /* FansInfoModel.m */; }; - E80B0734280D740600A79F63 /* MessageContentGuildView.m in Sources */ = {isa = PBXBuildFile; fileRef = E80B0733280D740600A79F63 /* MessageContentGuildView.m */; }; - E80CBDEA27D0C53F001E1EC2 /* XPWeakTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = E80CBDE927D0C53F001E1EC2 /* XPWeakTimer.m */; }; - E80DE4072775665000BE5BCB /* XPFirstRechargeCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E80DE4062775665000BE5BCB /* XPFirstRechargeCollectionViewCell.m */; }; - E80DE40A277568D300BE5BCB /* ThemeColor+FirstRecharge.m in Sources */ = {isa = PBXBuildFile; fileRef = E80DE409277568D300BE5BCB /* ThemeColor+FirstRecharge.m */; }; - E80DE40D2775ABA500BE5BCB /* XPFirstRechargeFlowLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = E80DE40C2775ABA500BE5BCB /* XPFirstRechargeFlowLayout.m */; }; - E80DE4102775C34E00BE5BCB /* XPFirstRechargeSuccessView.m in Sources */ = {isa = PBXBuildFile; fileRef = E80DE40F2775C34E00BE5BCB /* XPFirstRechargeSuccessView.m */; }; - E80E09A92A40B70100CD2BE7 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = E80E09AB2A40B70100CD2BE7 /* Localizable.strings */; }; - E80E09AE2A41336500CD2BE7 /* XPWebViewNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = E80E09AC2A41336500CD2BE7 /* XPWebViewNavView.m */; }; - E80E09B32A42071D00CD2BE7 /* XPRoomStarKitchenBannerView.m in Sources */ = {isa = PBXBuildFile; fileRef = E80E09B22A42071D00CD2BE7 /* XPRoomStarKitchenBannerView.m */; }; - E80E09B62A42078F00CD2BE7 /* XPRoomStarKitchenModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E80E09B52A42078F00CD2BE7 /* XPRoomStarKitchenModel.m */; }; - E80E2377299A47F60013FD40 /* AESUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E80E2376299A47F60013FD40 /* AESUtils.m */; }; - E80E900C27E0358900434B90 /* XPRoomTopicAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = E80E900B27E0358900434B90 /* XPRoomTopicAlertView.m */; }; - E80EC80A28ACD84000D133C5 /* QEmotionBoardView.m in Sources */ = {isa = PBXBuildFile; fileRef = E80EC74C28ACD84000D133C5 /* QEmotionBoardView.m */; }; - E80EC80B28ACD84000D133C5 /* QInputBarViewConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = E80EC74E28ACD84000D133C5 /* QInputBarViewConfiguration.m */; }; - E80EC80C28ACD84000D133C5 /* UITextView+QEmotion.m in Sources */ = {isa = PBXBuildFile; fileRef = E80EC74F28ACD84000D133C5 /* UITextView+QEmotion.m */; }; - E80EC80D28ACD84000D133C5 /* QInputBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = E80EC75028ACD84000D133C5 /* QInputBarView.m */; }; - E80EC80E28ACD84000D133C5 /* QKeyboardBaseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E80EC75128ACD84000D133C5 /* QKeyboardBaseManager.m */; }; - E80EC80F28ACD84000D133C5 /* QEmotion.m in Sources */ = {isa = PBXBuildFile; fileRef = E80EC75228ACD84000D133C5 /* QEmotion.m */; }; - E80EC81028ACD84000D133C5 /* QExtendBoardView.m in Sources */ = {isa = PBXBuildFile; fileRef = E80EC75528ACD84000D133C5 /* QExtendBoardView.m */; }; - E80EC81128ACD84000D133C5 /* QEmotionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = E80EC75828ACD84000D133C5 /* QEmotionHelper.m */; }; - E80EC81228ACD84000D133C5 /* QEmotionAttachment.m in Sources */ = {isa = PBXBuildFile; fileRef = E80EC75D28ACD84000D133C5 /* QEmotionAttachment.m */; }; - E80EC81328ACD84000D133C5 /* QKeyboardManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E80EC75E28ACD84000D133C5 /* QKeyboardManager.m */; }; - E80EC81428ACD84000D133C5 /* emoji_138@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76228ACD84000D133C5 /* emoji_138@2x.png */; }; - E80EC81528ACD84000D133C5 /* emoji_145@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76328ACD84000D133C5 /* emoji_145@2x.png */; }; - E80EC81628ACD84000D133C5 /* emoji_126@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76428ACD84000D133C5 /* emoji_126@2x.png */; }; - E80EC81728ACD84000D133C5 /* emoji_134@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76528ACD84000D133C5 /* emoji_134@2x.png */; }; - E80EC81828ACD84000D133C5 /* emoji_149@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76628ACD84000D133C5 /* emoji_149@2x.png */; }; - E80EC81928ACD84000D133C5 /* emoji_80@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76728ACD84000D133C5 /* emoji_80@2x.png */; }; - E80EC81A28ACD84000D133C5 /* emoji_161@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76828ACD84000D133C5 /* emoji_161@2x.png */; }; - E80EC81B28ACD84000D133C5 /* emoji_102@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76928ACD84000D133C5 /* emoji_102@2x.png */; }; - E80EC81C28ACD84000D133C5 /* emoji_92@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76A28ACD84000D133C5 /* emoji_92@2x.png */; }; - E80EC81D28ACD84000D133C5 /* emoji_110@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76B28ACD84000D133C5 /* emoji_110@2x.png */; }; - E80EC81E28ACD84000D133C5 /* emoji_26@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76C28ACD84000D133C5 /* emoji_26@2x.png */; }; - E80EC81F28ACD84000D133C5 /* emoji_45@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76D28ACD84000D133C5 /* emoji_45@2x.png */; }; - E80EC82028ACD84000D133C5 /* emoji_38@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76E28ACD84000D133C5 /* emoji_38@2x.png */; }; - E80EC82128ACD84000D133C5 /* emoji_49@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC76F28ACD84000D133C5 /* emoji_49@2x.png */; }; - E80EC82228ACD84000D133C5 /* emoji_34@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77028ACD84000D133C5 /* emoji_34@2x.png */; }; - E80EC82328ACD84000D133C5 /* emoji_57@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77128ACD84000D133C5 /* emoji_57@2x.png */; }; - E80EC82428ACD84000D133C5 /* emoji_02@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77228ACD84000D133C5 /* emoji_02@2x.png */; }; - E80EC82528ACD84000D133C5 /* emoji_61@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77328ACD84000D133C5 /* emoji_61@2x.png */; }; - E80EC82628ACD84000D133C5 /* emoji_10@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77428ACD84000D133C5 /* emoji_10@2x.png */; }; - E80EC82728ACD84000D133C5 /* emoji_73@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77528ACD84000D133C5 /* emoji_73@2x.png */; }; - E80EC82828ACD84000D133C5 /* emoji_55@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77628ACD84000D133C5 /* emoji_55@2x.png */; }; - E80EC82928ACD84000D133C5 /* emoji_28@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77728ACD84000D133C5 /* emoji_28@2x.png */; }; - E80EC82A28ACD84000D133C5 /* emoji_36@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77828ACD84000D133C5 /* emoji_36@2x.png */; }; - E80EC82B28ACD84000D133C5 /* emoji_47@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77928ACD84000D133C5 /* emoji_47@2x.png */; }; - E80EC82C28ACD84000D133C5 /* emoji_59@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77A28ACD84000D133C5 /* emoji_59@2x.png */; }; - E80EC82D28ACD84000D133C5 /* emoji_24@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77B28ACD84000D133C5 /* emoji_24@2x.png */; }; - E80EC82E28ACD84000D133C5 /* emoji.xml in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77C28ACD84000D133C5 /* emoji.xml */; }; - E80EC82F28ACD84000D133C5 /* emoji_71@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77D28ACD84000D133C5 /* emoji_71@2x.png */; }; - E80EC83028ACD84000D133C5 /* emoji_12@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77E28ACD84000D133C5 /* emoji_12@2x.png */; }; - E80EC83128ACD84000D133C5 /* emoji_63@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC77F28ACD84000D133C5 /* emoji_63@2x.png */; }; - E80EC83228ACD84000D133C5 /* emoji_00@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78028ACD84000D133C5 /* emoji_00@2x.png */; }; - E80EC83328ACD84000D133C5 /* emoji_136@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78128ACD84000D133C5 /* emoji_136@2x.png */; }; - E80EC83428ACD84000D133C5 /* emoji_128@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78228ACD84000D133C5 /* emoji_128@2x.png */; }; - E80EC83528ACD84000D133C5 /* emoji_124@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78328ACD84000D133C5 /* emoji_124@2x.png */; }; - E80EC83628ACD84000D133C5 /* emoji_147@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78428ACD84000D133C5 /* emoji_147@2x.png */; }; - E80EC83728ACD84000D133C5 /* emoji_112@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78528ACD84000D133C5 /* emoji_112@2x.png */; }; - E80EC83828ACD84000D133C5 /* emoji_90@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78628ACD84000D133C5 /* emoji_90@2x.png */; }; - E80EC83928ACD84000D133C5 /* emoji_100@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78728ACD84000D133C5 /* emoji_100@2x.png */; }; - E80EC83A28ACD84000D133C5 /* emoji_82@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78828ACD84000D133C5 /* emoji_82@2x.png */; }; - E80EC83B28ACD84000D133C5 /* emoji_163@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78928ACD84000D133C5 /* emoji_163@2x.png */; }; - E80EC83C28ACD84000D133C5 /* emoji_67@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78A28ACD84000D133C5 /* emoji_67@2x.png */; }; - E80EC83D28ACD84000D133C5 /* emoji_04@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78B28ACD84000D133C5 /* emoji_04@2x.png */; }; - E80EC83E28ACD84000D133C5 /* emoji_79@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78C28ACD84000D133C5 /* emoji_79@2x.png */; }; - E80EC83F28ACD84000D133C5 /* emoji_08@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78D28ACD84000D133C5 /* emoji_08@2x.png */; }; - E80EC84028ACD84000D133C5 /* emoji_75@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78E28ACD84000D133C5 /* emoji_75@2x.png */; }; - E80EC84128ACD84000D133C5 /* emoji_16@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC78F28ACD84000D133C5 /* emoji_16@2x.png */; }; - E80EC84228ACD84000D133C5 /* emoji_43@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79028ACD84000D133C5 /* emoji_43@2x.png */; }; - E80EC84328ACD84000D133C5 /* emoji_20@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79128ACD84000D133C5 /* emoji_20@2x.png */; }; - E80EC84428ACD84000D133C5 /* emoji_51@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79228ACD84000D133C5 /* emoji_51@2x.png */; }; - E80EC84528ACD84000D133C5 /* emoji_32@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79328ACD84000D133C5 /* emoji_32@2x.png */; }; - E80EC84628ACD84000D133C5 /* emoji_98@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79428ACD84000D133C5 /* emoji_98@2x.png */; }; - E80EC84728ACD84000D133C5 /* emoji_104@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79528ACD84000D133C5 /* emoji_104@2x.png */; }; - E80EC84828ACD84000D133C5 /* emoji_86@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79628ACD84000D133C5 /* emoji_86@2x.png */; }; - E80EC84928ACD84000D133C5 /* emoji_116@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79728ACD84000D133C5 /* emoji_116@2x.png */; }; - E80EC84A28ACD84000D133C5 /* emoji_94@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79828ACD84000D133C5 /* emoji_94@2x.png */; }; - E80EC84B28ACD84000D133C5 /* emoji_108@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79928ACD84000D133C5 /* emoji_108@2x.png */; }; - E80EC84C28ACD84000D133C5 /* emoji_120@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79A28ACD84000D133C5 /* emoji_120@2x.png */; }; - E80EC84D28ACD84000D133C5 /* emoji_143@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79B28ACD84000D133C5 /* emoji_143@2x.png */; }; - E80EC84E28ACD84000D133C5 /* emoji_132@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79C28ACD84000D133C5 /* emoji_132@2x.png */; }; - E80EC84F28ACD84000D133C5 /* emoji_151@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79D28ACD84000D133C5 /* emoji_151@2x.png */; }; - E80EC85028ACD84000D133C5 /* emoji_96@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79E28ACD84000D133C5 /* emoji_96@2x.png */; }; - E80EC85128ACD84000D133C5 /* emoji_88@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC79F28ACD84000D133C5 /* emoji_88@2x.png */; }; - E80EC85228ACD84000D133C5 /* emoji_114@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7A028ACD84000D133C5 /* emoji_114@2x.png */; }; - E80EC85328ACD84000D133C5 /* emoji_84@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7A128ACD84000D133C5 /* emoji_84@2x.png */; }; - E80EC85428ACD84000D133C5 /* emoji_165@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7A228ACD84000D133C5 /* emoji_165@2x.png */; }; - E80EC85528ACD84000D133C5 /* emoji_118@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7A328ACD84000D133C5 /* emoji_118@2x.png */; }; - E80EC85628ACD84000D133C5 /* emoji_106@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7A428ACD84000D133C5 /* emoji_106@2x.png */; }; - E80EC85728ACD84000D133C5 /* emoji_130@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7A528ACD84000D133C5 /* emoji_130@2x.png */; }; - E80EC85828ACD84000D133C5 /* emoji_141@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7A628ACD84000D133C5 /* emoji_141@2x.png */; }; - E80EC85928ACD84000D133C5 /* emoji_122@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7A728ACD84000D133C5 /* emoji_122@2x.png */; }; - E80EC85A28ACD84000D133C5 /* emoji_14@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7A828ACD84000D133C5 /* emoji_14@2x.png */; }; - E80EC85B28ACD84000D133C5 /* emoji_69@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7A928ACD84000D133C5 /* emoji_69@2x.png */; }; - E80EC85C28ACD84000D133C5 /* emoji_77@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7AA28ACD84000D133C5 /* emoji_77@2x.png */; }; - E80EC85D28ACD84000D133C5 /* emoji_06@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7AB28ACD84000D133C5 /* emoji_06@2x.png */; }; - E80EC85E28ACD84000D133C5 /* emoji_18@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7AC28ACD84000D133C5 /* emoji_18@2x.png */; }; - E80EC85F28ACD84000D133C5 /* emoji_65@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7AD28ACD84000D133C5 /* emoji_65@2x.png */; }; - E80EC86028ACD84000D133C5 /* emoji_30@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7AE28ACD84000D133C5 /* emoji_30@2x.png */; }; - E80EC86128ACD84000D133C5 /* emoji_53@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7AF28ACD84000D133C5 /* emoji_53@2x.png */; }; - E80EC86228ACD84000D133C5 /* emoji_22@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7B028ACD84000D133C5 /* emoji_22@2x.png */; }; - E80EC86328ACD84000D133C5 /* emoji_41@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7B128ACD84000D133C5 /* emoji_41@2x.png */; }; - E80EC86428ACD84000D133C5 /* emoji_60@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7B228ACD84000D133C5 /* emoji_60@2x.png */; }; - E80EC86528ACD84000D133C5 /* emoji_03@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7B328ACD84000D133C5 /* emoji_03@2x.png */; }; - E80EC86628ACD84000D133C5 /* emoji_72@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7B428ACD84000D133C5 /* emoji_72@2x.png */; }; - E80EC86728ACD84000D133C5 /* emoji_11@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7B528ACD84000D133C5 /* emoji_11@2x.png */; }; - E80EC86828ACD84000D133C5 /* emoji_39@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7B628ACD84000D133C5 /* emoji_39@2x.png */; }; - E80EC86928ACD84000D133C5 /* emoji_44@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7B728ACD84000D133C5 /* emoji_44@2x.png */; }; - E80EC86A28ACD84000D133C5 /* emoji_27@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7B828ACD84000D133C5 /* emoji_27@2x.png */; }; - E80EC86B28ACD84000D133C5 /* emoji_200@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7B928ACD84000D133C5 /* emoji_200@2x.png */; }; - E80EC86C28ACD84000D133C5 /* emoji_56@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7BA28ACD84000D133C5 /* emoji_56@2x.png */; }; - E80EC86D28ACD84000D133C5 /* emoji_35@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7BB28ACD84000D133C5 /* emoji_35@2x.png */; }; - E80EC86E28ACD84000D133C5 /* emoji_48@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7BC28ACD84000D133C5 /* emoji_48@2x.png */; }; - E80EC86F28ACD84000D133C5 /* emoji_103@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7BD28ACD84000D133C5 /* emoji_103@2x.png */; }; - E80EC87028ACD84000D133C5 /* emoji_81@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7BE28ACD84000D133C5 /* emoji_81@2x.png */; }; - E80EC87128ACD84000D133C5 /* emoji_160@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7BF28ACD84000D133C5 /* emoji_160@2x.png */; }; - E80EC87228ACD84000D133C5 /* emoji_111@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7C028ACD84000D133C5 /* emoji_111@2x.png */; }; - E80EC87328ACD84000D133C5 /* emoji_93@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7C128ACD84000D133C5 /* emoji_93@2x.png */; }; - E80EC87428ACD84000D133C5 /* emoji_127@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7C228ACD84000D133C5 /* emoji_127@2x.png */; }; - E80EC87528ACD84000D133C5 /* emoji_144@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7C328ACD84000D133C5 /* emoji_144@2x.png */; }; - E80EC87628ACD84000D133C5 /* emoji_139@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7C428ACD84000D133C5 /* emoji_139@2x.png */; }; - E80EC87728ACD84000D133C5 /* emoji_148@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7C528ACD84000D133C5 /* emoji_148@2x.png */; }; - E80EC87828ACD84000D133C5 /* emoji_135@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7C628ACD84000D133C5 /* emoji_135@2x.png */; }; - E80EC87928ACD84000D133C5 /* emoji_91@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7C728ACD84000D133C5 /* emoji_91@2x.png */; }; - E80EC87A28ACD84000D133C5 /* emoji_113@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7C828ACD84000D133C5 /* emoji_113@2x.png */; }; - E80EC87B28ACD84000D133C5 /* emoji_83@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7C928ACD84000D133C5 /* emoji_83@2x.png */; }; - E80EC87C28ACD84000D133C5 /* emoji_162@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7CA28ACD84000D133C5 /* emoji_162@2x.png */; }; - E80EC87D28ACD84000D133C5 /* emoji_101@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7CB28ACD84000D133C5 /* emoji_101@2x.png */; }; - E80EC87E28ACD84000D133C5 /* emoji_129@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7CC28ACD84000D133C5 /* emoji_129@2x.png */; }; - E80EC87F28ACD84000D133C5 /* emoji_137@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7CD28ACD84000D133C5 /* emoji_137@2x.png */; }; - E80EC88028ACD84000D133C5 /* emoji_146@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7CE28ACD84000D133C5 /* emoji_146@2x.png */; }; - E80EC88128ACD84000D133C5 /* emoji_125@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7CF28ACD84000D133C5 /* emoji_125@2x.png */; }; - E80EC88228ACD84000D133C5 /* emoji_13@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7D028ACD84000D133C5 /* emoji_13@2x.png */; }; - E80EC88328ACD84000D133C5 /* emoji_70@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7D128ACD84000D133C5 /* emoji_70@2x.png */; }; - E80EC88428ACD84000D133C5 /* emoji_01@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7D228ACD84000D133C5 /* emoji_01@2x.png */; }; - E80EC88528ACD84000D133C5 /* emoji_62@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7D328ACD84000D133C5 /* emoji_62@2x.png */; }; - E80EC88628ACD84000D133C5 /* emoji_37@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7D428ACD84000D133C5 /* emoji_37@2x.png */; }; - E80EC88728ACD84000D133C5 /* emoji_29@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7D528ACD84000D133C5 /* emoji_29@2x.png */; }; - E80EC88828ACD84000D133C5 /* emoji_54@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7D628ACD84000D133C5 /* emoji_54@2x.png */; }; - E80EC88928ACD84000D133C5 /* emoj_s_normal@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7D728ACD84000D133C5 /* emoj_s_normal@2x.png */; }; - E80EC88A28ACD84000D133C5 /* emoji_25@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7D828ACD84000D133C5 /* emoji_25@2x.png */; }; - E80EC88B28ACD84000D133C5 /* emoji_58@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7D928ACD84000D133C5 /* emoji_58@2x.png */; }; - E80EC88C28ACD84000D133C5 /* emoji_46@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7DA28ACD84000D133C5 /* emoji_46@2x.png */; }; - E80EC88D28ACD84000D133C5 /* emoji_del_pressed@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7DB28ACD84000D133C5 /* emoji_del_pressed@2x.png */; }; - E80EC88E28ACD84000D133C5 /* emoji_142@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7DC28ACD84000D133C5 /* emoji_142@2x.png */; }; - E80EC88F28ACD84000D133C5 /* emoji_121@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7DD28ACD84000D133C5 /* emoji_121@2x.png */; }; - E80EC89028ACD84000D133C5 /* emoji_150@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7DE28ACD84000D133C5 /* emoji_150@2x.png */; }; - E80EC89128ACD84000D133C5 /* emoji_133@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7DF28ACD84000D133C5 /* emoji_133@2x.png */; }; - E80EC89228ACD84000D133C5 /* emoji_87@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7E028ACD84000D133C5 /* emoji_87@2x.png */; }; - E80EC89328ACD84000D133C5 /* emoji_166@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7E128ACD84000D133C5 /* emoji_166@2x.png */; }; - E80EC89428ACD84000D133C5 /* emoji_105@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7E228ACD84000D133C5 /* emoji_105@2x.png */; }; - E80EC89528ACD84000D133C5 /* emoji_99@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7E328ACD84000D133C5 /* emoji_99@2x.png */; }; - E80EC89628ACD84000D133C5 /* emoji_109@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7E428ACD84000D133C5 /* emoji_109@2x.png */; }; - E80EC89728ACD84000D133C5 /* emoji_95@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7E528ACD84000D133C5 /* emoji_95@2x.png */; }; - E80EC89828ACD84000D133C5 /* emoji_117@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7E628ACD84000D133C5 /* emoji_117@2x.png */; }; - E80EC89928ACD84000D133C5 /* emoji_21@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7E728ACD84000D133C5 /* emoji_21@2x.png */; }; - E80EC89A28ACD84000D133C5 /* emoji_42@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7E828ACD84000D133C5 /* emoji_42@2x.png */; }; - E80EC89B28ACD84000D133C5 /* emoji_33@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7E928ACD84000D133C5 /* emoji_33@2x.png */; }; - E80EC89C28ACD84000D133C5 /* emoji_50@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7EA28ACD84000D133C5 /* emoji_50@2x.png */; }; - E80EC89D28ACD84000D133C5 /* emoji_78@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7EB28ACD84000D133C5 /* emoji_78@2x.png */; }; - E80EC89E28ACD84000D133C5 /* emoji_05@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7EC28ACD84000D133C5 /* emoji_05@2x.png */; }; - E80EC89F28ACD84000D133C5 /* emoji_66@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7ED28ACD84000D133C5 /* emoji_66@2x.png */; }; - E80EC8A028ACD84100D133C5 /* emoji_17@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7EE28ACD84000D133C5 /* emoji_17@2x.png */; }; - E80EC8A128ACD84100D133C5 /* emoji_74@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7EF28ACD84000D133C5 /* emoji_74@2x.png */; }; - E80EC8A228ACD84100D133C5 /* emoji_09@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7F028ACD84000D133C5 /* emoji_09@2x.png */; }; - E80EC8A328ACD84100D133C5 /* emoji_52@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7F128ACD84000D133C5 /* emoji_52@2x.png */; }; - E80EC8A428ACD84100D133C5 /* emoji_31@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7F228ACD84000D133C5 /* emoji_31@2x.png */; }; - E80EC8A528ACD84100D133C5 /* emoji_40@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7F328ACD84000D133C5 /* emoji_40@2x.png */; }; - E80EC8A628ACD84100D133C5 /* emoji_23@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7F428ACD84000D133C5 /* emoji_23@2x.png */; }; - E80EC8A728ACD84100D133C5 /* emoji_del_normal@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7F528ACD84000D133C5 /* emoji_del_normal@2x.png */; }; - E80EC8A828ACD84100D133C5 /* emoji_76@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7F628ACD84000D133C5 /* emoji_76@2x.png */; }; - E80EC8A928ACD84100D133C5 /* emoji_68@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7F728ACD84000D133C5 /* emoji_68@2x.png */; }; - E80EC8AA28ACD84100D133C5 /* emoji_15@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7F828ACD84000D133C5 /* emoji_15@2x.png */; }; - E80EC8AB28ACD84100D133C5 /* emoji_64@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7F928ACD84000D133C5 /* emoji_64@2x.png */; }; - E80EC8AC28ACD84100D133C5 /* emoji_19@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7FA28ACD84000D133C5 /* emoji_19@2x.png */; }; - E80EC8AD28ACD84100D133C5 /* emoji_07@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7FB28ACD84000D133C5 /* emoji_07@2x.png */; }; - E80EC8AE28ACD84100D133C5 /* emoji_131@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7FC28ACD84000D133C5 /* emoji_131@2x.png */; }; - E80EC8AF28ACD84100D133C5 /* emoj_s_pressed@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7FD28ACD84000D133C5 /* emoj_s_pressed@2x.png */; }; - E80EC8B028ACD84100D133C5 /* emoji_152@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7FE28ACD84000D133C5 /* emoji_152@2x.png */; }; - E80EC8B128ACD84100D133C5 /* emoji_123@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC7FF28ACD84000D133C5 /* emoji_123@2x.png */; }; - E80EC8B228ACD84100D133C5 /* emoji_140@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC80028ACD84000D133C5 /* emoji_140@2x.png */; }; - E80EC8B328ACD84100D133C5 /* emoji_115@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC80128ACD84000D133C5 /* emoji_115@2x.png */; }; - E80EC8B428ACD84100D133C5 /* emoji_89@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC80228ACD84000D133C5 /* emoji_89@2x.png */; }; - E80EC8B528ACD84100D133C5 /* emoji_97@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC80328ACD84000D133C5 /* emoji_97@2x.png */; }; - E80EC8B628ACD84100D133C5 /* emoji_107@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC80428ACD84000D133C5 /* emoji_107@2x.png */; }; - E80EC8B728ACD84100D133C5 /* emoji_119@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC80528ACD84000D133C5 /* emoji_119@2x.png */; }; - E80EC8B828ACD84100D133C5 /* emoji_85@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC80628ACD84000D133C5 /* emoji_85@2x.png */; }; - E80EC8B928ACD84100D133C5 /* emoji_164@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E80EC80728ACD84000D133C5 /* emoji_164@2x.png */; }; - E80EC8BA28ACD84100D133C5 /* emoji.plist in Resources */ = {isa = PBXBuildFile; fileRef = E80EC80828ACD84000D133C5 /* emoji.plist */; }; - E80EC8BF28ACDB2A00D133C5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E80EC8BE28ACDB2A00D133C5 /* Assets.xcassets */; }; - E80EC8C228ACF97A00D133C5 /* QEEmotionImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = E80EC8C128ACF97A00D133C5 /* QEEmotionImageView.m */; }; - E81060D9298761A300B772F0 /* MessageBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81060D8298761A300B772F0 /* MessageBaseModel.m */; }; - E81060DC298761F100B772F0 /* MessageTextModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81060DB298761F100B772F0 /* MessageTextModel.m */; }; - E81060DF29876D3A00B772F0 /* MessageTimeModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81060DE29876D3A00B772F0 /* MessageTimeModel.m */; }; - E81060E229876E9100B772F0 /* MessageImageModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81060E129876E9100B772F0 /* MessageImageModel.m */; }; - E81060E529876FF300B772F0 /* MessageAudioModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81060E429876FF300B772F0 /* MessageAudioModel.m */; }; - E81060E82987720F00B772F0 /* MessageUnSupportModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81060E72987720F00B772F0 /* MessageUnSupportModel.m */; }; - E81060EB2987BE8300B772F0 /* MessageGiftModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81060EA2987BE8300B772F0 /* MessageGiftModel.m */; }; - E81060EE2987C35700B772F0 /* MessageTextClickModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81060ED2987C35700B772F0 /* MessageTextClickModel.m */; }; - E81060F12987C52B00B772F0 /* MessageGuildModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81060F02987C52B00B772F0 /* MessageGuildModel.m */; }; - E81060F42987C6B200B772F0 /* MessageOpenLiveModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81060F32987C6B200B772F0 /* MessageOpenLiveModel.m */; }; - E81060F72987C8A700B772F0 /* MessageApplicationShareModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81060F62987C8A700B772F0 /* MessageApplicationShareModel.m */; }; - E81060FD2987CC9100B772F0 /* MessageLevelUpgradeModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81060FC2987CC9100B772F0 /* MessageLevelUpgradeModel.m */; }; - E81061002987CDCC00B772F0 /* MessageTweetModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81060FF2987CDCC00B772F0 /* MessageTweetModel.m */; }; - E81061032987CFCE00B772F0 /* MessageSkillCardModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81061022987CFCE00B772F0 /* MessageSkillCardModel.m */; }; - E81125C4296E57B7000D9804 /* QinputPhotoView.m in Sources */ = {isa = PBXBuildFile; fileRef = E81125C3296E57B7000D9804 /* QinputPhotoView.m */; }; - E81125C7296E596D000D9804 /* QInputPhototCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E81125C6296E596D000D9804 /* QInputPhototCell.m */; }; - E81125CA296E606F000D9804 /* QPhotoImageModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81125C9296E606F000D9804 /* QPhotoImageModel.m */; }; - E811FFF72742367B00918544 /* XPGiftEmptyCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E811FFF62742367B00918544 /* XPGiftEmptyCollectionViewCell.m */; }; - E8133916273E532D00708B66 /* XPGiftItemCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8133915273E532D00708B66 /* XPGiftItemCollectionViewCell.m */; }; - E81366E326F0A1FC0076364C /* LoginBindPhoneViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E81366E226F0A1FC0076364C /* LoginBindPhoneViewController.m */; }; - E81366E726F0A49E0076364C /* NSString+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = E81366E626F0A49E0076364C /* NSString+Utils.m */; }; - E81366F326F0B7C80076364C /* LoginFullInfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E81366F226F0B7C80076364C /* LoginFullInfoViewController.m */; }; - E81366F626F0C0DF0076364C /* LoginFullInfoPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E81366F526F0C0DF0076364C /* LoginFullInfoPresenter.m */; }; - E81366F826F0C12A0076364C /* LoginFullInfoProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E81366F726F0C0F60076364C /* LoginFullInfoProtocol.h */; }; - E81366FC26F0D2980076364C /* UIButton+EnlargeTouchArea.m in Sources */ = {isa = PBXBuildFile; fileRef = E81366FA26F0D2980076364C /* UIButton+EnlargeTouchArea.m */; }; - E816C11527608A7500C84014 /* XPRoomMiniManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E816C11427608A7500C84014 /* XPRoomMiniManager.m */; }; - E818DD1C2A4896EE00F163F7 /* XPLoginAraeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E818DD1B2A4896EE00F163F7 /* XPLoginAraeViewController.m */; }; - E818DD1F2A48974300F163F7 /* LoginAreaModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E818DD1E2A48974300F163F7 /* LoginAreaModel.m */; }; - E818DD222A48977F00F163F7 /* XPLoginAreaTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E818DD212A48977F00F163F7 /* XPLoginAreaTableViewCell.m */; }; - E818E348286ECA4B005EDF68 /* XPMonentsPublishViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E818E347286ECA4B005EDF68 /* XPMonentsPublishViewController.m */; }; - E818E34B286ECABF005EDF68 /* XPMonentsPublishPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E818E34A286ECABF005EDF68 /* XPMonentsPublishPresenter.m */; }; - E818E34F286EDF72005EDF68 /* XPMonentsPublishCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E818E34E286EDF72005EDF68 /* XPMonentsPublishCollectionViewCell.m */; }; - E81A652B2834E4F600F55894 /* XPMomentsAttentionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E81A652A2834E4F600F55894 /* XPMomentsAttentionViewController.m */; }; - E81A65312834E53600F55894 /* XPMomentsLatestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E81A65302834E53600F55894 /* XPMomentsLatestViewController.m */; }; - E81A653F283511BE00F55894 /* XPMonentsInteractiveViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E81A653E283511BE00F55894 /* XPMonentsInteractiveViewController.m */; }; - E81A65422835120200F55894 /* XPMonentsInteractivePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E81A65412835120200F55894 /* XPMonentsInteractivePresenter.m */; }; - E81A6546283519CA00F55894 /* MomentsTopicModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81A6545283519CA00F55894 /* MomentsTopicModel.m */; }; - E81A654928351B9500F55894 /* XPMomentsRecommendHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = E81A654828351B9500F55894 /* XPMomentsRecommendHeaderView.m */; }; - E81A654C28351D9900F55894 /* XPMonentsTopicCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E81A654B28351D9900F55894 /* XPMonentsTopicCollectionViewCell.m */; }; - E81AF32827F1EE69003B9E43 /* XPRoomPKPanelUserView.m in Sources */ = {isa = PBXBuildFile; fileRef = E81AF32727F1EE69003B9E43 /* XPRoomPKPanelUserView.m */; }; - E81C1B1C27705F6B0020D1E4 /* XPArrangeMicPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C1B1B27705F6B0020D1E4 /* XPArrangeMicPresenter.m */; }; - E81C1B1F27705F7A0020D1E4 /* XPArrangeMicViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C1B1E27705F7A0020D1E4 /* XPArrangeMicViewController.m */; }; - E81C1B2227705F950020D1E4 /* Api+ArrangeMic.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C1B2127705F950020D1E4 /* Api+ArrangeMic.m */; }; - E81C1B262770663B0020D1E4 /* XPArrangeMicTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C1B252770663B0020D1E4 /* XPArrangeMicTableViewCell.m */; }; - E81C1B29277069DD0020D1E4 /* XPArrangeMicEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C1B28277069DD0020D1E4 /* XPArrangeMicEmptyTableViewCell.m */; }; - E81C1B2C27706E5C0020D1E4 /* ArrangeMicModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C1B2B27706E5C0020D1E4 /* ArrangeMicModel.m */; }; - E81C1B2F277071670020D1E4 /* XPArrangeMicInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C1B2E277071670020D1E4 /* XPArrangeMicInfoModel.m */; }; - E81C278C26EAFAF60031E639 /* Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C278926EAFAF60031E639 /* Base64.m */; }; - E81C278D26EAFAF60031E639 /* DESEncrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C278B26EAFAF60031E639 /* DESEncrypt.m */; }; - E81C279626EB39CC0031E639 /* LoginForgetPasswordPresent.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C279526EB39CC0031E639 /* LoginForgetPasswordPresent.m */; }; - E81C279826EB3AC40031E639 /* LoginForgetPasswordProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E81C279726EB39E10031E639 /* LoginForgetPasswordProtocol.h */; }; - E81C279D26EEEC620031E639 /* YUMIConstant.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C279C26EEEC620031E639 /* YUMIConstant.m */; }; - E81C27A026EEF83D0031E639 /* YUMIHtmlUrl.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C279F26EEF83D0031E639 /* YUMIHtmlUrl.m */; }; - E81C27A226EF23490031E639 /* YUMINNNN.h in Sources */ = {isa = PBXBuildFile; fileRef = E81C27A126EF23370031E639 /* YUMINNNN.h */; }; - E81C27AB26EF2D920031E639 /* ThirdUserInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C27AA26EF2D920031E639 /* ThirdUserInfo.m */; }; - E81C27AE26EF39AB0031E639 /* AppDelegate+ThirdConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = E81C27AD26EF39AB0031E639 /* AppDelegate+ThirdConfig.m */; }; - E81D58822720082A003063FE /* MicroWaveView.m in Sources */ = {isa = PBXBuildFile; fileRef = E81D58812720082A003063FE /* MicroWaveView.m */; }; - E81DCCCD282B63B40039E5C5 /* XPMomentsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E81DCCCC282B63B40039E5C5 /* XPMomentsViewController.m */; }; - E81DCCD0282B63FD0039E5C5 /* XPMomentsRecommendViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E81DCCCF282B63FD0039E5C5 /* XPMomentsRecommendViewController.m */; }; - E81E09C9290F71BF00A1F410 /* XPAdvertiseView.m in Sources */ = {isa = PBXBuildFile; fileRef = E81E09C8290F71BF00A1F410 /* XPAdvertiseView.m */; }; - E81E09CC290F732600A1F410 /* XPAdImageTool.m in Sources */ = {isa = PBXBuildFile; fileRef = E81E09CB290F732600A1F410 /* XPAdImageTool.m */; }; - E81E09CF290F750800A1F410 /* AdvertiseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E81E09CE290F750800A1F410 /* AdvertiseModel.m */; }; - E821077B2987D4AB00DE7040 /* MessageFindNewGreetModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E821077A2987D4AB00DE7040 /* MessageFindNewGreetModel.m */; }; - E821077E2987D67100DE7040 /* MessageRiskAlertModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E821077D2987D67100DE7040 /* MessageRiskAlertModel.m */; }; - E82107812987D7F300DE7040 /* MessageMonentsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E82107802987D7F300DE7040 /* MessageMonentsModel.m */; }; - E82107842987E35300DE7040 /* MessageMonentsAutoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E82107832987E35300DE7040 /* MessageMonentsAutoModel.m */; }; - E82107872987E49100DE7040 /* MessageRedPacketModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E82107862987E49100DE7040 /* MessageRedPacketModel.m */; }; - E82109AD26F1C8A000FC3319 /* CountDownHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = E82109AC26F1C8A000FC3319 /* CountDownHelper.m */; }; - E82109B026F1D83500FC3319 /* LoginBindPhonePresent.m in Sources */ = {isa = PBXBuildFile; fileRef = E82109AF26F1D83500FC3319 /* LoginBindPhonePresent.m */; }; - E82325E6274CCAFA003A3332 /* XPShareInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E82325E5274CCAFA003A3332 /* XPShareInfoModel.m */; }; - E82325E9274CE56A003A3332 /* XPShareItem.m in Sources */ = {isa = PBXBuildFile; fileRef = E82325E8274CE56A003A3332 /* XPShareItem.m */; }; - E82325F2274E2DE6003A3332 /* XPUserCardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E82325F1274E2DE6003A3332 /* XPUserCardViewController.m */; }; - E82325F5274E2E09003A3332 /* XPUserCardPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E82325F4274E2E09003A3332 /* XPUserCardPresenter.m */; }; - E82325F9274E2E42003A3332 /* Api+UserCard.m in Sources */ = {isa = PBXBuildFile; fileRef = E82325F8274E2E42003A3332 /* Api+UserCard.m */; }; - E82325FC274E4735003A3332 /* XPUserCardItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E82325FB274E4735003A3332 /* XPUserCardItemModel.m */; }; - E8232600274E48EA003A3332 /* XPUserCardItemCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E82325FF274E48EA003A3332 /* XPUserCardItemCollectionViewCell.m */; }; - E8232603274E4AA0003A3332 /* ThemeColor+UserCard.m in Sources */ = {isa = PBXBuildFile; fileRef = E8232602274E4AA0003A3332 /* ThemeColor+UserCard.m */; }; - E823E38E290BE8BD00EADD86 /* WishGiftInfoUpdateModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E823E38D290BE8BD00EADD86 /* WishGiftInfoUpdateModel.m */; }; - E824543526F57D6E00BE8163 /* XPLoginVerifBindPhoneViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E824543426F57D6E00BE8163 /* XPLoginVerifBindPhoneViewController.m */; }; - E824543826F5820A00BE8163 /* XPLoginVerifBindPhonePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E824543726F5820A00BE8163 /* XPLoginVerifBindPhonePresenter.m */; }; - E824543A26F5880E00BE8163 /* XPLoginVerifBindPhoneProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E824543926F5822800BE8163 /* XPLoginVerifBindPhoneProtocol.h */; }; - E824543D26F58C3A00BE8163 /* XPLoginBindSuccessView.m in Sources */ = {isa = PBXBuildFile; fileRef = E824543C26F58C3A00BE8163 /* XPLoginBindSuccessView.m */; }; - E824544026F58F9400BE8163 /* XPMinePayPwdViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E824543F26F58F9400BE8163 /* XPMinePayPwdViewController.m */; }; - E824544326F58FCE00BE8163 /* XPMinePayPwdInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = E824544226F58FCE00BE8163 /* XPMinePayPwdInputView.m */; }; - E824544626F5934700BE8163 /* XPMinePayPwdPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E824544526F5934600BE8163 /* XPMinePayPwdPresenter.m */; }; - E824544826F5945300BE8163 /* XPMinePayPwdProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E824544726F5940600BE8163 /* XPMinePayPwdProtocol.h */; }; - E824544B26F5BBB800BE8163 /* XPMineModifPayPwdViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E824544A26F5BBB800BE8163 /* XPMineModifPayPwdViewController.m */; }; - E824544E26F5BC1A00BE8163 /* XPMineModifPayPwdView.m in Sources */ = {isa = PBXBuildFile; fileRef = E824544D26F5BC1A00BE8163 /* XPMineModifPayPwdView.m */; }; - E824545126F5CE6E00BE8163 /* XPMineModifPayPwdPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E824545026F5CE6E00BE8163 /* XPMineModifPayPwdPresenter.m */; }; - E824545326F5CEAD00BE8163 /* XPMineModifPayProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E824545226F5CE9C00BE8163 /* XPMineModifPayProtocol.h */; }; - E824545926F5E65900BE8163 /* XPMineVerifIdentityView.m in Sources */ = {isa = PBXBuildFile; fileRef = E824545826F5E65900BE8163 /* XPMineVerifIdentityView.m */; }; - E824545C26F5EEBA00BE8163 /* XPMineVerifIdentityPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E824545B26F5EEBA00BE8163 /* XPMineVerifIdentityPresenter.m */; }; - E824545E26F5EF2200BE8163 /* XPMineVerifIdentityProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E824545D26F5EEFD00BE8163 /* XPMineVerifIdentityProtocol.h */; }; - E824546126F5F4E400BE8163 /* XPMineResetPayPwdViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E824546026F5F4E400BE8163 /* XPMineResetPayPwdViewController.m */; }; - E824546426F5FF1C00BE8163 /* XPMineResetPayPasswordPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E824546326F5FF1C00BE8163 /* XPMineResetPayPasswordPresenter.m */; }; - E824546626F5FF6000BE8163 /* XPMineResetPayPasswordProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E824546526F5FF5100BE8163 /* XPMineResetPayPasswordProtocol.h */; }; - E8252FEE27687DF1002B3164 /* ActivityInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8252FED27687DF1002B3164 /* ActivityInfoModel.m */; }; - E82D5C70276AE60000858D6D /* HeadwearModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E82D5C6F276AE60000858D6D /* HeadwearModel.m */; }; - E82D5C73276AE94800858D6D /* CarModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E82D5C72276AE94800858D6D /* CarModel.m */; }; - E82D5C76276AEB5100858D6D /* NameplateModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E82D5C75276AEB5100858D6D /* NameplateModel.m */; }; - E82D5C7A276B25D100858D6D /* SpriteSheetImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E82D5C79276B25D100858D6D /* SpriteSheetImageManager.m */; }; - E82D5C7D276B343300858D6D /* YYAnimatedImageView+ImageShow.m in Sources */ = {isa = PBXBuildFile; fileRef = E82D5C7C276B343300858D6D /* YYAnimatedImageView+ImageShow.m */; }; - E82E75062828E76400C25EF7 /* XPCoreDataManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E82E75052828E76400C25EF7 /* XPCoreDataManager.m */; }; - E82EE0F8272FDDFA00D15DC1 /* UserPrivacyView.m in Sources */ = {isa = PBXBuildFile; fileRef = E82EE0F7272FDDFA00D15DC1 /* UserPrivacyView.m */; }; - E833ED0D274FAD1C00A2463B /* XPKickUserModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E833ED0C274FAD1C00A2463B /* XPKickUserModel.m */; }; - E83645682A40A2DC00E0DBE4 /* XPSkillCardPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E83645672A40A2DC00E0DBE4 /* XPSkillCardPlayerManager.m */; }; - E836456B2A40A33300E0DBE4 /* MineSkillCardListInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E83645692A40A33300E0DBE4 /* MineSkillCardListInfoModel.m */; }; - E83645A82A40AF5400E0DBE4 /* NSBundle+Localizable.m in Sources */ = {isa = PBXBuildFile; fileRef = E83645A72A40AF5400E0DBE4 /* NSBundle+Localizable.m */; }; - E8383697298A598D00112E1C /* MessageTipsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8383696298A598D00112E1C /* MessageTipsModel.m */; }; - E838369A298A59C100112E1C /* MessageTipsView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8383699298A59C100112E1C /* MessageTipsView.m */; }; - E839532D276A030F00CF2F24 /* XPMineDressUpListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E839532C276A030F00CF2F24 /* XPMineDressUpListViewController.m */; }; - E8395331276A03AE00CF2F24 /* Api+DressUp.m in Sources */ = {isa = PBXBuildFile; fileRef = E8395330276A03AE00CF2F24 /* Api+DressUp.m */; }; - E8395334276A03C300CF2F24 /* XPMineDressUpPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8395333276A03C300CF2F24 /* XPMineDressUpPresenter.m */; }; - E8395339276A0CC100CF2F24 /* XPMineHeadwearTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8395338276A0CC100CF2F24 /* XPMineHeadwearTableViewCell.m */; }; - E839533C276A0CCD00CF2F24 /* XPMineCarTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E839533B276A0CCD00CF2F24 /* XPMineCarTableViewCell.m */; }; - E839533F276A0CDB00CF2F24 /* XPMineNameplateTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E839533E276A0CDB00CF2F24 /* XPMineNameplateTableViewCell.m */; }; - E839806B290288660084BFC8 /* XPMessageInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E839806A290288660084BFC8 /* XPMessageInfoModel.m */; }; - E83ABEF6280E9AD800322EE4 /* MessageContentUnSupportView.m in Sources */ = {isa = PBXBuildFile; fileRef = E83ABEF5280E9AD800322EE4 /* MessageContentUnSupportView.m */; }; - E83ABEF9280EAF3F00322EE4 /* MessageContentOpenLiveView.m in Sources */ = {isa = PBXBuildFile; fileRef = E83ABEF8280EAF3F00322EE4 /* MessageContentOpenLiveView.m */; }; - E83ABEFD280EB5E200322EE4 /* ContentOpenLiveInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E83ABEFC280EB5E200322EE4 /* ContentOpenLiveInfoModel.m */; }; - E83ABF00280EC45700322EE4 /* MessageContentApplicationShareView.m in Sources */ = {isa = PBXBuildFile; fileRef = E83ABEFF280EC45700322EE4 /* MessageContentApplicationShareView.m */; }; - E83ABF03280EC90C00322EE4 /* ContentApplicationShareModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E83ABF02280EC90C00322EE4 /* ContentApplicationShareModel.m */; }; - E83ABF06280EDE2B00322EE4 /* MessageContentLevelUpgradeView.m in Sources */ = {isa = PBXBuildFile; fileRef = E83ABF05280EDE2B00322EE4 /* MessageContentLevelUpgradeView.m */; }; - E83DB47A27462C4500D8CBD1 /* XPGiftBigPrizeModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E83DB47927462C4500D8CBD1 /* XPGiftBigPrizeModel.m */; }; - E83DB481274649FB00D8CBD1 /* XPGiftBannerUserInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E83DB480274649FB00D8CBD1 /* XPGiftBannerUserInfoModel.m */; }; - E83DB4842746661800D8CBD1 /* XPRoomGiftBroadcastView.m in Sources */ = {isa = PBXBuildFile; fileRef = E83DB4832746661800D8CBD1 /* XPRoomGiftBroadcastView.m */; }; - E8412F9627795E34006E1101 /* XPRoomInviteFansView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8412F9527795E34006E1101 /* XPRoomInviteFansView.m */; }; - E8412F9927799249006E1101 /* InviteFansModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8412F9827799249006E1101 /* InviteFansModel.m */; }; - E8412FA22779BE8F006E1101 /* XPRoomSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8412FA12779BE8F006E1101 /* XPRoomSettingViewController.m */; }; - E8412FA62779BED1006E1101 /* XPRoomSettingTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8412FA52779BED1006E1101 /* XPRoomSettingTableViewCell.m */; }; - E8412FA92779C2ED006E1101 /* XPRoomSettingItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8412FA82779C2ED006E1101 /* XPRoomSettingItemModel.m */; }; - E8412FB02779CB4D006E1101 /* XPRoomSettingPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8412FAF2779CB4D006E1101 /* XPRoomSettingPresenter.m */; }; - E8412FB32779E285006E1101 /* Api+RoomSetting.m in Sources */ = {isa = PBXBuildFile; fileRef = E8412FB22779E285006E1101 /* Api+RoomSetting.m */; }; - E84150BB27747BAF00A7F548 /* XPFirstRechargePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E84150BA27747BAF00A7F548 /* XPFirstRechargePresenter.m */; }; - E84150BF27747BD300A7F548 /* Api+FirstRecharge.m in Sources */ = {isa = PBXBuildFile; fileRef = E84150BE27747BD300A7F548 /* Api+FirstRecharge.m */; }; - E84150C227747BF700A7F548 /* FirstRechargeModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E84150C127747BF700A7F548 /* FirstRechargeModel.m */; }; - E84150C527747E0900A7F548 /* FirstRechargeRewardModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E84150C427747E0900A7F548 /* FirstRechargeRewardModel.m */; }; - E841ED61280FB0BD00904808 /* ContentLevelUpgradeModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E841ED60280FB0BD00904808 /* ContentLevelUpgradeModel.m */; }; - E84843AF27F59E7E0050D365 /* XPRoomPKResultView.m in Sources */ = {isa = PBXBuildFile; fileRef = E84843AE27F59E7E0050D365 /* XPRoomPKResultView.m */; }; - E84843B227F5A0740050D365 /* XPRomPKResultTitleLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = E84843B127F5A0740050D365 /* XPRomPKResultTitleLabel.m */; }; - E84A2E892A527DF800D6AF8A /* XPIncomeRecordVC.m in Sources */ = {isa = PBXBuildFile; fileRef = E84A2E812A527DF800D6AF8A /* XPIncomeRecordVC.m */; }; - E84A2E8A2A527DF800D6AF8A /* XPExchangeDiamondsVC.m in Sources */ = {isa = PBXBuildFile; fileRef = E84A2E822A527DF800D6AF8A /* XPExchangeDiamondsVC.m */; }; - E84A2E8B2A527DF800D6AF8A /* XPIncomeRecordGoldDetailsVC.m in Sources */ = {isa = PBXBuildFile; fileRef = E84A2E842A527DF800D6AF8A /* XPIncomeRecordGoldDetailsVC.m */; }; - E84A2E932A527EC800D6AF8A /* XPIncomeRecordPresent.m in Sources */ = {isa = PBXBuildFile; fileRef = E84A2E912A527EC700D6AF8A /* XPIncomeRecordPresent.m */; }; - E84A2E962A5280F900D6AF8A /* XPExchangeDiamondsView.m in Sources */ = {isa = PBXBuildFile; fileRef = E84A2E942A5280F900D6AF8A /* XPExchangeDiamondsView.m */; }; - E84A2E992A52817E00D6AF8A /* XPIncomeRecordView.m in Sources */ = {isa = PBXBuildFile; fileRef = E84A2E982A52817E00D6AF8A /* XPIncomeRecordView.m */; }; - E84A2E9C2A52823900D6AF8A /* XPTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = E84A2E9B2A52823900D6AF8A /* XPTextField.m */; }; - E84A2E9F2A5287D200D6AF8A /* XPIncomeRecordGoldDetailsView.m in Sources */ = {isa = PBXBuildFile; fileRef = E84A2E9D2A5287D200D6AF8A /* XPIncomeRecordGoldDetailsView.m */; }; - E84A2EA22A52883000D6AF8A /* XPIncomeRecordGoldDetailsTimeView.m in Sources */ = {isa = PBXBuildFile; fileRef = E84A2EA02A52883000D6AF8A /* XPIncomeRecordGoldDetailsTimeView.m */; }; - E84A2EA52A5288CB00D6AF8A /* XPGoldDetailsChooseRoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = E84A2EA42A5288CB00D6AF8A /* XPGoldDetailsChooseRoomView.m */; }; - E84A2EA82A5288FD00D6AF8A /* XPGoldDetailsChooseRoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E84A2EA72A5288FD00D6AF8A /* XPGoldDetailsChooseRoomCell.m */; }; - E84A2EAB2A528A4100D6AF8A /* XPIncomeRecordGoldDetailsPickViewView.m in Sources */ = {isa = PBXBuildFile; fileRef = E84A2EA92A528A4100D6AF8A /* XPIncomeRecordGoldDetailsPickViewView.m */; }; - E84B0E3F2727EDF6008818C6 /* XPRoomMessageTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E84B0E3E2727EDF6008818C6 /* XPRoomMessageTableViewCell.m */; }; - E84B0E422727EE0A008818C6 /* XPRoomMessageHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = E84B0E412727EE0A008818C6 /* XPRoomMessageHeaderView.m */; }; - E84B0E462727EF9D008818C6 /* XPRoomMessageParser.m in Sources */ = {isa = PBXBuildFile; fileRef = E84B0E452727EF9D008818C6 /* XPRoomMessageParser.m */; }; - E84BF7CA277AF79D00EF8877 /* XPRoomSettingTagCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E84BF7C9277AF79D00EF8877 /* XPRoomSettingTagCell.m */; }; - E84BF7D1277BFCDD00EF8877 /* RoomTagModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E84BF7D0277BFCDD00EF8877 /* RoomTagModel.m */; }; - E84BF7D4277C383700EF8877 /* XPRoomSettingInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = E84BF7D3277C383700EF8877 /* XPRoomSettingInputView.m */; }; - E84BF7D7277C6E2100EF8877 /* XPRoomRoleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E84BF7D6277C6E2100EF8877 /* XPRoomRoleViewController.m */; }; - E84BF7DA277C72AC00EF8877 /* XPRoomRoleTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E84BF7D9277C72AC00EF8877 /* XPRoomRoleTableViewCell.m */; }; - E84BF7DD277C765400EF8877 /* XPRoomRoleEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E84BF7DC277C765400EF8877 /* XPRoomRoleEmptyTableViewCell.m */; }; - E84BF7E0277C869A00EF8877 /* XPRoomOnLineViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E84BF7DF277C869A00EF8877 /* XPRoomOnLineViewController.m */; }; - E84CBCE128436D3C00D43221 /* XPMineContactViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E84CBCE028436D3C00D43221 /* XPMineContactViewController.m */; }; - E84CBCE4284372D800D43221 /* XPRoomHalfMessageView.m in Sources */ = {isa = PBXBuildFile; fileRef = E84CBCE3284372D800D43221 /* XPRoomHalfMessageView.m */; }; - E84CBCE72843807500D43221 /* XPMineFriendPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E84CBCE62843807400D43221 /* XPMineFriendPresenter.m */; }; - E852D73B286317F0001465ED /* XPMomentsDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E852D73A286317F0001465ED /* XPMomentsDetailViewController.m */; }; - E852D73E28631C18001465ED /* XPMonentsCommentTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E852D73D28631C18001465ED /* XPMonentsCommentTableViewCell.m */; }; - E852D7412863249F001465ED /* XPMonentsReplyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E852D7402863249F001465ED /* XPMonentsReplyTableViewCell.m */; }; - E852D74428633A08001465ED /* MonentsCommentModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E852D74328633A08001465ED /* MonentsCommentModel.m */; }; - E852D74728633E92001465ED /* MonentsCommentReplyModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E852D74628633E92001465ED /* MonentsCommentReplyModel.m */; }; - E85410352864155A005CFD9F /* XPMonentDetailPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85410342864155A005CFD9F /* XPMonentDetailPresenter.m */; }; - E854103928646A00005CFD9F /* XPMonentsReplyMoreTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E854103828646A00005CFD9F /* XPMonentsReplyMoreTableViewCell.m */; }; - E855515B280559FE005F293F /* NSDate+DateUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E855515A280559FE005F293F /* NSDate+DateUtils.m */; }; - E85E3FA728B7A6F000268DC8 /* MessageContentMonentsView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E3FA628B7A6F000268DC8 /* MessageContentMonentsView.m */; }; - E85E7B012A4EB0D200B6D00A /* XPSuperAdminSetPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A402A4EB0D200B6D00A /* XPSuperAdminSetPresenter.m */; }; - E85E7B022A4EB0D200B6D00A /* XPSuperAdminManagerRoomPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A412A4EB0D200B6D00A /* XPSuperAdminManagerRoomPresenter.m */; }; - E85E7B032A4EB0D200B6D00A /* XPGuildIncomePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A452A4EB0D200B6D00A /* XPGuildIncomePresenter.m */; }; - E85E7B042A4EB0D200B6D00A /* XPGuildIncomeDetailPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A462A4EB0D200B6D00A /* XPGuildIncomeDetailPresenter.m */; }; - E85E7B052A4EB0D200B6D00A /* XPClanPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A492A4EB0D200B6D00A /* XPClanPresenter.m */; }; - E85E7B062A4EB0D200B6D00A /* XPGuildSearchPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A4A2A4EB0D200B6D00A /* XPGuildSearchPresenter.m */; }; - E85E7B072A4EB0D200B6D00A /* XPGuildPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A4B2A4EB0D200B6D00A /* XPGuildPresenter.m */; }; - E85E7B082A4EB0D200B6D00A /* XPMineManagerSetPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A4D2A4EB0D200B6D00A /* XPMineManagerSetPresenter.m */; }; - E85E7B092A4EB0D200B6D00A /* XPGuildRemoveMemberPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A4E2A4EB0D200B6D00A /* XPGuildRemoveMemberPresenter.m */; }; - E85E7B0A2A4EB0D200B6D00A /* XPGuildManagerPerPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A502A4EB0D200B6D00A /* XPGuildManagerPerPresenter.m */; }; - E85E7B0B2A4EB0D200B6D00A /* XPGuildSetNamePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A512A4EB0D200B6D00A /* XPGuildSetNamePresenter.m */; }; - E85E7B0C2A4EB0D200B6D00A /* XPGuildMangerListPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A532A4EB0D200B6D00A /* XPGuildMangerListPresenter.m */; }; - E85E7B0D2A4EB0D200B6D00A /* GuildSuperAdminInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A702A4EB0D200B6D00A /* GuildSuperAdminInfoModel.m */; }; - E85E7B0E2A4EB0D200B6D00A /* GuildSearchSuperAdminModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A712A4EB0D200B6D00A /* GuildSearchSuperAdminModel.m */; }; - E85E7B0F2A4EB0D200B6D00A /* GuildRoomInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A722A4EB0D200B6D00A /* GuildRoomInfoModel.m */; }; - E85E7B102A4EB0D200B6D00A /* GuildIncomeDetailModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A772A4EB0D200B6D00A /* GuildIncomeDetailModel.m */; }; - E85E7B112A4EB0D200B6D00A /* GuildPersonIncomeRecordModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A782A4EB0D200B6D00A /* GuildPersonIncomeRecordModel.m */; }; - E85E7B122A4EB0D200B6D00A /* GuildIncomeRecordModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A792A4EB0D200B6D00A /* GuildIncomeRecordModel.m */; }; - E85E7B132A4EB0D200B6D00A /* GuildSearchUserInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A7C2A4EB0D200B6D00A /* GuildSearchUserInfoModel.m */; }; - E85E7B142A4EB0D200B6D00A /* GuildAuthModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A7E2A4EB0D200B6D00A /* GuildAuthModel.m */; }; - E85E7B152A4EB0D200B6D00A /* ClanInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A7F2A4EB0D200B6D00A /* ClanInfoModel.m */; }; - E85E7B162A4EB0D200B6D00A /* GuildInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A802A4EB0D200B6D00A /* GuildInfoModel.m */; }; - E85E7B172A4EB0D200B6D00A /* ClanMemberDetailInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A812A4EB0D200B6D00A /* ClanMemberDetailInfoModel.m */; }; - E85E7B182A4EB0D200B6D00A /* ClanDetailInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A822A4EB0D200B6D00A /* ClanDetailInfoModel.m */; }; - E85E7B192A4EB0D200B6D00A /* GuildMessageModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A832A4EB0D200B6D00A /* GuildMessageModel.m */; }; - E85E7B1A2A4EB0D200B6D00A /* XPMineGoldIncomeRecordVC.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A882A4EB0D200B6D00A /* XPMineGoldIncomeRecordVC.m */; }; - E85E7B1B2A4EB0D200B6D00A /* XPMineMainIncomeStatisViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A8A2A4EB0D200B6D00A /* XPMineMainIncomeStatisViewController.m */; }; - E85E7B1C2A4EB0D200B6D00A /* XPMineHallAnchorIncomeStatisViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A8B2A4EB0D200B6D00A /* XPMineHallAnchorIncomeStatisViewController.m */; }; - E85E7B1D2A4EB0D200B6D00A /* XPMineClanIncomeStatisViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A8C2A4EB0D200B6D00A /* XPMineClanIncomeStatisViewController.m */; }; - E85E7B1F2A4EB0D300B6D00A /* XPMineGuildIncomeStatisViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A932A4EB0D200B6D00A /* XPMineGuildIncomeStatisViewController.m */; }; - E85E7B202A4EB0D300B6D00A /* XPMineGuildIncomeDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A942A4EB0D200B6D00A /* XPMineGuildIncomeDetailViewController.m */; }; - E85E7B212A4EB0D300B6D00A /* XPNewMineGuildIncomeRecordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A952A4EB0D200B6D00A /* XPNewMineGuildIncomeRecordViewController.m */; }; - E85E7B222A4EB0D300B6D00A /* XPMineGuildIncomeRecordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A982A4EB0D200B6D00A /* XPMineGuildIncomeRecordViewController.m */; }; - E85E7B232A4EB0D300B6D00A /* XPMineClanViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A9A2A4EB0D200B6D00A /* XPMineClanViewController.m */; }; - E85E7B242A4EB0D300B6D00A /* XPMineGuildSuperAdminSetViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A9E2A4EB0D200B6D00A /* XPMineGuildSuperAdminSetViewController.m */; }; - E85E7B252A4EB0D300B6D00A /* XPMineGuildChooseManagerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7A9F2A4EB0D200B6D00A /* XPMineGuildChooseManagerViewController.m */; }; - E85E7B262A4EB0D300B6D00A /* XPMineGuildViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AA02A4EB0D200B6D00A /* XPMineGuildViewController.m */; }; - E85E7B272A4EB0D300B6D00A /* XPGuildSuperAdminMenuView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AA42A4EB0D200B6D00A /* XPGuildSuperAdminMenuView.m */; }; - E85E7B282A4EB0D300B6D00A /* XPClanMenuView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AA62A4EB0D200B6D00A /* XPClanMenuView.m */; }; - E85E7B292A4EB0D300B6D00A /* XPGuildTimePickView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AA72A4EB0D200B6D00A /* XPGuildTimePickView.m */; }; - E85E7B2A2A4EB0D300B6D00A /* XPGuildTimeMonthPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AAC2A4EB0D200B6D00A /* XPGuildTimeMonthPickerView.m */; }; - E85E7B2B2A4EB0D300B6D00A /* XPNewGuildTimePickView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AAE2A4EB0D200B6D00A /* XPNewGuildTimePickView.m */; }; - E85E7B2C2A4EB0D300B6D00A /* XPClanSectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AB12A4EB0D200B6D00A /* XPClanSectionView.m */; }; - E85E7B2D2A4EB0D300B6D00A /* XPGuildHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AB22A4EB0D200B6D00A /* XPGuildHeaderView.m */; }; - E85E7B2E2A4EB0D300B6D00A /* XPGuildSearchNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AB72A4EB0D200B6D00A /* XPGuildSearchNavView.m */; }; - E85E7B2F2A4EB0D300B6D00A /* XPGoldIncomeSectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AB82A4EB0D200B6D00A /* XPGoldIncomeSectionView.m */; }; - E85E7B302A4EB0D300B6D00A /* XPGuildIncomeHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AB92A4EB0D200B6D00A /* XPGuildIncomeHeaderView.m */; }; - E85E7B312A4EB0D300B6D00A /* XPNewGuildIncomeHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7ABB2A4EB0D200B6D00A /* XPNewGuildIncomeHeaderView.m */; }; - E85E7B322A4EB0D300B6D00A /* XPGuildAnchorIncomeSectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7ABC2A4EB0D200B6D00A /* XPGuildAnchorIncomeSectionView.m */; }; - E85E7B332A4EB0D300B6D00A /* XPGuildIncomeSectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7ABD2A4EB0D200B6D00A /* XPGuildIncomeSectionView.m */; }; - E85E7B342A4EB0D300B6D00A /* XPMineMainGuildListVC.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7ABE2A4EB0D200B6D00A /* XPMineMainGuildListVC.m */; }; - E85E7B352A4EB0D300B6D00A /* XPClanMemberTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AC02A4EB0D200B6D00A /* XPClanMemberTableViewCell.m */; }; - E85E7B362A4EB0D300B6D00A /* XPClanRoomCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AC12A4EB0D200B6D00A /* XPClanRoomCollectionViewCell.m */; }; - E85E7B372A4EB0D300B6D00A /* XPMineGuildListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AC32A4EB0D200B6D00A /* XPMineGuildListCell.m */; }; - E85E7B382A4EB0D300B6D00A /* XPMineGuildSearchMemberTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AC52A4EB0D200B6D00A /* XPMineGuildSearchMemberTableViewCell.m */; }; - E85E7B392A4EB0D300B6D00A /* XPGuildChooseManagerRoomTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7ACA2A4EB0D200B6D00A /* XPGuildChooseManagerRoomTableViewCell.m */; }; - E85E7B3A2A4EB0D300B6D00A /* XPGuildSuperAdminSetTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7ACB2A4EB0D200B6D00A /* XPGuildSuperAdminSetTableViewCell.m */; }; - E85E7B3B2A4EB0D300B6D00A /* XPGuildSearchSuperAdminTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7ACC2A4EB0D200B6D00A /* XPGuildSearchSuperAdminTableViewCell.m */; }; - E85E7B3C2A4EB0D300B6D00A /* XPGuildSuperAdminRoomCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7ACD2A4EB0D200B6D00A /* XPGuildSuperAdminRoomCollectionViewCell.m */; }; - E85E7B3D2A4EB0D300B6D00A /* XPGuildIncomeDetailCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AD22A4EB0D200B6D00A /* XPGuildIncomeDetailCollectionViewCell.m */; }; - E85E7B3E2A4EB0D300B6D00A /* XPGuildIncomeRecordTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AD32A4EB0D200B6D00A /* XPGuildIncomeRecordTableViewCell.m */; }; - E85E7B3F2A4EB0D300B6D00A /* XPGuildSingleRoomIncomeTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AD52A4EB0D200B6D00A /* XPGuildSingleRoomIncomeTableViewCell.m */; }; - E85E7B402A4EB0D300B6D00A /* XPGuildPersonIncomeTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AD72A4EB0D200B6D00A /* XPGuildPersonIncomeTableViewCell.m */; }; - E85E7B412A4EB0D300B6D00A /* XPMineGuildEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7ADC2A4EB0D200B6D00A /* XPMineGuildEmptyTableViewCell.m */; }; - E85E7B422A4EB0D300B6D00A /* XPMinePromptWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AE02A4EB0D200B6D00A /* XPMinePromptWindow.m */; }; - E85E7B432A4EB0D300B6D00A /* XPMineExchangeAuthorityHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AE22A4EB0D200B6D00A /* XPMineExchangeAuthorityHeadView.m */; }; - E85E7B442A4EB0D300B6D00A /* XPMineExchangeAuthorityCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AE32A4EB0D200B6D00A /* XPMineExchangeAuthorityCell.m */; }; - E85E7B452A4EB0D300B6D00A /* XPMineExchangeAuthorityFooderView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AE62A4EB0D200B6D00A /* XPMineExchangeAuthorityFooderView.m */; }; - E85E7B462A4EB0D300B6D00A /* XPGuildEmptyCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AE72A4EB0D200B6D00A /* XPGuildEmptyCollectionViewCell.m */; }; - E85E7B472A4EB0D300B6D00A /* XPMineGuildManagerPerTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AE92A4EB0D200B6D00A /* XPMineGuildManagerPerTableViewCell.m */; }; - E85E7B492A4EB0D300B6D00A /* XPMineGuildSearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AED2A4EB0D200B6D00A /* XPMineGuildSearchViewController.m */; }; - E85E7B4A2A4EB0D300B6D00A /* XPMineMangerListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AF12A4EB0D200B6D00A /* XPMineMangerListViewController.m */; }; - E85E7B4B2A4EB0D300B6D00A /* XPMineGuildManagerSetViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AF32A4EB0D200B6D00A /* XPMineGuildManagerSetViewController.m */; }; - E85E7B4C2A4EB0D300B6D00A /* XPMineGuildManagerPerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AF42A4EB0D200B6D00A /* XPMineGuildManagerPerViewController.m */; }; - E85E7B4D2A4EB0D300B6D00A /* XPMineGuildRemoveMemberViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AF62A4EB0D200B6D00A /* XPMineGuildRemoveMemberViewController.m */; }; - E85E7B4E2A4EB0D300B6D00A /* XPMineGuildSetNameViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AF82A4EB0D200B6D00A /* XPMineGuildSetNameViewController.m */; }; - E85E7B4F2A4EB0D300B6D00A /* XPMineExchangeAuthorityVC.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AFA2A4EB0D200B6D00A /* XPMineExchangeAuthorityVC.m */; }; - E85E7B502A4EB0D300B6D00A /* XPMineGuildListVC.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AFD2A4EB0D200B6D00A /* XPMineGuildListVC.m */; }; - E85E7B512A4EB0D300B6D00A /* Api+Guild.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AFF2A4EB0D200B6D00A /* Api+Guild.m */; }; - E85E7B542A4EB4AD00B6D00A /* XPMineGuildListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B532A4EB4AD00B6D00A /* XPMineGuildListModel.m */; }; - E85E7B642A4EC35A00B6D00A /* XPIncomeRecordModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B5E2A4EC35A00B6D00A /* XPIncomeRecordModel.m */; }; - E85E7B652A4EC35A00B6D00A /* XPExchangeDiamondsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B5F2A4EC35A00B6D00A /* XPExchangeDiamondsModel.m */; }; - E85E7B662A4EC35A00B6D00A /* XPIncomeRecordGoldDetailsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B602A4EC35A00B6D00A /* XPIncomeRecordGoldDetailsModel.m */; }; - E85E7B6B2A4EC39400B6D00A /* XPMineExchangeAuthorityModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B692A4EC39400B6D00A /* XPMineExchangeAuthorityModel.m */; }; - E85E7B6E2A4EC4AE00B6D00A /* XPMineGuildPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B6C2A4EC4AE00B6D00A /* XPMineGuildPresenter.m */; }; - E85E7B9F2A4EC99300B6D00A /* XPMineGiveDiamondPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B752A4EC99200B6D00A /* XPMineGiveDiamondPresenter.m */; }; - E85E7BA02A4EC99300B6D00A /* XPMineGiveDiamondDetailsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B7A2A4EC99200B6D00A /* XPMineGiveDiamondDetailsModel.m */; }; - E85E7BA12A4EC99300B6D00A /* XPMineGiveDiamondModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B7B2A4EC99200B6D00A /* XPMineGiveDiamondModel.m */; }; - E85E7BA22A4EC99300B6D00A /* XPMineGiveDiamondSearchModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B7F2A4EC99200B6D00A /* XPMineGiveDiamondSearchModel.m */; }; - E85E7BA32A4EC99300B6D00A /* XPMineGiveDiamondDetailsVC.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B832A4EC99200B6D00A /* XPMineGiveDiamondDetailsVC.m */; }; - E85E7BA42A4EC99300B6D00A /* XPMineGiveDiamondCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B862A4EC99200B6D00A /* XPMineGiveDiamondCell.m */; }; - E85E7BA52A4EC99300B6D00A /* XPMineChooseGiveDiamondView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B872A4EC99200B6D00A /* XPMineChooseGiveDiamondView.m */; }; - E85E7BA62A4EC99300B6D00A /* XPMineGiveDiamondSearchView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B892A4EC99200B6D00A /* XPMineGiveDiamondSearchView.m */; }; - E85E7BA72A4EC99300B6D00A /* XPMineGiveDiamondPasswordView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B8A2A4EC99200B6D00A /* XPMineGiveDiamondPasswordView.m */; }; - E85E7BA82A4EC99300B6D00A /* XPMineChooseGiveGiftViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B922A4EC99200B6D00A /* XPMineChooseGiveGiftViewCell.m */; }; - E85E7BA92A4EC99300B6D00A /* XPMineConfirmGiveDiamondView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B952A4EC99200B6D00A /* XPMineConfirmGiveDiamondView.m */; }; - E85E7BAA2A4EC99300B6D00A /* XPMineGiveDiamondPwdView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B962A4EC99200B6D00A /* XPMineGiveDiamondPwdView.m */; }; - E85E7BAB2A4EC99300B6D00A /* XPMineChooseGiveGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B972A4EC99200B6D00A /* XPMineChooseGiveGiftView.m */; }; - E85E7BAC2A4EC99300B6D00A /* XPMineGiveDiamondDetailsView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B982A4EC99200B6D00A /* XPMineGiveDiamondDetailsView.m */; }; - E85E7BAD2A4EC99300B6D00A /* XPMineGiveDiamondDetailsCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B992A4EC99200B6D00A /* XPMineGiveDiamondDetailsCell.m */; }; - E85E7BAE2A4EC99300B6D00A /* XPMineGiveDiamondVC.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B9A2A4EC99200B6D00A /* XPMineGiveDiamondVC.m */; }; - E85E7BAF2A4EC99300B6D00A /* XPMineChooseGiveDiamondVC.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B9B2A4EC99200B6D00A /* XPMineChooseGiveDiamondVC.m */; }; - E85E7BB02A4EC99300B6D00A /* Api+GiveDiamond.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B9E2A4EC99200B6D00A /* Api+GiveDiamond.m */; }; - E85E7BB32A4ED45300B6D00A /* XPPageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7BB22A4ED45300B6D00A /* XPPageControl.m */; }; - E85E7BB62A4ED59900B6D00A /* XPIncomeRecordGoldDetailsCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7BB52A4ED59900B6D00A /* XPIncomeRecordGoldDetailsCell.m */; }; - E85E7BB92A4ED89F00B6D00A /* XPIncomeRecordGoldDetailsHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7BB82A4ED89F00B6D00A /* XPIncomeRecordGoldDetailsHeadView.m */; }; - E85E7BBC2A4EE70B00B6D00A /* XPMineTheGuildCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7BBB2A4EE70B00B6D00A /* XPMineTheGuildCell.m */; }; - E85E7BBF2A4EE7AC00B6D00A /* XPMinePersonalCenterCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7BBE2A4EE7AC00B6D00A /* XPMinePersonalCenterCell.m */; }; - E85E7BC22A4EE82300B6D00A /* XPMineListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7BC12A4EE82300B6D00A /* XPMineListCell.m */; }; - E86507E5281A7D4D006951B0 /* MessageContentTweetView.m in Sources */ = {isa = PBXBuildFile; fileRef = E86507E4281A7D4D006951B0 /* MessageContentTweetView.m */; }; - E86507E8281A8212006951B0 /* ContentTweetModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E86507E7281A8212006951B0 /* ContentTweetModel.m */; }; - E86507EB281A88A9006951B0 /* MessageContentSkillCardView.m in Sources */ = {isa = PBXBuildFile; fileRef = E86507EA281A88A9006951B0 /* MessageContentSkillCardView.m */; }; - E86596432701611A00846EBD /* UIImage+ImageEffects.m in Sources */ = {isa = PBXBuildFile; fileRef = E86596412701611A00846EBD /* UIImage+ImageEffects.m */; }; - E86596512701A1C000846EBD /* StatisticsService.m in Sources */ = {isa = PBXBuildFile; fileRef = E86596502701A1C000846EBD /* StatisticsService.m */; }; - E86596542701A55500846EBD /* StatisticsServiceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = E86596532701A55500846EBD /* StatisticsServiceHelper.m */; }; - E8659909273E800D00EE349D /* XPGiftCollectionViewFlowLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = E8659908273E800D00EE349D /* XPGiftCollectionViewFlowLayout.m */; }; - E8664ED027E42238000171BA /* XPRoomPKTimePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8664ECF27E42238000171BA /* XPRoomPKTimePickerView.m */; }; - E8664ED327E4258A000171BA /* RoomPKTimeItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8664ED227E4258A000171BA /* RoomPKTimeItemModel.m */; }; - E8664ED627E434D5000171BA /* XPRoomPKRecordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8664ED527E434D5000171BA /* XPRoomPKRecordViewController.m */; }; - E8664ED927E4355C000171BA /* XPRoomPKRecordTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8664ED827E4355C000171BA /* XPRoomPKRecordTableViewCell.m */; }; - E8664EDC27E43632000171BA /* XPRoomPKEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8664EDB27E43632000171BA /* XPRoomPKEmptyTableViewCell.m */; }; - E8664EDF27E45EC7000171BA /* XPRoomPKRecordPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8664EDE27E45EC7000171BA /* XPRoomPKRecordPresenter.m */; }; - E8664EE327E47711000171BA /* XPRoomPKRecordNickView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8664EE227E47711000171BA /* XPRoomPKRecordNickView.m */; }; - E8664EE627E482EF000171BA /* RoomPKTeamModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8664EE527E482EF000171BA /* RoomPKTeamModel.m */; }; - E866B6E52759F96F009B002A /* XPMiniRoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = E866B6E42759F96F009B002A /* XPMiniRoomView.m */; }; - E8680718271967B00024F48F /* MicroView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8680717271967B00024F48F /* MicroView.m */; }; - E86A16BF2856D4D5004228B8 /* XPSessionFindNewGreetListView.m in Sources */ = {isa = PBXBuildFile; fileRef = E86A16BE2856D4D5004228B8 /* XPSessionFindNewGreetListView.m */; }; - E86A16C22856D635004228B8 /* XPSessionFindNewGreetTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E86A16C12856D635004228B8 /* XPSessionFindNewGreetTableViewCell.m */; }; - E86A16C52856DBEC004228B8 /* FindNewGreetListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E86A16C42856DBEC004228B8 /* FindNewGreetListModel.m */; }; - E86E79CD28A4E045006DAF48 /* MessageContentRiskAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = E86E79CC28A4E045006DAF48 /* MessageContentRiskAlertView.m */; }; - E86E79D028A4E0B2006DAF48 /* ContentRistAlertModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E86E79CF28A4E0B2006DAF48 /* ContentRistAlertModel.m */; }; - E86E79D328A4E94E006DAF48 /* SessionRiskView.m in Sources */ = {isa = PBXBuildFile; fileRef = E86E79D228A4E94E006DAF48 /* SessionRiskView.m */; }; - E86E79D628A4EA0C006DAF48 /* SessionRiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E86E79D528A4EA0C006DAF48 /* SessionRiskCache.m */; }; - E86F6185284F4E4800E8EC9A /* RoomHalfHourRankModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E86F6184284F4E4800E8EC9A /* RoomHalfHourRankModel.m */; }; - E872309326E8D31500B90D4F /* LoginVerifCodeView.m in Sources */ = {isa = PBXBuildFile; fileRef = E872309226E8D31500B90D4F /* LoginVerifCodeView.m */; }; - E873EB02280922720071030D /* XPMineUserInfoEmptyCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E873EB01280922720071030D /* XPMineUserInfoEmptyCollectionViewCell.m */; }; - E873EB05280943ED0071030D /* XPMineUserInfoGiftWallPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E873EB04280943ED0071030D /* XPMineUserInfoGiftWallPresenter.m */; }; - E873EB09280960990071030D /* XPMineUserInfoVoiceCardView.m in Sources */ = {isa = PBXBuildFile; fileRef = E873EB08280960990071030D /* XPMineUserInfoVoiceCardView.m */; }; - E873EB0C2809850D0071030D /* MessageContentCustomView.m in Sources */ = {isa = PBXBuildFile; fileRef = E873EB0B2809850D0071030D /* MessageContentCustomView.m */; }; - E873EB0F28098D500071030D /* MessageContentGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = E873EB0E28098D500071030D /* MessageContentGiftView.m */; }; - E874B88827215D39003954B9 /* MicroStateModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E874B88727215D39003954B9 /* MicroStateModel.m */; }; - E874B88B27215EAF003954B9 /* MicroQueueModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E874B88A27215EAF003954B9 /* MicroQueueModel.m */; }; - E8751E5928A62A390056EF44 /* Api+Sailing.m in Sources */ = {isa = PBXBuildFile; fileRef = E8751E5828A62A390056EF44 /* Api+Sailing.m */; }; - E8751E5C28A62A530056EF44 /* XPSailingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8751E5B28A62A530056EF44 /* XPSailingViewController.m */; }; - E8751E5F28A62A970056EF44 /* XPSailingPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8751E5E28A62A970056EF44 /* XPSailingPresenter.m */; }; - E8751E6328A646400056EF44 /* XPSailingRankView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8751E6228A646400056EF44 /* XPSailingRankView.m */; }; - E8751E6628A6465A0056EF44 /* XPSailingRankSubView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8751E6528A6465A0056EF44 /* XPSailingRankSubView.m */; }; - E8751E6B28A64C6E0056EF44 /* XPSailingRankTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8751E6A28A64C6E0056EF44 /* XPSailingRankTableViewCell.m */; }; - E8751E6E28A64F990056EF44 /* XPSailingEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8751E6D28A64F990056EF44 /* XPSailingEmptyTableViewCell.m */; }; - E8751E7128A6541B0056EF44 /* RoomSailingRankModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8751E7028A6541B0056EF44 /* RoomSailingRankModel.m */; }; - E8751E7428A665BC0056EF44 /* RoomSailingInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8751E7328A665BC0056EF44 /* RoomSailingInfoModel.m */; }; - E875A1B829755EE200AB1BBD /* SessionUserInfoTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E875A1B729755EE200AB1BBD /* SessionUserInfoTableViewCell.m */; }; - E875FA8727D619820086ED04 /* ClientDataModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E875FA8627D619820086ED04 /* ClientDataModel.m */; }; - E8778AE12988B4C300CF139B /* MessageRevokeModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8778AE02988B4C300CF139B /* MessageRevokeModel.m */; }; - E8778AE42988B57B00CF139B /* MessageContentRevokeView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8778AE32988B57B00CF139B /* MessageContentRevokeView.m */; }; - E8778AE72988C1E000CF139B /* XPSessionHelloEnterView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8778AE62988C1E000CF139B /* XPSessionHelloEnterView.m */; }; - E8778AF02988EF0600CF139B /* XPSessionSayHelloViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8778AEF2988EF0600CF139B /* XPSessionSayHelloViewController.m */; }; - E8778AF52988EF2B00CF139B /* XPSessionSayHelloTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8778AF42988EF2B00CF139B /* XPSessionSayHelloTableViewCell.m */; }; - E8778AF82988F4E200CF139B /* XPSessionSayHelloHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8778AF72988F4E200CF139B /* XPSessionSayHelloHeaderView.m */; }; - E8778AFB2989034200CF139B /* XPSessionSayHelloEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8778AFA2989034200CF139B /* XPSessionSayHelloEmptyTableViewCell.m */; }; - E877A7EB2783E24700EFACED /* DatingStageView.m in Sources */ = {isa = PBXBuildFile; fileRef = E877A7EA2783E24700EFACED /* DatingStageView.m */; }; - E877A7EE278428FB00EFACED /* MicroDatingProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = E877A7ED278428FB00EFACED /* MicroDatingProgressView.m */; }; - E87888F42738C30E00BF1D57 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E87888F32738C30E00BF1D57 /* StoreKit.framework */; }; - E8788934273A53D700BF1D57 /* XPSendGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8788933273A53D700BF1D57 /* XPSendGiftView.m */; }; - E878893C273A54C300BF1D57 /* Api+Gift.m in Sources */ = {isa = PBXBuildFile; fileRef = E878893B273A54C300BF1D57 /* Api+Gift.m */; }; - E878893F273A54F500BF1D57 /* XPGiftPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E878893E273A54F500BF1D57 /* XPGiftPresenter.m */; }; - E8788942273A55AD00BF1D57 /* XPGiftUsersView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8788941273A55AD00BF1D57 /* XPGiftUsersView.m */; }; - E8788945273A55C200BF1D57 /* XPGiftInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8788944273A55C200BF1D57 /* XPGiftInfoView.m */; }; - E8788948273A55D000BF1D57 /* XPGiftBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8788947273A55D000BF1D57 /* XPGiftBarView.m */; }; - E878894C273A607C00BF1D57 /* XPGiftUserCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E878894B273A607C00BF1D57 /* XPGiftUserCollectionViewCell.m */; }; - E8788950273A699900BF1D57 /* ThemeColor+SendGift.m in Sources */ = {isa = PBXBuildFile; fileRef = E878894F273A699900BF1D57 /* ThemeColor+SendGift.m */; }; - E878B8582835F0D300E22DCF /* MonentsInteractiveModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E878B8572835F0D300E22DCF /* MonentsInteractiveModel.m */; }; - E878B85B2835F3BF00E22DCF /* XPMonentsInteractiveTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E878B85A2835F3BF00E22DCF /* XPMonentsInteractiveTableViewCell.m */; }; - E878B85E283640A500E22DCF /* MonentsUnReadModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E878B85D283640A500E22DCF /* MonentsUnReadModel.m */; }; - E87A24F1272935920086A794 /* XPMessageRemoteExtModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87A24F0272935920086A794 /* XPMessageRemoteExtModel.m */; }; - E87A27032758BC81002DDC7A /* XPRoomSearchContainerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E87A27022758BC81002DDC7A /* XPRoomSearchContainerViewController.m */; }; - E87AE7F9277AABE50037823A /* XPRoomTagListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E87AE7F8277AABE50037823A /* XPRoomTagListViewController.m */; }; - E87AE7FC277AAC450037823A /* XPRoomTagPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E87AE7FB277AAC450037823A /* XPRoomTagPresenter.m */; }; - E87AE8C1284E184300CAFBB3 /* RoomNewUserGreetModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87AE8C0284E184300CAFBB3 /* RoomNewUserGreetModel.m */; }; - E87AE8C5284E1A8400CAFBB3 /* XPRoomNewUserGreetView.m in Sources */ = {isa = PBXBuildFile; fileRef = E87AE8C4284E1A8400CAFBB3 /* XPRoomNewUserGreetView.m */; }; - E87C0A9D27D9986700CB2241 /* XPRoomFaceCollectionFlowLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = E87C0A9C27D9986700CB2241 /* XPRoomFaceCollectionFlowLayout.m */; }; - E87C0AA027D9DE6400CB2241 /* RoomFaceSendInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87C0A9F27D9DE6400CB2241 /* RoomFaceSendInfoModel.m */; }; - E87C54BE2823CC5B0051AA11 /* XPMineResetLoginPwdPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E87C54BD2823CC5B0051AA11 /* XPMineResetLoginPwdPresenter.m */; }; - E87DF4B02A429B32009C1185 /* XPFirstRechargeView.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4AE2A429B32009C1185 /* XPFirstRechargeView.m */; }; - E87DF4B32A429C6E009C1185 /* FirstChargeRoomWindowModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4B22A429C6E009C1185 /* FirstChargeRoomWindowModel.m */; }; - E87DF4B72A42C2FD009C1185 /* XPFirstRechargeCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4B52A42C2FD009C1185 /* XPFirstRechargeCollectionView.m */; }; - E87DF4BF2A42C8C1009C1185 /* HomeTagModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4BE2A42C8C1009C1185 /* HomeTagModel.m */; }; - E87DF4C22A42C900009C1185 /* XPNoteView.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4C12A42C900009C1185 /* XPNoteView.m */; }; - E87DF4CC2A42C960009C1185 /* HomeBannerInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4CB2A42C960009C1185 /* HomeBannerInfoModel.m */; }; - E87DF4D42A42C9B1009C1185 /* HomeRecommendRoomModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4D32A42C9B1009C1185 /* HomeRecommendRoomModel.m */; }; - E87DF4D72A42C9C3009C1185 /* HomePlayRoomModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4D52A42C9C3009C1185 /* HomePlayRoomModel.m */; }; - E87DF4DA2A42C9D9009C1185 /* HomeCollectRoomModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4D82A42C9D8009C1185 /* HomeCollectRoomModel.m */; }; - E87DF4DD2A42CA12009C1185 /* HomeSearchResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4DB2A42CA12009C1185 /* HomeSearchResultModel.m */; }; - E87DF4E42A42CAD2009C1185 /* XPHomeSearchNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4E22A42CAD2009C1185 /* XPHomeSearchNavView.m */; }; - E87DF4E72A42CB00009C1185 /* XPHomePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4E52A42CAFF009C1185 /* XPHomePresenter.m */; }; - E87DF4EC2A42CB60009C1185 /* XPSearchListTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4EA2A42CB60009C1185 /* XPSearchListTableViewCell.m */; }; - E87DF4EF2A42CB90009C1185 /* XPHomeCollectRoomTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4EE2A42CB90009C1185 /* XPHomeCollectRoomTableViewCell.m */; }; - E87DF4F22A42CBEC009C1185 /* XPHomeUserView.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4F02A42CBEC009C1185 /* XPHomeUserView.m */; }; - E87DF4F52A42CC49009C1185 /* HomeMenuInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4F42A42CC49009C1185 /* HomeMenuInfoModel.m */; }; - E87DF4F82A42CCAB009C1185 /* XPHomeSearchRelateView.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4F62A42CCAB009C1185 /* XPHomeSearchRelateView.m */; }; - E87DF4FB2A42CCDE009C1185 /* XPHomeRedommendCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4FA2A42CCDE009C1185 /* XPHomeRedommendCollectionViewCell.m */; }; - E87DF4FE2A42CD7E009C1185 /* XPRoomSearchRecommendHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4FC2A42CD7D009C1185 /* XPRoomSearchRecommendHeadView.m */; }; - E87DF5022A42CDF1009C1185 /* XPHomeAttentionCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF5012A42CDF1009C1185 /* XPHomeAttentionCollectionViewCell.m */; }; - E87DF5052A42CE21009C1185 /* XPHomeSearchRecordCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF5042A42CE21009C1185 /* XPHomeSearchRecordCell.m */; }; - E87DF5082A42CE79009C1185 /* XPInRoomRecordPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF5072A42CE79009C1185 /* XPInRoomRecordPresenter.m */; }; - E87DF50B2A42CEC9009C1185 /* HomeEveryOneSearchModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF50A2A42CEC9009C1185 /* HomeEveryOneSearchModel.m */; }; - E87DF50E2A42CF15009C1185 /* HomeLiveRoomModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87DF50D2A42CF15009C1185 /* HomeLiveRoomModel.m */; }; - E87E545429AA05EA00EBE52B /* XPFootPrintNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E545329AA05EA00EBE52B /* XPFootPrintNavView.m */; }; - E87E62592A3F560B002F68C9 /* XPHomePartyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E62562A3F560A002F68C9 /* XPHomePartyViewController.m */; }; - E87E625A2A3F560B002F68C9 /* XPHomeRecommendViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E62582A3F560A002F68C9 /* XPHomeRecommendViewController.m */; }; - E87E625D2A3F5622002F68C9 /* XPNewHomeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E625C2A3F5622002F68C9 /* XPNewHomeViewController.m */; }; - E87E62622A3F568A002F68C9 /* XPNewHomeNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E62602A3F5689002F68C9 /* XPNewHomeNavView.m */; }; - E87E62682A3F571D002F68C9 /* XPHomeContainerPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E62662A3F571C002F68C9 /* XPHomeContainerPresenter.m */; }; - E87E62742A3F5907002F68C9 /* XPHomeBannerTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E626A2A3F5906002F68C9 /* XPHomeBannerTableViewCell.m */; }; - E87E62752A3F5907002F68C9 /* XPNewHomePlayEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E626D2A3F5906002F68C9 /* XPNewHomePlayEmptyTableViewCell.m */; }; - E87E62762A3F5907002F68C9 /* XPNewHomePlayTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E626F2A3F5906002F68C9 /* XPNewHomePlayTableViewCell.m */; }; - E87E62772A3F5907002F68C9 /* XPNewHomeRecommendTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E62702A3F5907002F68C9 /* XPNewHomeRecommendTableViewCell.m */; }; - E87E62782A3F5907002F68C9 /* XPNewHomePartyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E62712A3F5907002F68C9 /* XPNewHomePartyTableViewCell.m */; }; - E87E627B2A3F5A0D002F68C9 /* XPNewHomeRecommendPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E627A2A3F5A0D002F68C9 /* XPNewHomeRecommendPresenter.m */; }; - E87E627F2A3F5D28002F68C9 /* XPNewHomePlayItemCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E627E2A3F5D28002F68C9 /* XPNewHomePlayItemCollectionViewCell.m */; }; - E87E63F729AA1A5600EBE52B /* YuMi.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = E87E63F529AA1A5600EBE52B /* YuMi.xcdatamodeld */; }; - E87E914E2796678D00A7B3F2 /* XPMineDressEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E914D2796678D00A7B3F2 /* XPMineDressEmptyTableViewCell.m */; }; - E87E91522796A15500A7B3F2 /* MicroExtModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E91512796A15500A7B3F2 /* MicroExtModel.m */; }; - E87E91552796B6DE00A7B3F2 /* XPRoomInviteUserViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E87E91542796B6DE00A7B3F2 /* XPRoomInviteUserViewController.m */; }; - E880B39E278BD49E00A83B0D /* XPAcrossRoomPKViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E880B39D278BD49E00A83B0D /* XPAcrossRoomPKViewController.m */; }; - E880B3A1278BD60C00A83B0D /* XPAcrossRoomPKSelectRoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = E880B3A0278BD60C00A83B0D /* XPAcrossRoomPKSelectRoomView.m */; }; - E880B3A6278BD69900A83B0D /* XPAcrossRoomPKTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E880B3A5278BD69900A83B0D /* XPAcrossRoomPKTableViewCell.m */; }; - E880B3A9278BD82300A83B0D /* AcrossRoomPKInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E880B3A8278BD82300A83B0D /* AcrossRoomPKInfoModel.m */; }; - E880B3AC278BD98600A83B0D /* XPAcrossRoomPKEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E880B3AB278BD98600A83B0D /* XPAcrossRoomPKEmptyTableViewCell.m */; }; - E880B3AF278BE1D800A83B0D /* Api+AcrossRoomPK.m in Sources */ = {isa = PBXBuildFile; fileRef = E880B3AE278BE1D800A83B0D /* Api+AcrossRoomPK.m */; }; - E880B3B2278C1D1800A83B0D /* XPAcrossRoomPKRuleView.m in Sources */ = {isa = PBXBuildFile; fileRef = E880B3B1278C1D1800A83B0D /* XPAcrossRoomPKRuleView.m */; }; - E880B3B5278C1FE400A83B0D /* XPAcrossRoomPKPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E880B3B4278C1FE400A83B0D /* XPAcrossRoomPKPresenter.m */; }; - E884C36C2743951B00E1EBED /* GiftReceiveInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E884C36B2743951B00E1EBED /* GiftReceiveInfoModel.m */; }; - E884C36F2743AAC800E1EBED /* AttachmentModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E884C36E2743AAC800E1EBED /* AttachmentModel.m */; }; - E884C3722743AEDE00E1EBED /* CustomAttachmentDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E884C3712743AEDE00E1EBED /* CustomAttachmentDecoder.m */; }; - E885D533297798E1004DC088 /* SessionSettingTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E885D532297798E1004DC088 /* SessionSettingTableViewCell.m */; }; - E885D5362977CE28004DC088 /* SessionSettingModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E885D5352977CE28004DC088 /* SessionSettingModel.m */; }; - E885D5392977D10E004DC088 /* SessionSettingUserView.m in Sources */ = {isa = PBXBuildFile; fileRef = E885D5382977D10E004DC088 /* SessionSettingUserView.m */; }; - E885D53C2977FBFD004DC088 /* MessageTimeView.m in Sources */ = {isa = PBXBuildFile; fileRef = E885D53B2977FBFD004DC088 /* MessageTimeView.m */; }; - E88749B6282B8FC600C3C7DB /* MomentsInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E88749B5282B8FC600C3C7DB /* MomentsInfoModel.m */; }; - E88863C6278EAFC3004BCFAB /* XPAcrossRoomPKResultView.m in Sources */ = {isa = PBXBuildFile; fileRef = E88863C5278EAFC3004BCFAB /* XPAcrossRoomPKResultView.m */; }; - E88863C9278EBA43004BCFAB /* XPAcrossRoomPKForceEndResultView.m in Sources */ = {isa = PBXBuildFile; fileRef = E88863C8278EBA43004BCFAB /* XPAcrossRoomPKForceEndResultView.m */; }; - E88863CC278EC336004BCFAB /* AcrossRoomPKPrizeModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E88863CB278EC336004BCFAB /* AcrossRoomPKPrizeModel.m */; }; - E88863CF278EC393004BCFAB /* XPAcrossRoomPKPrizeView.m in Sources */ = {isa = PBXBuildFile; fileRef = E88863CE278EC393004BCFAB /* XPAcrossRoomPKPrizeView.m */; }; - E88863D3278ED4C0004BCFAB /* Timestamp.m in Sources */ = {isa = PBXBuildFile; fileRef = E88863D2278ED4C0004BCFAB /* Timestamp.m */; }; - E8899C7F27853B6A007944BE /* DatingMicroView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8899C7E27853B6A007944BE /* DatingMicroView.m */; }; - E8899C822785A694007944BE /* DatingInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8899C812785A694007944BE /* DatingInfoModel.m */; }; - E8899C852785CC69007944BE /* XPRoomDatingAnimationView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8899C842785CC69007944BE /* XPRoomDatingAnimationView.m */; }; - E88B5CC126FB407B00DA9178 /* XPMineUserInfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E88B5CC026FB407B00DA9178 /* XPMineUserInfoViewController.m */; }; - E88B5CC526FB42B000DA9178 /* XPMineUserInfoHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = E88B5CC426FB42B000DA9178 /* XPMineUserInfoHeaderView.m */; }; - E88C72912828EA4E0047FB2B /* Music+CoreDataProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = E88C728F2828EA4E0047FB2B /* Music+CoreDataProperties.m */; }; - E88C72922828EA4E0047FB2B /* Music+CoreDataClass.m in Sources */ = {isa = PBXBuildFile; fileRef = E88C72902828EA4E0047FB2B /* Music+CoreDataClass.m */; }; - E88C72952828F1AD0047FB2B /* XPRoomMusicLibraryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E88C72942828F1AD0047FB2B /* XPRoomMusicLibraryViewController.m */; }; - E88C72992828F3620047FB2B /* XPRoomMusicLibraryTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E88C72982828F3620047FB2B /* XPRoomMusicLibraryTableViewCell.m */; }; - E88C729C2828F37D0047FB2B /* XPRoomMusicLibraryEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E88C729B2828F37D0047FB2B /* XPRoomMusicLibraryEmptyTableViewCell.m */; }; - E88C72A02828FCD40047FB2B /* XPMusicLibraryPlayView.m in Sources */ = {isa = PBXBuildFile; fileRef = E88C729F2828FCD40047FB2B /* XPMusicLibraryPlayView.m */; }; - E88C72A3282917590047FB2B /* XPRoomMusicVoiceSettingView.m in Sources */ = {isa = PBXBuildFile; fileRef = E88C72A2282917590047FB2B /* XPRoomMusicVoiceSettingView.m */; }; - E88C72A6282921D60047FB2B /* XPRoomBackMusicPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = E88C72A5282921D60047FB2B /* XPRoomBackMusicPlayerView.m */; }; - E88E4A80297673DC00019A50 /* SessionNavLiveView.m in Sources */ = {isa = PBXBuildFile; fileRef = E88E4A7F297673DC00019A50 /* SessionNavLiveView.m */; }; - E8901CF628B38D89001E9A92 /* XPGraffitiGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8901CF528B38D89001E9A92 /* XPGraffitiGiftView.m */; }; - E890BC04273CF0500007C46B /* XPGiftCountModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E890BC03273CF0500007C46B /* XPGiftCountModel.m */; }; - E890BC07273CF1800007C46B /* XPGiftCountCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E890BC06273CF1800007C46B /* XPGiftCountCollectionViewCell.m */; }; - E890BC0D273D09A50007C46B /* XPGiftCountView.m in Sources */ = {isa = PBXBuildFile; fileRef = E890BC0C273D09A50007C46B /* XPGiftCountView.m */; }; - E890BC10273D23F00007C46B /* GiftInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E890BC0F273D23F00007C46B /* GiftInfoModel.m */; }; - E8950180282CAC49007E459A /* XPMomentsUserInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = E895017F282CAC49007E459A /* XPMomentsUserInfoView.m */; }; - E8950183282CAC6A007E459A /* XPMomentsPhotoView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8950182282CAC6A007E459A /* XPMomentsPhotoView.m */; }; - E8950186282CAC80007E459A /* XPMomentsTooBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8950185282CAC80007E459A /* XPMomentsTooBarView.m */; }; - E8950189282CFFB1007E459A /* XPMomentsLayoutConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = E8950188282CFFB1007E459A /* XPMomentsLayoutConfig.m */; }; - E895018C282D0701007E459A /* XPMomentsTopicView.m in Sources */ = {isa = PBXBuildFile; fileRef = E895018B282D0701007E459A /* XPMomentsTopicView.m */; }; - E896EF942771AAC100AD2CC1 /* XPMineFansPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E896EF932771AAC100AD2CC1 /* XPMineFansPresenter.m */; }; - E896EF972771AAE400AD2CC1 /* XPMineAttentionPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E896EF962771AAE400AD2CC1 /* XPMineAttentionPresenter.m */; }; - E896EF9C2771AE6B00AD2CC1 /* XPMineFansViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E896EF9B2771AE6B00AD2CC1 /* XPMineFansViewController.m */; }; - E896EF9F2771AE7B00AD2CC1 /* XPMineAttentionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E896EF9E2771AE7B00AD2CC1 /* XPMineAttentionViewController.m */; }; - E896EFA22771AE9400AD2CC1 /* XPMineFriendViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E896EFA12771AE9400AD2CC1 /* XPMineFriendViewController.m */; }; - E896EFA62771AEDD00AD2CC1 /* XPMineFansTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E896EFA52771AEDD00AD2CC1 /* XPMineFansTableViewCell.m */; }; - E896EFA92771AEEC00AD2CC1 /* XPMineAttentionTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E896EFA82771AEEC00AD2CC1 /* XPMineAttentionTableViewCell.m */; }; - E896EFAC2771AEFE00AD2CC1 /* XPMineFriendTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E896EFAB2771AEFE00AD2CC1 /* XPMineFriendTableViewCell.m */; }; - E896EFAF2771AF0F00AD2CC1 /* XPMineFriendEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E896EFAE2771AF0F00AD2CC1 /* XPMineFriendEmptyTableViewCell.m */; }; - E896EFB22771C93B00AD2CC1 /* XPMineFriendNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = E896EFB12771C93B00AD2CC1 /* XPMineFriendNumberView.m */; }; - E897ABFC28AF2E71003B3587 /* XPSailingGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = E897ABFB28AF2E71003B3587 /* XPSailingGiftView.m */; }; - E897ABFF28AF39B4003B3587 /* XPSailingAnimationView.m in Sources */ = {isa = PBXBuildFile; fileRef = E897ABFE28AF39B4003B3587 /* XPSailingAnimationView.m */; }; - E8998D7A2859784200C68558 /* XPSVGAPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = E8998D792859784200C68558 /* XPSVGAPlayer.m */; }; - E8998D8028597B0300C68558 /* XPRoomLuckyBigPrizeView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8998D7F28597B0300C68558 /* XPRoomLuckyBigPrizeView.m */; }; - E8998D852859B4FA00C68558 /* XPMineUserInfoGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8998D842859B4FA00C68558 /* XPMineUserInfoGiftView.m */; }; - E8998D8B2859CB6A00C68558 /* XPMineUserInfoGiftWallSubViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8998D8A2859CB6A00C68558 /* XPMineUserInfoGiftWallSubViewController.m */; }; - E8998D962859DD6F00C68558 /* UIView+Corner.m in Sources */ = {isa = PBXBuildFile; fileRef = E8998D952859DD6F00C68558 /* UIView+Corner.m */; }; - E899C68927508F4E00E189E5 /* XPUserCardInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E899C68827508F4E00E189E5 /* XPUserCardInfoModel.m */; }; - E899C68C275093B800E189E5 /* XPUserCardMicroItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E899C68B275093B800E189E5 /* XPUserCardMicroItemModel.m */; }; - E89BD7D4277D471100E31B19 /* XPRoomOnlineTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E89BD7D3277D471100E31B19 /* XPRoomOnlineTableViewCell.m */; }; - E89D60BA271D643A001F8895 /* Api+Room.m in Sources */ = {isa = PBXBuildFile; fileRef = E89D60B9271D643A001F8895 /* Api+Room.m */; }; - E89D60BD271D647A001F8895 /* XPRoomPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E89D60BC271D647A001F8895 /* XPRoomPresenter.m */; }; - E89D60C1271D64B9001F8895 /* RoomInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E89D60C0271D64B9001F8895 /* RoomInfoModel.m */; }; - E89DA66727006443008483C1 /* RechargeStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = E89DA66627006443008483C1 /* RechargeStorage.m */; }; - E89DA67227008D59008483C1 /* WalletInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E89DA67127008D59008483C1 /* WalletInfoModel.m */; }; - E89DA67527009ACD008483C1 /* XPMineRechargeNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = E89DA67427009ACD008483C1 /* XPMineRechargeNavView.m */; }; - E89DCF5428FFEC67001647EC /* XPWishGiftHistoryTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E89DCF5328FFEC67001647EC /* XPWishGiftHistoryTableViewCell.m */; }; - E89DCF5728FFF076001647EC /* XPWishGiftEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E89DCF5628FFF076001647EC /* XPWishGiftEmptyTableViewCell.m */; }; - E89DCF5A28FFF1AD001647EC /* XPWishGiftSectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = E89DCF5928FFF1AD001647EC /* XPWishGiftSectionView.m */; }; - E89DCF5D2900E5EE001647EC /* WishGiftHistoryModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E89DCF5C2900E5EE001647EC /* WishGiftHistoryModel.m */; }; - E89DCF602900F4FB001647EC /* XPWishGiftEnterView.m in Sources */ = {isa = PBXBuildFile; fileRef = E89DCF5F2900F4FB001647EC /* XPWishGiftEnterView.m */; }; - E8A03DFF27635F960098D9EA /* XPRoomCandyGiftView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A03DFE27635F960098D9EA /* XPRoomCandyGiftView.m */; }; - E8A30BE328534A28003B4873 /* XPSessionFindNewViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A30BE228534A28003B4873 /* XPSessionFindNewViewController.m */; }; - E8A30BE828534A63003B4873 /* XPSessionFindNewTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A30BE728534A63003B4873 /* XPSessionFindNewTableViewCell.m */; }; - E8A30BEB28534A96003B4873 /* XPSessionFindNewFiltrateView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A30BEA28534A96003B4873 /* XPSessionFindNewFiltrateView.m */; }; - E8A30BEE28534AB1003B4873 /* XPSessionFindNewPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A30BED28534AB1003B4873 /* XPSessionFindNewPresenter.m */; }; - E8A30BF328534B17003B4873 /* Api+FindNew.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A30BF228534B17003B4873 /* Api+FindNew.m */; }; - E8A30BF628534B35003B4873 /* FindNewUserInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A30BF528534B35003B4873 /* FindNewUserInfoModel.m */; }; - E8A30BF928534E48003B4873 /* XPSessionFindNewEmptyTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A30BF828534E48003B4873 /* XPSessionFindNewEmptyTableViewCell.m */; }; - E8A3538528FD67320014A784 /* GiftLuckyBroadcastModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A3538428FD67320014A784 /* GiftLuckyBroadcastModel.m */; }; - E8A3538E28FE5CED0014A784 /* Api+WishGift.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A3538D28FE5CED0014A784 /* Api+WishGift.m */; }; - E8A3539128FE5F0F0014A784 /* WishGiftInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A3539028FE5F0F0014A784 /* WishGiftInfoModel.m */; }; - E8A3539428FE605F0014A784 /* WishGiftUserModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A3539328FE605F0014A784 /* WishGiftUserModel.m */; }; - E8A3539728FE7C250014A784 /* XPWishGiftPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A3539628FE7C250014A784 /* XPWishGiftPresenter.m */; }; - E8A3539B28FE840A0014A784 /* XPWishGiftViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A3539A28FE840A0014A784 /* XPWishGiftViewController.m */; }; - E8A353A028FE84670014A784 /* XPWishGiftInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A3539F28FE84670014A784 /* XPWishGiftInfoView.m */; }; - E8A353A328FE90F60014A784 /* XPWishGiftCreateViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A353A228FE90F60014A784 /* XPWishGiftCreateViewController.m */; }; - E8A3540128FEAC5E0014A784 /* XPWishGiftTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A3540028FEAC5E0014A784 /* XPWishGiftTableViewCell.m */; }; - E8A3540428FEB7100014A784 /* XPWishGiftHistoryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A3540328FEB7100014A784 /* XPWishGiftHistoryViewController.m */; }; - E8A3540728FEBD460014A784 /* XPWishGiftCreateItemViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A3540628FEBD460014A784 /* XPWishGiftCreateItemViewController.m */; }; - E8A3540A28FEC0510014A784 /* XPWishGiftListView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A3540928FEC0510014A784 /* XPWishGiftListView.m */; }; - E8A73F8728586A6F00FD9CBC /* XPGiftWeekStarCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A73F8628586A6F00FD9CBC /* XPGiftWeekStarCollectionViewCell.m */; }; - E8A88D2727E8193400CA8837 /* XPRoomPKSelectUserView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A88D2627E8193400CA8837 /* XPRoomPKSelectUserView.m */; }; - E8A88D2A27E81C8600CA8837 /* XPRoomPKUserCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A88D2927E81C8600CA8837 /* XPRoomPKUserCollectionViewCell.m */; }; - E8A88D2D27E81E8700CA8837 /* RoomPKChooseUserModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A88D2C27E81E8700CA8837 /* RoomPKChooseUserModel.m */; }; - E8A88D3027E85EEA00CA8837 /* RoomPKInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A88D2F27E85EEA00CA8837 /* RoomPKInfoModel.m */; }; - E8AA6EEF27DF1E6B009B4C2B /* XPRoomTopicViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AA6EEE27DF1E6B009B4C2B /* XPRoomTopicViewController.m */; }; - E8AA6EF227DF1E97009B4C2B /* XPRoomTopicPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AA6EF127DF1E97009B4C2B /* XPRoomTopicPresenter.m */; }; - E8AB630D28ADD8C60023B0D2 /* XPMomentTopicContainerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB630C28ADD8C60023B0D2 /* XPMomentTopicContainerViewController.m */; }; - E8AB631028ADD92D0023B0D2 /* XPMonentsTopicRecommondViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB630F28ADD92D0023B0D2 /* XPMonentsTopicRecommondViewController.m */; }; - E8AB631328ADDCF20023B0D2 /* XPMonentsTopicHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB631228ADDCF20023B0D2 /* XPMonentsTopicHeaderView.m */; }; - E8AB631628ADE2D20023B0D2 /* XPMonentsTopicLatestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB631528ADE2D20023B0D2 /* XPMonentsTopicLatestViewController.m */; }; - E8AB631928ADE2F40023B0D2 /* XPMonentsTopicRecommendPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB631828ADE2F40023B0D2 /* XPMonentsTopicRecommendPresenter.m */; }; - E8AB631C28ADE30E0023B0D2 /* XPMonentsTopicLatestPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB631B28ADE30E0023B0D2 /* XPMonentsTopicLatestPresenter.m */; }; - E8AB632428AE10310023B0D2 /* XPMomentsTopicListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB632328AE10310023B0D2 /* XPMomentsTopicListViewController.m */; }; - E8AB632728AE13210023B0D2 /* XPMomentsTopicListPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB632628AE13210023B0D2 /* XPMomentsTopicListPresenter.m */; }; - E8AB632C28AE19600023B0D2 /* XPMomentsMineViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB632B28AE19600023B0D2 /* XPMomentsMineViewController.m */; }; - E8AB632F28AE19DE0023B0D2 /* XPMomentMinePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB632E28AE19DE0023B0D2 /* XPMomentMinePresenter.m */; }; - E8AB633328AE51470023B0D2 /* XPSailingPrizeView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB633228AE51470023B0D2 /* XPSailingPrizeView.m */; }; - E8AB633628AE54A40023B0D2 /* XPSailingPrizeCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB633528AE54A40023B0D2 /* XPSailingPrizeCollectionViewCell.m */; }; - E8AC721026F43955007D6E91 /* UIImageConstant.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC720F26F43955007D6E91 /* UIImageConstant.m */; }; - E8AC721326F46ADD007D6E91 /* XPMineSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC721226F46ADD007D6E91 /* XPMineSettingViewController.m */; }; - E8AC721626F46B06007D6E91 /* XPMineSettingTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC721526F46B06007D6E91 /* XPMineSettingTableViewCell.m */; }; - E8AC721926F46E0B007D6E91 /* XPMineSettingItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC721826F46E0B007D6E91 /* XPMineSettingItemModel.m */; }; - E8AC721C26F4720B007D6E91 /* XPMineSettingPresent.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC721B26F4720B007D6E91 /* XPMineSettingPresent.m */; }; - E8AC721E26F472BF007D6E91 /* XPMineSettingProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E8AC721D26F4723D007D6E91 /* XPMineSettingProtocol.h */; }; - E8AC722126F47E23007D6E91 /* XPMineAboutUsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC722026F47E23007D6E91 /* XPMineAboutUsViewController.m */; }; - E8AC722426F47E5E007D6E91 /* XPMineFeedbackViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC722326F47E5E007D6E91 /* XPMineFeedbackViewController.m */; }; - E8AC722726F482A4007D6E91 /* XPMineFeedbackPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC722626F482A4007D6E91 /* XPMineFeedbackPresenter.m */; }; - E8AC722926F488DA007D6E91 /* XPMineFeedbackProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E8AC722826F48889007D6E91 /* XPMineFeedbackProtocol.h */; }; - E8AC722C26F49580007D6E91 /* XPMineNotificaViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC722B26F49580007D6E91 /* XPMineNotificaViewController.m */; }; - E8AC722F26F49610007D6E91 /* XPMineNotificationItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC722E26F49610007D6E91 /* XPMineNotificationItemModel.m */; }; - E8AC723226F49710007D6E91 /* XPMineNotificationTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC723126F49710007D6E91 /* XPMineNotificationTableViewCell.m */; }; - E8AC723526F49939007D6E91 /* XPMineNotificaPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC723426F49939007D6E91 /* XPMineNotificaPresenter.m */; }; - E8AC723726F49982007D6E91 /* XPMineNotificaProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E8AC723626F49957007D6E91 /* XPMineNotificaProtocol.h */; }; - E8AC723A26F49AAE007D6E91 /* XPMineNotifyStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC723926F49AAE007D6E91 /* XPMineNotifyStatus.m */; }; - E8AC723D26F4B6AA007D6E91 /* XPLoginBindPhoneResultViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC723C26F4B6AA007D6E91 /* XPLoginBindPhoneResultViewController.m */; }; - E8AE427327153A3500BEEBB2 /* XPRoomActivityContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AE427227153A3500BEEBB2 /* XPRoomActivityContainerView.m */; }; - E8AEAED6271412EC0017FCE0 /* XPRoomViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AEAED5271412EC0017FCE0 /* XPRoomViewController.m */; }; - E8AEAEF027141C430017FCE0 /* XPRoomMenuContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AEAEEF27141C430017FCE0 /* XPRoomMenuContainerView.m */; }; - E8AEAEF327141C7C0017FCE0 /* XPRoomMessageContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AEAEF227141C7C0017FCE0 /* XPRoomMessageContainerView.m */; }; - E8AEAEF927141CA30017FCE0 /* RoomHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AEAEF827141CA30017FCE0 /* RoomHeaderView.m */; }; - E8AFF7E3298CA1E500FBDE32 /* SessionSayHelloCountModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AFF7E2298CA1E500FBDE32 /* SessionSayHelloCountModel.m */; }; - E8B3E8092848B871009746AB /* InviteUserInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B3E8082848B871009746AB /* InviteUserInfoModel.m */; }; - E8B3E80C2848BA40009746AB /* NewUserGreetModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B3E80B2848BA40009746AB /* NewUserGreetModel.m */; }; - E8B825C226EA00DF009E8E9F /* LoginVerifCodePresent.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B825C126EA00DF009E8E9F /* LoginVerifCodePresent.m */; }; - E8B825C726EA0D9A009E8E9F /* LoginVerifCodeProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E8B825C626EA0995009E8E9F /* LoginVerifCodeProtocol.h */; }; - E8B825CA26EA1231009E8E9F /* LoginVerifCodeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B825C826EA1231009E8E9F /* LoginVerifCodeViewController.m */; }; - E8B825CD26EA18C8009E8E9F /* DJDKMIMOMColor.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B825CC26EA18C8009E8E9F /* DJDKMIMOMColor.m */; }; - E8B846BF26FD827900A777FE /* XPMineUserInfoAlbumViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B846BE26FD827900A777FE /* XPMineUserInfoAlbumViewController.m */; }; - E8B846C226FD82DC00A777FE /* XPMineUserInfoAlbumCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B846C126FD82DC00A777FE /* XPMineUserInfoAlbumCollectionViewCell.m */; }; - E8B846C526FDB41A00A777FE /* XPMineUserInfolbumPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B846C426FDB41A00A777FE /* XPMineUserInfolbumPresenter.m */; }; - E8B846C726FDB45000A777FE /* XPMineUserInfoAlbumProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E8B846C626FDB44100A777FE /* XPMineUserInfoAlbumProtocol.h */; }; - E8B846CF26FDD96100A777FE /* XPMineRechageHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B846CE26FDD96100A777FE /* XPMineRechageHeadView.m */; }; - E8B846D326FDDBE600A777FE /* XPMineRechargeTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B846D226FDDBE600A777FE /* XPMineRechargeTableViewCell.m */; }; - E8B846D626FDE01B00A777FE /* XPMineRechargePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B846D526FDE01B00A777FE /* XPMineRechargePresenter.m */; }; - E8B846D826FDE17300A777FE /* XPMineRechargeProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E8B846D726FDE16300A777FE /* XPMineRechargeProtocol.h */; }; - E8B846DC26FDE24300A777FE /* RechargeListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B846DB26FDE24300A777FE /* RechargeListModel.m */; }; - E8B9842D28AB77F10022D026 /* XPMonentsPublishTopicView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B9842C28AB77F10022D026 /* XPMonentsPublishTopicView.m */; }; - E8B9843028AB90200022D026 /* XPMoentsTopicListView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B9842F28AB90200022D026 /* XPMoentsTopicListView.m */; }; - E8B9843328ABA2FF0022D026 /* MonentsPicResInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B9843228ABA2FF0022D026 /* MonentsPicResInfo.m */; }; - E8B9843628ABA8B40022D026 /* XPMonentPublishSuccessView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B9843528ABA8B40022D026 /* XPMonentPublishSuccessView.m */; }; - E8BD0F8828A9E9E400DE050D /* RoomSailingPrizeModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8BD0F8728A9E9E400DE050D /* RoomSailingPrizeModel.m */; }; - E8BD0F8B28A9EB0A00DE050D /* RoomSailingPrizeListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8BD0F8A28A9EB0A00DE050D /* RoomSailingPrizeListModel.m */; }; - E8C1CD6627D88EF800376F83 /* XPRoomFaceViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C1CD6527D88EF800376F83 /* XPRoomFaceViewController.m */; }; - E8C1CD6A27D8937800376F83 /* XPRoomFaceCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C1CD6927D8937800376F83 /* XPRoomFaceCollectionViewCell.m */; }; - E8C1CD6D27D8938C00376F83 /* XPRoomFaceTitleCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C1CD6C27D8938C00376F83 /* XPRoomFaceTitleCollectionViewCell.m */; }; - E8C1CD7027D894B800376F83 /* RoomFaceTitleItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C1CD6F27D894B800376F83 /* RoomFaceTitleItemModel.m */; }; - E8C1CD7327D8A16500376F83 /* XPRoomFaceTool.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C1CD7227D8A16500376F83 /* XPRoomFaceTool.m */; }; - E8C1CD7627D8AE3D00376F83 /* XPRoomFacePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C1CD7527D8AE3D00376F83 /* XPRoomFacePresenter.m */; }; - E8C1CD7A27D8B29E00376F83 /* RoomFaceInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C1CD7927D8B29E00376F83 /* RoomFaceInfoModel.m */; }; - E8C21501274B76F60079E6BF /* XPRoomAnimationHitView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C21500274B76F60079E6BF /* XPRoomAnimationHitView.m */; }; - E8C6FFCC27548120004DC9F0 /* Api+Home.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C6FFC827548120004DC9F0 /* Api+Home.m */; }; - E8C6FFE02754EEF9004DC9F0 /* XPHomeSearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C6FFDF2754EEF9004DC9F0 /* XPHomeSearchViewController.m */; }; - E8C6FFE62754FE53004DC9F0 /* XPHomeSearchPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C6FFE52754FE53004DC9F0 /* XPHomeSearchPresenter.m */; }; - E8CEA03D26EA3DE500644B44 /* LoginPasswordPresent.m in Sources */ = {isa = PBXBuildFile; fileRef = E8CEA03C26EA3DE500644B44 /* LoginPasswordPresent.m */; }; - E8D34D4728080295009C4835 /* XPMineUserDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D34D4628080295009C4835 /* XPMineUserDataViewController.m */; }; - E8D34D4D28080351009C4835 /* XPMineDataClanTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D34D4C28080351009C4835 /* XPMineDataClanTableViewCell.m */; }; - E8D34D5028080362009C4835 /* XPMineDataGiftTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D34D4F28080362009C4835 /* XPMineDataGiftTableViewCell.m */; }; - E8D34D5628080393009C4835 /* XPMineDataGiftCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D34D5528080393009C4835 /* XPMineDataGiftCollectionViewCell.m */; }; - E8D34D5A28082357009C4835 /* UserGiftWallInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D34D5928082357009C4835 /* UserGiftWallInfoModel.m */; }; - E8D34D6028082BA5009C4835 /* XPMineUserDataPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D34D5F28082BA5009C4835 /* XPMineUserDataPresenter.m */; }; - E8D34D6428084E40009C4835 /* XPMineUserInfoGiftWallViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D34D6328084E40009C4835 /* XPMineUserInfoGiftWallViewController.m */; }; - E8D34D6728084E88009C4835 /* XPMineUserInfoGiftWallCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D34D6628084E88009C4835 /* XPMineUserInfoGiftWallCollectionViewCell.m */; }; - E8D4824A278D1F73003C1D08 /* XPAcrossRoomPKInviteView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D48249278D1F73003C1D08 /* XPAcrossRoomPKInviteView.m */; }; - E8D4824D278D2CE4003C1D08 /* XPAcrossRoomPKInviteResultView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D4824C278D2CE4003C1D08 /* XPAcrossRoomPKInviteResultView.m */; }; - E8D48250278D68BA003C1D08 /* XPAcrossRoomPKPanelView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D4824F278D68BA003C1D08 /* XPAcrossRoomPKPanelView.m */; }; - E8D48253278D8228003C1D08 /* AcrossRoomPKPanelModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D48252278D8228003C1D08 /* AcrossRoomPKPanelModel.m */; }; - E8D48256278D83AE003C1D08 /* XPAcrossRoomPKPanelUserView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D48255278D83AE003C1D08 /* XPAcrossRoomPKPanelUserView.m */; }; - E8D4DE442940462C00EC788D /* XPGiftTwelveStarBroadcastView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D4DE432940462C00EC788D /* XPGiftTwelveStarBroadcastView.m */; }; - E8D4DE472940473500EC788D /* GiftTwelveStarFirstModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D4DE462940473500EC788D /* GiftTwelveStarFirstModel.m */; }; - E8D55C9D28113218006935A5 /* MessageMenuModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D55C9C28113218006935A5 /* MessageMenuModel.m */; }; - E8D55CA0281186D6006935A5 /* SessionAudioRecordView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D55C9F281186D6006935A5 /* SessionAudioRecordView.m */; }; - E8D7D74B282BA1EC0007D7BD /* XPMomentsTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D7D74A282BA1EC0007D7BD /* XPMomentsTableViewCell.m */; }; - E8DAC5AC2858305A00012CFD /* XPRoomMessageBubbleView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DAC5AB2858305A00012CFD /* XPRoomMessageBubbleView.m */; }; - E8DACCFB2766EDC60052092C /* MicroGiftValueView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DACCFA2766EDC60052092C /* MicroGiftValueView.m */; }; - E8DACCFE27673F870052092C /* GiftValueInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DACCFD27673F870052092C /* GiftValueInfoModel.m */; }; - E8DBB6FD27B63CE000AA285D /* LittleGameMicroView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DBB6FC27B63CE000AA285D /* LittleGameMicroView.m */; }; - E8DD25DA295583920043C7D5 /* XPAnchorRandomPKRuleView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DD25D9295583920043C7D5 /* XPAnchorRandomPKRuleView.m */; }; - E8DEC99527648FA50078CB70 /* ClientConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DEC99427648FA50078CB70 /* ClientConfig.m */; }; - E8DEC99E2764A5B60078CB70 /* XPRoomMoreMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DEC99D2764A5B60078CB70 /* XPRoomMoreMenuViewController.m */; }; - E8DEC9A12764A5D20078CB70 /* XPRoomMoreItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DEC9A02764A5D20078CB70 /* XPRoomMoreItemModel.m */; }; - E8DEC9A42764A6600078CB70 /* XPMoreMenuPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DEC9A32764A6600078CB70 /* XPMoreMenuPresenter.m */; }; - E8DEC9A82764A68B0078CB70 /* Api+MoreMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DEC9A72764A68B0078CB70 /* Api+MoreMenu.m */; }; - E8DEC9AC2764A6CD0078CB70 /* XPRoomMoreMenuCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DEC9AB2764A6CD0078CB70 /* XPRoomMoreMenuCollectionViewCell.m */; }; - E8E0DAE0285C20E500566A2F /* MessageContentFindNewGreetView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E0DADF285C20E500566A2F /* MessageContentFindNewGreetView.m */; }; - E8E0DAE6285C280E00566A2F /* XPSessionFindNewAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E0DAE5285C280E00566A2F /* XPSessionFindNewAlertView.m */; }; - E8E0DAE9285C2E8C00566A2F /* FindNewGreetMessageModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E0DAE8285C2E8C00566A2F /* FindNewGreetMessageModel.m */; }; - E8E20BDB281645300033B688 /* SessionInfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E20BDA281645300033B688 /* SessionInfoViewController.m */; }; - E8E20BDE28164D3A0033B688 /* SessionNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E20BDD28164D3A0033B688 /* SessionNavView.m */; }; - E8E20BE2281695800033B688 /* XPMineLoginPasswordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E20BE1281695800033B688 /* XPMineLoginPasswordViewController.m */; }; - E8E20BE828169BDC0033B688 /* XPMineLoginPasswordPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E20BE728169BDC0033B688 /* XPMineLoginPasswordPresenter.m */; }; - E8E20BEC2816A5B90033B688 /* XPMineBlackListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E20BEB2816A5B90033B688 /* XPMineBlackListViewController.m */; }; - E8E20BEF2816A5FC0033B688 /* XPMineBlackListTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E20BEE2816A5FC0033B688 /* XPMineBlackListTableViewCell.m */; }; - E8E21A9B28B4BD92008F7C9D /* XPRoomGraffitiGiftAnimationView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E21A9A28B4BD92008F7C9D /* XPRoomGraffitiGiftAnimationView.m */; }; - E8E21A9E28B4DFE8008F7C9D /* XPSailingBuyFuelView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E21A9D28B4DFE8008F7C9D /* XPSailingBuyFuelView.m */; }; - E8E70D7726F2F15100F03460 /* XPMineViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E70D7626F2F15100F03460 /* XPMineViewController.m */; }; - E8E70D7A26F2F16600F03460 /* XPMinePresent.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E70D7926F2F16600F03460 /* XPMinePresent.m */; }; - E8E70D7E26F2F19D00F03460 /* Api+Mine.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E70D7D26F2F19D00F03460 /* Api+Mine.m */; }; - E8E70D8326F2F51A00F03460 /* XPMineHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E70D8226F2F51A00F03460 /* XPMineHeadView.m */; }; - E8E70D8C26F2F5A500F03460 /* XPMineHeadItemCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E70D8B26F2F5A500F03460 /* XPMineHeadItemCollectionViewCell.m */; }; - E8E70D9226F2F60C00F03460 /* XPMineItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E70D9126F2F60C00F03460 /* XPMineItemModel.m */; }; - E8E7DAE82744F5EF00C631CC /* XPGiftStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E7DAE72744F5EF00C631CC /* XPGiftStorage.m */; }; - E8E7DAEB2745158500C631CC /* XPGiftUserInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E7DAEA2745158500C631CC /* XPGiftUserInfoModel.m */; }; - E8E859E928264F4500EE4857 /* XPRoomTransferMusicViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E859E828264F4500EE4857 /* XPRoomTransferMusicViewController.m */; }; - E8EE827D272B9A2300A17217 /* XPRoomSendTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EE827C272B9A2300A17217 /* XPRoomSendTextView.m */; }; - E8EEB8F226FC2050007C6EBA /* SDPhotoBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB8EC26FC2050007C6EBA /* SDPhotoBrowser.m */; }; - E8EEB8F326FC2050007C6EBA /* SDWaitingView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB8ED26FC2050007C6EBA /* SDWaitingView.m */; }; - E8EEB8F426FC2050007C6EBA /* SDBrowserImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB8EE26FC2050007C6EBA /* SDBrowserImageView.m */; }; - E8EEB8F726FC2673007C6EBA /* UserPhoto.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB8F626FC2673007C6EBA /* UserPhoto.m */; }; - E8EEB8FE26FC2DF8007C6EBA /* XPMineUserInfoCustomNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB8FD26FC2DF8007C6EBA /* XPMineUserInfoCustomNavView.m */; }; - E8EEB90126FC31B6007C6EBA /* XPMineUserInfoPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB90026FC31B6007C6EBA /* XPMineUserInfoPresenter.m */; }; - E8EEB90326FC31DC007C6EBA /* XPMineUserInfoProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB90226FC31CE007C6EBA /* XPMineUserInfoProtocol.h */; }; - E8EEB90626FC5772007C6EBA /* XPMineUserInfoEditViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB90526FC5772007C6EBA /* XPMineUserInfoEditViewController.m */; }; - E8EEB90926FC579A007C6EBA /* XPMineUserInfoEditTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB90826FC579A007C6EBA /* XPMineUserInfoEditTableViewCell.m */; }; - E8EEB90C26FC5EBC007C6EBA /* XPMineUserInfoEditModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB90B26FC5EBC007C6EBA /* XPMineUserInfoEditModel.m */; }; - E8EEB90F26FC6AB8007C6EBA /* XPMineUserInfoEditPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB90E26FC6AB8007C6EBA /* XPMineUserInfoEditPresenter.m */; }; - E8EEB91126FC6AE2007C6EBA /* XPMineUserInfoEditProtocol.h in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB91026FC6AD3007C6EBA /* XPMineUserInfoEditProtocol.h */; }; - E8EEB91426FC7786007C6EBA /* XPMineUserInfoNickViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB91326FC7786007C6EBA /* XPMineUserInfoNickViewController.m */; }; - E8EEB91726FC7B35007C6EBA /* XPMineUserInfoDesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB91626FC7B35007C6EBA /* XPMineUserInfoDesViewController.m */; }; - E8EEB91D26FC9D58007C6EBA /* XPMineUserInfoDateView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8EEB91C26FC9D58007C6EBA /* XPMineUserInfoDateView.m */; }; - E8F1558D28124D5200EE8C06 /* MessageConentAudioView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F1558C28124D5200EE8C06 /* MessageConentAudioView.m */; }; - E8F1559028125E2D00EE8C06 /* MessageAudioCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F1558F28125E2D00EE8C06 /* MessageAudioCenter.m */; }; - E8F1559328129EBA00EE8C06 /* ContentSecretaryModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F1559228129EBA00EE8C06 /* ContentSecretaryModel.m */; }; - E8F6135C291E26BD00E12650 /* NSMutableDictionary+Saft.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F6135B291E26BD00E12650 /* NSMutableDictionary+Saft.m */; }; - E8F6135F291E274E00E12650 /* NSArray+Safe.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F6135E291E274E00E12650 /* NSArray+Safe.m */; }; - E8F63CB1298B553500B338BA /* SessionSayHelloLevelModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F63CB0298B553500B338BA /* SessionSayHelloLevelModel.m */; }; - E8F63CB4298B563D00B338BA /* Api+SayHello.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F63CB3298B563D00B338BA /* Api+SayHello.m */; }; - E8F63CB7298B566D00B338BA /* XPSessionSayHelloPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F63CB6298B566D00B338BA /* XPSessionSayHelloPresenter.m */; }; - E8F63CBB298B648300B338BA /* SessionSayHelloListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F63CBA298B648300B338BA /* SessionSayHelloListModel.m */; }; - E8F65C1F286998C9009BB5B9 /* XPMineShareViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F65C1E286998C9009BB5B9 /* XPMineShareViewController.m */; }; - E8F65C222869A36F009BB5B9 /* ContentShareMonentsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F65C212869A36F009BB5B9 /* ContentShareMonentsModel.m */; }; - E8FE3C2C2994D0E80006C6C7 /* XPSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = E8FE3C2B2994D0E80006C6C7 /* XPSwitch.m */; }; - F1D8556F2931FC86008C418F /* XPRoomYearActivityView.m in Sources */ = {isa = PBXBuildFile; fileRef = F1D8556E2931FC86008C418F /* XPRoomYearActivityView.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 18E7B21326E8CD220064BC9B /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - 1427212629A7566100C7C423 /* ZegoAudioRoom.framework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; - 232C43E62AB0754700D4B2ED /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - 234489092AC3C5FF0070E5D5 /* SudMGP.framework in CopyFiles */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 140A7F50299CC69000841594 /* XPTabBar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPTabBar.h; sourceTree = ""; }; - 140A7F51299CC69000841594 /* XPTabBar.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPTabBar.m; sourceTree = ""; }; - 1427212329A7563A00C7C423 /* ZegoAudioRoom.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ZegoAudioRoom.framework; sourceTree = ""; }; - 1427212A29A757EC00C7C423 /* MomentsListInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MomentsListInfoModel.m; sourceTree = ""; }; - 1427212B29A757EC00C7C423 /* MomentsListInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MomentsListInfoModel.h; sourceTree = ""; }; - 1427212D29A7599500C7C423 /* XPMonentsAttentionPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMonentsAttentionPresenter.m; sourceTree = ""; }; - 1427212E29A7599500C7C423 /* XPMonentsAttentionPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMonentsAttentionPresenter.h; sourceTree = ""; }; - 1427213029A759D200C7C423 /* XPMonentsAttentionProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMonentsAttentionProtocol.h; sourceTree = ""; }; - 1427213129A75A1700C7C423 /* XPMonentsLatestProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMonentsLatestProtocol.h; sourceTree = ""; }; - 1427213229A75A2600C7C423 /* XPMomentsLatestPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMomentsLatestPresenter.h; sourceTree = ""; }; - 1427213329A75A2600C7C423 /* XPMomentsLatestPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMomentsLatestPresenter.m; sourceTree = ""; }; - 1427213729A75F6F00C7C423 /* MyHTTPConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyHTTPConnection.m; sourceTree = ""; }; - 1427213929A75F6F00C7C423 /* HTTPConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPConnection.h; sourceTree = ""; }; - 1427213A29A75F6F00C7C423 /* HTTPLogging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPLogging.h; sourceTree = ""; }; - 1427213B29A75F6F00C7C423 /* HTTPMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPMessage.h; sourceTree = ""; }; - 1427213C29A75F6F00C7C423 /* WebSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebSocket.h; sourceTree = ""; }; - 1427213D29A75F6F00C7C423 /* HTTPAuthenticationRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPAuthenticationRequest.h; sourceTree = ""; }; - 1427213F29A75F6F00C7C423 /* HTTPAsyncFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPAsyncFileResponse.h; sourceTree = ""; }; - 1427214029A75F6F00C7C423 /* HTTPErrorResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPErrorResponse.m; sourceTree = ""; }; - 1427214129A75F6F00C7C423 /* HTTPDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPDataResponse.m; sourceTree = ""; }; - 1427214229A75F6F00C7C423 /* HTTPRedirectResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPRedirectResponse.h; sourceTree = ""; }; - 1427214329A75F6F00C7C423 /* HTTPDynamicFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPDynamicFileResponse.m; sourceTree = ""; }; - 1427214429A75F6F00C7C423 /* HTTPFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPFileResponse.m; sourceTree = ""; }; - 1427214529A75F6F00C7C423 /* HTTPAsyncFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPAsyncFileResponse.m; sourceTree = ""; }; - 1427214629A75F6F00C7C423 /* HTTPRedirectResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPRedirectResponse.m; sourceTree = ""; }; - 1427214729A75F6F00C7C423 /* HTTPDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPDataResponse.h; sourceTree = ""; }; - 1427214829A75F6F00C7C423 /* HTTPErrorResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPErrorResponse.h; sourceTree = ""; }; - 1427214929A75F6F00C7C423 /* HTTPFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPFileResponse.h; sourceTree = ""; }; - 1427214A29A75F6F00C7C423 /* HTTPDynamicFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPDynamicFileResponse.h; sourceTree = ""; }; - 1427214B29A75F6F00C7C423 /* HTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPServer.h; sourceTree = ""; }; - 1427214C29A75F6F00C7C423 /* HTTPMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPMessage.m; sourceTree = ""; }; - 1427214D29A75F6F00C7C423 /* HTTPConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPConnection.m; sourceTree = ""; }; - 1427214E29A75F6F00C7C423 /* WebSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebSocket.m; sourceTree = ""; }; - 1427214F29A75F6F00C7C423 /* HTTPResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPResponse.h; sourceTree = ""; }; - 1427215129A75F6F00C7C423 /* MultipartFormDataParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MultipartFormDataParser.h; sourceTree = ""; }; - 1427215229A75F6F00C7C423 /* MultipartMessageHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MultipartMessageHeader.h; sourceTree = ""; }; - 1427215329A75F6F00C7C423 /* MultipartMessageHeaderField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MultipartMessageHeaderField.m; sourceTree = ""; }; - 1427215429A75F6F00C7C423 /* MultipartFormDataParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MultipartFormDataParser.m; sourceTree = ""; }; - 1427215529A75F6F00C7C423 /* MultipartMessageHeader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MultipartMessageHeader.m; sourceTree = ""; }; - 1427215629A75F6F00C7C423 /* MultipartMessageHeaderField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MultipartMessageHeaderField.h; sourceTree = ""; }; - 1427215729A75F6F00C7C423 /* HTTPAuthenticationRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPAuthenticationRequest.m; sourceTree = ""; }; - 1427215929A75F6F00C7C423 /* DDNumber.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDNumber.m; sourceTree = ""; }; - 1427215A29A75F6F00C7C423 /* DDData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDData.m; sourceTree = ""; }; - 1427215B29A75F6F00C7C423 /* DDRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDRange.h; sourceTree = ""; }; - 1427215C29A75F6F00C7C423 /* DDNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDNumber.h; sourceTree = ""; }; - 1427215D29A75F6F00C7C423 /* DDRange.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDRange.m; sourceTree = ""; }; - 1427215E29A75F6F00C7C423 /* DDData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDData.h; sourceTree = ""; }; - 1427215F29A75F6F00C7C423 /* HTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPServer.m; sourceTree = ""; }; - 1427217329A75F6F00C7C423 /* SJXCSMIPHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SJXCSMIPHelper.h; sourceTree = ""; }; - 1427217429A75F6F00C7C423 /* MyHTTPConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyHTTPConnection.h; sourceTree = ""; }; - 1427218629A75F6F00C7C423 /* SJXCSMIPHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SJXCSMIPHelper.m; sourceTree = ""; }; - 142721B029A7647F00C7C423 /* XPBlankViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPBlankViewController.h; sourceTree = ""; }; - 142721B129A7647F00C7C423 /* XPBlankViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPBlankViewController.m; sourceTree = ""; }; - 1464C5E829A45FC300AF7C94 /* XPButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPButton.h; sourceTree = ""; }; - 1464C5E929A45FC300AF7C94 /* XPButton.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPButton.m; sourceTree = ""; }; - 1464C5EE29A49DDD00AF7C94 /* XPMineSimpleUserInfoHeaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineSimpleUserInfoHeaderView.h; sourceTree = ""; }; - 1464C5EF29A49DDD00AF7C94 /* XPMineSimpleUserInfoHeaderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineSimpleUserInfoHeaderView.m; sourceTree = ""; }; - 1464C5F129A4C18000AF7C94 /* XPIAPRechargeViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPIAPRechargeViewController.h; sourceTree = ""; }; - 1464C5F229A4C18000AF7C94 /* XPIAPRechargeViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPIAPRechargeViewController.m; sourceTree = ""; }; - 1464C5F429A4CA8C00AF7C94 /* XPIAPRechargeCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPIAPRechargeCollectionViewCell.h; sourceTree = ""; }; - 1464C5F529A4CA8C00AF7C94 /* XPIAPRechargeCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPIAPRechargeCollectionViewCell.m; sourceTree = ""; }; - 1464C5F729A4D00000AF7C94 /* XPIAPRechargeHeaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPIAPRechargeHeaderView.h; sourceTree = ""; }; - 1464C5F829A4D00000AF7C94 /* XPIAPRechargeHeaderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPIAPRechargeHeaderView.m; sourceTree = ""; }; - 149839C5299E0B9F00F82CBF /* XPMomentListCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentListCollectionViewCell.h; sourceTree = ""; }; - 149839C6299E0B9F00F82CBF /* XPMomentListCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentListCollectionViewCell.m; sourceTree = ""; }; - 14A6034A29A35EE600D2A6A5 /* XPMineItemTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineItemTableViewCell.h; sourceTree = ""; }; - 14A6034B29A35EE600D2A6A5 /* XPMineItemTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineItemTableViewCell.m; sourceTree = ""; }; - 14A6034D29A36D8300D2A6A5 /* XPSimpleMineHeaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSimpleMineHeaderView.h; sourceTree = ""; }; - 14A6034E29A36D8300D2A6A5 /* XPSimpleMineHeaderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSimpleMineHeaderView.m; sourceTree = ""; }; - 14B880DF299A1799005FCA1B /* XPLoginViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPLoginViewController.h; sourceTree = ""; }; - 14B880E0299A1799005FCA1B /* XPLoginViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPLoginViewController.m; sourceTree = ""; }; - 14B880E5299A4B62005FCA1B /* XPLoginPhoneViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPLoginPhoneViewController.h; sourceTree = ""; }; - 14B880E6299A4B62005FCA1B /* XPLoginPhoneViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPLoginPhoneViewController.m; sourceTree = ""; }; - 14D8767A29A7445C00E1DD7F /* NSObject+AutoCoding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+AutoCoding.h"; sourceTree = ""; }; - 14D8767B29A7445C00E1DD7F /* NSObject+AutoCoding.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+AutoCoding.m"; sourceTree = ""; }; - 14DCAD06299B36A500A7DD31 /* XPLoginPwdViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPLoginPwdViewController.h; sourceTree = ""; }; - 14DCAD07299B36A500A7DD31 /* XPLoginPwdViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPLoginPwdViewController.m; sourceTree = ""; }; - 14DCAD09299B5D3A00A7DD31 /* XPLoginInputView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPLoginInputView.h; sourceTree = ""; }; - 14DCAD0A299B5D3A00A7DD31 /* XPLoginInputView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPLoginInputView.m; sourceTree = ""; }; - 14DCAD0C299B6AD900A7DD31 /* XPForgetPwdViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPForgetPwdViewController.h; sourceTree = ""; }; - 14DCAD0D299B6AD900A7DD31 /* XPForgetPwdViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPForgetPwdViewController.m; sourceTree = ""; }; - 14EB640729A5BDDD00A4A00B /* XPMomentsSimpleDetailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsSimpleDetailViewController.h; sourceTree = ""; }; - 14EB640829A5BDDD00A4A00B /* XPMomentsSimpleDetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsSimpleDetailViewController.m; sourceTree = ""; }; - 14EB640A29A5BEE800A4A00B /* XPMomentsDetailViewControllerDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsDetailViewControllerDelegate.h; sourceTree = ""; }; - 14EB640B29A5C16000A4A00B /* XPMomentsSimpleDetailNav.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsSimpleDetailNav.h; sourceTree = ""; }; - 14EB640C29A5C16000A4A00B /* XPMomentsSimpleDetailNav.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsSimpleDetailNav.m; sourceTree = ""; }; - 180116F7279E8C4C00F2CBC0 /* PLTimeUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PLTimeUtil.h; sourceTree = ""; }; - 180116F8279E8C4C00F2CBC0 /* PLTimeUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PLTimeUtil.m; sourceTree = ""; }; - 180116FA279E8CCE00F2CBC0 /* NVDate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NVDate.m; sourceTree = ""; }; - 180116FB279E8CCE00F2CBC0 /* NVDate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NVDate.h; sourceTree = ""; }; - 180806DA27297269001FD836 /* MicroViewProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MicroViewProtocol.h; sourceTree = ""; }; - 180806F827298F9B001FD836 /* RoomGuestDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomGuestDelegate.h; sourceTree = ""; }; - 180806F92729A354001FD836 /* ThemeColor+Room.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ThemeColor+Room.h"; sourceTree = ""; }; - 180806FA2729A354001FD836 /* ThemeColor+Room.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "ThemeColor+Room.m"; sourceTree = ""; }; - 1808072B2731598F001FD836 /* XPNetImageYYLabel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNetImageYYLabel.h; sourceTree = ""; }; - 1808072C2731598F001FD836 /* XPNetImageYYLabel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNetImageYYLabel.m; sourceTree = ""; }; - 1808072E27315E8E001FD836 /* NetImageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NetImageView.h; sourceTree = ""; }; - 1808072F27315E8E001FD836 /* NetImageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NetImageView.m; sourceTree = ""; }; - 181D7F192726CE2A00B7C059 /* StageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StageView.h; sourceTree = ""; }; - 181D7F1A2726CE2A00B7C059 /* StageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = StageView.m; sourceTree = ""; }; - 181D7F1F2727D9DB00B7C059 /* SocialStageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SocialStageView.h; sourceTree = ""; }; - 181D7F202727D9DB00B7C059 /* SocialStageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SocialStageView.m; sourceTree = ""; }; - 181D7F222727DB1E00B7C059 /* RoomHostDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomHostDelegate.h; sourceTree = ""; }; - 1845C6412790320E00016EAC /* RoomAnimationProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomAnimationProtocol.h; sourceTree = ""; }; - 18486211271EA9DA005FC5DC /* RtcManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RtcManager.h; sourceTree = ""; }; - 18486212271EA9DA005FC5DC /* RtcManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RtcManager.m; sourceTree = ""; }; - 18486214271EAA03005FC5DC /* RtcDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RtcDelegate.h; sourceTree = ""; }; - 18486215271EAB8C005FC5DC /* BaseRtcImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseRtcImpl.h; sourceTree = ""; }; - 18486216271EAB8C005FC5DC /* BaseRtcImpl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BaseRtcImpl.m; sourceTree = ""; }; - 18486233271EB794005FC5DC /* AgoraRtcImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AgoraRtcImpl.h; sourceTree = ""; }; - 18486234271EB794005FC5DC /* AgoraRtcImpl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AgoraRtcImpl.m; sourceTree = ""; }; - 184862CC27213FD7005FC5DC /* ZegoRtcImpl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZegoRtcImpl.m; sourceTree = ""; }; - 184862CD27213FD7005FC5DC /* ZegoRtcImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZegoRtcImpl.h; sourceTree = ""; }; - 186A531826FC591100D67B2C /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT; }; - 186A532C26FC6ED900D67B2C /* TTPopup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTPopup.m; sourceTree = ""; }; - 186A532E26FC6ED900D67B2C /* TTAlertConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTAlertConfig.m; sourceTree = ""; }; - 186A532F26FC6ED900D67B2C /* TTAlertMessageAttributedConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTAlertMessageAttributedConfig.h; sourceTree = ""; }; - 186A533026FC6ED900D67B2C /* TTAlertButtonConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTAlertButtonConfig.h; sourceTree = ""; }; - 186A533126FC6ED900D67B2C /* TTActionSheetConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTActionSheetConfig.h; sourceTree = ""; }; - 186A533226FC6ED900D67B2C /* TTAlertConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTAlertConfig.h; sourceTree = ""; }; - 186A533326FC6ED900D67B2C /* TTAlertButtonConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTAlertButtonConfig.m; sourceTree = ""; }; - 186A533426FC6ED900D67B2C /* TTAlertMessageAttributedConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTAlertMessageAttributedConfig.m; sourceTree = ""; }; - 186A533526FC6ED900D67B2C /* TTActionSheetConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTActionSheetConfig.m; sourceTree = ""; }; - 186A533726FC6ED900D67B2C /* TTPopupManagerServiceProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTPopupManagerServiceProtocol.h; sourceTree = ""; }; - 186A533826FC6ED900D67B2C /* TTPopupManagerService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTPopupManagerService.h; sourceTree = ""; }; - 186A533926FC6ED900D67B2C /* TTPopupManagerService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTPopupManagerService.m; sourceTree = ""; }; - 186A533A26FC6ED900D67B2C /* TTPopup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTPopup.h; sourceTree = ""; }; - 186A533C26FC6ED900D67B2C /* TTAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTAlertView.m; sourceTree = ""; }; - 186A533D26FC6ED900D67B2C /* TTActionSheetView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTActionSheetView.h; sourceTree = ""; }; - 186A533E26FC6ED900D67B2C /* TTAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTAlertView.h; sourceTree = ""; }; - 186A533F26FC6ED900D67B2C /* TTActionSheetView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTActionSheetView.m; sourceTree = ""; }; - 186A534126FC6ED900D67B2C /* TTPopupService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTPopupService.m; sourceTree = ""; }; - 186A534226FC6ED900D67B2C /* TTPopupServiceProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTPopupServiceProtocol.h; sourceTree = ""; }; - 186A534326FC6ED900D67B2C /* TTPopupService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTPopupService.h; sourceTree = ""; }; - 186A534526FC6ED900D67B2C /* TTPopupConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTPopupConstants.h; sourceTree = ""; }; - 186A536126FC6F2E00D67B2C /* XPShareView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPShareView.m; sourceTree = ""; }; - 186A536226FC6F2E00D67B2C /* XPShareView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPShareView.h; sourceTree = ""; }; - 186A536726FC6F2E00D67B2C /* XPShareItemCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPShareItemCell.m; sourceTree = ""; }; - 186A536826FC6F2E00D67B2C /* XPShareItemCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPShareItemCell.h; sourceTree = ""; }; - 186F8B472733F2AE007A17BC /* MicroQueueProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MicroQueueProtocol.h; sourceTree = ""; }; - 187EEEDA26E89B32002833B2 /* BaseModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseModel.h; sourceTree = ""; }; - 187EEEDB26E89B32002833B2 /* BaseModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BaseModel.m; sourceTree = ""; }; - 187EEEDF26E89BFB002833B2 /* AccountModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AccountModel.h; sourceTree = ""; }; - 187EEEE026E89BFB002833B2 /* AccountModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AccountModel.m; sourceTree = ""; }; - 187EEEEE26E89FE8002833B2 /* AccountInfoStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AccountInfoStorage.m; sourceTree = ""; }; - 187EEEEF26E89FE8002833B2 /* AccountInfoStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AccountInfoStorage.h; sourceTree = ""; }; - 189DD52926DE255300AB55B1 /* YuMi.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YuMi.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 189DD52C26DE255300AB55B1 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - 189DD52D26DE255300AB55B1 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - 189DD53226DE255300AB55B1 /* TabbarViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TabbarViewController.h; sourceTree = ""; }; - 189DD53326DE255300AB55B1 /* TabbarViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TabbarViewController.m; sourceTree = ""; }; - 189DD53826DE255600AB55B1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 189DD53D26DE255600AB55B1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 189DD53E26DE255600AB55B1 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 189DD54926DE338800AB55B1 /* BaseViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseViewController.h; sourceTree = ""; }; - 189DD54A26DE338800AB55B1 /* BaseViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BaseViewController.m; sourceTree = ""; }; - 189DD54E26DE37F900AB55B1 /* MvpViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MvpViewController.h; sourceTree = ""; }; - 189DD54F26DE37F900AB55B1 /* MvpViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MvpViewController.m; sourceTree = ""; }; - 189DD55826DE39D200AB55B1 /* BaseMvpPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseMvpPresenter.h; sourceTree = ""; }; - 189DD55926DE39D200AB55B1 /* BaseMvpPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BaseMvpPresenter.m; sourceTree = ""; }; - 189DD55E26DE3BBE00AB55B1 /* BaseMvpProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseMvpProtocol.h; sourceTree = ""; }; - 189DD58D26DF97E700AB55B1 /* LoginPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginPresenter.h; sourceTree = ""; }; - 189DD58E26DF97E700AB55B1 /* LoginPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LoginPresenter.m; sourceTree = ""; }; - 189DD59426DF986300AB55B1 /* LoginProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginProtocol.h; sourceTree = ""; }; - 189DD67C26E1FD8900AB55B1 /* UIImage+Utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Utils.h"; sourceTree = ""; }; - 189DD67D26E1FD8900AB55B1 /* UIImage+Utils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Utils.m"; sourceTree = ""; }; - 189DD68226E1FDBB00AB55B1 /* XNDJTDDLoadingTool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XNDJTDDLoadingTool.m; sourceTree = ""; }; - 189DD68326E1FDBB00AB55B1 /* XNDJTDDLoadingTool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XNDJTDDLoadingTool.h; sourceTree = ""; }; - 189DD6FD26E20E5900AB55B1 /* HttpRequestHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpRequestHelper.h; sourceTree = ""; }; - 189DD6FE26E20E5900AB55B1 /* HttpRequestHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HttpRequestHelper.m; sourceTree = ""; }; - 189DD73726E21C3F00AB55B1 /* CarrierIdentifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CarrierIdentifier.h; sourceTree = ""; }; - 189DD73826E21C3F00AB55B1 /* YYUtility+Device.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "YYUtility+Device.m"; sourceTree = ""; }; - 189DD73926E21C3F00AB55B1 /* YYUtility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYUtility.m; sourceTree = ""; }; - 189DD73A26E21C3F00AB55B1 /* YYUtility+Carrier.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "YYUtility+Carrier.m"; sourceTree = ""; }; - 189DD73B26E21C3F00AB55B1 /* YYUtility+App.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "YYUtility+App.m"; sourceTree = ""; }; - 189DD73C26E21C3F00AB55B1 /* YYUtility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYUtility.h; sourceTree = ""; }; - 189DD74326E21CCC00AB55B1 /* YYReachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYReachability.h; sourceTree = ""; }; - 189DD74426E21CCC00AB55B1 /* YYReachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYReachability.m; sourceTree = ""; }; - 189DD74E26E21D9000AB55B1 /* GCDHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDHelper.m; sourceTree = ""; }; - 189DD74F26E21D9000AB55B1 /* GCDHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDHelper.h; sourceTree = ""; }; - 189DD75726E6003C00AB55B1 /* Api.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Api.h; sourceTree = ""; }; - 189DD75826E6003C00AB55B1 /* Api.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Api.m; sourceTree = ""; }; - 189DD76026E60DDC00AB55B1 /* Api+Login.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+Login.h"; sourceTree = ""; }; - 189DD76126E60DDC00AB55B1 /* Api+Login.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+Login.m"; sourceTree = ""; }; - 18A61BD5274F7F6900A09A54 /* NetImageConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NetImageConfig.h; sourceTree = ""; }; - 18A61BD6274F7F6900A09A54 /* NetImageConfig.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NetImageConfig.m; sourceTree = ""; }; - 18A61BE6274F9CF000A09A54 /* SessionListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionListViewController.h; sourceTree = ""; }; - 18A61BE7274F9CF000A09A54 /* SessionListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionListViewController.m; sourceTree = ""; }; - 18AAF3EE279EA59300CD7DAD /* MessageContentTextClickable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentTextClickable.h; sourceTree = ""; }; - 18AAF3EF279EA59300CD7DAD /* MessageContentTextClickable.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentTextClickable.m; sourceTree = ""; }; - 18E7B1AE26E8AD760064BC9B /* MainProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MainProtocol.h; sourceTree = ""; }; - 18E7B1B026E8AF980064BC9B /* MainPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MainPresenter.h; sourceTree = ""; }; - 18E7B1B126E8AF980064BC9B /* MainPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MainPresenter.m; sourceTree = ""; }; - 18E7B1B526E8B2D10064BC9B /* Api+Main.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+Main.h"; sourceTree = ""; }; - 18E7B1B626E8B2D10064BC9B /* Api+Main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+Main.m"; sourceTree = ""; }; - 18E7B26726E8D5D60064BC9B /* XCCurrentVCStackManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XCCurrentVCStackManager.m; sourceTree = ""; }; - 18E7B26826E8D5D60064BC9B /* XCCurrentVCStackManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCCurrentVCStackManager.h; sourceTree = ""; }; - 18E7B31626F097E00064BC9B /* UserInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserInfoModel.h; sourceTree = ""; }; - 18E7B31726F097E00064BC9B /* UserInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UserInfoModel.m; sourceTree = ""; }; - 18E7B31926F0982E0064BC9B /* UserExpand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserExpand.h; sourceTree = ""; }; - 18E7B31A26F0982E0064BC9B /* UserExpand.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UserExpand.m; sourceTree = ""; }; - 18E7B31C26F0984C0064BC9B /* UserLevelVo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserLevelVo.h; sourceTree = ""; }; - 18E7B31D26F0984C0064BC9B /* UserLevelVo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UserLevelVo.m; sourceTree = ""; }; - 18E7B31F26F098650064BC9B /* UserInfoSkillVo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserInfoSkillVo.h; sourceTree = ""; }; - 18E7B32026F098650064BC9B /* UserInfoSkillVo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UserInfoSkillVo.m; sourceTree = ""; }; - 18E7B33026F317A20064BC9B /* XPWebViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWebViewController.h; sourceTree = ""; }; - 18E7B33126F317A20064BC9B /* XPWebViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWebViewController.m; sourceTree = ""; }; - 18EE3FDD2750C1F700A452BF /* SessionListCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionListCell.h; sourceTree = ""; }; - 18EE3FDE2750C1F700A452BF /* SessionListCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionListCell.m; sourceTree = ""; }; - 18EE3FE02750C29D00A452BF /* NIMBadgeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NIMBadgeView.h; sourceTree = ""; }; - 18EE3FE12750C29D00A452BF /* NIMBadgeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NIMBadgeView.m; sourceTree = ""; }; - 18EE3FEC2750CE6D00A452BF /* NIMMessageUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NIMMessageUtils.h; sourceTree = ""; }; - 18EE3FED2750CE6D00A452BF /* NIMMessageUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NIMMessageUtils.m; sourceTree = ""; }; - 18EE3FEF2750D2AD00A452BF /* NIMTimeUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NIMTimeUtils.h; sourceTree = ""; }; - 18EE3FF02750D2AD00A452BF /* NIMTimeUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NIMTimeUtils.m; sourceTree = ""; }; - 18EE3FF22750FA3700A452BF /* UIView+NIM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+NIM.h"; sourceTree = ""; }; - 18EE3FF32750FA3700A452BF /* UIView+NIM.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+NIM.m"; sourceTree = ""; }; - 18EE40182754BA9F00A452BF /* NIMMessageMaker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NIMMessageMaker.m; sourceTree = ""; }; - 18EE40192754BA9F00A452BF /* NIMMessageMaker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NIMMessageMaker.h; sourceTree = ""; }; - 18F403A32758B5F900A6C548 /* MessageContentProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentProtocol.h; sourceTree = ""; }; - 18F403C92758C66800A6C548 /* MessageContentText.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentText.h; sourceTree = ""; }; - 18F403CA2758C66800A6C548 /* MessageContentText.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentText.m; sourceTree = ""; }; - 18F403EC2758CF2F00A6C548 /* MessageContentImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentImage.h; sourceTree = ""; }; - 18F403ED2758CF2F00A6C548 /* MessageContentImage.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentImage.m; sourceTree = ""; }; - 18F40438275E20D900A6C548 /* TRTCRtcImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TRTCRtcImpl.h; sourceTree = ""; }; - 18F40439275E20D900A6C548 /* TRTCRtcImpl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TRTCRtcImpl.m; sourceTree = ""; }; - 18F404B5276095D700A6C548 /* SessionChatLimitView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionChatLimitView.h; sourceTree = ""; }; - 18F404B6276095D700A6C548 /* SessionChatLimitView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionChatLimitView.m; sourceTree = ""; }; - 18F404B92760982000A6C548 /* ChatLimitModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ChatLimitModel.h; sourceTree = ""; }; - 18F404BA2760982000A6C548 /* ChatLimitModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ChatLimitModel.m; sourceTree = ""; }; - 18F404C1276098F100A6C548 /* Api+Message.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+Message.h"; sourceTree = ""; }; - 18F404C2276098F100A6C548 /* Api+Message.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+Message.m"; sourceTree = ""; }; - 18F404C6276099DF00A6C548 /* MessageProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageProtocol.h; sourceTree = ""; }; - 18F404C727609A4300A6C548 /* MessagePresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessagePresenter.h; sourceTree = ""; }; - 18F404C827609A4300A6C548 /* MessagePresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessagePresenter.m; sourceTree = ""; }; - 2305EEEE2AD677F200AD403C /* PIRoomPhotoAlbumVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumVC.h; sourceTree = ""; }; - 2305EEEF2AD677F200AD403C /* PIRoomPhotoAlbumVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumVC.m; sourceTree = ""; }; - 2305EEF12AD67A8D00AD403C /* PIRoomPhotoAlbumItemVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumItemVC.h; sourceTree = ""; }; - 2305EEF22AD67A8D00AD403C /* PIRoomPhotoAlbumItemVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumItemVC.m; sourceTree = ""; }; - 2305EEF42AD67E5500AD403C /* PIRoomPhotoAlbumItemCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumItemCell.h; sourceTree = ""; }; - 2305EEF52AD67E5500AD403C /* PIRoomPhotoAlbumItemCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumItemCell.m; sourceTree = ""; }; - 2305EEF92AD696B400AD403C /* PIRoomPhotoAlbumChoosePhotoView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumChoosePhotoView.h; sourceTree = ""; }; - 2305EEFA2AD696B400AD403C /* PIRoomPhotoAlbumChoosePhotoView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumChoosePhotoView.m; sourceTree = ""; }; - 2305EEFC2AD6978200AD403C /* PIRoomPhotoAlbumChoosePhotoCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumChoosePhotoCell.h; sourceTree = ""; }; - 2305EEFD2AD6978200AD403C /* PIRoomPhotoAlbumChoosePhotoCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumChoosePhotoCell.m; sourceTree = ""; }; - 2305EEFF2AD6A33E00AD403C /* PIRoomPhotoAlbumItemChoosePhotoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumItemChoosePhotoModel.h; sourceTree = ""; }; - 2305EF002AD6A33E00AD403C /* PIRoomPhotoAlbumItemChoosePhotoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumItemChoosePhotoModel.m; sourceTree = ""; }; - 2305EF022AD6B11700AD403C /* PIRoomPhotoAlbumChoosePhotoTypeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumChoosePhotoTypeView.h; sourceTree = ""; }; - 2305EF032AD6B11700AD403C /* PIRoomPhotoAlbumChoosePhotoTypeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumChoosePhotoTypeView.m; sourceTree = ""; }; - 2305EF052AD6B51200AD403C /* PIRoomPhotoAlbumChoosePhotoGiftView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumChoosePhotoGiftView.h; sourceTree = ""; }; - 2305EF062AD6B51200AD403C /* PIRoomPhotoAlbumChoosePhotoGiftView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumChoosePhotoGiftView.m; sourceTree = ""; }; - 2305EF082AD7CC7C00AD403C /* PIRoomPhotoAlbumChooseGiftView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumChooseGiftView.h; sourceTree = ""; }; - 2305EF092AD7CC7C00AD403C /* PIRoomPhotoAlbumChooseGiftView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumChooseGiftView.m; sourceTree = ""; }; - 2305EF0B2AD7CC9A00AD403C /* PIRoomPhotoAlbumChooseGiftCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumChooseGiftCell.h; sourceTree = ""; }; - 2305EF0C2AD7CC9A00AD403C /* PIRoomPhotoAlbumChooseGiftCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumChooseGiftCell.m; sourceTree = ""; }; - 2305EF0E2AD8006900AD403C /* PIRoomMessagePhotoAlbumCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomMessagePhotoAlbumCell.h; sourceTree = ""; }; - 2305EF0F2AD8006900AD403C /* PIRoomMessagePhotoAlbumCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomMessagePhotoAlbumCell.m; sourceTree = ""; }; - 2305EF112AD8036B00AD403C /* PIRoomMessagePhotoAlbumView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomMessagePhotoAlbumView.h; sourceTree = ""; }; - 2305EF122AD8036B00AD403C /* PIRoomMessagePhotoAlbumView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomMessagePhotoAlbumView.m; sourceTree = ""; }; - 2305F3362AD9194B00AD403C /* PIRoomMessageUnlockPhotoAlbumView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomMessageUnlockPhotoAlbumView.h; sourceTree = ""; }; - 2305F3372AD9194B00AD403C /* PIRoomMessageUnlockPhotoAlbumView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomMessageUnlockPhotoAlbumView.m; sourceTree = ""; }; - 2305F3392AD9293D00AD403C /* PIRoomPhotoAlbumOperateView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumOperateView.h; sourceTree = ""; }; - 2305F33A2AD9293D00AD403C /* PIRoomPhotoAlbumOperateView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumOperateView.m; sourceTree = ""; }; - 2305F33C2AD9295800AD403C /* PIRoomPhotoAlbumOperateCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumOperateCell.h; sourceTree = ""; }; - 2305F33D2AD9295800AD403C /* PIRoomPhotoAlbumOperateCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumOperateCell.m; sourceTree = ""; }; - 2305F33F2AD94D5200AD403C /* XPMaskManagerVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMaskManagerVC.m; sourceTree = ""; }; - 2305F3402AD94D5200AD403C /* XPMaskManagerVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMaskManagerVC.h; sourceTree = ""; }; - 2305F3422AD94E2700AD403C /* XPMaskManagerModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMaskManagerModel.h; sourceTree = ""; }; - 2305F3432AD94E2700AD403C /* XPMaskManagerModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMaskManagerModel.m; sourceTree = ""; }; - 2305F3452AD94E9C00AD403C /* XPMaskManagerCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMaskManagerCell.h; sourceTree = ""; }; - 2305F3462AD94E9C00AD403C /* XPMaskManagerCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMaskManagerCell.m; sourceTree = ""; }; - 23194DB92AD13EAB00649F51 /* PILoginManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PILoginManager.h; sourceTree = ""; }; - 23194DBA2AD13EAB00649F51 /* PILoginManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PILoginManager.m; sourceTree = ""; }; - 23194DBD2AD14BF000649F51 /* DDTTYLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDTTYLogger.m; sourceTree = ""; }; - 23194DBE2AD14BF000649F51 /* DDLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDLog.h; sourceTree = ""; }; - 23194DBF2AD14BF000649F51 /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDAbstractDatabaseLogger.h; sourceTree = ""; }; - 23194DC02AD14BF000649F51 /* DDASLLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDASLLogger.m; sourceTree = ""; }; - 23194DC12AD14BF000649F51 /* DDFileLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDFileLogger.h; sourceTree = ""; }; - 23194DC32AD14BF000649F51 /* ContextFilterLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContextFilterLogFormatter.h; sourceTree = ""; }; - 23194DC42AD14BF000649F51 /* DispatchQueueLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DispatchQueueLogFormatter.h; sourceTree = ""; }; - 23194DC52AD14BF000649F51 /* ContextFilterLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContextFilterLogFormatter.m; sourceTree = ""; }; - 23194DC62AD14BF000649F51 /* DispatchQueueLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DispatchQueueLogFormatter.m; sourceTree = ""; }; - 23194DC72AD14BF000649F51 /* DDLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDLog.m; sourceTree = ""; }; - 23194DC82AD14BF000649F51 /* DDTTYLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDTTYLogger.h; sourceTree = ""; }; - 23194DC92AD14BF000649F51 /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDAbstractDatabaseLogger.m; sourceTree = ""; }; - 23194DCA2AD14BF000649F51 /* DDFileLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDFileLogger.m; sourceTree = ""; }; - 23194DCB2AD14BF000649F51 /* DDASLLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDASLLogger.h; sourceTree = ""; }; - 23194DD32AD292F200649F51 /* PIPageControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIPageControl.h; sourceTree = ""; }; - 23194DD42AD292F200649F51 /* PIPageControl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIPageControl.m; sourceTree = ""; }; - 2320F6372BDF732C00227EEB /* MSRoomMenuGameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomMenuGameView.h; sourceTree = ""; }; - 2320F6382BDF732C00227EEB /* MSRoomMenuGameView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomMenuGameView.m; sourceTree = ""; }; - 2320F63A2BDF738E00227EEB /* MSRoomMenuGameCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomMenuGameCell.h; sourceTree = ""; }; - 2320F63B2BDF738E00227EEB /* MSRoomMenuGameCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomMenuGameCell.m; sourceTree = ""; }; - 2320F63D2BDF8B3000227EEB /* MSRoomMenuGameVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomMenuGameVC.h; sourceTree = ""; }; - 2320F63E2BDF8B3000227EEB /* MSRoomMenuGameVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomMenuGameVC.m; sourceTree = ""; }; - 2320F6402BE0F53F00227EEB /* MSRoomMenuGameEmptyCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomMenuGameEmptyCell.h; sourceTree = ""; }; - 2320F6412BE0F53F00227EEB /* MSRoomMenuGameEmptyCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomMenuGameEmptyCell.m; sourceTree = ""; }; - 232C43E82AB15F4100D4B2ED /* XPRoomTarrowBannerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomTarrowBannerView.h; sourceTree = ""; }; - 232C43E92AB15F4100D4B2ED /* XPRoomTarrowBannerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomTarrowBannerView.m; sourceTree = ""; }; - 232C43EB2AB169EB00D4B2ED /* pi_room_tarrow_banner.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_room_tarrow_banner.svga; sourceTree = ""; }; - 232C444A2AB4363200D4B2ED /* pi_room_tarrow_h5_banner.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_room_tarrow_h5_banner.svga; sourceTree = ""; }; - 232EBBFD2BD7A25500E8CEAD /* MSParamsDecode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSParamsDecode.h; sourceTree = ""; }; - 232EBBFE2BD7A25500E8CEAD /* MSParamsDecode.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSParamsDecode.m; sourceTree = ""; }; - 2331C1312A5EB71000E1D940 /* XPNobleCenterPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleCenterPresenter.h; sourceTree = ""; }; - 2331C1322A5EB71000E1D940 /* XPNobleCenterPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNobleCenterPresenter.m; sourceTree = ""; }; - 2331C1342A5EB71000E1D940 /* XPNobleCenterProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleCenterProtocol.h; sourceTree = ""; }; - 2331C1362A5EB71000E1D940 /* NobleInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NobleInfo.m; sourceTree = ""; }; - 2331C1372A5EB71000E1D940 /* NobleLevelUpModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NobleLevelUpModel.h; sourceTree = ""; }; - 2331C1382A5EB71000E1D940 /* NobleAuthInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NobleAuthInfo.h; sourceTree = ""; }; - 2331C1392A5EB71000E1D940 /* NobleRechargeModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NobleRechargeModel.m; sourceTree = ""; }; - 2331C13A2A5EB71000E1D940 /* NobleCenterModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NobleCenterModel.m; sourceTree = ""; }; - 2331C13B2A5EB71000E1D940 /* NobleInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NobleInfo.h; sourceTree = ""; }; - 2331C13C2A5EB71000E1D940 /* NobleLevelUpModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NobleLevelUpModel.m; sourceTree = ""; }; - 2331C13D2A5EB71000E1D940 /* NobleAuthInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NobleAuthInfo.m; sourceTree = ""; }; - 2331C13E2A5EB71000E1D940 /* NobleCenterModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NobleCenterModel.h; sourceTree = ""; }; - 2331C13F2A5EB71000E1D940 /* NobleRechargeModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NobleRechargeModel.h; sourceTree = ""; }; - 2331C1412A5EB71000E1D940 /* XPNobleSettingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNobleSettingViewController.m; sourceTree = ""; }; - 2331C1422A5EB71000E1D940 /* ThemeColor+NobleCenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ThemeColor+NobleCenter.h"; sourceTree = ""; }; - 2331C1432A5EB71000E1D940 /* XPNobleCenterListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleCenterListViewController.h; sourceTree = ""; }; - 2331C1462A5EB71000E1D940 /* XPNobleAuthorityDescView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleAuthorityDescView.h; sourceTree = ""; }; - 2331C1472A5EB71000E1D940 /* XPNobleSettingNavView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleSettingNavView.h; sourceTree = ""; }; - 2331C1482A5EB71000E1D940 /* XPNobleCenterMyNobleView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNobleCenterMyNobleView.m; sourceTree = ""; }; - 2331C14A2A5EB71000E1D940 /* XPNobleCenterTableHeadView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleCenterTableHeadView.h; sourceTree = ""; }; - 2331C14B2A5EB71000E1D940 /* XPNoblePrivilegeContentCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNoblePrivilegeContentCell.h; sourceTree = ""; }; - 2331C14C2A5EB71000E1D940 /* XPNobleCenterEmptyView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNobleCenterEmptyView.m; sourceTree = ""; }; - 2331C14D2A5EB71000E1D940 /* XPNobleCenterNavView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleCenterNavView.h; sourceTree = ""; }; - 2331C14E2A5EB71000E1D940 /* XPNobleUpgradeLevelView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleUpgradeLevelView.h; sourceTree = ""; }; - 2331C14F2A5EB71000E1D940 /* XPNobleCenterResidueView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleCenterResidueView.h; sourceTree = ""; }; - 2331C1502A5EB71000E1D940 /* XPNoblePrivilegeCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNoblePrivilegeCell.h; sourceTree = ""; }; - 2331C1512A5EB71000E1D940 /* XPNobleCenterMyNobleView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleCenterMyNobleView.h; sourceTree = ""; }; - 2331C1522A5EB71000E1D940 /* XPNobleSettingNavView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNobleSettingNavView.m; sourceTree = ""; }; - 2331C1532A5EB71000E1D940 /* XPNobleAuthorityDescView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNobleAuthorityDescView.m; sourceTree = ""; }; - 2331C1542A5EB71000E1D940 /* XPNobleCenterNavView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNobleCenterNavView.m; sourceTree = ""; }; - 2331C1552A5EB71000E1D940 /* XPNobleCenterEmptyView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleCenterEmptyView.h; sourceTree = ""; }; - 2331C1562A5EB71000E1D940 /* XPNoblePrivilegeContentCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNoblePrivilegeContentCell.m; sourceTree = ""; }; - 2331C1572A5EB71000E1D940 /* XPNobleCenterTableHeadView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNobleCenterTableHeadView.m; sourceTree = ""; }; - 2331C1592A5EB71000E1D940 /* XPNoblePrivilegeCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNoblePrivilegeCell.m; sourceTree = ""; }; - 2331C15A2A5EB71000E1D940 /* XPNobleCenterResidueView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNobleCenterResidueView.m; sourceTree = ""; }; - 2331C15B2A5EB71000E1D940 /* XPNobleUpgradeLevelView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNobleUpgradeLevelView.m; sourceTree = ""; }; - 2331C15C2A5EB71000E1D940 /* XPNobleSettingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleSettingViewController.h; sourceTree = ""; }; - 2331C15D2A5EB71000E1D940 /* ThemeColor+NobleCenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "ThemeColor+NobleCenter.m"; sourceTree = ""; }; - 2331C15E2A5EB71000E1D940 /* XPNobleCenterListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNobleCenterListViewController.m; sourceTree = ""; }; - 2331C1612A5EB71000E1D940 /* Api+NobleCenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Api+NobleCenter.h"; sourceTree = ""; }; - 2331C1622A5EB71000E1D940 /* Api+NobleCenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Api+NobleCenter.m"; sourceTree = ""; }; - 2331C1792A5EB7AB00E1D940 /* XPNobleCenterEntranceView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNobleCenterEntranceView.m; sourceTree = ""; }; - 2331C17A2A5EB7AB00E1D940 /* XPNobleCenterEntranceView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleCenterEntranceView.h; sourceTree = ""; }; - 2331C17C2A5ECCF600E1D940 /* XPNobleCenterPayView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNobleCenterPayView.h; sourceTree = ""; }; - 2331C17D2A5ECCF600E1D940 /* XPNobleCenterPayView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNobleCenterPayView.m; sourceTree = ""; }; - 2331C17F2A5ECD3800E1D940 /* XPNobleCenterPayCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNobleCenterPayCell.h; sourceTree = ""; }; - 2331C1802A5ECD3800E1D940 /* XPNobleCenterPayCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNobleCenterPayCell.m; sourceTree = ""; }; - 2331C1842A60F32D00E1D940 /* XPCandyTreePresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreePresenter.m; sourceTree = ""; }; - 2331C1852A60F32D00E1D940 /* XPCandyTreePresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPCandyTreePresenter.h; sourceTree = ""; }; - 2331C1872A60F32D00E1D940 /* XPCandyTreeProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeProtocol.h; sourceTree = ""; }; - 2331C1892A60F32D00E1D940 /* CandyTreeResultModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CandyTreeResultModel.m; sourceTree = ""; }; - 2331C18A2A60F32D00E1D940 /* CandyTreeRecordModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CandyTreeRecordModel.m; sourceTree = ""; }; - 2331C18B2A60F32D00E1D940 /* XPCandyTreeAnimationModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeAnimationModel.h; sourceTree = ""; }; - 2331C18C2A60F32D00E1D940 /* CandyTreeInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CandyTreeInfoModel.h; sourceTree = ""; }; - 2331C18D2A60F32D00E1D940 /* XPCandyTreeAnimationModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreeAnimationModel.m; sourceTree = ""; }; - 2331C18E2A60F32D00E1D940 /* CandyTreeRecordModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CandyTreeRecordModel.h; sourceTree = ""; }; - 2331C18F2A60F32D00E1D940 /* CandyTreeResultModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CandyTreeResultModel.h; sourceTree = ""; }; - 2331C1902A60F32D00E1D940 /* CandyTreeInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CandyTreeInfoModel.m; sourceTree = ""; }; - 2331C1922A60F32D00E1D940 /* XPCandyTreeRankView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreeRankView.m; sourceTree = ""; }; - 2331C1932A60F32D00E1D940 /* XPCandyTreeMoreView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreeMoreView.m; sourceTree = ""; }; - 2331C1942A60F32D00E1D940 /* XPCandyTreeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeViewController.h; sourceTree = ""; }; - 2331C1952A60F32D00E1D940 /* XPCandyTreeInsufficientBalanceView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeInsufficientBalanceView.h; sourceTree = ""; }; - 2331C1962A60F32D00E1D940 /* XPCandyTreeGiftView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreeGiftView.m; sourceTree = ""; }; - 2331C1972A60F32D00E1D940 /* XPRoomHalfWebView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomHalfWebView.h; sourceTree = ""; }; - 2331C1982A60F32D00E1D940 /* XPCandyRankContainerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPCandyRankContainerView.h; sourceTree = ""; }; - 2331C19A2A60F32D00E1D940 /* XPCandyTreeEmptyableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreeEmptyableViewCell.m; sourceTree = ""; }; - 2331C19B2A60F32D00E1D940 /* XPCandyTreeMoreRuleCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreeMoreRuleCell.m; sourceTree = ""; }; - 2331C19C2A60F32D00E1D940 /* XPCandyTreeRankTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreeRankTableViewCell.m; sourceTree = ""; }; - 2331C19D2A60F32D00E1D940 /* XPCandyTreeMoreRuleCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeMoreRuleCell.h; sourceTree = ""; }; - 2331C19E2A60F32D00E1D940 /* XPCandyTreeEmptyableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeEmptyableViewCell.h; sourceTree = ""; }; - 2331C19F2A60F32D00E1D940 /* XPCandyTreeRankTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeRankTableViewCell.h; sourceTree = ""; }; - 2331C1A02A60F32D00E1D940 /* XPCandyTreeRankView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeRankView.h; sourceTree = ""; }; - 2331C1A12A60F32D00E1D940 /* XPCandyTreeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreeViewController.m; sourceTree = ""; }; - 2331C1A22A60F32D00E1D940 /* XPCandyTreeMoreView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeMoreView.h; sourceTree = ""; }; - 2331C1A32A60F32D00E1D940 /* XPCandyTreeGiftView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeGiftView.h; sourceTree = ""; }; - 2331C1A42A60F32D00E1D940 /* XPCandyTreeInsufficientBalanceView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreeInsufficientBalanceView.m; sourceTree = ""; }; - 2331C1A52A60F32D00E1D940 /* XPCandyRankContainerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPCandyRankContainerView.m; sourceTree = ""; }; - 2331C1A62A60F32D00E1D940 /* XPRoomHalfWebView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomHalfWebView.m; sourceTree = ""; }; - 2331C1A82A60F32D00E1D940 /* Api+CandyTree.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Api+CandyTree.m"; sourceTree = ""; }; - 2331C1A92A60F32D00E1D940 /* Api+CandyTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Api+CandyTree.h"; sourceTree = ""; }; - 2331C1BB2A60F69E00E1D940 /* UILabel+Utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UILabel+Utils.h"; sourceTree = ""; }; - 2331C1BC2A60F69E00E1D940 /* UILabel+Utils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UILabel+Utils.m"; sourceTree = ""; }; - 233423C52AAEE5C600B1253F /* XPCandyTreeBuySuccessView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeBuySuccessView.h; sourceTree = ""; }; - 233423C62AAEE5C600B1253F /* XPCandyTreeBuySuccessView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreeBuySuccessView.m; sourceTree = ""; }; - 233423C82AAEE97500B1253F /* XPCandyTreeConfirmBuyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeConfirmBuyView.h; sourceTree = ""; }; - 233423C92AAEE97500B1253F /* XPCandyTreeConfirmBuyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreeConfirmBuyView.m; sourceTree = ""; }; - 233423CB2AAEE98200B1253F /* XPCandyTreeConfirmBuyNumView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeConfirmBuyNumView.h; sourceTree = ""; }; - 233423CC2AAEE98200B1253F /* XPCandyTreeConfirmBuyNumView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreeConfirmBuyNumView.m; sourceTree = ""; }; - 233423CE2AAEFBC300B1253F /* PICandyTreeSetModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PICandyTreeSetModel.h; sourceTree = ""; }; - 233423CF2AAEFBC300B1253F /* PICandyTreeSetModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PICandyTreeSetModel.m; sourceTree = ""; }; - 233423D12AAF0F4F00B1253F /* XPIAPRechargeHeadCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPIAPRechargeHeadCell.h; sourceTree = ""; }; - 233423D22AAF0F4F00B1253F /* XPIAPRechargeHeadCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPIAPRechargeHeadCell.m; sourceTree = ""; }; - 233423D42AB0397500B1253F /* PIMessageContentServiceReplyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIMessageContentServiceReplyView.h; sourceTree = ""; }; - 233423D52AB0397500B1253F /* PIMessageContentServiceReplyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIMessageContentServiceReplyView.m; sourceTree = ""; }; - 233423D72AB0438400B1253F /* PIMessageContentServiceReplyModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIMessageContentServiceReplyModel.h; sourceTree = ""; }; - 233423D82AB0438400B1253F /* PIMessageContentServiceReplyModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIMessageContentServiceReplyModel.m; sourceTree = ""; }; - 234489072AC3C5DA0070E5D5 /* SudMGP.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SudMGP.framework; sourceTree = ""; }; - 234D821C2AEC57CF0022EFEB /* YYTextAsyncLayer+PITextAsyncLayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "YYTextAsyncLayer+PITextAsyncLayer.h"; path = "YuMi/Appdelegate/YYTextAsyncLayer+PITextAsyncLayer.h"; sourceTree = SOURCE_ROOT; }; - 234D821D2AEC57CF0022EFEB /* YYTextAsyncLayer+PITextAsyncLayer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "YYTextAsyncLayer+PITextAsyncLayer.m"; path = "YuMi/Appdelegate/YYTextAsyncLayer+PITextAsyncLayer.m"; sourceTree = SOURCE_ROOT; }; - 234E50AD2BF7352C005CB6D5 /* NSTextAttachment+MSImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSTextAttachment+MSImage.h"; sourceTree = ""; }; - 234E50AE2BF7352C005CB6D5 /* NSTextAttachment+MSImage.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSTextAttachment+MSImage.m"; sourceTree = ""; }; - 234F44E22B3EA4F900E2B532 /* PILineManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PILineManager.swift; sourceTree = ""; }; - 235714872BECC38F004C81D6 /* MessageHeadlinesTextModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageHeadlinesTextModel.h; sourceTree = ""; }; - 235714882BECC38F004C81D6 /* MessageHeadlinesTextModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageHeadlinesTextModel.m; sourceTree = ""; }; - 235714962BEDF54E004C81D6 /* MsRoomMessageMainView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MsRoomMessageMainView.h; sourceTree = ""; }; - 235714972BEDF54E004C81D6 /* MsRoomMessageMainView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MsRoomMessageMainView.m; sourceTree = ""; }; - 235A45182B04A352009753F5 /* PIRoomActivityWebView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomActivityWebView.h; sourceTree = ""; }; - 235A45192B04A352009753F5 /* PIRoomActivityWebView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomActivityWebView.m; sourceTree = ""; }; - 235A451B2B04A452009753F5 /* PIRoomActivityWebCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomActivityWebCell.h; sourceTree = ""; }; - 235A451C2B04A452009753F5 /* PIRoomActivityWebCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomActivityWebCell.m; sourceTree = ""; }; - 235A45212B04BEB6009753F5 /* PIBaseModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIBaseModel.h; sourceTree = ""; }; - 235A45222B04BEB6009753F5 /* PIBaseModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIBaseModel.m; sourceTree = ""; }; - 23630BA42BAC3888003AD25D /* PIGiftSuperGiftBroadcastView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIGiftSuperGiftBroadcastView.h; sourceTree = ""; }; - 23630BA52BAC3888003AD25D /* PIGiftSuperGiftBroadcastView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIGiftSuperGiftBroadcastView.m; sourceTree = ""; }; - 2368969E2AE6720600EED5F2 /* PIRoomGiftBroadcastWindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomGiftBroadcastWindow.h; sourceTree = ""; }; - 2368969F2AE6720600EED5F2 /* PIRoomGiftBroadcastWindow.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomGiftBroadcastWindow.m; sourceTree = ""; }; - 2368ECC92BC38F6400EDF4C9 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = ""; }; - 2368ECCA2BC38F6F00EDF4C9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; - 2368ECCE2BC38F9800EDF4C9 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/InfoPlist.strings; sourceTree = ""; }; - 2368ECD02BC38FA900EDF4C9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 2368ECD22BC38FC500EDF4C9 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/InfoPlist.strings"; sourceTree = ""; }; - 2368ECD42BC38FDA00EDF4C9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = "Base.lproj/Launch Screen.storyboard"; sourceTree = ""; }; - 2368ECD62BC38FDA00EDF4C9 /* mul */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; name = mul; path = "mul.lproj/Launch Screen.xcstrings"; sourceTree = ""; }; - 2368ECD72BC38FED00EDF4C9 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; - 2368ECD82BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineSwitchLanguageVC.h; sourceTree = ""; }; - 2368ECD92BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineSwitchLanguageVC.m; sourceTree = ""; }; - 2368ECDD2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineSwitchLanguageCell.h; sourceTree = ""; }; - 2368ECDE2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineSwitchLanguageCell.m; sourceTree = ""; }; - 2368ECE12BC5280300EDF4C9 /* css */ = {isa = PBXFileReference; lastKnownFileType = folder; path = css; sourceTree = ""; }; - 2368ECE22BC5280300EDF4C9 /* images */ = {isa = PBXFileReference; lastKnownFileType = folder; path = images; sourceTree = ""; }; - 2368ECE32BC5280300EDF4C9 /* js */ = {isa = PBXFileReference; lastKnownFileType = folder; path = js; sourceTree = ""; }; - 2368ECE42BC5280300EDF4C9 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 2368ECE52BC5280300EDF4C9 /* upload.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = upload.html; sourceTree = ""; }; - 2368ECE62BC5280300EDF4C9 /* local */ = {isa = PBXFileReference; lastKnownFileType = folder; path = local; sourceTree = ""; }; - 2369F98F2A89CE0E00563B48 /* PIUserSexView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIUserSexView.h; sourceTree = ""; }; - 2369F9902A89CE0E00563B48 /* PIUserSexView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIUserSexView.m; sourceTree = ""; }; - 2369F9922A8B21EA00563B48 /* pi_treasure_fairy_gift_bg.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_treasure_fairy_gift_bg.svga; sourceTree = ""; }; - 236B2E222AA07D06003967A8 /* SudGameConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SudGameConfig.h; sourceTree = ""; }; - 236B2E232AA07D06003967A8 /* SudCommon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SudCommon.m; sourceTree = ""; }; - 236B2E252AA07D06003967A8 /* NSString+RW.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+RW.m"; sourceTree = ""; }; - 236B2E262AA07D06003967A8 /* UIImage+RW.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+RW.h"; sourceTree = ""; }; - 236B2E272AA07D06003967A8 /* UIColor+RW.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+RW.m"; sourceTree = ""; }; - 236B2E282AA07D06003967A8 /* NSData+RW.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+RW.m"; sourceTree = ""; }; - 236B2E292AA07D06003967A8 /* NSString+RW.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+RW.h"; sourceTree = ""; }; - 236B2E2A2AA07D06003967A8 /* UIImage+RW.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+RW.m"; sourceTree = ""; }; - 236B2E2B2AA07D06003967A8 /* UIColor+RW.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+RW.h"; sourceTree = ""; }; - 236B2E2C2AA07D06003967A8 /* NSData+RW.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+RW.h"; sourceTree = ""; }; - 236B2E2D2AA07D06003967A8 /* SudCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SudCommon.h; sourceTree = ""; }; - 236B2E2F2AA07D06003967A8 /* LittleGameInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LittleGameInfoModel.h; sourceTree = ""; }; - 236B2E302AA07D06003967A8 /* LittleGameInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LittleGameInfoModel.m; sourceTree = ""; }; - 236B2E322AA07D06003967A8 /* XPLittleGameRoomListView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPLittleGameRoomListView.h; sourceTree = ""; }; - 236B2E332AA07D06003967A8 /* XPLittleGameMiniStageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPLittleGameMiniStageView.m; sourceTree = ""; }; - 236B2E342AA07D06003967A8 /* XPRoomLittleGameContainerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomLittleGameContainerView.h; sourceTree = ""; }; - 236B2E352AA07D06003967A8 /* XPLittleGameRoomOpenView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPLittleGameRoomOpenView.h; sourceTree = ""; }; - 236B2E372AA07D06003967A8 /* XPLittleGameTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPLittleGameTableViewCell.h; sourceTree = ""; }; - 236B2E382AA07D06003967A8 /* XPCreateLittleGameCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPCreateLittleGameCollectionViewCell.m; sourceTree = ""; }; - 236B2E392AA07D06003967A8 /* XPCreateLittleGameCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPCreateLittleGameCollectionViewCell.h; sourceTree = ""; }; - 236B2E3A2AA07D06003967A8 /* XPLittleGameTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPLittleGameTableViewCell.m; sourceTree = ""; }; - 236B2E3B2AA07D06003967A8 /* XPLittleGameMiniStageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPLittleGameMiniStageView.h; sourceTree = ""; }; - 236B2E3C2AA07D06003967A8 /* XPLittleGameRoomListView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPLittleGameRoomListView.m; sourceTree = ""; }; - 236B2E3D2AA07D06003967A8 /* XPLittleGameRoomOpenView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPLittleGameRoomOpenView.m; sourceTree = ""; }; - 236B2E3E2AA07D06003967A8 /* XPRoomLittleGameContainerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomLittleGameContainerView.m; sourceTree = ""; }; - 236B2E402AA07D06003967A8 /* Api+LittleGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Api+LittleGame.m"; sourceTree = ""; }; - 236B2E412AA07D06003967A8 /* Api+LittleGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Api+LittleGame.h"; sourceTree = ""; }; - 236B2E4F2AA08756003967A8 /* LittleGameScrollStageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LittleGameScrollStageView.h; sourceTree = ""; }; - 236B2E502AA08756003967A8 /* LittleGameStageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LittleGameStageView.m; sourceTree = ""; }; - 236B2E512AA08756003967A8 /* LittleGameScrollStageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LittleGameScrollStageView.m; sourceTree = ""; }; - 236B2E522AA08757003967A8 /* LittleGameStageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LittleGameStageView.h; sourceTree = ""; }; - 236B2E552AA18E12003967A8 /* XPMIneGameCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMIneGameCollectionViewCell.m; sourceTree = ""; }; - 236B2E562AA18E12003967A8 /* XPMineGameTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGameTableViewCell.h; sourceTree = ""; }; - 236B2E572AA18E12003967A8 /* XPMineGameTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGameTableViewCell.m; sourceTree = ""; }; - 236B2E582AA18E12003967A8 /* XPMIneGameCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMIneGameCollectionViewCell.h; sourceTree = ""; }; - 236B2E5B2AA19168003967A8 /* HomeLittleGameRoomModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeLittleGameRoomModel.h; sourceTree = ""; }; - 236B2E5C2AA19169003967A8 /* HomeLittleGameRoomModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeLittleGameRoomModel.m; sourceTree = ""; }; - 236BA4962BB6AFED00C7C73A /* PINoblePrivilegeEmptyCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINoblePrivilegeEmptyCell.h; sourceTree = ""; }; - 236BA4972BB6AFED00C7C73A /* PINoblePrivilegeEmptyCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINoblePrivilegeEmptyCell.m; sourceTree = ""; }; - 237700CE2BC697D400D661F1 /* pi_login_new_logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pi_login_new_logo.png; sourceTree = ""; }; - 237700D12BC7CC7C00D661F1 /* NSObject+MJExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+MJExtension.h"; sourceTree = ""; }; - 237700D22BC7CC7C00D661F1 /* NSObject+MJExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+MJExtension.m"; sourceTree = ""; }; - 237700D52BC7D51400D661F1 /* UIButton+MSRTL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIButton+MSRTL.h"; sourceTree = ""; }; - 237700D62BC7D51400D661F1 /* UIButton+MSRTL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIButton+MSRTL.m"; sourceTree = ""; }; - 237700D82BC7D5EC00D661F1 /* UILabel+MSRTL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UILabel+MSRTL.h"; sourceTree = ""; }; - 237700D92BC7D5EC00D661F1 /* UILabel+MSRTL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UILabel+MSRTL.m"; sourceTree = ""; }; - 237700DB2BC7D70E00D661F1 /* UIImage+MSRTL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIImage+MSRTL.h"; sourceTree = ""; }; - 237700DC2BC7D70E00D661F1 /* UIImage+MSRTL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIImage+MSRTL.m"; sourceTree = ""; }; - 237700DE2BC7D78600D661F1 /* MSBaseRTLFlowLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSBaseRTLFlowLayout.h; sourceTree = ""; }; - 237700DF2BC7D78600D661F1 /* MSBaseRTLFlowLayout.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSBaseRTLFlowLayout.m; sourceTree = ""; }; - 237700E12BC7D7C000D661F1 /* NSMutableAttributedString+MSRTL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSMutableAttributedString+MSRTL.h"; sourceTree = ""; }; - 237700E22BC7D7C000D661F1 /* NSMutableAttributedString+MSRTL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSMutableAttributedString+MSRTL.m"; sourceTree = ""; }; - 237700E42BC7E81F00D661F1 /* UITextField+MSRTL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UITextField+MSRTL.h"; sourceTree = ""; }; - 237700E52BC7E81F00D661F1 /* UITextField+MSRTL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UITextField+MSRTL.m"; sourceTree = ""; }; - 237700E72BC7E88E00D661F1 /* UITextView+MSRTL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UITextView+MSRTL.h"; sourceTree = ""; }; - 237700E82BC7E88E00D661F1 /* UITextView+MSRTL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UITextView+MSRTL.m"; sourceTree = ""; }; - 237700EA2BC914B400D661F1 /* UISwipeGestureRecognizer+MSRTL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UISwipeGestureRecognizer+MSRTL.h"; sourceTree = ""; }; - 237700EB2BC914B400D661F1 /* UISwipeGestureRecognizer+MSRTL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UISwipeGestureRecognizer+MSRTL.m"; sourceTree = ""; }; - 237700F82BCCD25500D661F1 /* YYLabel+MSRTL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "YYLabel+MSRTL.h"; sourceTree = ""; }; - 237700F92BCCD25500D661F1 /* YYLabel+MSRTL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "YYLabel+MSRTL.m"; sourceTree = ""; }; - 237700FB2BCD254000D661F1 /* MSBaseTextField.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSBaseTextField.h; sourceTree = ""; }; - 237700FC2BCD254000D661F1 /* MSBaseTextField.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSBaseTextField.m; sourceTree = ""; }; - 237701072BCF73CE00D661F1 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; - 237701092BCF73DD00D661F1 /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; }; - 2377010B2BCF73EA00D661F1 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; - 2377010D2BCF73F400D661F1 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 2377010F2BCF740400D661F1 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; }; - 237701112BCF742C00D661F1 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; - 237701182BD6143700D661F1 /* pi_happy_egg_smash.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_happy_egg_smash.svga; sourceTree = ""; }; - 2378529F2C072D8D00E360AC /* MSRoomGameModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameModel.h; sourceTree = ""; }; - 237852A02C072D8D00E360AC /* MSRoomGameModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameModel.m; sourceTree = ""; }; - 237852A22C082A9800E360AC /* MSRoomGameSendTextView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameSendTextView.h; sourceTree = ""; }; - 237852A32C082A9800E360AC /* MSRoomGameSendTextView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameSendTextView.m; sourceTree = ""; }; - 237852A52C08764B00E360AC /* MSRoomGameResultsModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameResultsModel.h; sourceTree = ""; }; - 237852A62C08764B00E360AC /* MSRoomGameResultsModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameResultsModel.m; sourceTree = ""; }; - 237B94AD2A984DA7007853E3 /* XPTrumpetPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTrumpetPresenter.h; sourceTree = ""; }; - 237B94AE2A984DA7007853E3 /* XPTrumpetPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTrumpetPresenter.m; sourceTree = ""; }; - 237B94B02A984DA7007853E3 /* XPRoomTrumpetProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomTrumpetProtocol.h; sourceTree = ""; }; - 237B94B22A984DA7007853E3 /* XPNobleTrumpetModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNobleTrumpetModel.h; sourceTree = ""; }; - 237B94B32A984DA7007853E3 /* XPNobleTrumpetModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNobleTrumpetModel.m; sourceTree = ""; }; - 237B94B52A984DA7007853E3 /* XPRoomTrumpetViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomTrumpetViewController.h; sourceTree = ""; }; - 237B94B62A984DA7007853E3 /* XPRoomTrumpetView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomTrumpetView.h; sourceTree = ""; }; - 237B94B72A984DA7007853E3 /* XPRoomTrumpetViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomTrumpetViewController.m; sourceTree = ""; }; - 237B94B82A984DA7007853E3 /* XPRoomTrumpetView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomTrumpetView.m; sourceTree = ""; }; - 237B94BA2A984DA7007853E3 /* Api+RoomTrumpet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Api+RoomTrumpet.m"; sourceTree = ""; }; - 237B94BB2A984DA7007853E3 /* Api+RoomTrumpet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Api+RoomTrumpet.h"; sourceTree = ""; }; - 237FD35C2C0F187B00B5335C /* pi_app_logo_new_bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pi_app_logo_new_bg.png; sourceTree = ""; }; - 238A90052BA9729200828123 /* PIUniversalBannerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIUniversalBannerView.h; sourceTree = ""; }; - 238A90062BA9729200828123 /* PIUniversalBannerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIUniversalBannerView.m; sourceTree = ""; }; - 238A90082BA9756600828123 /* PIUniversalBannerModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIUniversalBannerModel.h; sourceTree = ""; }; - 238A90092BA9756600828123 /* PIUniversalBannerModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIUniversalBannerModel.m; sourceTree = ""; }; - 238B37242AC55A2C00BFC9D5 /* XPTreasureFailyPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFailyPresenter.m; sourceTree = ""; }; - 238B37252AC55A2C00BFC9D5 /* XPTreasureFailyPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFailyPresenter.h; sourceTree = ""; }; - 238B37272AC55A2C00BFC9D5 /* XPTreasureFailyProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFailyProtocol.h; sourceTree = ""; }; - 238B37292AC55A2C00BFC9D5 /* TreasureFairyConvertRecordModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TreasureFairyConvertRecordModel.h; sourceTree = ""; }; - 238B372A2AC55A2C00BFC9D5 /* TreasureFairyInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TreasureFairyInfoModel.h; sourceTree = ""; }; - 238B372B2AC55A2C00BFC9D5 /* TreasureFairyLimitModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TreasureFairyLimitModel.m; sourceTree = ""; }; - 238B372C2AC55A2C00BFC9D5 /* TreasureFailyKeyInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TreasureFailyKeyInfoModel.m; sourceTree = ""; }; - 238B372D2AC55A2C00BFC9D5 /* TreasureFailryMessageModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TreasureFailryMessageModel.h; sourceTree = ""; }; - 238B372E2AC55A2C00BFC9D5 /* TreasureFairySendRecordModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TreasureFairySendRecordModel.m; sourceTree = ""; }; - 238B372F2AC55A2C00BFC9D5 /* TreasureFairyRewardModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TreasureFairyRewardModel.m; sourceTree = ""; }; - 238B37302AC55A2C00BFC9D5 /* TreasureFairyTrialsRecordModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TreasureFairyTrialsRecordModel.m; sourceTree = ""; }; - 238B37312AC55A2C00BFC9D5 /* TreasureFairyBallInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TreasureFairyBallInfoModel.h; sourceTree = ""; }; - 238B37322AC55A2C00BFC9D5 /* TreasureFairyUserInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TreasureFairyUserInfoModel.m; sourceTree = ""; }; - 238B37332AC55A2C00BFC9D5 /* TreasureFairyFragmentModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TreasureFairyFragmentModel.h; sourceTree = ""; }; - 238B37342AC55A2C00BFC9D5 /* TreasureFailyKeyInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TreasureFailyKeyInfoModel.h; sourceTree = ""; }; - 238B37352AC55A2C00BFC9D5 /* TreasureFairyLimitModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TreasureFairyLimitModel.h; sourceTree = ""; }; - 238B37362AC55A2C00BFC9D5 /* TreasureFairyInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TreasureFairyInfoModel.m; sourceTree = ""; }; - 238B37372AC55A2C00BFC9D5 /* TreasureFairyConvertRecordModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TreasureFairyConvertRecordModel.m; sourceTree = ""; }; - 238B37382AC55A2C00BFC9D5 /* TreasureFailryMessageModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TreasureFailryMessageModel.m; sourceTree = ""; }; - 238B37392AC55A2C00BFC9D5 /* TreasureFairyBallInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TreasureFairyBallInfoModel.m; sourceTree = ""; }; - 238B373A2AC55A2C00BFC9D5 /* TreasureFairyTrialsRecordModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TreasureFairyTrialsRecordModel.h; sourceTree = ""; }; - 238B373B2AC55A2C00BFC9D5 /* TreasureFairyRewardModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TreasureFairyRewardModel.h; sourceTree = ""; }; - 238B373C2AC55A2C00BFC9D5 /* TreasureFairySendRecordModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TreasureFairySendRecordModel.h; sourceTree = ""; }; - 238B373D2AC55A2C00BFC9D5 /* TreasureFairyFragmentModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TreasureFairyFragmentModel.m; sourceTree = ""; }; - 238B373E2AC55A2C00BFC9D5 /* TreasureFairyUserInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TreasureFairyUserInfoModel.h; sourceTree = ""; }; - 238B37402AC55A2C00BFC9D5 /* XPTreasureFairyViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyViewController.m; sourceTree = ""; }; - 238B37422AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyStoreResultCell.m; sourceTree = ""; }; - 238B37432AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyShopingRecordCell.h; sourceTree = ""; }; - 238B37442AC55A2C00BFC9D5 /* XPTreasureFailyResultGiftCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFailyResultGiftCell.h; sourceTree = ""; }; - 238B37452AC55A2C00BFC9D5 /* XPTreasureFairySendRecordCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairySendRecordCell.h; sourceTree = ""; }; - 238B37462AC55A2C00BFC9D5 /* XPTreasureFairyFriendCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyFriendCell.m; sourceTree = ""; }; - 238B37472AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyPrizePoolCell.m; sourceTree = ""; }; - 238B37482AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyPrizeRecordCell.m; sourceTree = ""; }; - 238B37492AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyTrialsRecordCell.h; sourceTree = ""; }; - 238B374A2AC55A2C00BFC9D5 /* XPTreasureFairyShopingExchangeCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyShopingExchangeCell.h; sourceTree = ""; }; - 238B374B2AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyNewSummonCell.m; sourceTree = ""; }; - 238B374C2AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyStoreResultCell.h; sourceTree = ""; }; - 238B374D2AC55A2C00BFC9D5 /* XPTreasureFailyResultGiftCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFailyResultGiftCell.m; sourceTree = ""; }; - 238B374E2AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyShopingRecordCell.m; sourceTree = ""; }; - 238B374F2AC55A2C00BFC9D5 /* XPTreasureFairyFriendCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyFriendCell.h; sourceTree = ""; }; - 238B37502AC55A2C00BFC9D5 /* XPTreasureFairySendRecordCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairySendRecordCell.m; sourceTree = ""; }; - 238B37512AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyPrizeRecordCell.h; sourceTree = ""; }; - 238B37522AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyPrizePoolCell.h; sourceTree = ""; }; - 238B37532AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyNewSummonCell.h; sourceTree = ""; }; - 238B37542AC55A2C00BFC9D5 /* XPTreasureFairyShopingExchangeCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyShopingExchangeCell.m; sourceTree = ""; }; - 238B37552AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyTrialsRecordCell.m; sourceTree = ""; }; - 238B37572AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordSubView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyShopingRecordSubView.h; sourceTree = ""; }; - 238B37582AC55A2C00BFC9D5 /* XPTreasureFairyFriendView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyFriendView.m; sourceTree = ""; }; - 238B37592AC55A2C00BFC9D5 /* XPTreasureFairySummonView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairySummonView.m; sourceTree = ""; }; - 238B375A2AC55A2C00BFC9D5 /* XPTreasureFairySendView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairySendView.m; sourceTree = ""; }; - 238B375B2AC55A2C00BFC9D5 /* XPTreasureFairySendRecordView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairySendRecordView.h; sourceTree = ""; }; - 238B375C2AC55A2C00BFC9D5 /* XPTreasureFairySummonGiftView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairySummonGiftView.h; sourceTree = ""; }; - 238B375D2AC55A2C00BFC9D5 /* XPTreasureFairyDrawView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyDrawView.h; sourceTree = ""; }; - 238B375E2AC55A2C00BFC9D5 /* XPTreasureFairyShopingView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyShopingView.h; sourceTree = ""; }; - 238B375F2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsContentView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyTrialsContentView.m; sourceTree = ""; }; - 238B37602AC55A2C00BFC9D5 /* XPTreasureFairyTrialsBallView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyTrialsBallView.h; sourceTree = ""; }; - 238B37612AC55A2C00BFC9D5 /* XPTreasureFairyBottomView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyBottomView.m; sourceTree = ""; }; - 238B37622AC55A2C00BFC9D5 /* XPTreasureFairyTrialsView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyTrialsView.h; sourceTree = ""; }; - 238B37632AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PITreasureFairyBuyElfShardView.h; sourceTree = ""; }; - 238B37642AC55A2C00BFC9D5 /* XPTreasureFailrySummonBallView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFailrySummonBallView.h; sourceTree = ""; }; - 238B37652AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyShopingRecordView.h; sourceTree = ""; }; - 238B37662AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyStoreResultView.m; sourceTree = ""; }; - 238B37672AC55A2C00BFC9D5 /* XPTreasureFairyExchangeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyExchangeView.h; sourceTree = ""; }; - 238B37682AC55A2C00BFC9D5 /* XPTreasureFairyPoolRecordView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyPoolRecordView.m; sourceTree = ""; }; - 238B37692AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyNewSummonView.m; sourceTree = ""; }; - 238B376A2AC55A2C00BFC9D5 /* XPTreasureFairyBallView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyBallView.h; sourceTree = ""; }; - 238B376B2AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardSuccessView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PITreasureFairyBuyElfShardSuccessView.h; sourceTree = ""; }; - 238B376C2AC55A2C00BFC9D5 /* XPTreasureFairyDrawSubView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyDrawSubView.m; sourceTree = ""; }; - 238B376D2AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardInputNumView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PITreasureFairyBuyElfShardInputNumView.h; sourceTree = ""; }; - 238B376E2AC55A2C00BFC9D5 /* XPTreasureFairyMessageSendView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyMessageSendView.m; sourceTree = ""; }; - 238B376F2AC55A2C00BFC9D5 /* XPTreasureFairyBallContentView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyBallContentView.m; sourceTree = ""; }; - 238B37702AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyTrialsRecordView.h; sourceTree = ""; }; - 238B37712AC55A2C00BFC9D5 /* XPTreasureFairyMoreView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyMoreView.m; sourceTree = ""; }; - 238B37722AC55A2C00BFC9D5 /* XPTreasureFairyMyView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyMyView.m; sourceTree = ""; }; - 238B37732AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyPrizeRecordView.m; sourceTree = ""; }; - 238B37742AC55A2C00BFC9D5 /* XPTreasureFailyPrizeGiftView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFailyPrizeGiftView.m; sourceTree = ""; }; - 238B37752AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultSmallView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyStoreResultSmallView.m; sourceTree = ""; }; - 238B37762AC55A2C00BFC9D5 /* XPTreasureFairyStoreView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyStoreView.h; sourceTree = ""; }; - 238B37772AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyPrizePoolView.m; sourceTree = ""; }; - 238B37782AC55A2C00BFC9D5 /* XPTreasureFairyWebView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyWebView.m; sourceTree = ""; }; - 238B37792AC55A2C00BFC9D5 /* XPTreasureFairyPrizeSubView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyPrizeSubView.m; sourceTree = ""; }; - 238B377A2AC55A2C00BFC9D5 /* XPTreasureFailyResultView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFailyResultView.m; sourceTree = ""; }; - 238B377B2AC55A2C00BFC9D5 /* XPTreasureFairyDrawView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyDrawView.m; sourceTree = ""; }; - 238B377C2AC55A2C00BFC9D5 /* XPTreasureFairySendRecordView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairySendRecordView.m; sourceTree = ""; }; - 238B377D2AC55A2C00BFC9D5 /* XPTreasureFairySummonGiftView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairySummonGiftView.m; sourceTree = ""; }; - 238B377E2AC55A2C00BFC9D5 /* XPTreasureFairySendView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairySendView.h; sourceTree = ""; }; - 238B377F2AC55A2C00BFC9D5 /* XPTreasureFairySummonView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairySummonView.h; sourceTree = ""; }; - 238B37802AC55A2C00BFC9D5 /* XPTreasureFairyFriendView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyFriendView.h; sourceTree = ""; }; - 238B37812AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordSubView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyShopingRecordSubView.m; sourceTree = ""; }; - 238B37822AC55A2C00BFC9D5 /* XPTreasureFairyPoolRecordView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyPoolRecordView.h; sourceTree = ""; }; - 238B37832AC55A2C00BFC9D5 /* XPTreasureFairyExchangeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyExchangeView.m; sourceTree = ""; }; - 238B37842AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyShopingRecordView.m; sourceTree = ""; }; - 238B37852AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyStoreResultView.h; sourceTree = ""; }; - 238B37862AC55A2C00BFC9D5 /* XPTreasureFailrySummonBallView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFailrySummonBallView.m; sourceTree = ""; }; - 238B37872AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PITreasureFairyBuyElfShardView.m; sourceTree = ""; }; - 238B37882AC55A2C00BFC9D5 /* XPTreasureFairyTrialsView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyTrialsView.m; sourceTree = ""; }; - 238B37892AC55A2C00BFC9D5 /* XPTreasureFairyBottomView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyBottomView.h; sourceTree = ""; }; - 238B378A2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsBallView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyTrialsBallView.m; sourceTree = ""; }; - 238B378B2AC55A2C00BFC9D5 /* XPTreasureFairyShopingView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyShopingView.m; sourceTree = ""; }; - 238B378C2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsContentView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyTrialsContentView.h; sourceTree = ""; }; - 238B378D2AC55A2C00BFC9D5 /* XPTreasureFairyMoreView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyMoreView.h; sourceTree = ""; }; - 238B378E2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyTrialsRecordView.m; sourceTree = ""; }; - 238B378F2AC55A2C00BFC9D5 /* XPTreasureFairyBallContentView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyBallContentView.h; sourceTree = ""; }; - 238B37902AC55A2C00BFC9D5 /* XPTreasureFairyMessageSendView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyMessageSendView.h; sourceTree = ""; }; - 238B37912AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardInputNumView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PITreasureFairyBuyElfShardInputNumView.m; sourceTree = ""; }; - 238B37922AC55A2C00BFC9D5 /* XPTreasureFairyDrawSubView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyDrawSubView.h; sourceTree = ""; }; - 238B37932AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardSuccessView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PITreasureFairyBuyElfShardSuccessView.m; sourceTree = ""; }; - 238B37942AC55A2C00BFC9D5 /* XPTreasureFairyBallView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyBallView.m; sourceTree = ""; }; - 238B37952AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyNewSummonView.h; sourceTree = ""; }; - 238B37962AC55A2C00BFC9D5 /* XPTreasureFairyPrizeSubView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyPrizeSubView.h; sourceTree = ""; }; - 238B37972AC55A2C00BFC9D5 /* XPTreasureFailyResultView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFailyResultView.h; sourceTree = ""; }; - 238B37982AC55A2C00BFC9D5 /* XPTreasureFairyWebView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyWebView.h; sourceTree = ""; }; - 238B37992AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyPrizePoolView.h; sourceTree = ""; }; - 238B379A2AC55A2C00BFC9D5 /* XPTreasureFairyStoreView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyStoreView.m; sourceTree = ""; }; - 238B379B2AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultSmallView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyStoreResultSmallView.h; sourceTree = ""; }; - 238B379C2AC55A2C00BFC9D5 /* XPTreasureFailyPrizeGiftView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFailyPrizeGiftView.h; sourceTree = ""; }; - 238B379D2AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyPrizeRecordView.h; sourceTree = ""; }; - 238B379E2AC55A2C00BFC9D5 /* XPTreasureFairyMyView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyMyView.h; sourceTree = ""; }; - 238B379F2AC55A2C00BFC9D5 /* XPTreasureFairyViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyViewController.h; sourceTree = ""; }; - 238B37A12AC55A2C00BFC9D5 /* Api+TreasureFairy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Api+TreasureFairy.m"; sourceTree = ""; }; - 238B37A22AC55A2C00BFC9D5 /* Api+TreasureFairy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Api+TreasureFairy.h"; sourceTree = ""; }; - 238ED8382AE2891D0014EF9D /* PIRoomEnterRedPacketView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomEnterRedPacketView.h; sourceTree = ""; }; - 238ED8392AE2891D0014EF9D /* PIRoomEnterRedPacketView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomEnterRedPacketView.m; sourceTree = ""; }; - 239141C42AE129F700322CA9 /* PIInputScrollingView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIInputScrollingView.h; sourceTree = ""; }; - 239141C52AE129F700322CA9 /* PIInputScrollingView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIInputScrollingView.m; sourceTree = ""; }; - 239141C72AE1358F00322CA9 /* PIInputEntireServerScrollingView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIInputEntireServerScrollingView.h; sourceTree = ""; }; - 239141C82AE1358F00322CA9 /* PIInputEntireServerScrollingView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIInputEntireServerScrollingView.m; sourceTree = ""; }; - 239141CA2AE267EF00322CA9 /* PIReceiveRedPacketSuccessView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIReceiveRedPacketSuccessView.h; sourceTree = ""; }; - 239141CB2AE267EF00322CA9 /* PIReceiveRedPacketSuccessView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIReceiveRedPacketSuccessView.m; sourceTree = ""; }; - 23942E8F2A86424500D0ECC2 /* XPLoginAuthCodeVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPLoginAuthCodeVC.h; sourceTree = ""; }; - 23942E902A86424500D0ECC2 /* XPLoginAuthCodeVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPLoginAuthCodeVC.m; sourceTree = ""; }; - 23959FE52BB15C930085A282 /* UploadFileModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UploadFileModel.h; sourceTree = ""; }; - 23959FE62BB15C930085A282 /* UploadFileModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UploadFileModel.m; sourceTree = ""; }; - 2396FCE32B22BE5D0014021D /* pi_area_info.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = pi_area_info.json; sourceTree = ""; }; - 239BEED92AA1E058005CDA94 /* PIHoemCategoryTitleView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIHoemCategoryTitleView.h; sourceTree = ""; }; - 239BEEDA2AA1E058005CDA94 /* PIHoemCategoryTitleView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIHoemCategoryTitleView.m; sourceTree = ""; }; - 239D0F942BFB3296002977CE /* MSRoomOnLineView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomOnLineView.h; sourceTree = ""; }; - 239D0F952BFB3296002977CE /* MSRoomOnLineView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomOnLineView.m; sourceTree = ""; }; - 239D0F972BFB43BC002977CE /* MSRoomOnLineAvatarView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomOnLineAvatarView.h; sourceTree = ""; }; - 239D0F982BFB43BC002977CE /* MSRoomOnLineAvatarView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomOnLineAvatarView.m; sourceTree = ""; }; - 239D0F9A2BFC9E6C002977CE /* ms_room_gift_svga_icon.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = ms_room_gift_svga_icon.svga; sourceTree = ""; }; - 239D0F9C2BFCB88C002977CE /* XPRoomBackContainerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomBackContainerView.m; sourceTree = ""; }; - 239D0F9D2BFCB88C002977CE /* XPRoomDatingWebAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomDatingWebAlertView.h; sourceTree = ""; }; - 239D0F9E2BFCB88C002977CE /* XPRoomFunctionContainerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomFunctionContainerView.h; sourceTree = ""; }; - 239D0F9F2BFCB88C002977CE /* XPRoomAnchorRankEnterView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomAnchorRankEnterView.h; sourceTree = ""; }; - 239D0FA02BFCB88D002977CE /* XPRoomDatingVipUpMicView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomDatingVipUpMicView.h; sourceTree = ""; }; - 239D0FA12BFCB88D002977CE /* XPRoomDatingVipUpMicView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomDatingVipUpMicView.m; sourceTree = ""; }; - 239D0FA22BFCB88D002977CE /* XPRoomDatingWebAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomDatingWebAlertView.m; sourceTree = ""; }; - 239D0FA32BFCB88D002977CE /* XPRoomFunctionContainerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomFunctionContainerView.m; sourceTree = ""; }; - 239D0FA42BFCB88D002977CE /* XPRoomRankEntranceView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomRankEntranceView.m; sourceTree = ""; }; - 239D0FA52BFCB88D002977CE /* XPRoomAnchorRankEnterView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomAnchorRankEnterView.m; sourceTree = ""; }; - 239D0FA62BFCB88D002977CE /* XPRoomRankEntranceView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomRankEntranceView.h; sourceTree = ""; }; - 239D0FA72BFCB88D002977CE /* XPRoomBackContainerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomBackContainerView.h; sourceTree = ""; }; - 239D0FB12BFD8C67002977CE /* MSRoomSetingBackdropCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomSetingBackdropCell.h; sourceTree = ""; }; - 239D0FB22BFD8C67002977CE /* MSRoomSetingBackdropCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomSetingBackdropCell.m; sourceTree = ""; }; - 239D0FC52C045F92002977CE /* MSRoomGameVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MSRoomGameVC.h; sourceTree = ""; }; - 239D0FC62C045F92002977CE /* MSRoomGameVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameVC.m; sourceTree = ""; }; - 239D0FCA2C045FC9002977CE /* MSTabbarRoomGameVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSTabbarRoomGameVC.h; sourceTree = ""; }; - 239D0FCB2C045FC9002977CE /* MSTabbarRoomGameVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSTabbarRoomGameVC.m; sourceTree = ""; }; - 239D0FCD2C046048002977CE /* MSTabbarRoomGameHeadView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSTabbarRoomGameHeadView.h; sourceTree = ""; }; - 239D0FCE2C046048002977CE /* MSTabbarRoomGameHeadView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSTabbarRoomGameHeadView.m; sourceTree = ""; }; - 239D0FD02C046EAD002977CE /* MSTabbarRoomGameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSTabbarRoomGameView.h; sourceTree = ""; }; - 239D0FD12C046EAD002977CE /* MSTabbarRoomGameView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSTabbarRoomGameView.m; sourceTree = ""; }; - 239D0FD32C0475E6002977CE /* MSTabbarBeginGameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSTabbarBeginGameView.h; sourceTree = ""; }; - 239D0FD42C0475E6002977CE /* MSTabbarBeginGameView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSTabbarBeginGameView.m; sourceTree = ""; }; - 239D0FD62C047DD8002977CE /* MSTabbarRoomGameModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSTabbarRoomGameModel.h; sourceTree = ""; }; - 239D0FD72C047DD8002977CE /* MSTabbarRoomGameModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSTabbarRoomGameModel.m; sourceTree = ""; }; - 239D0FD92C047F24002977CE /* MSTabbarRoomGameCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSTabbarRoomGameCell.h; sourceTree = ""; }; - 239D0FDA2C047F24002977CE /* MSTabbarRoomGameCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSTabbarRoomGameCell.m; sourceTree = ""; }; - 239D0FDF2C04850A002977CE /* MSRoomGameHeadView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameHeadView.h; sourceTree = ""; }; - 239D0FE02C04850A002977CE /* MSRoomGameHeadView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameHeadView.m; sourceTree = ""; }; - 239D0FE22C048700002977CE /* MSRoomGameHeadAvatarView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameHeadAvatarView.h; sourceTree = ""; }; - 239D0FE32C048700002977CE /* MSRoomGameHeadAvatarView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameHeadAvatarView.m; sourceTree = ""; }; - 239D0FE52C049D61002977CE /* MSRoomGameMsgView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameMsgView.h; sourceTree = ""; }; - 239D0FE62C049D61002977CE /* MSRoomGameMsgView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameMsgView.m; sourceTree = ""; }; - 239D0FE82C04A9EE002977CE /* MSRoomGameSendMsgView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameSendMsgView.h; sourceTree = ""; }; - 239D0FE92C04A9EE002977CE /* MSRoomGameSendMsgView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameSendMsgView.m; sourceTree = ""; }; - 239D0FEB2C057362002977CE /* Api+MSRoomGameApi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+MSRoomGameApi.h"; sourceTree = ""; }; - 239D0FEC2C057362002977CE /* Api+MSRoomGameApi.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+MSRoomGameApi.m"; sourceTree = ""; }; - 239D0FEE2C057470002977CE /* MSRoomGamePresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGamePresenter.h; sourceTree = ""; }; - 239D0FEF2C057470002977CE /* MSRoomGamePresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGamePresenter.m; sourceTree = ""; }; - 239D0FF12C057D2E002977CE /* MSRoomGameProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameProtocol.h; sourceTree = ""; }; - 239D0FF22C05B9D2002977CE /* MSRoomGameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameView.h; sourceTree = ""; }; - 239D0FF32C05B9D2002977CE /* MSRoomGameView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameView.m; sourceTree = ""; }; - 239D0FF52C05BD2A002977CE /* MSRoomGameVictoryView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameVictoryView.h; sourceTree = ""; }; - 239D0FF62C05BD2A002977CE /* MSRoomGameVictoryView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameVictoryView.m; sourceTree = ""; }; - 239D0FF82C05BE9B002977CE /* MSRoomGameVictoryCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameVictoryCell.h; sourceTree = ""; }; - 239D0FF92C05BE9B002977CE /* MSRoomGameVictoryCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameVictoryCell.m; sourceTree = ""; }; - 239D0FFB2C05D086002977CE /* MSRoomGameQuitGameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameQuitGameView.h; sourceTree = ""; }; - 239D0FFC2C05D086002977CE /* MSRoomGameQuitGameView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameQuitGameView.m; sourceTree = ""; }; - 23A03F2C2B4408CD0094227A /* pi_room_lucky_gift.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_room_lucky_gift.svga; sourceTree = ""; }; - 23A439722AA1CF7C002E6039 /* XPNewHomeHeadView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewHomeHeadView.h; sourceTree = ""; }; - 23A439732AA1CF7C002E6039 /* XPNewHomeHeadView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewHomeHeadView.m; sourceTree = ""; }; - 23A7FB672BDDEDFA00411860 /* MSRoomGameWebVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameWebVC.h; sourceTree = ""; }; - 23A7FB682BDDEDFA00411860 /* MSRoomGameWebVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameWebVC.m; sourceTree = ""; }; - 23B2AEBF2A64E9C200543D17 /* LoginForgetEditView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginForgetEditView.h; sourceTree = ""; }; - 23B2AEC02A64E9C200543D17 /* LoginForgetEditView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginForgetEditView.m; sourceTree = ""; }; - 23B2AEC22A6516C200543D17 /* LoginForgetPasswordViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginForgetPasswordViewController.m; sourceTree = ""; }; - 23B2AEC32A6516C200543D17 /* LoginForgetPasswordViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginForgetPasswordViewController.h; sourceTree = ""; }; - 23B8D8D62B85F8B900CA472F /* PIHoemCategoryTitleCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIHoemCategoryTitleCell.h; sourceTree = ""; }; - 23B8D8D72B85F8B900CA472F /* PIHoemCategoryTitleCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIHoemCategoryTitleCell.m; sourceTree = ""; }; - 23B8D8D92B85FDDD00CA472F /* PIHomeCategoryTitleModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIHomeCategoryTitleModel.h; sourceTree = ""; }; - 23B8D8DA2B85FDDD00CA472F /* PIHomeCategoryTitleModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIHomeCategoryTitleModel.m; sourceTree = ""; }; - 23B8D8DC2B860B8800CA472F /* PIHoemCategoryCollectionView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIHoemCategoryCollectionView.h; sourceTree = ""; }; - 23B8D8DD2B860B8800CA472F /* PIHoemCategoryCollectionView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIHoemCategoryCollectionView.m; sourceTree = ""; }; - 23B8D8DF2B87715100CA472F /* PIGeneralPublicScreenModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIGeneralPublicScreenModel.h; sourceTree = ""; }; - 23B8D8E02B87715100CA472F /* PIGeneralPublicScreenModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIGeneralPublicScreenModel.m; sourceTree = ""; }; - 23BA16592A5D2ACF0030C5A3 /* PIBaseAnimationViewModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIBaseAnimationViewModel.h; sourceTree = ""; }; - 23BA165A2A5D2ACF0030C5A3 /* PIBaseAnimationViewModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIBaseAnimationViewModel.m; sourceTree = ""; }; - 23C7C0B52A7CD7B000802205 /* XPNewMineGuildItemView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewMineGuildItemView.h; sourceTree = ""; }; - 23C7C0B62A7CD7B000802205 /* XPNewMineGuildItemView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewMineGuildItemView.m; sourceTree = ""; }; - 23C9DFC12B84807A00B51558 /* PIRoomActivityClickView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomActivityClickView.h; sourceTree = ""; }; - 23C9DFC22B84807A00B51558 /* PIRoomActivityClickView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomActivityClickView.m; sourceTree = ""; }; - 23C9DFC42B84903500B51558 /* PIRoomActivityChoosePlayView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomActivityChoosePlayView.h; sourceTree = ""; }; - 23C9DFC52B84903500B51558 /* PIRoomActivityChoosePlayView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomActivityChoosePlayView.m; sourceTree = ""; }; - 23C9DFC72B84917B00B51558 /* PIRoomActivityChoosePlayCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomActivityChoosePlayCell.h; sourceTree = ""; }; - 23C9DFC82B84917B00B51558 /* PIRoomActivityChoosePlayCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomActivityChoosePlayCell.m; sourceTree = ""; }; - 23C9DFCA2B85DD8B00B51558 /* PIGuildAnchorIncomeSectionView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIGuildAnchorIncomeSectionView.h; sourceTree = ""; }; - 23C9DFCB2B85DD8B00B51558 /* PIGuildAnchorIncomeSectionView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIGuildAnchorIncomeSectionView.m; sourceTree = ""; }; - 23C9DFCD2B85E21E00B51558 /* PIGuildSingleRoomIncomeCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIGuildSingleRoomIncomeCell.h; sourceTree = ""; }; - 23C9DFCE2B85E21E00B51558 /* PIGuildSingleRoomIncomeCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIGuildSingleRoomIncomeCell.m; sourceTree = ""; }; - 23CEFB6A2AFB803B00576D89 /* PISwitchingEnvironmentVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PISwitchingEnvironmentVC.h; sourceTree = ""; }; - 23CEFB6B2AFB803B00576D89 /* PISwitchingEnvironmentVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PISwitchingEnvironmentVC.m; sourceTree = ""; }; - 23CEFC0B2AFB8FC100576D89 /* BSXWDateUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSXWDateUtil.h; sourceTree = ""; }; - 23CEFC0C2AFB8FC100576D89 /* BSNSStringUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSNSStringUtil.m; sourceTree = ""; }; - 23CEFC0D2AFB8FC100576D89 /* BSUIDemoUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSUIDemoUtil.m; sourceTree = ""; }; - 23CEFC0E2AFB8FC100576D89 /* BSNSDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSNSDictionary.h; sourceTree = ""; }; - 23CEFC0F2AFB8FC100576D89 /* BS_UIColor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BS_UIColor.m; sourceTree = ""; }; - 23CEFC102AFB8FC100576D89 /* BSXWDateUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSXWDateUtil.m; sourceTree = ""; }; - 23CEFC112AFB8FC100576D89 /* BSUIDemoUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSUIDemoUtil.h; sourceTree = ""; }; - 23CEFC122AFB8FC100576D89 /* BSNSStringUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSNSStringUtil.h; sourceTree = ""; }; - 23CEFC132AFB8FC100576D89 /* BSNSDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSNSDictionary.m; sourceTree = ""; }; - 23CEFC142AFB8FC100576D89 /* BS_UIColor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BS_UIColor.h; sourceTree = ""; }; - 23CEFC172AFB8FC100576D89 /* BSSDLayoutUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSSDLayoutUtil.m; sourceTree = ""; }; - 23CEFC182AFB8FC100576D89 /* BSSDLayoutUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSSDLayoutUtil.h; sourceTree = ""; }; - 23CEFC1A2AFB8FC100576D89 /* SystemUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SystemUtil.h; sourceTree = ""; }; - 23CEFC1B2AFB8FC100576D89 /* UILabel+YBAttributeTextTapAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UILabel+YBAttributeTextTapAction.h"; sourceTree = ""; }; - 23CEFC1C2AFB8FC100576D89 /* BS_Define.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BS_Define.h; sourceTree = ""; }; - 23CEFC1D2AFB8FC100576D89 /* UILabel+YBAttributeTextTapAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UILabel+YBAttributeTextTapAction.m"; sourceTree = ""; }; - 23CEFC1E2AFB8FC100576D89 /* SystemUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SystemUtil.m; sourceTree = ""; }; - 23CEFC212AFB8FC100576D89 /* BSFileOptionModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSFileOptionModel.h; sourceTree = ""; }; - 23CEFC222AFB8FC100576D89 /* BSFileOptionModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSFileOptionModel.m; sourceTree = ""; }; - 23CEFC232AFB8FC100576D89 /* readMe_FileOption.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readMe_FileOption.txt; sourceTree = ""; }; - 23CEFC252AFB8FC100576D89 /* BSNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSNotification.h; sourceTree = ""; }; - 23CEFC262AFB8FC100576D89 /* BSNotification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSNotification.m; sourceTree = ""; }; - 23CEFC292AFB8FC100576D89 /* pay_off@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pay_off@3x.png"; sourceTree = ""; }; - 23CEFC2A2AFB8FC100576D89 /* pay_off.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pay_off.png; sourceTree = ""; }; - 23CEFC2B2AFB8FC100576D89 /* pay_off@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pay_off@2x.png"; sourceTree = ""; }; - 23CEFC2C2AFB8FC100576D89 /* pay_on@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pay_on@3x.png"; sourceTree = ""; }; - 23CEFC2D2AFB8FC100576D89 /* BSSelectView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSSelectView.h; sourceTree = ""; }; - 23CEFC2E2AFB8FC100576D89 /* pay_on@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pay_on@2x.png"; sourceTree = ""; }; - 23CEFC2F2AFB8FC100576D89 /* pay_on.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pay_on.png; sourceTree = ""; }; - 23CEFC302AFB8FC100576D89 /* BSSelectView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSSelectView.m; sourceTree = ""; }; - 23CEFC312AFB8FC100576D89 /* BSNetListenModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSNetListenModel.m; sourceTree = ""; }; - 23CEFC322AFB8FC100576D89 /* BSNetListenModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSNetListenModel.h; sourceTree = ""; }; - 23CEFC342AFB8FC100576D89 /* BSRecordModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSRecordModel.m; sourceTree = ""; }; - 23CEFC352AFB8FC100576D89 /* BSRecordModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSRecordModel.h; sourceTree = ""; }; - 23CEFC372AFB8FC100576D89 /* BSRealTimeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSRealTimeView.m; sourceTree = ""; }; - 23CEFC382AFB8FC100576D89 /* BSRealTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSRealTextView.h; sourceTree = ""; }; - 23CEFC392AFB8FC100576D89 /* BSLogTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSLogTableViewController.m; sourceTree = ""; }; - 23CEFC3A2AFB8FC100576D89 /* BSLogNetDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSLogNetDetailViewController.h; sourceTree = ""; }; - 23CEFC3C2AFB8FC100576D89 /* RealViewCellModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RealViewCellModel.h; sourceTree = ""; }; - 23CEFC3D2AFB8FC100576D89 /* RealViewCellModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RealViewCellModel.m; sourceTree = ""; }; - 23CEFC3F2AFB8FC100576D89 /* RealViewNetWorkCell_0.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RealViewNetWorkCell_0.h; sourceTree = ""; }; - 23CEFC402AFB8FC100576D89 /* RealViewNetWorkCell_0.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RealViewNetWorkCell_0.m; sourceTree = ""; }; - 23CEFC412AFB8FC100576D89 /* BSRealTimeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSRealTimeView.h; sourceTree = ""; }; - 23CEFC422AFB8FC100576D89 /* BSLogNetDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSLogNetDetailViewController.m; sourceTree = ""; }; - 23CEFC432AFB8FC100576D89 /* BSLogTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSLogTableViewController.h; sourceTree = ""; }; - 23CEFC442AFB8FC100576D89 /* BSRealTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSRealTextView.m; sourceTree = ""; }; - 23CEFC462AFB8FC100576D89 /* BSDrawLine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSDrawLine.h; sourceTree = ""; }; - 23CEFC472AFB8FC100576D89 /* BSkObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSkObject.m; sourceTree = ""; }; - 23CEFC482AFB8FC100576D89 /* BSDrawLine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSDrawLine.m; sourceTree = ""; }; - 23CEFC492AFB8FC100576D89 /* BSkObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSkObject.h; sourceTree = ""; }; - 23CEFC662AFCCE7700576D89 /* PIGiftInfoSegmentedView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIGiftInfoSegmentedView.h; sourceTree = ""; }; - 23CEFC672AFCCE7700576D89 /* PIGiftInfoSegmentedView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIGiftInfoSegmentedView.m; sourceTree = ""; }; - 23D321D02ADD0EBC006B259C /* PIRoomPhotoAlbumItemPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumItemPresenter.h; sourceTree = ""; }; - 23D321D12ADD0EBC006B259C /* PIRoomPhotoAlbumItemPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumItemPresenter.m; sourceTree = ""; }; - 23D321D32ADD0F05006B259C /* Api+PhotoAlbum.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+PhotoAlbum.h"; sourceTree = ""; }; - 23D321D42ADD0F05006B259C /* Api+PhotoAlbum.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+PhotoAlbum.m"; sourceTree = ""; }; - 23D321D62ADD0F2C006B259C /* PIRoomPhotoAlbumItemProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumItemProtocol.h; sourceTree = ""; }; - 23D321D72ADD1B46006B259C /* PIRoomPhotoAlbumItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomPhotoAlbumItemModel.h; sourceTree = ""; }; - 23D321D82ADD1B46006B259C /* PIRoomPhotoAlbumItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomPhotoAlbumItemModel.m; sourceTree = ""; }; - 23D321DA2ADFBFF6006B259C /* PIInputRedPacketView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIInputRedPacketView.h; sourceTree = ""; }; - 23D321DB2ADFBFF6006B259C /* PIInputRedPacketView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIInputRedPacketView.m; sourceTree = ""; }; - 23D321DD2ADFCEB2006B259C /* PIRedPacketChooseTypeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRedPacketChooseTypeView.h; sourceTree = ""; }; - 23D321DE2ADFCEB2006B259C /* PIRedPacketChooseTypeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRedPacketChooseTypeView.m; sourceTree = ""; }; - 23D321E02ADFD0FB006B259C /* PIRedPacketChooseTypeCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRedPacketChooseTypeCell.h; sourceTree = ""; }; - 23D321E12ADFD0FB006B259C /* PIRedPacketChooseTypeCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRedPacketChooseTypeCell.m; sourceTree = ""; }; - 23D321E32ADFE900006B259C /* PIRoomSendRedPacketVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomSendRedPacketVC.h; sourceTree = ""; }; - 23D321E42ADFE900006B259C /* PIRoomSendRedPacketVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomSendRedPacketVC.m; sourceTree = ""; }; - 23D321E62ADFED0F006B259C /* PIRoomSendRedPacketItemVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomSendRedPacketItemVC.h; sourceTree = ""; }; - 23D321E72ADFED0F006B259C /* PIRoomSendRedPacketItemVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomSendRedPacketItemVC.m; sourceTree = ""; }; - 23D8DEF12AC5633300644637 /* PIIAPRegulate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PIIAPRegulate.swift; sourceTree = ""; }; - 23E45C032AC2B0A200D88BCA /* SessionDiscoverNewTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SessionDiscoverNewTableViewCell.h; sourceTree = ""; }; - 23E45C042AC2B0A200D88BCA /* SessionDiscoverNewTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SessionDiscoverNewTableViewCell.m; sourceTree = ""; }; - 23E56B3B2B03564B00C8DAC9 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; }; - 23E7FE9A2BB6CD42008F6800 /* XPNobleCenterWindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNobleCenterWindow.h; sourceTree = ""; }; - 23E7FE9B2BB6CD42008F6800 /* XPNobleCenterWindow.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNobleCenterWindow.m; sourceTree = ""; }; - 23E9E9932A80C39E00B792F2 /* XPMineGuildPersonalBillStatisVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildPersonalBillStatisVC.h; sourceTree = ""; }; - 23E9E9942A80C39F00B792F2 /* XPMineGuildPersonalBillRecordVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildPersonalBillRecordVC.m; sourceTree = ""; }; - 23E9E9952A80C3A000B792F2 /* XPMineGuildPersonalBillRecordVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildPersonalBillRecordVC.h; sourceTree = ""; }; - 23E9E9962A80C3A100B792F2 /* XPMineGuildPersonalBillStatisVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildPersonalBillStatisVC.m; sourceTree = ""; }; - 23E9E9992A80C3FF00B792F2 /* XPMineGuildPersonalBillRecordHeadView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildPersonalBillRecordHeadView.m; sourceTree = ""; }; - 23E9E99A2A80C40000B792F2 /* XPMineGuildPersonalBillRecordHeadView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildPersonalBillRecordHeadView.h; sourceTree = ""; }; - 23E9E99C2A80C7AE00B792F2 /* XPMineGuildPersonalBillRecordItemView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildPersonalBillRecordItemView.m; sourceTree = ""; }; - 23E9E99D2A80C7AF00B792F2 /* XPMineGuildPersonalBillRecordItemView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildPersonalBillRecordItemView.h; sourceTree = ""; }; - 23E9E99F2A80C7DF00B792F2 /* XPMineGuildPersonalBillRecordModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildPersonalBillRecordModel.h; sourceTree = ""; }; - 23E9E9A02A80C7E000B792F2 /* XPMineGuildPersonalBillRecordModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildPersonalBillRecordModel.m; sourceTree = ""; }; - 23E9E9A22A80DEAF00B792F2 /* XPMineGuildPersonalBillRecordContentView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGuildPersonalBillRecordContentView.h; sourceTree = ""; }; - 23E9E9A32A80DEAF00B792F2 /* XPMineGuildPersonalBillRecordContentView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildPersonalBillRecordContentView.m; sourceTree = ""; }; - 23E9E9A52A80F1C300B792F2 /* XPNewMineHallIncomeVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewMineHallIncomeVC.h; sourceTree = ""; }; - 23E9E9A62A80F1C300B792F2 /* XPNewMineHallIncomeVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewMineHallIncomeVC.m; sourceTree = ""; }; - 23E9E9A82A80FDF100B792F2 /* XPNewMineHallIncomeCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewMineHallIncomeCell.h; sourceTree = ""; }; - 23E9E9A92A80FDF100B792F2 /* XPNewMineHallIncomeCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewMineHallIncomeCell.m; sourceTree = ""; }; - 23E9E9B62A82200500B792F2 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; - 23E9EA692A83808000B792F2 /* ContentTreasureFairyModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContentTreasureFairyModel.h; sourceTree = ""; }; - 23E9EA6A2A83808000B792F2 /* ContentTreasureFairyModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContentTreasureFairyModel.m; sourceTree = ""; }; - 23E9EA772A8385CB00B792F2 /* XPTreasureFairyGiftView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTreasureFairyGiftView.m; sourceTree = ""; }; - 23E9EA782A8385CC00B792F2 /* XPTreasureFairyGiftView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTreasureFairyGiftView.h; sourceTree = ""; }; - 23E9EA7A2A83977300B792F2 /* MessageContentTreasureFairyView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MessageContentTreasureFairyView.h; sourceTree = ""; }; - 23E9EA7B2A83977400B792F2 /* MessageContentTreasureFairyView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MessageContentTreasureFairyView.m; sourceTree = ""; }; - 23E9EA7D2A839B2F00B792F2 /* MessageTreasureFairyModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageTreasureFairyModel.h; sourceTree = ""; }; - 23E9EA7E2A839B2F00B792F2 /* MessageTreasureFairyModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageTreasureFairyModel.m; sourceTree = ""; }; - 23E9EA802A84B6FC00B792F2 /* XPMineUserInfoTagModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoTagModel.m; sourceTree = ""; }; - 23E9EA812A84B6FC00B792F2 /* XPSoundCardModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPSoundCardModel.h; sourceTree = ""; }; - 23E9EA822A84B6FC00B792F2 /* XPMineUserInfoTagModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoTagModel.h; sourceTree = ""; }; - 23E9EA832A84B6FD00B792F2 /* XPSoundCardModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPSoundCardModel.m; sourceTree = ""; }; - 23E9EA862A84B75900B792F2 /* XPMineUserInfoHeaderTagView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoHeaderTagView.m; sourceTree = ""; }; - 23E9EA872A84B75900B792F2 /* XPMineUserInfoHeaderTagView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoHeaderTagView.h; sourceTree = ""; }; - 23E9EA892A84B9BD00B792F2 /* XPMineUserInfoTagFlowLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoTagFlowLayout.h; sourceTree = ""; }; - 23E9EA8A2A84B9BD00B792F2 /* XPMineUserInfoTagFlowLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoTagFlowLayout.m; sourceTree = ""; }; - 23E9EA8C2A84BC8F00B792F2 /* XPMineUserInfoHeaderTagCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoHeaderTagCell.h; sourceTree = ""; }; - 23E9EA8D2A84BC9000B792F2 /* XPMineUserInfoHeaderTagCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoHeaderTagCell.m; sourceTree = ""; }; - 23E9EA8F2A84BD5B00B792F2 /* XPMineUserInfoIndividualTagView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoIndividualTagView.m; sourceTree = ""; }; - 23E9EA902A84BD5B00B792F2 /* XPMineUserInfoIndividualTagView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoIndividualTagView.h; sourceTree = ""; }; - 23E9EA922A84BE4800B792F2 /* XPGiftUserDataViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGiftUserDataViewController.m; sourceTree = ""; }; - 23E9EA932A84BE4800B792F2 /* XPGiftUserDataViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGiftUserDataViewController.h; sourceTree = ""; }; - 23E9EA952A84C37000B792F2 /* XPMineUserInfoRecordedSoundVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoRecordedSoundVC.m; sourceTree = ""; }; - 23E9EA962A84C37000B792F2 /* XPMineUserInfoRecordedSoundVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoRecordedSoundVC.h; sourceTree = ""; }; - 23E9EA982A84C39600B792F2 /* XPMineUserInfoRecordedSoundView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoRecordedSoundView.h; sourceTree = ""; }; - 23E9EA992A84C39700B792F2 /* XPMineUserInfoRecordedSoundView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoRecordedSoundView.m; sourceTree = ""; }; - 23E9EA9C2A84C42B00B792F2 /* SGYProgressView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGYProgressView.h; sourceTree = ""; }; - 23E9EA9D2A84C42B00B792F2 /* SGYProgressView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SGYProgressView.m; sourceTree = ""; }; - 23E9EA9F2A84C53800B792F2 /* TTNewAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTNewAlertView.m; sourceTree = ""; }; - 23E9EAA02A84C53900B792F2 /* TTNewAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTNewAlertView.h; sourceTree = ""; }; - 23E9EAA22A84C80300B792F2 /* pi_new_loading.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_new_loading.svga; sourceTree = ""; }; - 23E9EAA42A84C97C00B792F2 /* XPMineUserInfoTagVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoTagVC.h; sourceTree = ""; }; - 23E9EAA52A84C97C00B792F2 /* XPMineUserInfoTagVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoTagVC.m; sourceTree = ""; }; - 23E9EAA72A84C9B700B792F2 /* XPMineUserInfoTagItemView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoTagItemView.h; sourceTree = ""; }; - 23E9EAA82A84C9B700B792F2 /* XPMineUserInfoTagItemView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoTagItemView.m; sourceTree = ""; }; - 23E9EAA92A84C9B700B792F2 /* XPMineUserInfoTagView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoTagView.h; sourceTree = ""; }; - 23E9EAAA2A84C9B700B792F2 /* XPMineUserInfoTagView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoTagView.m; sourceTree = ""; }; - 23E9EAAB2A84C9B800B792F2 /* XPMineUserInfoTagHeadView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoTagHeadView.m; sourceTree = ""; }; - 23E9EAAC2A84C9B800B792F2 /* XPMineUserInfoTagHeadView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoTagHeadView.h; sourceTree = ""; }; - 23E9EAB02A84C9DD00B792F2 /* XPMineUserInfoTagViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoTagViewCell.h; sourceTree = ""; }; - 23E9EAB12A84C9DE00B792F2 /* XPMineUserInfoTagViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoTagViewCell.m; sourceTree = ""; }; - 23E9EAB32A84CB2600B792F2 /* XPMineUserInfoTagEmptyView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoTagEmptyView.m; sourceTree = ""; }; - 23E9EAB42A84CB2600B792F2 /* XPMineUserInfoTagEmptyView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoTagEmptyView.h; sourceTree = ""; }; - 23E9EAB92A84CCBD00B792F2 /* XPMineDataSkillDataCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineDataSkillDataCollectionViewCell.m; sourceTree = ""; }; - 23E9EABA2A84CCBE00B792F2 /* XPMineDataSkillDataCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineDataSkillDataCollectionViewCell.h; sourceTree = ""; }; - 23E9EB132A84D02400B792F2 /* XPMineUserInfoEditPickView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoEditPickView.h; sourceTree = ""; }; - 23E9EB142A84D02400B792F2 /* XPMineUserInfoEditPickView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoEditPickView.m; sourceTree = ""; }; - 23E9EB162A84D0E700B792F2 /* XPMineUserInfoEditMainTagView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoEditMainTagView.m; sourceTree = ""; }; - 23E9EB172A84D0E700B792F2 /* XPMineUserInfoEditMainTagView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoEditMainTagView.h; sourceTree = ""; }; - 23E9EB192A84D28900B792F2 /* XPMineUserInfoEditTagView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoEditTagView.h; sourceTree = ""; }; - 23E9EB1A2A84D28A00B792F2 /* XPMineUserInfoEditTagView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoEditTagView.m; sourceTree = ""; }; - 23E9EB1C2A84DA5F00B792F2 /* XPMineUserInfoNavView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoNavView.m; sourceTree = ""; }; - 23E9EB1D2A84DA5F00B792F2 /* XPMineUserInfoNavView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoNavView.h; sourceTree = ""; }; - 23E9EB222A84E98300B792F2 /* pi_new_mine_info_sound_play.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_new_mine_info_sound_play.svga; sourceTree = ""; }; - 23E9EB232A84E98300B792F2 /* pi_new_mine_info_online.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_new_mine_info_online.svga; sourceTree = ""; }; - 23EE96F12B9FF6BE00475D69 /* pi_crazy_zoo.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_crazy_zoo.svga; sourceTree = ""; }; - 23EE97082BA2D39C00475D69 /* PIWebViewSavePhotoView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIWebViewSavePhotoView.h; sourceTree = ""; }; - 23EE97092BA2D39C00475D69 /* PIWebViewSavePhotoView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIWebViewSavePhotoView.m; sourceTree = ""; }; - 23F963682BB6919D00F440A6 /* PINobleRebateModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINobleRebateModel.h; sourceTree = ""; }; - 23F963692BB6919D00F440A6 /* PINobleRebateModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINobleRebateModel.m; sourceTree = ""; }; - 23FE47D32BB3C64600F09D23 /* PINobleCenterTitleCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINobleCenterTitleCell.h; sourceTree = ""; }; - 23FE47D42BB3C64600F09D23 /* PINobleCenterTitleCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINobleCenterTitleCell.m; sourceTree = ""; }; - 23FE47D62BB3CEAF00F09D23 /* PINobleCenterTitleView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINobleCenterTitleView.h; sourceTree = ""; }; - 23FE47D72BB3CEAF00F09D23 /* PINobleCenterTitleView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINobleCenterTitleView.m; sourceTree = ""; }; - 23FE47D92BB4171C00F09D23 /* PINobleCenterListView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINobleCenterListView.h; sourceTree = ""; }; - 23FE47DA2BB4171C00F09D23 /* PINobleCenterListView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINobleCenterListView.m; sourceTree = ""; }; - 23FE47DF2BB41CF200F09D23 /* PINobleCenterListReusableView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINobleCenterListReusableView.h; sourceTree = ""; }; - 23FE47E02BB41CF200F09D23 /* PINobleCenterListReusableView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINobleCenterListReusableView.m; sourceTree = ""; }; - 23FE47E22BB41EBF00F09D23 /* PINobleCenterListCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINobleCenterListCell.h; sourceTree = ""; }; - 23FE47E32BB41EBF00F09D23 /* PINobleCenterListCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINobleCenterListCell.m; sourceTree = ""; }; - 23FE47E52BB4378700F09D23 /* PINobleCenterListModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINobleCenterListModel.h; sourceTree = ""; }; - 23FE47E62BB4378700F09D23 /* PINobleCenterListModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINobleCenterListModel.m; sourceTree = ""; }; - 23FF255A2AB956D50064E904 /* pi_home_new_pk.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_home_new_pk.svga; sourceTree = ""; }; - 23FF25612ABAE6310064E904 /* pi_room_game_fine_love.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_room_game_fine_love.svga; sourceTree = ""; }; - 23FF25632ABC3B3B0064E904 /* XPHomeGameView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeGameView.h; sourceTree = ""; }; - 23FF25642ABC3B3B0064E904 /* XPHomeGameView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomeGameView.m; sourceTree = ""; }; - 23FF25662ABC3BC00064E904 /* XPHomeGameCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeGameCell.h; sourceTree = ""; }; - 23FF25672ABC3BC00064E904 /* XPHomeGameCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomeGameCell.m; sourceTree = ""; }; - 23FF256C2ABC48810064E904 /* XPSessionMainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPSessionMainViewController.m; sourceTree = ""; }; - 23FF256D2ABC48810064E904 /* XPSessionMainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPSessionMainViewController.h; sourceTree = ""; }; - 23FF256F2ABD456C0064E904 /* pi_home_new_play.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_home_new_play.svga; sourceTree = ""; }; - 23FF25742ABD66B90064E904 /* XPFreeGiftsObtainView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPFreeGiftsObtainView.m; sourceTree = ""; }; - 23FF25752ABD66B90064E904 /* XPFreeGiftsObtainView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPFreeGiftsObtainView.h; sourceTree = ""; }; - 23FF25772ABD67CD0064E904 /* XPFreeGiftModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPFreeGiftModel.m; sourceTree = ""; }; - 23FF25782ABD67CD0064E904 /* XPFreeGiftModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPFreeGiftModel.h; sourceTree = ""; }; - 23FF257A2ABD68020064E904 /* XPGiftFreeItemCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGiftFreeItemCell.h; sourceTree = ""; }; - 23FF257B2ABD68020064E904 /* XPGiftFreeItemCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGiftFreeItemCell.m; sourceTree = ""; }; - 23FF42612AA5861E0055733C /* XPNewHomePartyCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewHomePartyCollectionViewCell.h; sourceTree = ""; }; - 23FF42622AA5861E0055733C /* XPNewHomePartyCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewHomePartyCollectionViewCell.m; sourceTree = ""; }; - 23FF42662AA5CFBB0055733C /* home_sound_wave.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = home_sound_wave.gif; sourceTree = ""; }; - 23FF42682AA5DF050055733C /* XPNewHomePartyTagView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewHomePartyTagView.h; sourceTree = ""; }; - 23FF42692AA5DF050055733C /* XPNewHomePartyTagView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewHomePartyTagView.m; sourceTree = ""; }; - 23FF426B2AA5E4EE0055733C /* XPNewHomePartyAudioView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewHomePartyAudioView.h; sourceTree = ""; }; - 23FF426C2AA5E4EE0055733C /* XPNewHomePartyAudioView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewHomePartyAudioView.m; sourceTree = ""; }; - 23FF426E2AA6C7CF0055733C /* XPNewHomeItemCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewHomeItemCell.h; sourceTree = ""; }; - 23FF426F2AA6C7CF0055733C /* XPNewHomeItemCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewHomeItemCell.m; sourceTree = ""; }; - 23FF42712AA6CC480055733C /* PIHomeItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIHomeItemModel.h; sourceTree = ""; }; - 23FF42722AA6CC480055733C /* PIHomeItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIHomeItemModel.m; sourceTree = ""; }; - 23FF42742AA6E1480055733C /* XPHomeRecommendOtherRoomView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeRecommendOtherRoomView.h; sourceTree = ""; }; - 23FF42752AA6E1480055733C /* XPHomeRecommendOtherRoomView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomeRecommendOtherRoomView.m; sourceTree = ""; }; - 23FF42772AA6E19C0055733C /* HomeMenuSourceModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeMenuSourceModel.h; sourceTree = ""; }; - 23FF42782AA6E19C0055733C /* HomeMenuSourceModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeMenuSourceModel.m; sourceTree = ""; }; - 23FF428C2AAB2D3A0055733C /* XPCandyTreeBuyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPCandyTreeBuyView.h; sourceTree = ""; }; - 23FF428D2AAB2D3A0055733C /* XPCandyTreeBuyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPCandyTreeBuyView.m; sourceTree = ""; }; - 4C1392912D6D963600A6DFB5 /* SubRechargersViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SubRechargersViewController.h; sourceTree = ""; }; - 4C1392922D6D963600A6DFB5 /* SubRechargersViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SubRechargersViewController.m; sourceTree = ""; }; - 4C1392942D6DA22B00A6DFB5 /* RechargerTransferHistoryViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RechargerTransferHistoryViewController.h; sourceTree = ""; }; - 4C1392952D6DA22B00A6DFB5 /* RechargerTransferHistoryViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RechargerTransferHistoryViewController.m; sourceTree = ""; }; - 4C1392972D6DB4CD00A6DFB5 /* MoliMoneyLabel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MoliMoneyLabel.h; sourceTree = ""; }; - 4C1392982D6DB4CD00A6DFB5 /* MoliMoneyLabel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MoliMoneyLabel.m; sourceTree = ""; }; - 4C13929B2D70441500A6DFB5 /* giftgift.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = giftgift.mp4; sourceTree = ""; }; - 4C1392A02D71675900A6DFB5 /* coincoin.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = coincoin.mp4; sourceTree = ""; }; - 4C1892972CF84349004D4426 /* RoomCahtCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomCahtCell.h; sourceTree = ""; }; - 4C1892982CF84349004D4426 /* RoomCahtCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomCahtCell.m; sourceTree = ""; }; - 4C44BD5B2D151B5C00F321FA /* RoomSideMenu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomSideMenu.h; sourceTree = ""; }; - 4C44BD5C2D151B5C00F321FA /* RoomSideMenu.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomSideMenu.m; sourceTree = ""; }; - 4C4707A32D53430300C8CD24 /* NSData+GZIP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSData+GZIP.h"; sourceTree = ""; }; - 4C4707A42D53430300C8CD24 /* NSData+GZIP.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSData+GZIP.m"; sourceTree = ""; }; - 4C5527BA2D1BDCDE00833FFD /* RoomLevelInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomLevelInfoModel.h; sourceTree = ""; }; - 4C5527BB2D1BDCDE00833FFD /* RoomLevelInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomLevelInfoModel.m; sourceTree = ""; }; - 4C5527BD2D1C099500833FFD /* RoomResourceManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomResourceManager.h; sourceTree = ""; }; - 4C5527BE2D1C099500833FFD /* RoomResourceManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomResourceManager.m; sourceTree = ""; }; - 4C5C37212D0C1C7900BA9AB8 /* RegionListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RegionListViewController.h; sourceTree = ""; }; - 4C5C37222D0C1C7900BA9AB8 /* RegionListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RegionListViewController.m; sourceTree = ""; }; - 4C6C92BE2D1172D9000A4693 /* RegionListInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RegionListInfo.h; sourceTree = ""; }; - 4C6C92BF2D1172D9000A4693 /* RegionListInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RegionListInfo.m; sourceTree = ""; }; - 4C6E1F732CEAEC3C0073D0A3 /* ShoppingMallTagView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShoppingMallTagView.h; sourceTree = ""; }; - 4C6E1F742CEAEC3C0073D0A3 /* ShoppingMallTagView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ShoppingMallTagView.m; sourceTree = ""; }; - 4C6E1F772CEB12780073D0A3 /* UIView+GradientLayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIView+GradientLayer.h"; sourceTree = ""; }; - 4C6E1F782CEB12780073D0A3 /* UIView+GradientLayer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIView+GradientLayer.m"; sourceTree = ""; }; - 4C6E1F7A2CEB25B10073D0A3 /* ShoppingMallItemPreview.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShoppingMallItemPreview.h; sourceTree = ""; }; - 4C6E1F7B2CEB25B10073D0A3 /* ShoppingMallItemPreview.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ShoppingMallItemPreview.m; sourceTree = ""; }; - 4C6E31EA2D35010F00D8EEDD /* RoomAnimationView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomAnimationView.h; sourceTree = ""; }; - 4C6E31EB2D35010F00D8EEDD /* RoomAnimationView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomAnimationView.m; sourceTree = ""; }; - 4C6E31ED2D363CA800D8EEDD /* addMoveAnimationToView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = addMoveAnimationToView.m; sourceTree = ""; }; - 4C71C69D2D069D2B00ECCA24 /* GiftAnimationHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiftAnimationHelper.h; sourceTree = ""; }; - 4C71C69E2D069D2B00ECCA24 /* GiftAnimationHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiftAnimationHelper.m; sourceTree = ""; }; - 4C71C6A02D06DB3D00ECCA24 /* GiftAnimationManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiftAnimationManager.h; sourceTree = ""; }; - 4C71C6A12D06DB3D00ECCA24 /* GiftAnimationManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiftAnimationManager.m; sourceTree = ""; }; - 4C75CEF92D6318FF009147A5 /* RoomEnterModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomEnterModel.h; sourceTree = ""; }; - 4C75CEFA2D6318FF009147A5 /* RoomEnterModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomEnterModel.m; sourceTree = ""; }; - 4C75CEFC2D632CD5009147A5 /* CPEnterRoomTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPEnterRoomTableViewCell.h; sourceTree = ""; }; - 4C75CEFD2D632CD5009147A5 /* CPEnterRoomTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPEnterRoomTableViewCell.m; sourceTree = ""; }; - 4C75CEFF2D633C27009147A5 /* CP进场.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CP进场.svga"; sourceTree = ""; }; - 4C7989EA2D19392E006AE07B /* EmptyDataView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmptyDataView.h; sourceTree = ""; }; - 4C7989EB2D19392E006AE07B /* EmptyDataView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EmptyDataView.m; sourceTree = ""; }; - 4C7989ED2D195277006AE07B /* RoomModeViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomModeViewController.h; sourceTree = ""; }; - 4C7989EE2D195277006AE07B /* RoomModeViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomModeViewController.m; sourceTree = ""; }; - 4C7989F12D1952DA006AE07B /* RoomModePresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomModePresenter.h; sourceTree = ""; }; - 4C7989F22D1952DA006AE07B /* RoomModePresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomModePresenter.m; sourceTree = ""; }; - 4C815A152CFEB758002A46A6 /* SuperBlockViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SuperBlockViewController.h; sourceTree = ""; }; - 4C815A162CFEB758002A46A6 /* SuperBlockViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SuperBlockViewController.m; sourceTree = ""; }; - 4C864A002D55F4F600191AE0 /* LuckyPackagePresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LuckyPackagePresenter.h; sourceTree = ""; }; - 4C864A012D55F4F600191AE0 /* LuckyPackagePresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LuckyPackagePresenter.m; sourceTree = ""; }; - 4C864A032D561E1D00191AE0 /* LuckyPackageLogicManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LuckyPackageLogicManager.h; sourceTree = ""; }; - 4C864A042D561E1D00191AE0 /* LuckyPackageLogicManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LuckyPackageLogicManager.m; sourceTree = ""; }; - 4CA532B22D5AEE9400B8F59F /* Api+LuckyPackage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+LuckyPackage.h"; sourceTree = ""; }; - 4CA532B32D5AEE9400B8F59F /* Api+LuckyPackage.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+LuckyPackage.m"; sourceTree = ""; }; - 4CA532B52D5B333200B8F59F /* RoomLuckyPackageInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomLuckyPackageInfoModel.h; sourceTree = ""; }; - 4CA532B62D5B333200B8F59F /* RoomLuckyPackageInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomLuckyPackageInfoModel.m; sourceTree = ""; }; - 4CA532B82D5C8EBE00B8F59F /* LuckyPackageBannerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LuckyPackageBannerView.h; sourceTree = ""; }; - 4CA532B92D5C8EBE00B8F59F /* LuckyPackageBannerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LuckyPackageBannerView.m; sourceTree = ""; }; - 4CA532BB2D5CA49A00B8F59F /* OpenLuckyPackageEntranceView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OpenLuckyPackageEntranceView.h; sourceTree = ""; }; - 4CA532BC2D5CA49A00B8F59F /* OpenLuckyPackageEntranceView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OpenLuckyPackageEntranceView.m; sourceTree = ""; }; - 4CA532BE2D5CA4D300B8F59F /* LuckyPackageStatusView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LuckyPackageStatusView.h; sourceTree = ""; }; - 4CA532BF2D5CA4D300B8F59F /* LuckyPackageStatusView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LuckyPackageStatusView.m; sourceTree = ""; }; - 4CA532C12D5F37DC00B8F59F /* LuckyPackageMessageTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LuckyPackageMessageTableViewCell.h; sourceTree = ""; }; - 4CA532C22D5F37DC00B8F59F /* LuckyPackageMessageTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LuckyPackageMessageTableViewCell.m; sourceTree = ""; }; - 4CB753D02D30F10900B13DF5 /* LuckyPackageViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LuckyPackageViewController.h; sourceTree = ""; }; - 4CB753D12D30F10900B13DF5 /* LuckyPackageViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LuckyPackageViewController.m; sourceTree = ""; }; - 4CC619582CEC7770008C1EE8 /* MyDressingDataPresent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MyDressingDataPresent.h; sourceTree = ""; }; - 4CC619592CEC7770008C1EE8 /* MyDressingDataPresent.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MyDressingDataPresent.m; sourceTree = ""; }; - 4CC6195B2CEC996E008C1EE8 /* MyDressingDataModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MyDressingDataModel.h; sourceTree = ""; }; - 4CC6195C2CEC996E008C1EE8 /* MyDressingDataModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MyDressingDataModel.m; sourceTree = ""; }; - 4CD6FF642D673A5C00262AB7 /* AgentMessageModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AgentMessageModel.h; sourceTree = ""; }; - 4CD6FF652D673A5C00262AB7 /* AgentMessageModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AgentMessageModel.m; sourceTree = ""; }; - 4CD6FF672D673F7F00262AB7 /* AgentMessageTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AgentMessageTableViewCell.h; sourceTree = ""; }; - 4CD6FF682D673F7F00262AB7 /* AgentMessageTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AgentMessageTableViewCell.m; sourceTree = ""; }; - 4CE3A9442D22754C003F0796 /* RechargeUserModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RechargeUserModel.h; sourceTree = ""; }; - 4CE3A9452D22754C003F0796 /* RechargeUserModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RechargeUserModel.m; sourceTree = ""; }; - 4CEB9EA52D09643E00443480 /* UserRoomCardViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserRoomCardViewController.h; sourceTree = ""; }; - 4CEB9EA62D09643E00443480 /* UserRoomCardViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UserRoomCardViewController.m; sourceTree = ""; }; - 4CEB9EA82D097E8400443480 /* MoliAvatar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MoliAvatar.h; sourceTree = ""; }; - 4CEB9EA92D097E8400443480 /* MoliAvatar.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MoliAvatar.m; sourceTree = ""; }; - 4CEB9EAB2D09AA0400443480 /* SexAgeLabel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SexAgeLabel.h; sourceTree = ""; }; - 4CEB9EAC2D09AA0400443480 /* SexAgeLabel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SexAgeLabel.m; sourceTree = ""; }; - 4CEB9EAE2D0AF4FE00443480 /* TwentyMicStageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TwentyMicStageView.h; sourceTree = ""; }; - 4CEB9EAF2D0AF4FE00443480 /* TwentyMicStageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TwentyMicStageView.m; sourceTree = ""; }; - 4CEB9EB12D0AFCE200443480 /* NineteenMicStageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NineteenMicStageView.h; sourceTree = ""; }; - 4CEB9EB22D0AFCE200443480 /* NineteenMicStageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NineteenMicStageView.m; sourceTree = ""; }; - 4CFFEFCB2D3A4E410035D016 /* AppOfficalManagerActionsViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppOfficalManagerActionsViewController.h; sourceTree = ""; }; - 4CFFEFCC2D3A4E410035D016 /* AppOfficalManagerActionsViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppOfficalManagerActionsViewController.m; sourceTree = ""; }; - 4CFFEFCE2D3A5E130035D016 /* Api+SuperAdmin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+SuperAdmin.h"; sourceTree = ""; }; - 4CFFEFCF2D3A5E130035D016 /* Api+SuperAdmin.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+SuperAdmin.m"; sourceTree = ""; }; - 540EC1CE2C89925F00F3BF0D /* GiftComboView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiftComboView.h; sourceTree = ""; }; - 540EC1CF2C89925F00F3BF0D /* GiftComboView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiftComboView.m; sourceTree = ""; }; - 540EC1D12C89998500F3BF0D /* GiftComboManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiftComboManager.h; sourceTree = ""; }; - 540EC1D22C89998500F3BF0D /* GiftComboManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiftComboManager.m; sourceTree = ""; }; - 5412E0F22C4E460300FDD668 /* XPMineCenterAgencyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineCenterAgencyView.h; sourceTree = ""; }; - 5412E0F32C4E460300FDD668 /* XPMineCenterAgencyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineCenterAgencyView.m; sourceTree = ""; }; - 5412E0FB2C52512100FDD668 /* RoomBottomEntranceModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomBottomEntranceModel.h; sourceTree = ""; }; - 5412E0FC2C52512100FDD668 /* RoomBottomEntranceModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomBottomEntranceModel.m; sourceTree = ""; }; - 541DD9532C1EDEFB00B616C4 /* XPHomePagingViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPHomePagingViewController.h; sourceTree = ""; }; - 541DD9542C1EDEFB00B616C4 /* XPHomePagingViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPHomePagingViewController.m; sourceTree = ""; }; - 54283CE32CE48A69009729B5 /* ShoppingMallViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShoppingMallViewController.h; sourceTree = ""; }; - 54283CE42CE48A69009729B5 /* ShoppingMallViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ShoppingMallViewController.m; sourceTree = ""; }; - 54283CE62CE48ABB009729B5 /* MyDressingViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MyDressingViewController.h; sourceTree = ""; }; - 54283CE72CE48ABB009729B5 /* MyDressingViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MyDressingViewController.m; sourceTree = ""; }; - 54283CE92CE48B71009729B5 /* ShoppingMallCategoryListView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShoppingMallCategoryListView.h; sourceTree = ""; }; - 54283CEA2CE48B71009729B5 /* ShoppingMallCategoryListView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ShoppingMallCategoryListView.m; sourceTree = ""; }; - 54283CEC2CE48B97009729B5 /* ShoppingMallDataPresent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShoppingMallDataPresent.h; sourceTree = ""; }; - 54283CED2CE48B97009729B5 /* ShoppingMallDataPresent.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ShoppingMallDataPresent.m; sourceTree = ""; }; - 54435F2C2CC89D4600F4884B /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; - 54435F2D2CC89D4600F4884B /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = ""; }; - 544879E82CD215F400D58DC1 /* CustomRoomBGCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomRoomBGCell.h; sourceTree = ""; }; - 544879E92CD215F400D58DC1 /* CustomRoomBGCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CustomRoomBGCell.m; sourceTree = ""; }; - 544879EB2CD22A6B00D58DC1 /* CustomRoomBGPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomRoomBGPresenter.h; sourceTree = ""; }; - 544879EC2CD22A6B00D58DC1 /* CustomRoomBGPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CustomRoomBGPresenter.m; sourceTree = ""; }; - 544879EE2CD22D4B00D58DC1 /* CustomRoomBGItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomRoomBGItemModel.h; sourceTree = ""; }; - 544879EF2CD22D4B00D58DC1 /* CustomRoomBGItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CustomRoomBGItemModel.m; sourceTree = ""; }; - 544A36332C94160F00CA7858 /* RoomMenuBar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomMenuBar.h; sourceTree = ""; }; - 544A36342C94160F00CA7858 /* RoomMenuBar.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomMenuBar.m; sourceTree = ""; }; - 544B19AE2CA1299500885BEB /* CPBindingAnimation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPBindingAnimation.h; sourceTree = ""; }; - 544B19AF2CA1299500885BEB /* CPBindingAnimation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPBindingAnimation.m; sourceTree = ""; }; - 544B19B12CA129A800885BEB /* CPLevelUpAnimation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPLevelUpAnimation.h; sourceTree = ""; }; - 544B19B22CA129A800885BEB /* CPLevelUpAnimation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPLevelUpAnimation.m; sourceTree = ""; }; - 544B19B42CA14A7100885BEB /* CPGiftBanner.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPGiftBanner.h; sourceTree = ""; }; - 544B19B52CA14A7100885BEB /* CPGiftBanner.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPGiftBanner.m; sourceTree = ""; }; - 544B19B72CA169BE00885BEB /* level up 1.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "level up 1.svga"; sourceTree = ""; }; - 544B19B82CA169BE00885BEB /* level up 2.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "level up 2.svga"; sourceTree = ""; }; - 544B19B92CA169BE00885BEB /* level up 3.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "level up 3.svga"; sourceTree = ""; }; - 544B19BA2CA169BE00885BEB /* level up 4.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "level up 4.svga"; sourceTree = ""; }; - 544B19BB2CA169BE00885BEB /* level up 5.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "level up 5.svga"; sourceTree = ""; }; - 5456F3C62C6EF962000E1805 /* VIPCenterViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VIPCenterViewController.h; sourceTree = ""; }; - 5456F3C72C6EF962000E1805 /* VIPCenterViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VIPCenterViewController.m; sourceTree = ""; }; - 5458319B2C2AE09300364026 /* XPRoomTypeSelectionViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomTypeSelectionViewController.h; sourceTree = ""; }; - 5458319C2C2AE09300364026 /* XPRoomTypeSelectionViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomTypeSelectionViewController.m; sourceTree = ""; }; - 5458319E2C2AEFAF00364026 /* TenMicStageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TenMicStageView.h; sourceTree = ""; }; - 5458319F2C2AEFAF00364026 /* TenMicStageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TenMicStageView.m; sourceTree = ""; }; - 545831A12C2AF01100364026 /* FifteenMicStageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FifteenMicStageView.h; sourceTree = ""; }; - 545831A22C2AF01100364026 /* FifteenMicStageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FifteenMicStageView.m; sourceTree = ""; }; - 545831A42C2C085C00364026 /* ArabMicroView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ArabMicroView.h; sourceTree = ""; }; - 545831A52C2C085C00364026 /* ArabMicroView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ArabMicroView.m; sourceTree = ""; }; - 545888312C1AFFB500897585 /* XPRoomPKPanelView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKPanelView.h; sourceTree = ""; }; - 545888322C1AFFB500897585 /* XPRoomPKPanelView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKPanelView.m; sourceTree = ""; }; - 545888342C1C306B00897585 /* XPRoomPKPaneAvatarView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKPaneAvatarView.h; sourceTree = ""; }; - 545888352C1C306B00897585 /* XPRoomPKPaneAvatarView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKPaneAvatarView.m; sourceTree = ""; }; - 5461040B2CD4B46F00066B21 /* gift_normal_1.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = gift_normal_1.svga; sourceTree = ""; }; - 5461040C2CD4B46F00066B21 /* gift_normal_2.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = gift_normal_2.svga; sourceTree = ""; }; - 5461040D2CD4B46F00066B21 /* gift_normal_3.svga */ = {isa = PBXFileReference; lastKnownFileType = text; path = gift_normal_3.svga; sourceTree = ""; }; - 5461040E2CD4B46F00066B21 /* gift_VIP_1.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = gift_VIP_1.svga; sourceTree = ""; }; - 5461040F2CD4B46F00066B21 /* gift_VIP_2.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = gift_VIP_2.svga; sourceTree = ""; }; - 546104102CD4B46F00066B21 /* gift_VIP_3.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = gift_VIP_3.svga; sourceTree = ""; }; - 546104172CD4C06400066B21 /* Api+CustomBackground.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+CustomBackground.h"; sourceTree = ""; }; - 546104182CD4C06400066B21 /* Api+CustomBackground.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+CustomBackground.m"; sourceTree = ""; }; - 5461041A2CD4D35A00066B21 /* RoomHighValueGiftBannerAnimation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomHighValueGiftBannerAnimation.h; sourceTree = ""; }; - 5461041B2CD4D35A00066B21 /* RoomHighValueGiftBannerAnimation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomHighValueGiftBannerAnimation.m; sourceTree = ""; }; - 5468995B2C8AFE4C0049136A /* GiftComboFlagView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiftComboFlagView.h; sourceTree = ""; }; - 5468995C2C8AFE4C0049136A /* GiftComboFlagView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiftComboFlagView.m; sourceTree = ""; }; - 547080D92CD0EEB4009879E5 /* CustomRoomBGContentViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomRoomBGContentViewController.h; sourceTree = ""; }; - 547080DA2CD0EEB4009879E5 /* CustomRoomBGContentViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CustomRoomBGContentViewController.m; sourceTree = ""; }; - 5478539F2C258F2A00F45E60 /* XPMineUserViewHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserViewHeader.h; sourceTree = ""; }; - 547853A02C258F2A00F45E60 /* XPMineUserViewHeader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserViewHeader.m; sourceTree = ""; }; - 547B30F72CB511700041E962 /* RoomBoomEntryView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomBoomEntryView.h; sourceTree = ""; }; - 547B30F82CB511700041E962 /* RoomBoomEntryView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomBoomEntryView.m; sourceTree = ""; }; - 5484E1FB2CA2897B008E8754 /* IAPManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IAPManager.h; sourceTree = ""; }; - 5484E1FC2CA2897B008E8754 /* IAPManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IAPManager.m; sourceTree = ""; }; - 548D541E2CC208FD0084A2FF /* AlbumResourcePickerViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AlbumResourcePickerViewController.h; sourceTree = ""; }; - 548D541F2CC208FD0084A2FF /* AlbumResourcePickerViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AlbumResourcePickerViewController.m; sourceTree = ""; }; - 548E01C22C3F78360071C83D /* FeedBackViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = FeedBackViewController.xib; sourceTree = ""; }; - 548E01C32C3F78360071C83D /* FeedBackViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FeedBackViewController.h; sourceTree = ""; }; - 548E01C42C3F78360071C83D /* FeedBackViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FeedBackViewController.m; sourceTree = ""; }; - 548E01C72C3F78600071C83D /* FeedBackConfigModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FeedBackConfigModel.h; sourceTree = ""; }; - 548E01C82C3F78600071C83D /* FeedBackConfigModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FeedBackConfigModel.m; sourceTree = ""; }; - 548E01CA2C3FB1C70071C83D /* i18nGiftNameMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = i18nGiftNameMap.h; sourceTree = ""; }; - 548E01CB2C3FB1C70071C83D /* i18nGiftNameMap.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = i18nGiftNameMap.m; sourceTree = ""; }; - 54ACDCC02C5B31BD0099472C /* XPBeautIDView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPBeautIDView.h; sourceTree = ""; }; - 54ACDCC12C5B31BD0099472C /* XPBeautIDView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPBeautIDView.m; sourceTree = ""; }; - 54AE7E122C9AD98C006D2BE2 /* CPCard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPCard.h; sourceTree = ""; }; - 54AE7E132C9AD9A6006D2BE2 /* CPCard.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPCard.m; sourceTree = ""; }; - 54AE7E152C9AE589006D2BE2 /* CPListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPListViewController.h; sourceTree = ""; }; - 54AE7E162C9AE589006D2BE2 /* CPListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPListViewController.m; sourceTree = ""; }; - 54B9C6E52C9C2CA1003F1CC5 /* XPMineGuildTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGuildTableViewCell.h; sourceTree = ""; }; - 54B9C6E62C9C2CA1003F1CC5 /* XPMineGuildTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildTableViewCell.m; sourceTree = ""; }; - 54B9C6E82C9C2DDC003F1CC5 /* GuildInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GuildInfo.h; sourceTree = ""; }; - 54B9C6E92C9C2DDC003F1CC5 /* GuildInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GuildInfo.m; sourceTree = ""; }; - 54B9C6F12C9D27F3003F1CC5 /* XPMineMultipleContentTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineMultipleContentTableViewCell.h; sourceTree = ""; }; - 54B9C6F22C9D27F3003F1CC5 /* XPMineMultipleContentTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineMultipleContentTableViewCell.m; sourceTree = ""; }; - 54B9C6F42C9D8D05003F1CC5 /* 3.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = 3.mp4; sourceTree = ""; }; - 54B9C6F52C9D8D05003F1CC5 /* 4.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = 4.mp4; sourceTree = ""; }; - 54B9C6F62C9D8D05003F1CC5 /* 5.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = 5.mp4; sourceTree = ""; }; - 54B9C6FA2C9DA4C4003F1CC5 /* CP绑定.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CP绑定.mp4"; sourceTree = ""; }; - 54C3895A2C215F5100FD47B1 /* XPHomeMineViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPHomeMineViewController.h; sourceTree = ""; }; - 54C3895B2C215F5100FD47B1 /* XPHomeMineViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPHomeMineViewController.m; sourceTree = ""; }; - 54C3895D2C2189DD00FD47B1 /* XPHomeMinePresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPHomeMinePresenter.h; sourceTree = ""; }; - 54C3895E2C2189DD00FD47B1 /* XPHomeMinePresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPHomeMinePresenter.m; sourceTree = ""; }; - 54C389602C23BD1600FD47B1 /* HomeRankAvatarModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeRankAvatarModel.h; sourceTree = ""; }; - 54C389612C23BD1600FD47B1 /* HomeRankAvatarModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeRankAvatarModel.m; sourceTree = ""; }; - 54C389642C24448900FD47B1 /* XPHomeMineProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPHomeMineProtocol.h; sourceTree = ""; }; - 54C389652C24464600FD47B1 /* HomeMineRoomModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeMineRoomModel.h; sourceTree = ""; }; - 54C389662C24464600FD47B1 /* HomeMineRoomModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeMineRoomModel.m; sourceTree = ""; }; - 54C608502CBE0BEB003DD5D2 /* game_floating_bg.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = game_floating_bg.svga; sourceTree = ""; }; - 54C608532CBE1EC7003DD5D2 /* GameUniversalBannerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GameUniversalBannerView.h; sourceTree = ""; }; - 54C608542CBE1EC7003DD5D2 /* GameUniversalBannerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GameUniversalBannerView.m; sourceTree = ""; }; - 54C9A10B2C3D2FD300C6D970 /* XPMineDataGameMateTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineDataGameMateTableViewCell.h; sourceTree = ""; }; - 54C9A10C2C3D2FD300C6D970 /* XPMineDataGameMateTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineDataGameMateTableViewCell.m; sourceTree = ""; }; - 54C9A10E2C3D3E1700C6D970 /* XPMineGameMateOrderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGameMateOrderView.h; sourceTree = ""; }; - 54C9A10F2C3D3E1700C6D970 /* XPMineGameMateOrderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineGameMateOrderView.m; sourceTree = ""; }; - 54C9A1112C3D5A2300C6D970 /* XPGameOrdersListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGameOrdersListViewController.h; sourceTree = ""; }; - 54C9A1122C3D5A2300C6D970 /* XPGameOrdersListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGameOrdersListViewController.m; sourceTree = ""; }; - 54C9A1142C3D5C9000C6D970 /* XPGameOrdersListTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGameOrdersListTableViewCell.h; sourceTree = ""; }; - 54C9A1152C3D5C9000C6D970 /* XPGameOrdersListTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGameOrdersListTableViewCell.m; sourceTree = ""; }; - 54C9A11A2C3D9EDD00C6D970 /* Api+GameOrder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+GameOrder.h"; sourceTree = ""; }; - 54C9A11B2C3D9EDD00C6D970 /* Api+GameOrder.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+GameOrder.m"; sourceTree = ""; }; - 54C9A11D2C3DA08000C6D970 /* XPMineGamePartnerInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGamePartnerInfoModel.h; sourceTree = ""; }; - 54C9A11E2C3DA08000C6D970 /* XPMineGamePartnerInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineGamePartnerInfoModel.m; sourceTree = ""; }; - 54C9A1202C3E6C3200C6D970 /* MessageGameOrderModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageGameOrderModel.h; sourceTree = ""; }; - 54C9A1212C3E6C3200C6D970 /* MessageGameOrderModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageGameOrderModel.m; sourceTree = ""; }; - 54C9A1232C3E74AE00C6D970 /* MessageGameOrderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageGameOrderView.h; sourceTree = ""; }; - 54C9A1242C3E74AE00C6D970 /* MessageGameOrderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageGameOrderView.m; sourceTree = ""; }; - 54CE5EF72CCA4A2600A67898 /* LocationModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LocationModel.h; sourceTree = ""; }; - 54CE5EF82CCA4A2600A67898 /* LocationModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LocationModel.m; sourceTree = ""; }; - 54E4D52E2C9048E1009E1FEA /* LuckyGiftWinningFlagView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LuckyGiftWinningFlagView.h; sourceTree = ""; }; - 54E4D52F2C9048E1009E1FEA /* LuckyGiftWinningFlagView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LuckyGiftWinningFlagView.m; sourceTree = ""; }; - 54E4D5312C90658C009E1FEA /* LuckyGiftWinningBannerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LuckyGiftWinningBannerView.h; sourceTree = ""; }; - 54E4D5322C90658C009E1FEA /* LuckyGiftWinningBannerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LuckyGiftWinningBannerView.m; sourceTree = ""; }; - 54E82E9D2CA6876300C931D9 /* RoomBoomManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomBoomManager.h; sourceTree = ""; }; - 54E82E9E2CA6876300C931D9 /* RoomBoomManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomBoomManager.m; sourceTree = ""; }; - 54E82EA02CA6886700C931D9 /* RoomBoomBannerAnimation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomBoomBannerAnimation.h; sourceTree = ""; }; - 54E82EA12CA6886700C931D9 /* RoomBoomBannerAnimation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomBoomBannerAnimation.m; sourceTree = ""; }; - 54E82EA32CA693FA00C931D9 /* RoomBoomExplosionView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomBoomExplosionView.h; sourceTree = ""; }; - 54E82EA42CA693FA00C931D9 /* RoomBoomExplosionView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomBoomExplosionView.m; sourceTree = ""; }; - 54E82EA62CA6940900C931D9 /* RoomBoomResultView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomBoomResultView.h; sourceTree = ""; }; - 54E82EA72CA6940900C931D9 /* RoomBoomResultView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomBoomResultView.m; sourceTree = ""; }; - 54E82EA92CA9261000C931D9 /* Api+Boom.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+Boom.h"; sourceTree = ""; }; - 54E82EAA2CA9261000C931D9 /* Api+Boom.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+Boom.m"; sourceTree = ""; }; - 54E82EAC2CA9293C00C931D9 /* BoomInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BoomInfoModel.h; sourceTree = ""; }; - 54E82EAD2CA9293C00C931D9 /* BoomInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BoomInfoModel.m; sourceTree = ""; }; - 54E82EAF2CA93BE200C931D9 /* BoomInfoViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BoomInfoViewController.h; sourceTree = ""; }; - 54E82EB02CA93BE200C931D9 /* BoomInfoViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BoomInfoViewController.m; sourceTree = ""; }; - 54E8C4D42CC78DA900646C44 /* VipSettingViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VipSettingViewController.h; sourceTree = ""; }; - 54E8C4D52CC78DA900646C44 /* VipSettingViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VipSettingViewController.m; sourceTree = ""; }; - 54F179062C8EA48C00CB5219 /* Combo_Boom.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = Combo_Boom.svga; sourceTree = ""; }; - 54F179082C8EDDF400CB5219 /* CountdownRingView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CountdownRingView.h; sourceTree = ""; }; - 54F179092C8EDDF400CB5219 /* CountdownRingView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CountdownRingView.m; sourceTree = ""; }; - 54F469332C29711400A83655 /* XPMomentUserDataViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentUserDataViewController.h; sourceTree = ""; }; - 54F469342C29711400A83655 /* XPMomentUserDataViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentUserDataViewController.m; sourceTree = ""; }; - 54F469362C29C3B400A83655 /* XPMineAlbumTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineAlbumTableViewCell.h; sourceTree = ""; }; - 54F469372C29C3B400A83655 /* XPMineAlbumTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineAlbumTableViewCell.m; sourceTree = ""; }; - 54F469392C2A984D00A83655 /* MedalModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MedalModel.h; sourceTree = ""; }; - 54F4693A2C2A984D00A83655 /* MedalModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MedalModel.m; sourceTree = ""; }; - 54F4693C2C2A9D4E00A83655 /* XPMineMedalsTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineMedalsTableViewCell.h; sourceTree = ""; }; - 54F4693D2C2A9D4E00A83655 /* XPMineMedalsTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineMedalsTableViewCell.m; sourceTree = ""; }; - 54F4693F2C2AB56900A83655 /* XPMineGiftsTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGiftsTableViewCell.h; sourceTree = ""; }; - 54F469402C2AB56900A83655 /* XPMineGiftsTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineGiftsTableViewCell.m; sourceTree = ""; }; - 54FFD3782C9BCB1900DE61E5 /* RelationUserVO.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RelationUserVO.h; sourceTree = ""; }; - 54FFD3792C9BCB1900DE61E5 /* RelationUserVO.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RelationUserVO.m; sourceTree = ""; }; - 54FFD37B2C9BD12600DE61E5 /* 1.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = 1.svga; sourceTree = ""; }; - 54FFD37C2C9BD12600DE61E5 /* 2.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = 2.svga; sourceTree = ""; }; - 54FFD37D2C9BD12600DE61E5 /* 3.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = 3.svga; sourceTree = ""; }; - 54FFD37E2C9BD12600DE61E5 /* 4.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = 4.svga; sourceTree = ""; }; - 54FFD37F2C9BD12600DE61E5 /* 5.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = 5.svga; sourceTree = ""; }; - 7DB00EC07F1D0ADFF900B38D /* Pods-YuMi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-YuMi.debug.xcconfig"; path = "Target Support Files/Pods-YuMi/Pods-YuMi.debug.xcconfig"; sourceTree = ""; }; - 9B0086C427BA392B0032BD2B /* AnchorStageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AnchorStageView.h; sourceTree = ""; }; - 9B0086C527BA392B0032BD2B /* AnchorStageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AnchorStageView.m; sourceTree = ""; }; - 9B0086C827BA4F570032BD2B /* AnchorMicroView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AnchorMicroView.h; sourceTree = ""; }; - 9B0086C927BA4F570032BD2B /* AnchorMicroView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AnchorMicroView.m; sourceTree = ""; }; - 9B044D9E282D32F700DE4859 /* MicroInviteExtModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MicroInviteExtModel.h; sourceTree = ""; }; - 9B044D9F282D32F700DE4859 /* MicroInviteExtModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MicroInviteExtModel.m; sourceTree = ""; }; - 9B0997A027F19D8900EB8F14 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 9B0997A227F19DE500EB8F14 /* QGHWDShaders.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; name = QGHWDShaders.metal; path = Pods/QGVAPlayer/iOS/QGVAPlayer/QGVAPlayer/Shaders/QGHWDShaders.metal; sourceTree = SOURCE_ROOT; }; - 9B0E1C5726E77022005D4442 /* BaseNavigationController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseNavigationController.h; sourceTree = ""; }; - 9B0E1C5826E77022005D4442 /* BaseNavigationController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BaseNavigationController.m; sourceTree = ""; }; - 9B17F71627BD150600440843 /* SVGAParserManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVGAParserManager.h; sourceTree = ""; }; - 9B17F71727BD150600440843 /* SVGAParserManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVGAParserManager.m; sourceTree = ""; }; - 9B1B7290280010E8003FACE9 /* Api+FansTeam.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+FansTeam.h"; sourceTree = ""; }; - 9B1B7291280010E8003FACE9 /* Api+FansTeam.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+FansTeam.m"; sourceTree = ""; }; - 9B1B729328002099003FACE9 /* XPMineFansTeamViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFansTeamViewController.h; sourceTree = ""; }; - 9B1B729428002099003FACE9 /* XPMineFansTeamViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFansTeamViewController.m; sourceTree = ""; }; - 9B1B729628002147003FACE9 /* XPMineFansTeamPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFansTeamPresenter.h; sourceTree = ""; }; - 9B1B729728002147003FACE9 /* XPMineFansTeamPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFansTeamPresenter.m; sourceTree = ""; }; - 9B1B7299280021E7003FACE9 /* XPMineAnchorFansTeamProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineAnchorFansTeamProtocol.h; sourceTree = ""; }; - 9B1B729B28002264003FACE9 /* XPMineAnchorFansTeamModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineAnchorFansTeamModel.h; sourceTree = ""; }; - 9B1B729C28002264003FACE9 /* XPMineAnchorFansTeamModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineAnchorFansTeamModel.m; sourceTree = ""; }; - 9B1B729F280023F3003FACE9 /* XPMineAnchorFansTeamTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineAnchorFansTeamTableViewCell.h; sourceTree = ""; }; - 9B1B72A0280023F3003FACE9 /* XPMineAnchorFansTeamTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineAnchorFansTeamTableViewCell.m; sourceTree = ""; }; - 9B1B72AA280031DB003FACE9 /* XPAnchorPKViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorPKViewController.h; sourceTree = ""; }; - 9B1B72AB280031DB003FACE9 /* XPAnchorPKViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorPKViewController.m; sourceTree = ""; }; - 9B1B72AD280031F8003FACE9 /* XPAnchorPKSelectRoomView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorPKSelectRoomView.h; sourceTree = ""; }; - 9B1B72AE280031F8003FACE9 /* XPAnchorPKSelectRoomView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorPKSelectRoomView.m; sourceTree = ""; }; - 9B1B72B328003664003FACE9 /* Api+AnchorPk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+AnchorPk.h"; sourceTree = ""; }; - 9B1B72B428003664003FACE9 /* Api+AnchorPk.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+AnchorPk.m"; sourceTree = ""; }; - 9B1B72B628003772003FACE9 /* XPAnchorPKPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorPKPresenter.h; sourceTree = ""; }; - 9B1B72B728003772003FACE9 /* XPAnchorPKPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorPKPresenter.m; sourceTree = ""; }; - 9B1B72B9280037C5003FACE9 /* XPAnchorPKProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorPKProtocol.h; sourceTree = ""; }; - 9B1B72BA28003E06003FACE9 /* XPAnchorPKTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorPKTableViewCell.h; sourceTree = ""; }; - 9B1B72BB28003E06003FACE9 /* XPAnchorPKTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorPKTableViewCell.m; sourceTree = ""; }; - 9B1B72BD2800422E003FACE9 /* XPAnchorPKRuleView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorPKRuleView.h; sourceTree = ""; }; - 9B1B72BE2800422E003FACE9 /* XPAnchorPKRuleView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorPKRuleView.m; sourceTree = ""; }; - 9B1EF3D027E81C0600554295 /* XPMineDressUpBubbleViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineDressUpBubbleViewController.h; sourceTree = ""; }; - 9B1EF3D127E81C0600554295 /* XPMineDressUpBubbleViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineDressUpBubbleViewController.m; sourceTree = ""; }; - 9B1EF3D327E8294B00554295 /* XPMineDressEmptyCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineDressEmptyCollectionViewCell.h; sourceTree = ""; }; - 9B1EF3D427E8294B00554295 /* XPMineDressEmptyCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineDressEmptyCollectionViewCell.m; sourceTree = ""; }; - 9B1FC3D327E49A5D006EFFE0 /* ChatBubbleModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ChatBubbleModel.h; sourceTree = ""; }; - 9B1FC3D427E49A5D006EFFE0 /* ChatBubbleModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ChatBubbleModel.m; sourceTree = ""; }; - 9B1FC3D627E49C36006EFFE0 /* XPMineDressBubbleCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineDressBubbleCollectionViewCell.h; sourceTree = ""; }; - 9B1FC3D727E49C36006EFFE0 /* XPMineDressBubbleCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineDressBubbleCollectionViewCell.m; sourceTree = ""; }; - 9B208A342779B50100F9E54A /* GiftNobleInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiftNobleInfoModel.h; sourceTree = ""; }; - 9B208A352779B50100F9E54A /* GiftNobleInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiftNobleInfoModel.m; sourceTree = ""; }; - 9B2489BA27C4C056006CFB85 /* XPMineVisitorEmptyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineVisitorEmptyTableViewCell.h; sourceTree = ""; }; - 9B2489BB27C4C056006CFB85 /* XPMineVisitorEmptyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineVisitorEmptyTableViewCell.m; sourceTree = ""; }; - 9B2A12DC2783FEDD00CED41B /* UserVipInfoVo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserVipInfoVo.h; sourceTree = ""; }; - 9B2A12DD2783FEDD00CED41B /* UserVipInfoVo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UserVipInfoVo.m; sourceTree = ""; }; - 9B2EA7BE2804037700ED17BF /* AnchorPKStageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AnchorPKStageView.h; sourceTree = ""; }; - 9B2EA7BF2804037700ED17BF /* AnchorPKStageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AnchorPKStageView.m; sourceTree = ""; }; - 9B2EA7C12804052E00ED17BF /* AnchorPKMicroView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AnchorPKMicroView.h; sourceTree = ""; }; - 9B2EA7C22804052E00ED17BF /* AnchorPKMicroView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AnchorPKMicroView.m; sourceTree = ""; }; - 9B2EA7C428041EFC00ED17BF /* XPAnchorPkPanelView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorPkPanelView.h; sourceTree = ""; }; - 9B2EA7C528041EFC00ED17BF /* XPAnchorPkPanelView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorPkPanelView.m; sourceTree = ""; }; - 9B2EA7CA2804245500ED17BF /* XPAnchorPKPanelUserView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorPKPanelUserView.h; sourceTree = ""; }; - 9B2EA7CB2804245500ED17BF /* XPAnchorPKPanelUserView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorPKPanelUserView.m; sourceTree = ""; }; - 9B2F72CE28E45A480000E4FA /* XPRoomQuickMessageContainView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomQuickMessageContainView.h; sourceTree = ""; }; - 9B2F72CF28E45A480000E4FA /* XPRoomQuickMessageContainView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomQuickMessageContainView.m; sourceTree = ""; }; - 9B2F72D128E45C5A0000E4FA /* XPRoomQuidkMessageCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomQuidkMessageCell.h; sourceTree = ""; }; - 9B2F72D228E45C5A0000E4FA /* XPRoomQuidkMessageCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomQuidkMessageCell.m; sourceTree = ""; }; - 9B32A04528881845002009D2 /* XPRoomTagListView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomTagListView.h; sourceTree = ""; }; - 9B32A04628881845002009D2 /* XPRoomTagListView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomTagListView.m; sourceTree = ""; }; - 9B335B472925D8A00048A116 /* XPAnchorPKSelectTypeController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorPKSelectTypeController.h; sourceTree = ""; }; - 9B335B482925D8A00048A116 /* XPAnchorPKSelectTypeController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorPKSelectTypeController.m; sourceTree = ""; }; - 9B33E3C927D85379003B0E62 /* UploadFile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UploadFile.m; sourceTree = ""; }; - 9B33E3CA27D85379003B0E62 /* UploadFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UploadFile.h; sourceTree = ""; }; - 9B3A1DF2280571000058E2DD /* XPAnchorPKInviteView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorPKInviteView.h; sourceTree = ""; }; - 9B3A1DF3280571000058E2DD /* XPAnchorPKInviteView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorPKInviteView.m; sourceTree = ""; }; - 9B3C1818292CE4FA003AF543 /* XPAnchorPKMatchView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorPKMatchView.h; sourceTree = ""; }; - 9B3C1819292CE4FA003AF543 /* XPAnchorPKMatchView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorPKMatchView.m; sourceTree = ""; }; - 9B41D36C282649230048C588 /* XPWeekStarRankUserModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWeekStarRankUserModel.h; sourceTree = ""; }; - 9B41D36D282649230048C588 /* XPWeekStarRankUserModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWeekStarRankUserModel.m; sourceTree = ""; }; - 9B42868C28C1AE2D009034D2 /* XPReceiveRedPacketView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPReceiveRedPacketView.h; sourceTree = ""; }; - 9B42868D28C1AE2D009034D2 /* XPReceiveRedPacketView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPReceiveRedPacketView.m; sourceTree = ""; }; - 9B42869028C1AED4009034D2 /* XPReceiveRedPacketModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPReceiveRedPacketModel.h; sourceTree = ""; }; - 9B42869128C1AED4009034D2 /* XPReceiveRedPacketModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPReceiveRedPacketModel.m; sourceTree = ""; }; - 9B42869328C1E00A009034D2 /* XPRedPacketResultModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRedPacketResultModel.h; sourceTree = ""; }; - 9B42869428C1E00A009034D2 /* XPRedPacketResultModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRedPacketResultModel.m; sourceTree = ""; }; - 9B42869628C1E06B009034D2 /* XPRedPacketModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRedPacketModel.h; sourceTree = ""; }; - 9B42869728C1E06B009034D2 /* XPRedPacketModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRedPacketModel.m; sourceTree = ""; }; - 9B42869A28C1FD3D009034D2 /* XPOpenRedPacketCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPOpenRedPacketCell.h; sourceTree = ""; }; - 9B42869B28C1FD3D009034D2 /* XPOpenRedPacketCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPOpenRedPacketCell.m; sourceTree = ""; }; - 9B4C5B84292F81FA00CEA41B /* XPSessionListFansPartyModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionListFansPartyModel.h; sourceTree = ""; }; - 9B4C5B85292F81FA00CEA41B /* XPSessionListFansPartyModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionListFansPartyModel.m; sourceTree = ""; }; - 9B4D449128F15765002572D5 /* XPGiftLuckyGiftBroadcastView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftLuckyGiftBroadcastView.h; sourceTree = ""; }; - 9B4D449228F15765002572D5 /* XPGiftLuckyGiftBroadcastView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftLuckyGiftBroadcastView.m; sourceTree = ""; }; - 9B4E91FE28E57A620033419E /* XPGiftHeadTypeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftHeadTypeView.h; sourceTree = ""; }; - 9B4E91FF28E57A620033419E /* XPGiftHeadTypeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftHeadTypeView.m; sourceTree = ""; }; - 9B6B3AA9278C2EA7005551EC /* XPRoomNobleLevelUpView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomNobleLevelUpView.h; sourceTree = ""; }; - 9B6B3AAA278C2EA7005551EC /* XPRoomNobleLevelUpView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomNobleLevelUpView.m; sourceTree = ""; }; - 9B6E8568281A982A0041A321 /* XPRoomRecommendView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomRecommendView.h; sourceTree = ""; }; - 9B6E8569281A982A0041A321 /* XPRoomRecommendView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomRecommendView.m; sourceTree = ""; }; - 9B6E856C281AABAB0041A321 /* XPRoomRecommendModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomRecommendModel.h; sourceTree = ""; }; - 9B6E856D281AABAB0041A321 /* XPRoomRecommendModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomRecommendModel.m; sourceTree = ""; }; - 9B6E8571281AB9B20041A321 /* XPRoomInsideRecommendCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomInsideRecommendCell.h; sourceTree = ""; }; - 9B6E8572281AB9B20041A321 /* XPRoomInsideRecommendCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomInsideRecommendCell.m; sourceTree = ""; }; - 9B6E8575281ABECC0041A321 /* XPRoomInsideRecommendEmptyCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomInsideRecommendEmptyCell.h; sourceTree = ""; }; - 9B6E8576281ABECC0041A321 /* XPRoomInsideRecommendEmptyCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomInsideRecommendEmptyCell.m; sourceTree = ""; }; - 9B734F71288A787000CBDAA9 /* XPMineAccountView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineAccountView.h; sourceTree = ""; }; - 9B734F72288A787000CBDAA9 /* XPMineAccountView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineAccountView.m; sourceTree = ""; }; - 9B734F74288A92FB00CBDAA9 /* XPMineFunctionItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFunctionItemModel.h; sourceTree = ""; }; - 9B734F75288A92FB00CBDAA9 /* XPMineFunctionItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFunctionItemModel.m; sourceTree = ""; }; - 9B7B605927BB53060070BB72 /* XPAnchorAudienceUpMicView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPAnchorAudienceUpMicView.h; sourceTree = ""; }; - 9B7B605A27BB53060070BB72 /* XPAnchorAudienceUpMicView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPAnchorAudienceUpMicView.m; sourceTree = ""; }; - 9B7B606027BB96E40070BB72 /* XPRoomAnchorInfoCardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomAnchorInfoCardView.h; sourceTree = ""; }; - 9B7B606127BB96E40070BB72 /* XPRoomAnchorInfoCardView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomAnchorInfoCardView.m; sourceTree = ""; }; - 9B7B606427BBA0EE0070BB72 /* XPAnchorAttentSendInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorAttentSendInfo.h; sourceTree = ""; }; - 9B7B606527BBA0EE0070BB72 /* XPAnchorAttentSendInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorAttentSendInfo.m; sourceTree = ""; }; - 9B7D80482753783D003DAC0C /* SessionViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionViewController.h; sourceTree = ""; }; - 9B7D80492753783D003DAC0C /* SessionViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionViewController.m; sourceTree = ""; }; - 9B7D804B27537950003DAC0C /* MessageCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageCell.h; sourceTree = ""; }; - 9B7D804C27537950003DAC0C /* MessageCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageCell.m; sourceTree = ""; }; - 9B7D804E2753AA9D003DAC0C /* UITableView+NIMScrollToBottom.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITableView+NIMScrollToBottom.m"; sourceTree = ""; }; - 9B7D804F2753AA9D003DAC0C /* UITableView+NIMScrollToBottom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITableView+NIMScrollToBottom.h"; sourceTree = ""; }; - 9B7D904B287BC5E20033A45E /* AnchorRoomScrollView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AnchorRoomScrollView.h; sourceTree = ""; }; - 9B7D904C287BC5E20033A45E /* AnchorRoomScrollView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AnchorRoomScrollView.m; sourceTree = ""; }; - 9B85B6D5279FDABA00A0A1AC /* XPUserCardSkillCardView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPUserCardSkillCardView.h; sourceTree = ""; }; - 9B85B6D6279FDABA00A0A1AC /* XPUserCardSkillCardView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPUserCardSkillCardView.m; sourceTree = ""; }; - 9B85B6D8279FDC5200A0A1AC /* XPUserCardSkillCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPUserCardSkillCollectionViewCell.h; sourceTree = ""; }; - 9B85B6D9279FDC5200A0A1AC /* XPUserCardSkillCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPUserCardSkillCollectionViewCell.m; sourceTree = ""; }; - 9B85F3512806AB9A006EDF51 /* XPAnchorPKResultView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorPKResultView.h; sourceTree = ""; }; - 9B85F3522806AB9A006EDF51 /* XPAnchorPKResultView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorPKResultView.m; sourceTree = ""; }; - 9B85F3542806DD8A006EDF51 /* XPAnchorPKFinishView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorPKFinishView.h; sourceTree = ""; }; - 9B85F3552806DD8A006EDF51 /* XPAnchorPKFinishView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorPKFinishView.m; sourceTree = ""; }; - 9B86D8782817DD8400494FCD /* XPRoomEnterHideTipView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomEnterHideTipView.h; sourceTree = ""; }; - 9B86D8792817DD8400494FCD /* XPRoomEnterHideTipView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomEnterHideTipView.m; sourceTree = ""; }; - 9B86D884281942D200494FCD /* SocialMicroView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SocialMicroView.h; sourceTree = ""; }; - 9B86D885281942D200494FCD /* SocialMicroView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SocialMicroView.m; sourceTree = ""; }; - 9B87B3CB2926473D00085110 /* XPSessionListHeadFriendCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionListHeadFriendCell.h; sourceTree = ""; }; - 9B87B3CC2926473D00085110 /* XPSessionListHeadFriendCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionListHeadFriendCell.m; sourceTree = ""; }; - 9B88E20A28C5EB8300D26FBA /* MessageContentRedPacketView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentRedPacketView.h; sourceTree = ""; }; - 9B88E20B28C5EB8300D26FBA /* MessageContentRedPacketView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentRedPacketView.m; sourceTree = ""; }; - 9B88E20D28C6305400D26FBA /* XPRoomSearchRecordViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomSearchRecordViewController.h; sourceTree = ""; }; - 9B88E20E28C6305400D26FBA /* XPRoomSearchRecordViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomSearchRecordViewController.m; sourceTree = ""; }; - 9B8DE0DF289CF02900FB6EC2 /* XPGiftCompoundModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftCompoundModel.h; sourceTree = ""; }; - 9B8DE0E0289CF02900FB6EC2 /* XPGiftCompoundModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftCompoundModel.m; sourceTree = ""; }; - 9B8DE0E2289CF7AA00FB6EC2 /* XPRoomGiftCompoundView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomGiftCompoundView.h; sourceTree = ""; }; - 9B8DE0E3289CF7AA00FB6EC2 /* XPRoomGiftCompoundView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomGiftCompoundView.m; sourceTree = ""; }; - 9B92A33A2797E38100AD168F /* XPMineHeadItemTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineHeadItemTableViewCell.h; sourceTree = ""; }; - 9B92A33B2797E38100AD168F /* XPMineHeadItemTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineHeadItemTableViewCell.m; sourceTree = ""; }; - 9B9BBF81288FBFB3004E2E74 /* XPNewUserRoomGiftView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewUserRoomGiftView.h; sourceTree = ""; }; - 9B9BBF82288FBFB3004E2E74 /* XPNewUserRoomGiftView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewUserRoomGiftView.m; sourceTree = ""; }; - 9BA3B409293DCDFD0071DF1C /* XPVersionUpdateModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPVersionUpdateModel.h; sourceTree = ""; }; - 9BA3B40A293DCDFD0071DF1C /* XPVersionUpdateModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPVersionUpdateModel.m; sourceTree = ""; }; - 9BA3B40D293DD2F90071DF1C /* XPUpgradeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPUpgradeView.h; sourceTree = ""; }; - 9BA3B40E293DD2F90071DF1C /* XPUpgradeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPUpgradeView.m; sourceTree = ""; }; - 9BA812D028BF145700783EA7 /* ClientRedPacketModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ClientRedPacketModel.h; sourceTree = ""; }; - 9BA812D128BF145700783EA7 /* ClientRedPacketModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ClientRedPacketModel.m; sourceTree = ""; }; - 9BA812D428BF52E100783EA7 /* XPRoomSendRedPacketViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomSendRedPacketViewController.h; sourceTree = ""; }; - 9BA812D528BF52E100783EA7 /* XPRoomSendRedPacketViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomSendRedPacketViewController.m; sourceTree = ""; }; - 9BA812DB28BF6A7300783EA7 /* XPRoomRedPacketPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomRedPacketPresenter.h; sourceTree = ""; }; - 9BA812DC28BF6A7300783EA7 /* XPRoomRedPacketPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomRedPacketPresenter.m; sourceTree = ""; }; - 9BA812DE28BF6ABB00783EA7 /* Api+RedPacket.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+RedPacket.h"; sourceTree = ""; }; - 9BA812DF28BF6ABB00783EA7 /* Api+RedPacket.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+RedPacket.m"; sourceTree = ""; }; - 9BA812E128BF6AFB00783EA7 /* XPRoomRedPacketProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomRedPacketProtocol.h; sourceTree = ""; }; - 9BA812E228BF70A600783EA7 /* XPRoomRedPacketPwdView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomRedPacketPwdView.h; sourceTree = ""; }; - 9BA812E328BF70A600783EA7 /* XPRoomRedPacketPwdView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomRedPacketPwdView.m; sourceTree = ""; }; - 9BA8A47427C60D9F000365A3 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; - 9BA8A47627C60DF7000365A3 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; - 9BAA5FEB277A1BBE007453F3 /* XPPrivacyViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPPrivacyViewController.h; sourceTree = ""; }; - 9BAA5FEC277A1BBE007453F3 /* XPPrivacyViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPPrivacyViewController.m; sourceTree = ""; }; - 9BAA5FEE277A23F4007453F3 /* XPPermissionsViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPPermissionsViewController.h; sourceTree = ""; }; - 9BAA5FEF277A23F4007453F3 /* XPPermissionsViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPPermissionsViewController.m; sourceTree = ""; }; - 9BAC92F328E6E63000147DD8 /* XPRoomInsideOperationCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomInsideOperationCell.h; sourceTree = ""; }; - 9BAC92F428E6E63000147DD8 /* XPRoomInsideOperationCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomInsideOperationCell.m; sourceTree = ""; }; - 9BAD41AD28C6ECBA005E47B3 /* XPInRoomRecordProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPInRoomRecordProtocol.h; sourceTree = ""; }; - 9BB865B4272076140029CDE0 /* RtcImplDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RtcImplDelegate.h; sourceTree = ""; }; - 9BB89DC127FE7F3A00586A83 /* XPAnchorFansRelationModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorFansRelationModel.h; sourceTree = ""; }; - 9BB89DC227FE7F3A00586A83 /* XPAnchorFansRelationModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorFansRelationModel.m; sourceTree = ""; }; - 9BB89DC427FEB9E100586A83 /* XPAnchorFansTaskViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorFansTaskViewController.h; sourceTree = ""; }; - 9BB89DC527FEB9E100586A83 /* XPAnchorFansTaskViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorFansTaskViewController.m; sourceTree = ""; }; - 9BBC028C2786FA060007C24B /* NobleCardModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NobleCardModel.h; sourceTree = ""; }; - 9BBC028D2786FA060007C24B /* NobleCardModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NobleCardModel.m; sourceTree = ""; }; - 9BBC028F2786FC570007C24B /* XPMineNobleCardTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineNobleCardTableViewCell.h; sourceTree = ""; }; - 9BBC02902786FC570007C24B /* XPMineNobleCardTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineNobleCardTableViewCell.m; sourceTree = ""; }; - 9BC5C91A277C8A7B007C8719 /* XPReleaseRadioViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPReleaseRadioViewController.h; sourceTree = ""; }; - 9BC5C91B277C8A7B007C8719 /* XPReleaseRadioViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPReleaseRadioViewController.m; sourceTree = ""; }; - 9BC5C91D277C902B007C8719 /* XPReleaseRadioView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPReleaseRadioView.h; sourceTree = ""; }; - 9BC5C91E277C902B007C8719 /* XPReleaseRadioView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPReleaseRadioView.m; sourceTree = ""; }; - 9BC8C82E28090C9200C24F85 /* XPRoomAnchorRankBannerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomAnchorRankBannerView.h; sourceTree = ""; }; - 9BC8C82F28090C9200C24F85 /* XPRoomAnchorRankBannerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomAnchorRankBannerView.m; sourceTree = ""; }; - 9BC9DAED27E33B3F009EE409 /* XPRoomGiftAnimationParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomGiftAnimationParser.h; sourceTree = ""; }; - 9BC9DAEE27E33B3F009EE409 /* XPRoomGiftAnimationParser.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomGiftAnimationParser.m; sourceTree = ""; }; - 9BCB999E28F571B500466D64 /* XPMineCollectPartyRoomViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineCollectPartyRoomViewController.h; sourceTree = ""; }; - 9BCB999F28F571B500466D64 /* XPMineCollectPartyRoomViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineCollectPartyRoomViewController.m; sourceTree = ""; }; - 9BCB99A428F582EC00466D64 /* XPMineCollectRoomEditCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineCollectRoomEditCell.h; sourceTree = ""; }; - 9BCB99A528F582EC00466D64 /* XPMineCollectRoomEditCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineCollectRoomEditCell.m; sourceTree = ""; }; - 9BCD02C52796C02800F396AA /* MicroNobleWaveView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MicroNobleWaveView.h; sourceTree = ""; }; - 9BCD02C62796C02800F396AA /* MicroNobleWaveView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MicroNobleWaveView.m; sourceTree = ""; }; - 9BCE6142277D657600CC0358 /* XPReleaseRadioTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPReleaseRadioTableViewCell.h; sourceTree = ""; }; - 9BCE6143277D657600CC0358 /* XPReleaseRadioTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPReleaseRadioTableViewCell.m; sourceTree = ""; }; - 9BCFB826289BAC7D0093D863 /* XPMineHeadFunctionItemLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineHeadFunctionItemLayout.h; sourceTree = ""; }; - 9BCFB827289BAC7D0093D863 /* XPMineHeadFunctionItemLayout.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineHeadFunctionItemLayout.m; sourceTree = ""; }; - 9BD2ECCC288F829600F5CD9A /* XPMineFootPrintViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFootPrintViewController.h; sourceTree = ""; }; - 9BD2ECCD288F829600F5CD9A /* XPMineFootPrintViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFootPrintViewController.m; sourceTree = ""; }; - 9BD2ECD0288F833B00F5CD9A /* XPMineFootPrintModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFootPrintModel.h; sourceTree = ""; }; - 9BD2ECD1288F833B00F5CD9A /* XPMineFootPrintModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFootPrintModel.m; sourceTree = ""; }; - 9BD2ECD3288F838200F5CD9A /* XPMineFootPrintPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFootPrintPresenter.h; sourceTree = ""; }; - 9BD2ECD4288F838200F5CD9A /* XPMineFootPrintPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFootPrintPresenter.m; sourceTree = ""; }; - 9BD2ECD6288F849300F5CD9A /* XPMineFootPrintProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFootPrintProtocol.h; sourceTree = ""; }; - 9BD2ECD8288F867000F5CD9A /* XPMineFootPrintTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFootPrintTableViewCell.h; sourceTree = ""; }; - 9BD2ECD9288F867000F5CD9A /* XPMineFootPrintTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFootPrintTableViewCell.m; sourceTree = ""; }; - 9BD63FA9277EE885006EB744 /* Api+RoomRadio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+RoomRadio.h"; sourceTree = ""; }; - 9BD63FAA277EE885006EB744 /* Api+RoomRadio.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+RoomRadio.m"; sourceTree = ""; }; - 9BD63FAC277EE97A006EB744 /* XPReleaseRadioPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPReleaseRadioPresenter.h; sourceTree = ""; }; - 9BD63FAD277EE97A006EB744 /* XPReleaseRadioPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPReleaseRadioPresenter.m; sourceTree = ""; }; - 9BD63FB1277EF14A006EB744 /* XPReleaseRadioProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPReleaseRadioProtocol.h; sourceTree = ""; }; - 9BD63FB2277EF1B3006EB744 /* XPReleaseRadioModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPReleaseRadioModel.h; sourceTree = ""; }; - 9BD63FB3277EF1B3006EB744 /* XPReleaseRadioModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPReleaseRadioModel.m; sourceTree = ""; }; - 9BD798B52926362F003E03E6 /* XPSessionListHeadItem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionListHeadItem.h; sourceTree = ""; }; - 9BD798B62926362F003E03E6 /* XPSessionListHeadItem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionListHeadItem.m; sourceTree = ""; }; - 9BD8D4E128911E9900AE03FF /* XPMineCollectRoomListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineCollectRoomListViewController.h; sourceTree = ""; }; - 9BD8D4E228911E9900AE03FF /* XPMineCollectRoomListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineCollectRoomListViewController.m; sourceTree = ""; }; - 9BD8D4E428911F7700AE03FF /* XPMineCollectRoomListPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineCollectRoomListPresenter.h; sourceTree = ""; }; - 9BD8D4E528911F7700AE03FF /* XPMineCollectRoomListPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineCollectRoomListPresenter.m; sourceTree = ""; }; - 9BD8D4E728911FBD00AE03FF /* XPMineCollectRoomListProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineCollectRoomListProtocol.h; sourceTree = ""; }; - 9BD9A17627A0E953004186FE /* XPMineVisitorProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineVisitorProtocol.h; sourceTree = ""; }; - 9BD9A17727A0EC57004186FE /* XPMineVisitorPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineVisitorPresenter.h; sourceTree = ""; }; - 9BD9A17827A0EC57004186FE /* XPMineVisitorPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineVisitorPresenter.m; sourceTree = ""; }; - 9BD9A17A27A0EE24004186FE /* XPMineVisitorViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineVisitorViewController.h; sourceTree = ""; }; - 9BD9A17B27A0EE24004186FE /* XPMineVisitorViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineVisitorViewController.m; sourceTree = ""; }; - 9BD9A17E27A0EFC7004186FE /* XPMineVisitorTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineVisitorTableViewCell.h; sourceTree = ""; }; - 9BD9A17F27A0EFC7004186FE /* XPMineVisitorTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineVisitorTableViewCell.m; sourceTree = ""; }; - 9BD9A18227A0F128004186FE /* XPMineVisitorItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineVisitorItemModel.h; sourceTree = ""; }; - 9BD9A18327A0F128004186FE /* XPMineVisitorItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineVisitorItemModel.m; sourceTree = ""; }; - 9BD9A18527A120FD004186FE /* XPMineVisitorUnReadModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineVisitorUnReadModel.h; sourceTree = ""; }; - 9BD9A18627A120FD004186FE /* XPMineVisitorUnReadModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineVisitorUnReadModel.m; sourceTree = ""; }; - 9BDA3E7527FD41C200517FE6 /* XPAnchorFansTeamViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorFansTeamViewController.h; sourceTree = ""; }; - 9BDA3E7627FD41C200517FE6 /* XPAnchorFansTeamViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorFansTeamViewController.m; sourceTree = ""; }; - 9BDA3E7827FD43EF00517FE6 /* XPAnchorFansTeamEntranceView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorFansTeamEntranceView.h; sourceTree = ""; }; - 9BDA3E7927FD43EF00517FE6 /* XPAnchorFansTeamEntranceView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorFansTeamEntranceView.m; sourceTree = ""; }; - 9BDA3E7B27FD47AB00517FE6 /* XPAnchorFansTeamPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorFansTeamPresenter.h; sourceTree = ""; }; - 9BDA3E7C27FD47AB00517FE6 /* XPAnchorFansTeamPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorFansTeamPresenter.m; sourceTree = ""; }; - 9BDA3E7F27FD480D00517FE6 /* XPAnchorFansTeamProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorFansTeamProtocol.h; sourceTree = ""; }; - 9BE01ACC28925F7D00B50299 /* XPMineNewUserRechargeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineNewUserRechargeView.h; sourceTree = ""; }; - 9BE01ACD28925F7D00B50299 /* XPMineNewUserRechargeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineNewUserRechargeView.m; sourceTree = ""; }; - 9BE01AD228927E9C00B50299 /* XPDressUpShopListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPDressUpShopListViewController.h; sourceTree = ""; }; - 9BE01AD328927E9C00B50299 /* XPDressUpShopListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPDressUpShopListViewController.m; sourceTree = ""; }; - 9BE01AD8289296B500B50299 /* XPDressUpShopPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPDressUpShopPresenter.h; sourceTree = ""; }; - 9BE01AD9289296B500B50299 /* XPDressUpShopPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPDressUpShopPresenter.m; sourceTree = ""; }; - 9BE01ADB2892975000B50299 /* XPDressUpShopProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPDressUpShopProtocol.h; sourceTree = ""; }; - 9BE01ADC2892A66D00B50299 /* DressUpShopModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DressUpShopModel.h; sourceTree = ""; }; - 9BE01ADD2892A66D00B50299 /* DressUpShopModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DressUpShopModel.m; sourceTree = ""; }; - 9BE01ADF28937DBC00B50299 /* XPDressUpShopCardViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPDressUpShopCardViewController.h; sourceTree = ""; }; - 9BE01AE028937DBC00B50299 /* XPDressUpShopCardViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPDressUpShopCardViewController.m; sourceTree = ""; }; - 9BE01AE228937EDE00B50299 /* XPDressUpShopCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPDressUpShopCollectionViewCell.h; sourceTree = ""; }; - 9BE01AE328937EDE00B50299 /* XPDressUpShopCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPDressUpShopCollectionViewCell.m; sourceTree = ""; }; - 9BE01AE528938AB600B50299 /* XPDressUpShopCardTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPDressUpShopCardTableViewCell.h; sourceTree = ""; }; - 9BE01AE628938AB600B50299 /* XPDressUpShopCardTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPDressUpShopCardTableViewCell.m; sourceTree = ""; }; - 9BE01AE82893CB4400B50299 /* XPDressSearchViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPDressSearchViewController.h; sourceTree = ""; }; - 9BE01AE92893CB4400B50299 /* XPDressSearchViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPDressSearchViewController.m; sourceTree = ""; }; - 9BE01AEB2893D0DF00B50299 /* XPDressShopSearchTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPDressShopSearchTableViewCell.h; sourceTree = ""; }; - 9BE01AEC2893D0DF00B50299 /* XPDressShopSearchTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPDressShopSearchTableViewCell.m; sourceTree = ""; }; - 9BE01AEE2893E31700B50299 /* NewUserRechargeModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NewUserRechargeModel.h; sourceTree = ""; }; - 9BE01AEF2893E31700B50299 /* NewUserRechargeModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NewUserRechargeModel.m; sourceTree = ""; }; - 9BE01AF52893E7F500B50299 /* XPNewUserRechargeCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewUserRechargeCollectionViewCell.h; sourceTree = ""; }; - 9BE01AF62893E7F500B50299 /* XPNewUserRechargeCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewUserRechargeCollectionViewCell.m; sourceTree = ""; }; - 9BE2FA8E288010D300EF3D83 /* AnchorRoomSrollTipView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AnchorRoomSrollTipView.h; sourceTree = ""; }; - 9BE2FA8F288010D300EF3D83 /* AnchorRoomSrollTipView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AnchorRoomSrollTipView.m; sourceTree = ""; }; - 9BE570BA28F65B7200D491A5 /* XPMineCollectRoomCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineCollectRoomCell.h; sourceTree = ""; }; - 9BE570BB28F65B7200D491A5 /* XPMineCollectRoomCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineCollectRoomCell.m; sourceTree = ""; }; - 9BE9F0F727FED12D00667200 /* XPAnchorFansPrivilegeModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorFansPrivilegeModel.h; sourceTree = ""; }; - 9BE9F0F827FED12D00667200 /* XPAnchorFansPrivilegeModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorFansPrivilegeModel.m; sourceTree = ""; }; - 9BE9F0FA27FED2E100667200 /* XPAnchorFansJoinModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorFansJoinModel.h; sourceTree = ""; }; - 9BE9F0FB27FED2E100667200 /* XPAnchorFansJoinModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorFansJoinModel.m; sourceTree = ""; }; - 9BE9F0FD27FED76500667200 /* XPAnchorFansTaskModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorFansTaskModel.h; sourceTree = ""; }; - 9BE9F0FE27FED76500667200 /* XPAnchorFansTaskModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorFansTaskModel.m; sourceTree = ""; }; - 9BE9F10027FEE5C200667200 /* XPAnchorFansTaskDetailModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorFansTaskDetailModel.h; sourceTree = ""; }; - 9BE9F10127FEE5C200667200 /* XPAnchorFansTaskDetailModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorFansTaskDetailModel.m; sourceTree = ""; }; - 9BE9F10327FF04CF00667200 /* XPAnchorFansTaskTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorFansTaskTableViewCell.h; sourceTree = ""; }; - 9BE9F10427FF04CF00667200 /* XPAnchorFansTaskTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorFansTaskTableViewCell.m; sourceTree = ""; }; - 9BF4BEBA28D4182E009CF6C2 /* XPOpenRedPacketModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPOpenRedPacketModel.h; sourceTree = ""; }; - 9BF4BEBB28D4182E009CF6C2 /* XPOpenRedPacketModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPOpenRedPacketModel.m; sourceTree = ""; }; - 9BF5192428801D4700B6BE92 /* XPAcrossRoomPKCountDownView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKCountDownView.h; sourceTree = ""; }; - 9BF5192528801D4700B6BE92 /* XPAcrossRoomPKCountDownView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKCountDownView.m; sourceTree = ""; }; - 9BFB101D2897CC4300B3985E /* XPAnchorCardView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorCardView.h; sourceTree = ""; }; - 9BFB101E2897CC4300B3985E /* XPAnchorCardView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorCardView.m; sourceTree = ""; }; - 9BFB10202897D68400B3985E /* XPTabAnchorCardModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPTabAnchorCardModel.h; sourceTree = ""; }; - 9BFB10212897D68400B3985E /* XPTabAnchorCardModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPTabAnchorCardModel.m; sourceTree = ""; }; - 9BFE0D8C2898C8C300F53C24 /* XPAnchorCardSkillCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorCardSkillCollectionViewCell.h; sourceTree = ""; }; - 9BFE0D8D2898C8C300F53C24 /* XPAnchorCardSkillCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorCardSkillCollectionViewCell.m; sourceTree = ""; }; - 9BFE0D902899042600F53C24 /* XPTaskCompleteTipView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPTaskCompleteTipView.h; sourceTree = ""; }; - 9BFE0D912899042600F53C24 /* XPTaskCompleteTipView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPTaskCompleteTipView.m; sourceTree = ""; }; - 9BFE992C288142FD009DA429 /* RoomClassifyModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomClassifyModel.h; sourceTree = ""; }; - 9BFE992D288142FD009DA429 /* RoomClassifyModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomClassifyModel.m; sourceTree = ""; }; - B66633E061B1B34177CD011C /* Pods-YuMi.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-YuMi.release.xcconfig"; path = "Target Support Files/Pods-YuMi/Pods-YuMi.release.xcconfig"; sourceTree = ""; }; - CACF623970097D653132D69A /* Pods_YuMi.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_YuMi.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E801273E27E323C800BAC3F2 /* XPRoomPKViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKViewController.h; sourceTree = ""; }; - E801273F27E323C800BAC3F2 /* XPRoomPKViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKViewController.m; sourceTree = ""; }; - E801274127E323E500BAC3F2 /* XPRoomPKPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKPresenter.h; sourceTree = ""; }; - E801274227E323E500BAC3F2 /* XPRoomPKPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKPresenter.m; sourceTree = ""; }; - E801274427E3240000BAC3F2 /* XPRoomPKProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKProtocol.h; sourceTree = ""; }; - E801274527E3241700BAC3F2 /* Api+RoomPK.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+RoomPK.h"; sourceTree = ""; }; - E801274627E3241700BAC3F2 /* Api+RoomPK.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+RoomPK.m"; sourceTree = ""; }; - E801274927E327DA00BAC3F2 /* XPRoomPKTypeTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKTypeTableViewCell.h; sourceTree = ""; }; - E801274A27E327DA00BAC3F2 /* XPRoomPKTypeTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKTypeTableViewCell.m; sourceTree = ""; }; - E801274C27E3280000BAC3F2 /* XPRoomPKVoteTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKVoteTableViewCell.h; sourceTree = ""; }; - E801274D27E3280000BAC3F2 /* XPRoomPKVoteTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKVoteTableViewCell.m; sourceTree = ""; }; - E801274F27E3281100BAC3F2 /* XPRoomPKTimeTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKTimeTableViewCell.h; sourceTree = ""; }; - E801275027E3281100BAC3F2 /* XPRoomPKTimeTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKTimeTableViewCell.m; sourceTree = ""; }; - E801275327E3326000BAC3F2 /* XPRoomPKUserView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKUserView.h; sourceTree = ""; }; - E801275427E3326000BAC3F2 /* XPRoomPKUserView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKUserView.m; sourceTree = ""; }; - E801275627E347FD00BAC3F2 /* RoomPKRecordModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomPKRecordModel.h; sourceTree = ""; }; - E801275727E347FD00BAC3F2 /* RoomPKRecordModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomPKRecordModel.m; sourceTree = ""; }; - E80487632717DDD9008595F2 /* XPRoomMenuItem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMenuItem.h; sourceTree = ""; }; - E80487642717DDD9008595F2 /* XPRoomMenuItem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMenuItem.m; sourceTree = ""; }; - E8098CA5282E00920090B9F0 /* Api+Moments.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+Moments.h"; sourceTree = ""; }; - E8098CA6282E00920090B9F0 /* Api+Moments.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+Moments.m"; sourceTree = ""; }; - E8098CA8282E03B40090B9F0 /* XPMomentsRecommendPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsRecommendPresenter.h; sourceTree = ""; }; - E8098CA9282E03B40090B9F0 /* XPMomentsRecommendPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsRecommendPresenter.m; sourceTree = ""; }; - E8098CAB282E04870090B9F0 /* XPMomentsRecommendProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsRecommendProtocol.h; sourceTree = ""; }; - E8098CAC282E07C00090B9F0 /* XPMomentsEmptyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsEmptyTableViewCell.h; sourceTree = ""; }; - E8098CAD282E07C00090B9F0 /* XPMomentsEmptyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsEmptyTableViewCell.m; sourceTree = ""; }; - E8098CAF282E86EF0090B9F0 /* XPMomentsContentView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsContentView.h; sourceTree = ""; }; - E8098CB0282E86EF0090B9F0 /* XPMomentsContentView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsContentView.m; sourceTree = ""; }; - E8098CB2282E97550090B9F0 /* XPMineBlackListPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineBlackListPresenter.h; sourceTree = ""; }; - E8098CB3282E97550090B9F0 /* XPMineBlackListPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineBlackListPresenter.m; sourceTree = ""; }; - E8098CB6282E97AC0090B9F0 /* XPMineBlackListProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineBlackListProtocol.h; sourceTree = ""; }; - E80A086027F2AC190027B30C /* RoomPKDetailInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomPKDetailInfoModel.h; sourceTree = ""; }; - E80A086127F2AC190027B30C /* RoomPKDetailInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomPKDetailInfoModel.m; sourceTree = ""; }; - E80A63DA28B86B9700690914 /* MessageContentMonentsAutoView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentMonentsAutoView.h; sourceTree = ""; }; - E80A63DB28B86B9700690914 /* MessageContentMonentsAutoView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentMonentsAutoView.m; sourceTree = ""; }; - E80B0710280D0A6700A79F63 /* FansInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FansInfoModel.h; sourceTree = ""; }; - E80B0711280D0A6700A79F63 /* FansInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FansInfoModel.m; sourceTree = ""; }; - E80B0732280D740600A79F63 /* MessageContentGuildView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentGuildView.h; sourceTree = ""; }; - E80B0733280D740600A79F63 /* MessageContentGuildView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentGuildView.m; sourceTree = ""; }; - E80CBDE827D0C53F001E1EC2 /* XPWeakTimer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWeakTimer.h; sourceTree = ""; }; - E80CBDE927D0C53F001E1EC2 /* XPWeakTimer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWeakTimer.m; sourceTree = ""; }; - E80DE4052775665000BE5BCB /* XPFirstRechargeCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPFirstRechargeCollectionViewCell.h; sourceTree = ""; }; - E80DE4062775665000BE5BCB /* XPFirstRechargeCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPFirstRechargeCollectionViewCell.m; sourceTree = ""; }; - E80DE408277568D300BE5BCB /* ThemeColor+FirstRecharge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ThemeColor+FirstRecharge.h"; sourceTree = ""; }; - E80DE409277568D300BE5BCB /* ThemeColor+FirstRecharge.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "ThemeColor+FirstRecharge.m"; sourceTree = ""; }; - E80DE40B2775ABA500BE5BCB /* XPFirstRechargeFlowLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPFirstRechargeFlowLayout.h; sourceTree = ""; }; - E80DE40C2775ABA500BE5BCB /* XPFirstRechargeFlowLayout.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPFirstRechargeFlowLayout.m; sourceTree = ""; }; - E80DE40E2775C34E00BE5BCB /* XPFirstRechargeSuccessView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPFirstRechargeSuccessView.h; sourceTree = ""; }; - E80DE40F2775C34E00BE5BCB /* XPFirstRechargeSuccessView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPFirstRechargeSuccessView.m; sourceTree = ""; }; - E80E09AA2A40B70100CD2BE7 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = ""; }; - E80E09AC2A41336500CD2BE7 /* XPWebViewNavView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPWebViewNavView.m; sourceTree = ""; }; - E80E09AD2A41336500CD2BE7 /* XPWebViewNavView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPWebViewNavView.h; sourceTree = ""; }; - E80E09B12A42071C00CD2BE7 /* XPRoomStarKitchenBannerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomStarKitchenBannerView.h; sourceTree = ""; }; - E80E09B22A42071D00CD2BE7 /* XPRoomStarKitchenBannerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomStarKitchenBannerView.m; sourceTree = ""; }; - E80E09B42A42078F00CD2BE7 /* XPRoomStarKitchenModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomStarKitchenModel.h; sourceTree = ""; }; - E80E09B52A42078F00CD2BE7 /* XPRoomStarKitchenModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomStarKitchenModel.m; sourceTree = ""; }; - E80E2375299A47F60013FD40 /* AESUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AESUtils.h; sourceTree = ""; }; - E80E2376299A47F60013FD40 /* AESUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AESUtils.m; sourceTree = ""; }; - E80E900A27E0358900434B90 /* XPRoomTopicAlertView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomTopicAlertView.h; sourceTree = ""; }; - E80E900B27E0358900434B90 /* XPRoomTopicAlertView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomTopicAlertView.m; sourceTree = ""; }; - E80EC74C28ACD84000D133C5 /* QEmotionBoardView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QEmotionBoardView.m; sourceTree = ""; }; - E80EC74D28ACD84000D133C5 /* QEmotionHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QEmotionHelper.h; sourceTree = ""; }; - E80EC74E28ACD84000D133C5 /* QInputBarViewConfiguration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QInputBarViewConfiguration.m; sourceTree = ""; }; - E80EC74F28ACD84000D133C5 /* UITextView+QEmotion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITextView+QEmotion.m"; sourceTree = ""; }; - E80EC75028ACD84000D133C5 /* QInputBarView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QInputBarView.m; sourceTree = ""; }; - E80EC75128ACD84000D133C5 /* QKeyboardBaseManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QKeyboardBaseManager.m; sourceTree = ""; }; - E80EC75228ACD84000D133C5 /* QEmotion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QEmotion.m; sourceTree = ""; }; - E80EC75328ACD84000D133C5 /* QKeyboardManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QKeyboardManager.h; sourceTree = ""; }; - E80EC75428ACD84000D133C5 /* QEmotionAttachment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QEmotionAttachment.h; sourceTree = ""; }; - E80EC75528ACD84000D133C5 /* QExtendBoardView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QExtendBoardView.m; sourceTree = ""; }; - E80EC75628ACD84000D133C5 /* UITextView+QEmotion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITextView+QEmotion.h"; sourceTree = ""; }; - E80EC75728ACD84000D133C5 /* QInputBarViewConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QInputBarViewConfiguration.h; sourceTree = ""; }; - E80EC75828ACD84000D133C5 /* QEmotionHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QEmotionHelper.m; sourceTree = ""; }; - E80EC75928ACD84000D133C5 /* QEmotionBoardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QEmotionBoardView.h; sourceTree = ""; }; - E80EC75A28ACD84000D133C5 /* QKeyboardBaseManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QKeyboardBaseManager.h; sourceTree = ""; }; - E80EC75B28ACD84000D133C5 /* QInputBarView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QInputBarView.h; sourceTree = ""; }; - E80EC75C28ACD84000D133C5 /* QExtendBoardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QExtendBoardView.h; sourceTree = ""; }; - E80EC75D28ACD84000D133C5 /* QEmotionAttachment.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QEmotionAttachment.m; sourceTree = ""; }; - E80EC75E28ACD84000D133C5 /* QKeyboardManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QKeyboardManager.m; sourceTree = ""; }; - E80EC75F28ACD84000D133C5 /* QEmotion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QEmotion.h; sourceTree = ""; }; - E80EC76228ACD84000D133C5 /* emoji_138@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_138@2x.png"; sourceTree = ""; }; - E80EC76328ACD84000D133C5 /* emoji_145@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_145@2x.png"; sourceTree = ""; }; - E80EC76428ACD84000D133C5 /* emoji_126@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_126@2x.png"; sourceTree = ""; }; - E80EC76528ACD84000D133C5 /* emoji_134@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_134@2x.png"; sourceTree = ""; }; - E80EC76628ACD84000D133C5 /* emoji_149@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_149@2x.png"; sourceTree = ""; }; - E80EC76728ACD84000D133C5 /* emoji_80@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_80@2x.png"; sourceTree = ""; }; - E80EC76828ACD84000D133C5 /* emoji_161@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_161@2x.png"; sourceTree = ""; }; - E80EC76928ACD84000D133C5 /* emoji_102@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_102@2x.png"; sourceTree = ""; }; - E80EC76A28ACD84000D133C5 /* emoji_92@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_92@2x.png"; sourceTree = ""; }; - E80EC76B28ACD84000D133C5 /* emoji_110@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_110@2x.png"; sourceTree = ""; }; - E80EC76C28ACD84000D133C5 /* emoji_26@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_26@2x.png"; sourceTree = ""; }; - E80EC76D28ACD84000D133C5 /* emoji_45@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_45@2x.png"; sourceTree = ""; }; - E80EC76E28ACD84000D133C5 /* emoji_38@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_38@2x.png"; sourceTree = ""; }; - E80EC76F28ACD84000D133C5 /* emoji_49@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_49@2x.png"; sourceTree = ""; }; - E80EC77028ACD84000D133C5 /* emoji_34@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_34@2x.png"; sourceTree = ""; }; - E80EC77128ACD84000D133C5 /* emoji_57@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_57@2x.png"; sourceTree = ""; }; - E80EC77228ACD84000D133C5 /* emoji_02@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_02@2x.png"; sourceTree = ""; }; - E80EC77328ACD84000D133C5 /* emoji_61@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_61@2x.png"; sourceTree = ""; }; - E80EC77428ACD84000D133C5 /* emoji_10@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_10@2x.png"; sourceTree = ""; }; - E80EC77528ACD84000D133C5 /* emoji_73@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_73@2x.png"; sourceTree = ""; }; - E80EC77628ACD84000D133C5 /* emoji_55@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_55@2x.png"; sourceTree = ""; }; - E80EC77728ACD84000D133C5 /* emoji_28@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_28@2x.png"; sourceTree = ""; }; - E80EC77828ACD84000D133C5 /* emoji_36@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_36@2x.png"; sourceTree = ""; }; - E80EC77928ACD84000D133C5 /* emoji_47@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_47@2x.png"; sourceTree = ""; }; - E80EC77A28ACD84000D133C5 /* emoji_59@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_59@2x.png"; sourceTree = ""; }; - E80EC77B28ACD84000D133C5 /* emoji_24@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_24@2x.png"; sourceTree = ""; }; - E80EC77C28ACD84000D133C5 /* emoji.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = emoji.xml; sourceTree = ""; }; - E80EC77D28ACD84000D133C5 /* emoji_71@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_71@2x.png"; sourceTree = ""; }; - E80EC77E28ACD84000D133C5 /* emoji_12@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_12@2x.png"; sourceTree = ""; }; - E80EC77F28ACD84000D133C5 /* emoji_63@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_63@2x.png"; sourceTree = ""; }; - E80EC78028ACD84000D133C5 /* emoji_00@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_00@2x.png"; sourceTree = ""; }; - E80EC78128ACD84000D133C5 /* emoji_136@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_136@2x.png"; sourceTree = ""; }; - E80EC78228ACD84000D133C5 /* emoji_128@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_128@2x.png"; sourceTree = ""; }; - E80EC78328ACD84000D133C5 /* emoji_124@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_124@2x.png"; sourceTree = ""; }; - E80EC78428ACD84000D133C5 /* emoji_147@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_147@2x.png"; sourceTree = ""; }; - E80EC78528ACD84000D133C5 /* emoji_112@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_112@2x.png"; sourceTree = ""; }; - E80EC78628ACD84000D133C5 /* emoji_90@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_90@2x.png"; sourceTree = ""; }; - E80EC78728ACD84000D133C5 /* emoji_100@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_100@2x.png"; sourceTree = ""; }; - E80EC78828ACD84000D133C5 /* emoji_82@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_82@2x.png"; sourceTree = ""; }; - E80EC78928ACD84000D133C5 /* emoji_163@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_163@2x.png"; sourceTree = ""; }; - E80EC78A28ACD84000D133C5 /* emoji_67@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_67@2x.png"; sourceTree = ""; }; - E80EC78B28ACD84000D133C5 /* emoji_04@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_04@2x.png"; sourceTree = ""; }; - E80EC78C28ACD84000D133C5 /* emoji_79@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_79@2x.png"; sourceTree = ""; }; - E80EC78D28ACD84000D133C5 /* emoji_08@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_08@2x.png"; sourceTree = ""; }; - E80EC78E28ACD84000D133C5 /* emoji_75@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_75@2x.png"; sourceTree = ""; }; - E80EC78F28ACD84000D133C5 /* emoji_16@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_16@2x.png"; sourceTree = ""; }; - E80EC79028ACD84000D133C5 /* emoji_43@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_43@2x.png"; sourceTree = ""; }; - E80EC79128ACD84000D133C5 /* emoji_20@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_20@2x.png"; sourceTree = ""; }; - E80EC79228ACD84000D133C5 /* emoji_51@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_51@2x.png"; sourceTree = ""; }; - E80EC79328ACD84000D133C5 /* emoji_32@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_32@2x.png"; sourceTree = ""; }; - E80EC79428ACD84000D133C5 /* emoji_98@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_98@2x.png"; sourceTree = ""; }; - E80EC79528ACD84000D133C5 /* emoji_104@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_104@2x.png"; sourceTree = ""; }; - E80EC79628ACD84000D133C5 /* emoji_86@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_86@2x.png"; sourceTree = ""; }; - E80EC79728ACD84000D133C5 /* emoji_116@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_116@2x.png"; sourceTree = ""; }; - E80EC79828ACD84000D133C5 /* emoji_94@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_94@2x.png"; sourceTree = ""; }; - E80EC79928ACD84000D133C5 /* emoji_108@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_108@2x.png"; sourceTree = ""; }; - E80EC79A28ACD84000D133C5 /* emoji_120@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_120@2x.png"; sourceTree = ""; }; - E80EC79B28ACD84000D133C5 /* emoji_143@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_143@2x.png"; sourceTree = ""; }; - E80EC79C28ACD84000D133C5 /* emoji_132@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_132@2x.png"; sourceTree = ""; }; - E80EC79D28ACD84000D133C5 /* emoji_151@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_151@2x.png"; sourceTree = ""; }; - E80EC79E28ACD84000D133C5 /* emoji_96@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_96@2x.png"; sourceTree = ""; }; - E80EC79F28ACD84000D133C5 /* emoji_88@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_88@2x.png"; sourceTree = ""; }; - E80EC7A028ACD84000D133C5 /* emoji_114@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_114@2x.png"; sourceTree = ""; }; - E80EC7A128ACD84000D133C5 /* emoji_84@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_84@2x.png"; sourceTree = ""; }; - E80EC7A228ACD84000D133C5 /* emoji_165@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_165@2x.png"; sourceTree = ""; }; - E80EC7A328ACD84000D133C5 /* emoji_118@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_118@2x.png"; sourceTree = ""; }; - E80EC7A428ACD84000D133C5 /* emoji_106@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_106@2x.png"; sourceTree = ""; }; - E80EC7A528ACD84000D133C5 /* emoji_130@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_130@2x.png"; sourceTree = ""; }; - E80EC7A628ACD84000D133C5 /* emoji_141@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_141@2x.png"; sourceTree = ""; }; - E80EC7A728ACD84000D133C5 /* emoji_122@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_122@2x.png"; sourceTree = ""; }; - E80EC7A828ACD84000D133C5 /* emoji_14@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_14@2x.png"; sourceTree = ""; }; - E80EC7A928ACD84000D133C5 /* emoji_69@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_69@2x.png"; sourceTree = ""; }; - E80EC7AA28ACD84000D133C5 /* emoji_77@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_77@2x.png"; sourceTree = ""; }; - E80EC7AB28ACD84000D133C5 /* emoji_06@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_06@2x.png"; sourceTree = ""; }; - E80EC7AC28ACD84000D133C5 /* emoji_18@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_18@2x.png"; sourceTree = ""; }; - E80EC7AD28ACD84000D133C5 /* emoji_65@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_65@2x.png"; sourceTree = ""; }; - E80EC7AE28ACD84000D133C5 /* emoji_30@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_30@2x.png"; sourceTree = ""; }; - E80EC7AF28ACD84000D133C5 /* emoji_53@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_53@2x.png"; sourceTree = ""; }; - E80EC7B028ACD84000D133C5 /* emoji_22@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_22@2x.png"; sourceTree = ""; }; - E80EC7B128ACD84000D133C5 /* emoji_41@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_41@2x.png"; sourceTree = ""; }; - E80EC7B228ACD84000D133C5 /* emoji_60@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_60@2x.png"; sourceTree = ""; }; - E80EC7B328ACD84000D133C5 /* emoji_03@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_03@2x.png"; sourceTree = ""; }; - E80EC7B428ACD84000D133C5 /* emoji_72@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_72@2x.png"; sourceTree = ""; }; - E80EC7B528ACD84000D133C5 /* emoji_11@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_11@2x.png"; sourceTree = ""; }; - E80EC7B628ACD84000D133C5 /* emoji_39@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_39@2x.png"; sourceTree = ""; }; - E80EC7B728ACD84000D133C5 /* emoji_44@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_44@2x.png"; sourceTree = ""; }; - E80EC7B828ACD84000D133C5 /* emoji_27@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_27@2x.png"; sourceTree = ""; }; - E80EC7B928ACD84000D133C5 /* emoji_200@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_200@2x.png"; sourceTree = ""; }; - E80EC7BA28ACD84000D133C5 /* emoji_56@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_56@2x.png"; sourceTree = ""; }; - E80EC7BB28ACD84000D133C5 /* emoji_35@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_35@2x.png"; sourceTree = ""; }; - E80EC7BC28ACD84000D133C5 /* emoji_48@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_48@2x.png"; sourceTree = ""; }; - E80EC7BD28ACD84000D133C5 /* emoji_103@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_103@2x.png"; sourceTree = ""; }; - E80EC7BE28ACD84000D133C5 /* emoji_81@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_81@2x.png"; sourceTree = ""; }; - E80EC7BF28ACD84000D133C5 /* emoji_160@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_160@2x.png"; sourceTree = ""; }; - E80EC7C028ACD84000D133C5 /* emoji_111@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_111@2x.png"; sourceTree = ""; }; - E80EC7C128ACD84000D133C5 /* emoji_93@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_93@2x.png"; sourceTree = ""; }; - E80EC7C228ACD84000D133C5 /* emoji_127@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_127@2x.png"; sourceTree = ""; }; - E80EC7C328ACD84000D133C5 /* emoji_144@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_144@2x.png"; sourceTree = ""; }; - E80EC7C428ACD84000D133C5 /* emoji_139@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_139@2x.png"; sourceTree = ""; }; - E80EC7C528ACD84000D133C5 /* emoji_148@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_148@2x.png"; sourceTree = ""; }; - E80EC7C628ACD84000D133C5 /* emoji_135@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_135@2x.png"; sourceTree = ""; }; - E80EC7C728ACD84000D133C5 /* emoji_91@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_91@2x.png"; sourceTree = ""; }; - E80EC7C828ACD84000D133C5 /* emoji_113@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_113@2x.png"; sourceTree = ""; }; - E80EC7C928ACD84000D133C5 /* emoji_83@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_83@2x.png"; sourceTree = ""; }; - E80EC7CA28ACD84000D133C5 /* emoji_162@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_162@2x.png"; sourceTree = ""; }; - E80EC7CB28ACD84000D133C5 /* emoji_101@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_101@2x.png"; sourceTree = ""; }; - E80EC7CC28ACD84000D133C5 /* emoji_129@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_129@2x.png"; sourceTree = ""; }; - E80EC7CD28ACD84000D133C5 /* emoji_137@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_137@2x.png"; sourceTree = ""; }; - E80EC7CE28ACD84000D133C5 /* emoji_146@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_146@2x.png"; sourceTree = ""; }; - E80EC7CF28ACD84000D133C5 /* emoji_125@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_125@2x.png"; sourceTree = ""; }; - E80EC7D028ACD84000D133C5 /* emoji_13@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_13@2x.png"; sourceTree = ""; }; - E80EC7D128ACD84000D133C5 /* emoji_70@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_70@2x.png"; sourceTree = ""; }; - E80EC7D228ACD84000D133C5 /* emoji_01@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_01@2x.png"; sourceTree = ""; }; - E80EC7D328ACD84000D133C5 /* emoji_62@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_62@2x.png"; sourceTree = ""; }; - E80EC7D428ACD84000D133C5 /* emoji_37@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_37@2x.png"; sourceTree = ""; }; - E80EC7D528ACD84000D133C5 /* emoji_29@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_29@2x.png"; sourceTree = ""; }; - E80EC7D628ACD84000D133C5 /* emoji_54@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_54@2x.png"; sourceTree = ""; }; - E80EC7D728ACD84000D133C5 /* emoj_s_normal@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoj_s_normal@2x.png"; sourceTree = ""; }; - E80EC7D828ACD84000D133C5 /* emoji_25@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_25@2x.png"; sourceTree = ""; }; - E80EC7D928ACD84000D133C5 /* emoji_58@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_58@2x.png"; sourceTree = ""; }; - E80EC7DA28ACD84000D133C5 /* emoji_46@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_46@2x.png"; sourceTree = ""; }; - E80EC7DB28ACD84000D133C5 /* emoji_del_pressed@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_del_pressed@2x.png"; sourceTree = ""; }; - E80EC7DC28ACD84000D133C5 /* emoji_142@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_142@2x.png"; sourceTree = ""; }; - E80EC7DD28ACD84000D133C5 /* emoji_121@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_121@2x.png"; sourceTree = ""; }; - E80EC7DE28ACD84000D133C5 /* emoji_150@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_150@2x.png"; sourceTree = ""; }; - E80EC7DF28ACD84000D133C5 /* emoji_133@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_133@2x.png"; sourceTree = ""; }; - E80EC7E028ACD84000D133C5 /* emoji_87@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_87@2x.png"; sourceTree = ""; }; - E80EC7E128ACD84000D133C5 /* emoji_166@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_166@2x.png"; sourceTree = ""; }; - E80EC7E228ACD84000D133C5 /* emoji_105@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_105@2x.png"; sourceTree = ""; }; - E80EC7E328ACD84000D133C5 /* emoji_99@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_99@2x.png"; sourceTree = ""; }; - E80EC7E428ACD84000D133C5 /* emoji_109@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_109@2x.png"; sourceTree = ""; }; - E80EC7E528ACD84000D133C5 /* emoji_95@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_95@2x.png"; sourceTree = ""; }; - E80EC7E628ACD84000D133C5 /* emoji_117@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_117@2x.png"; sourceTree = ""; }; - E80EC7E728ACD84000D133C5 /* emoji_21@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_21@2x.png"; sourceTree = ""; }; - E80EC7E828ACD84000D133C5 /* emoji_42@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_42@2x.png"; sourceTree = ""; }; - E80EC7E928ACD84000D133C5 /* emoji_33@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_33@2x.png"; sourceTree = ""; }; - E80EC7EA28ACD84000D133C5 /* emoji_50@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_50@2x.png"; sourceTree = ""; }; - E80EC7EB28ACD84000D133C5 /* emoji_78@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_78@2x.png"; sourceTree = ""; }; - E80EC7EC28ACD84000D133C5 /* emoji_05@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_05@2x.png"; sourceTree = ""; }; - E80EC7ED28ACD84000D133C5 /* emoji_66@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_66@2x.png"; sourceTree = ""; }; - E80EC7EE28ACD84000D133C5 /* emoji_17@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_17@2x.png"; sourceTree = ""; }; - E80EC7EF28ACD84000D133C5 /* emoji_74@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_74@2x.png"; sourceTree = ""; }; - E80EC7F028ACD84000D133C5 /* emoji_09@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_09@2x.png"; sourceTree = ""; }; - E80EC7F128ACD84000D133C5 /* emoji_52@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_52@2x.png"; sourceTree = ""; }; - E80EC7F228ACD84000D133C5 /* emoji_31@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_31@2x.png"; sourceTree = ""; }; - E80EC7F328ACD84000D133C5 /* emoji_40@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_40@2x.png"; sourceTree = ""; }; - E80EC7F428ACD84000D133C5 /* emoji_23@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_23@2x.png"; sourceTree = ""; }; - E80EC7F528ACD84000D133C5 /* emoji_del_normal@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_del_normal@2x.png"; sourceTree = ""; }; - E80EC7F628ACD84000D133C5 /* emoji_76@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_76@2x.png"; sourceTree = ""; }; - E80EC7F728ACD84000D133C5 /* emoji_68@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_68@2x.png"; sourceTree = ""; }; - E80EC7F828ACD84000D133C5 /* emoji_15@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_15@2x.png"; sourceTree = ""; }; - E80EC7F928ACD84000D133C5 /* emoji_64@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_64@2x.png"; sourceTree = ""; }; - E80EC7FA28ACD84000D133C5 /* emoji_19@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_19@2x.png"; sourceTree = ""; }; - E80EC7FB28ACD84000D133C5 /* emoji_07@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_07@2x.png"; sourceTree = ""; }; - E80EC7FC28ACD84000D133C5 /* emoji_131@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_131@2x.png"; sourceTree = ""; }; - E80EC7FD28ACD84000D133C5 /* emoj_s_pressed@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoj_s_pressed@2x.png"; sourceTree = ""; }; - E80EC7FE28ACD84000D133C5 /* emoji_152@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_152@2x.png"; sourceTree = ""; }; - E80EC7FF28ACD84000D133C5 /* emoji_123@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_123@2x.png"; sourceTree = ""; }; - E80EC80028ACD84000D133C5 /* emoji_140@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_140@2x.png"; sourceTree = ""; }; - E80EC80128ACD84000D133C5 /* emoji_115@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_115@2x.png"; sourceTree = ""; }; - E80EC80228ACD84000D133C5 /* emoji_89@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_89@2x.png"; sourceTree = ""; }; - E80EC80328ACD84000D133C5 /* emoji_97@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_97@2x.png"; sourceTree = ""; }; - E80EC80428ACD84000D133C5 /* emoji_107@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_107@2x.png"; sourceTree = ""; }; - E80EC80528ACD84000D133C5 /* emoji_119@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_119@2x.png"; sourceTree = ""; }; - E80EC80628ACD84000D133C5 /* emoji_85@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_85@2x.png"; sourceTree = ""; }; - E80EC80728ACD84000D133C5 /* emoji_164@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "emoji_164@2x.png"; sourceTree = ""; }; - E80EC80828ACD84000D133C5 /* emoji.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = emoji.plist; sourceTree = ""; }; - E80EC8BE28ACDB2A00D133C5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - E80EC8C028ACF97A00D133C5 /* QEEmotionImageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QEEmotionImageView.h; sourceTree = ""; }; - E80EC8C128ACF97A00D133C5 /* QEEmotionImageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QEEmotionImageView.m; sourceTree = ""; }; - E81060D7298761A300B772F0 /* MessageBaseModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageBaseModel.h; sourceTree = ""; }; - E81060D8298761A300B772F0 /* MessageBaseModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageBaseModel.m; sourceTree = ""; }; - E81060DA298761F100B772F0 /* MessageTextModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageTextModel.h; sourceTree = ""; }; - E81060DB298761F100B772F0 /* MessageTextModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageTextModel.m; sourceTree = ""; }; - E81060DD29876D3A00B772F0 /* MessageTimeModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageTimeModel.h; sourceTree = ""; }; - E81060DE29876D3A00B772F0 /* MessageTimeModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageTimeModel.m; sourceTree = ""; }; - E81060E029876E9100B772F0 /* MessageImageModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageImageModel.h; sourceTree = ""; }; - E81060E129876E9100B772F0 /* MessageImageModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageImageModel.m; sourceTree = ""; }; - E81060E329876FF300B772F0 /* MessageAudioModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageAudioModel.h; sourceTree = ""; }; - E81060E429876FF300B772F0 /* MessageAudioModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageAudioModel.m; sourceTree = ""; }; - E81060E62987720F00B772F0 /* MessageUnSupportModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageUnSupportModel.h; sourceTree = ""; }; - E81060E72987720F00B772F0 /* MessageUnSupportModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageUnSupportModel.m; sourceTree = ""; }; - E81060E92987BE8300B772F0 /* MessageGiftModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageGiftModel.h; sourceTree = ""; }; - E81060EA2987BE8300B772F0 /* MessageGiftModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageGiftModel.m; sourceTree = ""; }; - E81060EC2987C35700B772F0 /* MessageTextClickModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageTextClickModel.h; sourceTree = ""; }; - E81060ED2987C35700B772F0 /* MessageTextClickModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageTextClickModel.m; sourceTree = ""; }; - E81060EF2987C52B00B772F0 /* MessageGuildModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageGuildModel.h; sourceTree = ""; }; - E81060F02987C52B00B772F0 /* MessageGuildModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageGuildModel.m; sourceTree = ""; }; - E81060F22987C6B200B772F0 /* MessageOpenLiveModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageOpenLiveModel.h; sourceTree = ""; }; - E81060F32987C6B200B772F0 /* MessageOpenLiveModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageOpenLiveModel.m; sourceTree = ""; }; - E81060F52987C8A700B772F0 /* MessageApplicationShareModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageApplicationShareModel.h; sourceTree = ""; }; - E81060F62987C8A700B772F0 /* MessageApplicationShareModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageApplicationShareModel.m; sourceTree = ""; }; - E81060FB2987CC9100B772F0 /* MessageLevelUpgradeModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageLevelUpgradeModel.h; sourceTree = ""; }; - E81060FC2987CC9100B772F0 /* MessageLevelUpgradeModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageLevelUpgradeModel.m; sourceTree = ""; }; - E81060FE2987CDCC00B772F0 /* MessageTweetModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageTweetModel.h; sourceTree = ""; }; - E81060FF2987CDCC00B772F0 /* MessageTweetModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageTweetModel.m; sourceTree = ""; }; - E81061012987CFCE00B772F0 /* MessageSkillCardModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageSkillCardModel.h; sourceTree = ""; }; - E81061022987CFCE00B772F0 /* MessageSkillCardModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageSkillCardModel.m; sourceTree = ""; }; - E81125C2296E57B7000D9804 /* QinputPhotoView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QinputPhotoView.h; sourceTree = ""; }; - E81125C3296E57B7000D9804 /* QinputPhotoView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QinputPhotoView.m; sourceTree = ""; }; - E81125C5296E596D000D9804 /* QInputPhototCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QInputPhototCell.h; sourceTree = ""; }; - E81125C6296E596D000D9804 /* QInputPhototCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QInputPhototCell.m; sourceTree = ""; }; - E81125C8296E606F000D9804 /* QPhotoImageModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QPhotoImageModel.h; sourceTree = ""; }; - E81125C9296E606F000D9804 /* QPhotoImageModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QPhotoImageModel.m; sourceTree = ""; }; - E811FFF52742367B00918544 /* XPGiftEmptyCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftEmptyCollectionViewCell.h; sourceTree = ""; }; - E811FFF62742367B00918544 /* XPGiftEmptyCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftEmptyCollectionViewCell.m; sourceTree = ""; }; - E8133914273E532D00708B66 /* XPGiftItemCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftItemCollectionViewCell.h; sourceTree = ""; }; - E8133915273E532D00708B66 /* XPGiftItemCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftItemCollectionViewCell.m; sourceTree = ""; }; - E81366E126F0A1FC0076364C /* LoginBindPhoneViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginBindPhoneViewController.h; sourceTree = ""; }; - E81366E226F0A1FC0076364C /* LoginBindPhoneViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LoginBindPhoneViewController.m; sourceTree = ""; }; - E81366E526F0A49E0076364C /* NSString+Utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSString+Utils.h"; sourceTree = ""; }; - E81366E626F0A49E0076364C /* NSString+Utils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSString+Utils.m"; sourceTree = ""; }; - E81366F126F0B7C80076364C /* LoginFullInfoViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginFullInfoViewController.h; sourceTree = ""; }; - E81366F226F0B7C80076364C /* LoginFullInfoViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LoginFullInfoViewController.m; sourceTree = ""; }; - E81366F426F0C0DF0076364C /* LoginFullInfoPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginFullInfoPresenter.h; sourceTree = ""; }; - E81366F526F0C0DF0076364C /* LoginFullInfoPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LoginFullInfoPresenter.m; sourceTree = ""; }; - E81366F726F0C0F60076364C /* LoginFullInfoProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginFullInfoProtocol.h; sourceTree = ""; }; - E81366FA26F0D2980076364C /* UIButton+EnlargeTouchArea.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+EnlargeTouchArea.m"; sourceTree = ""; }; - E81366FB26F0D2980076364C /* UIButton+EnlargeTouchArea.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+EnlargeTouchArea.h"; sourceTree = ""; }; - E816C11327608A7500C84014 /* XPRoomMiniManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMiniManager.h; sourceTree = ""; }; - E816C11427608A7500C84014 /* XPRoomMiniManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMiniManager.m; sourceTree = ""; }; - E818DD1A2A4896EE00F163F7 /* XPLoginAraeViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPLoginAraeViewController.h; sourceTree = ""; }; - E818DD1B2A4896EE00F163F7 /* XPLoginAraeViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPLoginAraeViewController.m; sourceTree = ""; }; - E818DD1D2A48974300F163F7 /* LoginAreaModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginAreaModel.h; sourceTree = ""; }; - E818DD1E2A48974300F163F7 /* LoginAreaModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LoginAreaModel.m; sourceTree = ""; }; - E818DD202A48977F00F163F7 /* XPLoginAreaTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPLoginAreaTableViewCell.h; sourceTree = ""; }; - E818DD212A48977F00F163F7 /* XPLoginAreaTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPLoginAreaTableViewCell.m; sourceTree = ""; }; - E818E346286ECA4B005EDF68 /* XPMonentsPublishViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsPublishViewController.h; sourceTree = ""; }; - E818E347286ECA4B005EDF68 /* XPMonentsPublishViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsPublishViewController.m; sourceTree = ""; }; - E818E349286ECABF005EDF68 /* XPMonentsPublishPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsPublishPresenter.h; sourceTree = ""; }; - E818E34A286ECABF005EDF68 /* XPMonentsPublishPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsPublishPresenter.m; sourceTree = ""; }; - E818E34C286ECAD8005EDF68 /* XPMonentsPublishProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsPublishProtocol.h; sourceTree = ""; }; - E818E34D286EDF72005EDF68 /* XPMonentsPublishCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsPublishCollectionViewCell.h; sourceTree = ""; }; - E818E34E286EDF72005EDF68 /* XPMonentsPublishCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsPublishCollectionViewCell.m; sourceTree = ""; }; - E81A65292834E4F600F55894 /* XPMomentsAttentionViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsAttentionViewController.h; sourceTree = ""; }; - E81A652A2834E4F600F55894 /* XPMomentsAttentionViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsAttentionViewController.m; sourceTree = ""; }; - E81A652F2834E53600F55894 /* XPMomentsLatestViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsLatestViewController.h; sourceTree = ""; }; - E81A65302834E53600F55894 /* XPMomentsLatestViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsLatestViewController.m; sourceTree = ""; }; - E81A653D283511BE00F55894 /* XPMonentsInteractiveViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsInteractiveViewController.h; sourceTree = ""; }; - E81A653E283511BE00F55894 /* XPMonentsInteractiveViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsInteractiveViewController.m; sourceTree = ""; }; - E81A65402835120200F55894 /* XPMonentsInteractivePresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsInteractivePresenter.h; sourceTree = ""; }; - E81A65412835120200F55894 /* XPMonentsInteractivePresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsInteractivePresenter.m; sourceTree = ""; }; - E81A65432835121000F55894 /* XPMonentsInteractiveProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsInteractiveProtocol.h; sourceTree = ""; }; - E81A6544283519CA00F55894 /* MomentsTopicModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MomentsTopicModel.h; sourceTree = ""; }; - E81A6545283519CA00F55894 /* MomentsTopicModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MomentsTopicModel.m; sourceTree = ""; }; - E81A654728351B9500F55894 /* XPMomentsRecommendHeaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsRecommendHeaderView.h; sourceTree = ""; }; - E81A654828351B9500F55894 /* XPMomentsRecommendHeaderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsRecommendHeaderView.m; sourceTree = ""; }; - E81A654A28351D9900F55894 /* XPMonentsTopicCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsTopicCollectionViewCell.h; sourceTree = ""; }; - E81A654B28351D9900F55894 /* XPMonentsTopicCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsTopicCollectionViewCell.m; sourceTree = ""; }; - E81AF32627F1EE69003B9E43 /* XPRoomPKPanelUserView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKPanelUserView.h; sourceTree = ""; }; - E81AF32727F1EE69003B9E43 /* XPRoomPKPanelUserView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKPanelUserView.m; sourceTree = ""; }; - E81C1B1927705F4B0020D1E4 /* XPArrangeMicProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPArrangeMicProtocol.h; sourceTree = ""; }; - E81C1B1A27705F6B0020D1E4 /* XPArrangeMicPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPArrangeMicPresenter.h; sourceTree = ""; }; - E81C1B1B27705F6B0020D1E4 /* XPArrangeMicPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPArrangeMicPresenter.m; sourceTree = ""; }; - E81C1B1D27705F7A0020D1E4 /* XPArrangeMicViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPArrangeMicViewController.h; sourceTree = ""; }; - E81C1B1E27705F7A0020D1E4 /* XPArrangeMicViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPArrangeMicViewController.m; sourceTree = ""; }; - E81C1B2027705F950020D1E4 /* Api+ArrangeMic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+ArrangeMic.h"; sourceTree = ""; }; - E81C1B2127705F950020D1E4 /* Api+ArrangeMic.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+ArrangeMic.m"; sourceTree = ""; }; - E81C1B242770663B0020D1E4 /* XPArrangeMicTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPArrangeMicTableViewCell.h; sourceTree = ""; }; - E81C1B252770663B0020D1E4 /* XPArrangeMicTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPArrangeMicTableViewCell.m; sourceTree = ""; }; - E81C1B27277069DD0020D1E4 /* XPArrangeMicEmptyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPArrangeMicEmptyTableViewCell.h; sourceTree = ""; }; - E81C1B28277069DD0020D1E4 /* XPArrangeMicEmptyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPArrangeMicEmptyTableViewCell.m; sourceTree = ""; }; - E81C1B2A27706E5C0020D1E4 /* ArrangeMicModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ArrangeMicModel.h; sourceTree = ""; }; - E81C1B2B27706E5C0020D1E4 /* ArrangeMicModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ArrangeMicModel.m; sourceTree = ""; }; - E81C1B2D277071670020D1E4 /* XPArrangeMicInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPArrangeMicInfoModel.h; sourceTree = ""; }; - E81C1B2E277071670020D1E4 /* XPArrangeMicInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPArrangeMicInfoModel.m; sourceTree = ""; }; - E81C278826EAFAF60031E639 /* DESEncrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DESEncrypt.h; sourceTree = ""; }; - E81C278926EAFAF60031E639 /* Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Base64.m; sourceTree = ""; }; - E81C278A26EAFAF60031E639 /* Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base64.h; sourceTree = ""; }; - E81C278B26EAFAF60031E639 /* DESEncrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DESEncrypt.m; sourceTree = ""; }; - E81C279426EB39CC0031E639 /* LoginForgetPasswordPresent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginForgetPasswordPresent.h; sourceTree = ""; }; - E81C279526EB39CC0031E639 /* LoginForgetPasswordPresent.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LoginForgetPasswordPresent.m; sourceTree = ""; }; - E81C279726EB39E10031E639 /* LoginForgetPasswordProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginForgetPasswordProtocol.h; sourceTree = ""; }; - E81C279A26EB65560031E639 /* YUMIMacroUitls.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YUMIMacroUitls.h; sourceTree = ""; }; - E81C279B26EEEC620031E639 /* YUMIConstant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YUMIConstant.h; sourceTree = ""; }; - E81C279C26EEEC620031E639 /* YUMIConstant.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YUMIConstant.m; sourceTree = ""; }; - E81C279E26EEF83D0031E639 /* YUMIHtmlUrl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YUMIHtmlUrl.h; sourceTree = ""; }; - E81C279F26EEF83D0031E639 /* YUMIHtmlUrl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YUMIHtmlUrl.m; sourceTree = ""; }; - E81C27A126EF23370031E639 /* YUMINNNN.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YUMINNNN.h; sourceTree = ""; }; - E81C27A926EF2D920031E639 /* ThirdUserInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ThirdUserInfo.h; sourceTree = ""; }; - E81C27AA26EF2D920031E639 /* ThirdUserInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ThirdUserInfo.m; sourceTree = ""; }; - E81C27AC26EF39AB0031E639 /* AppDelegate+ThirdConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AppDelegate+ThirdConfig.h"; sourceTree = ""; }; - E81C27AD26EF39AB0031E639 /* AppDelegate+ThirdConfig.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "AppDelegate+ThirdConfig.m"; sourceTree = ""; }; - E81D587B271FBC3B003063FE /* RtcInterface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RtcInterface.h; sourceTree = ""; }; - E81D58802720082A003063FE /* MicroWaveView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MicroWaveView.h; sourceTree = ""; }; - E81D58812720082A003063FE /* MicroWaveView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MicroWaveView.m; sourceTree = ""; }; - E81DCCCB282B63B40039E5C5 /* XPMomentsViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsViewController.h; sourceTree = ""; }; - E81DCCCC282B63B40039E5C5 /* XPMomentsViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsViewController.m; sourceTree = ""; }; - E81DCCCE282B63FD0039E5C5 /* XPMomentsRecommendViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsRecommendViewController.h; sourceTree = ""; }; - E81DCCCF282B63FD0039E5C5 /* XPMomentsRecommendViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsRecommendViewController.m; sourceTree = ""; }; - E81E09C7290F71BF00A1F410 /* XPAdvertiseView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAdvertiseView.h; sourceTree = ""; }; - E81E09C8290F71BF00A1F410 /* XPAdvertiseView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAdvertiseView.m; sourceTree = ""; }; - E81E09CA290F732500A1F410 /* XPAdImageTool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAdImageTool.h; sourceTree = ""; }; - E81E09CB290F732600A1F410 /* XPAdImageTool.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAdImageTool.m; sourceTree = ""; }; - E81E09CD290F750800A1F410 /* AdvertiseModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AdvertiseModel.h; sourceTree = ""; }; - E81E09CE290F750800A1F410 /* AdvertiseModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AdvertiseModel.m; sourceTree = ""; }; - E82107792987D4AB00DE7040 /* MessageFindNewGreetModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageFindNewGreetModel.h; sourceTree = ""; }; - E821077A2987D4AB00DE7040 /* MessageFindNewGreetModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageFindNewGreetModel.m; sourceTree = ""; }; - E821077C2987D67100DE7040 /* MessageRiskAlertModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageRiskAlertModel.h; sourceTree = ""; }; - E821077D2987D67100DE7040 /* MessageRiskAlertModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageRiskAlertModel.m; sourceTree = ""; }; - E821077F2987D7F300DE7040 /* MessageMonentsModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageMonentsModel.h; sourceTree = ""; }; - E82107802987D7F300DE7040 /* MessageMonentsModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageMonentsModel.m; sourceTree = ""; }; - E82107822987E35300DE7040 /* MessageMonentsAutoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageMonentsAutoModel.h; sourceTree = ""; }; - E82107832987E35300DE7040 /* MessageMonentsAutoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageMonentsAutoModel.m; sourceTree = ""; }; - E82107852987E49100DE7040 /* MessageRedPacketModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageRedPacketModel.h; sourceTree = ""; }; - E82107862987E49100DE7040 /* MessageRedPacketModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageRedPacketModel.m; sourceTree = ""; }; - E82109AB26F1C8A000FC3319 /* CountDownHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CountDownHelper.h; sourceTree = ""; }; - E82109AC26F1C8A000FC3319 /* CountDownHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CountDownHelper.m; sourceTree = ""; }; - E82109AE26F1D83500FC3319 /* LoginBindPhonePresent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginBindPhonePresent.h; sourceTree = ""; }; - E82109AF26F1D83500FC3319 /* LoginBindPhonePresent.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LoginBindPhonePresent.m; sourceTree = ""; }; - E82325E4274CCAFA003A3332 /* XPShareInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPShareInfoModel.h; sourceTree = ""; }; - E82325E5274CCAFA003A3332 /* XPShareInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPShareInfoModel.m; sourceTree = ""; }; - E82325E7274CE56A003A3332 /* XPShareItem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPShareItem.h; sourceTree = ""; }; - E82325E8274CE56A003A3332 /* XPShareItem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPShareItem.m; sourceTree = ""; }; - E82325F0274E2DE6003A3332 /* XPUserCardViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPUserCardViewController.h; sourceTree = ""; }; - E82325F1274E2DE6003A3332 /* XPUserCardViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPUserCardViewController.m; sourceTree = ""; }; - E82325F3274E2E09003A3332 /* XPUserCardPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPUserCardPresenter.h; sourceTree = ""; }; - E82325F4274E2E09003A3332 /* XPUserCardPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPUserCardPresenter.m; sourceTree = ""; }; - E82325F6274E2E27003A3332 /* XPUserCardProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPUserCardProtocol.h; sourceTree = ""; }; - E82325F7274E2E42003A3332 /* Api+UserCard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+UserCard.h"; sourceTree = ""; }; - E82325F8274E2E42003A3332 /* Api+UserCard.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+UserCard.m"; sourceTree = ""; }; - E82325FA274E4735003A3332 /* XPUserCardItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPUserCardItemModel.h; sourceTree = ""; }; - E82325FB274E4735003A3332 /* XPUserCardItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPUserCardItemModel.m; sourceTree = ""; }; - E82325FE274E48EA003A3332 /* XPUserCardItemCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPUserCardItemCollectionViewCell.h; sourceTree = ""; }; - E82325FF274E48EA003A3332 /* XPUserCardItemCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPUserCardItemCollectionViewCell.m; sourceTree = ""; }; - E8232601274E4AA0003A3332 /* ThemeColor+UserCard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ThemeColor+UserCard.h"; sourceTree = ""; }; - E8232602274E4AA0003A3332 /* ThemeColor+UserCard.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "ThemeColor+UserCard.m"; sourceTree = ""; }; - E823E38C290BE8BD00EADD86 /* WishGiftInfoUpdateModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WishGiftInfoUpdateModel.h; sourceTree = ""; }; - E823E38D290BE8BD00EADD86 /* WishGiftInfoUpdateModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WishGiftInfoUpdateModel.m; sourceTree = ""; }; - E824543326F57D6E00BE8163 /* XPLoginVerifBindPhoneViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPLoginVerifBindPhoneViewController.h; sourceTree = ""; }; - E824543426F57D6E00BE8163 /* XPLoginVerifBindPhoneViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPLoginVerifBindPhoneViewController.m; sourceTree = ""; }; - E824543626F5820A00BE8163 /* XPLoginVerifBindPhonePresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPLoginVerifBindPhonePresenter.h; sourceTree = ""; }; - E824543726F5820A00BE8163 /* XPLoginVerifBindPhonePresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPLoginVerifBindPhonePresenter.m; sourceTree = ""; }; - E824543926F5822800BE8163 /* XPLoginVerifBindPhoneProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPLoginVerifBindPhoneProtocol.h; sourceTree = ""; }; - E824543B26F58C3A00BE8163 /* XPLoginBindSuccessView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPLoginBindSuccessView.h; sourceTree = ""; }; - E824543C26F58C3A00BE8163 /* XPLoginBindSuccessView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPLoginBindSuccessView.m; sourceTree = ""; }; - E824543E26F58F9400BE8163 /* XPMinePayPwdViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMinePayPwdViewController.h; sourceTree = ""; }; - E824543F26F58F9400BE8163 /* XPMinePayPwdViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMinePayPwdViewController.m; sourceTree = ""; }; - E824544126F58FCE00BE8163 /* XPMinePayPwdInputView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMinePayPwdInputView.h; sourceTree = ""; }; - E824544226F58FCE00BE8163 /* XPMinePayPwdInputView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMinePayPwdInputView.m; sourceTree = ""; }; - E824544426F5934600BE8163 /* XPMinePayPwdPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMinePayPwdPresenter.h; sourceTree = ""; }; - E824544526F5934600BE8163 /* XPMinePayPwdPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMinePayPwdPresenter.m; sourceTree = ""; }; - E824544726F5940600BE8163 /* XPMinePayPwdProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMinePayPwdProtocol.h; sourceTree = ""; }; - E824544926F5BBB800BE8163 /* XPMineModifPayPwdViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineModifPayPwdViewController.h; sourceTree = ""; }; - E824544A26F5BBB800BE8163 /* XPMineModifPayPwdViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineModifPayPwdViewController.m; sourceTree = ""; }; - E824544C26F5BC1A00BE8163 /* XPMineModifPayPwdView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineModifPayPwdView.h; sourceTree = ""; }; - E824544D26F5BC1A00BE8163 /* XPMineModifPayPwdView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineModifPayPwdView.m; sourceTree = ""; }; - E824544F26F5CE6E00BE8163 /* XPMineModifPayPwdPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineModifPayPwdPresenter.h; sourceTree = ""; }; - E824545026F5CE6E00BE8163 /* XPMineModifPayPwdPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineModifPayPwdPresenter.m; sourceTree = ""; }; - E824545226F5CE9C00BE8163 /* XPMineModifPayProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineModifPayProtocol.h; sourceTree = ""; }; - E824545726F5E65900BE8163 /* XPMineVerifIdentityView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineVerifIdentityView.h; sourceTree = ""; }; - E824545826F5E65900BE8163 /* XPMineVerifIdentityView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineVerifIdentityView.m; sourceTree = ""; }; - E824545A26F5EEBA00BE8163 /* XPMineVerifIdentityPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineVerifIdentityPresenter.h; sourceTree = ""; }; - E824545B26F5EEBA00BE8163 /* XPMineVerifIdentityPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineVerifIdentityPresenter.m; sourceTree = ""; }; - E824545D26F5EEFD00BE8163 /* XPMineVerifIdentityProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineVerifIdentityProtocol.h; sourceTree = ""; }; - E824545F26F5F4E400BE8163 /* XPMineResetPayPwdViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineResetPayPwdViewController.h; sourceTree = ""; }; - E824546026F5F4E400BE8163 /* XPMineResetPayPwdViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineResetPayPwdViewController.m; sourceTree = ""; }; - E824546226F5FF1C00BE8163 /* XPMineResetPayPasswordPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineResetPayPasswordPresenter.h; sourceTree = ""; }; - E824546326F5FF1C00BE8163 /* XPMineResetPayPasswordPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineResetPayPasswordPresenter.m; sourceTree = ""; }; - E824546526F5FF5100BE8163 /* XPMineResetPayPasswordProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineResetPayPasswordProtocol.h; sourceTree = ""; }; - E8252FEC27687DF1002B3164 /* ActivityInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ActivityInfoModel.h; sourceTree = ""; }; - E8252FED27687DF1002B3164 /* ActivityInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ActivityInfoModel.m; sourceTree = ""; }; - E82D5C6B276ADCE700858D6D /* XPMineDressEmptyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineDressEmptyTableViewCell.h; sourceTree = ""; }; - E82D5C6C276ADCE700858D6D /* XPMineDressEmptyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineDressEmptyTableViewCell.m; sourceTree = ""; }; - E82D5C6E276AE60000858D6D /* HeadwearModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HeadwearModel.h; sourceTree = ""; }; - E82D5C6F276AE60000858D6D /* HeadwearModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HeadwearModel.m; sourceTree = ""; }; - E82D5C71276AE94800858D6D /* CarModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CarModel.h; sourceTree = ""; }; - E82D5C72276AE94800858D6D /* CarModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CarModel.m; sourceTree = ""; }; - E82D5C74276AEB5100858D6D /* NameplateModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NameplateModel.h; sourceTree = ""; }; - E82D5C75276AEB5100858D6D /* NameplateModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NameplateModel.m; sourceTree = ""; }; - E82D5C78276B25D100858D6D /* SpriteSheetImageManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpriteSheetImageManager.h; sourceTree = ""; }; - E82D5C79276B25D100858D6D /* SpriteSheetImageManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpriteSheetImageManager.m; sourceTree = ""; }; - E82D5C7B276B343300858D6D /* YYAnimatedImageView+ImageShow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "YYAnimatedImageView+ImageShow.h"; sourceTree = ""; }; - E82D5C7C276B343300858D6D /* YYAnimatedImageView+ImageShow.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "YYAnimatedImageView+ImageShow.m"; sourceTree = ""; }; - E82E75042828E76400C25EF7 /* XPCoreDataManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPCoreDataManager.h; sourceTree = ""; }; - E82E75052828E76400C25EF7 /* XPCoreDataManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPCoreDataManager.m; sourceTree = ""; }; - E82EE0F6272FDDFA00D15DC1 /* UserPrivacyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserPrivacyView.h; sourceTree = ""; }; - E82EE0F7272FDDFA00D15DC1 /* UserPrivacyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UserPrivacyView.m; sourceTree = ""; }; - E833ED0B274FAD1C00A2463B /* XPKickUserModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPKickUserModel.h; sourceTree = ""; }; - E833ED0C274FAD1C00A2463B /* XPKickUserModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPKickUserModel.m; sourceTree = ""; }; - E83645662A40A2DC00E0DBE4 /* XPSkillCardPlayerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPSkillCardPlayerManager.h; sourceTree = ""; }; - E83645672A40A2DC00E0DBE4 /* XPSkillCardPlayerManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPSkillCardPlayerManager.m; sourceTree = ""; }; - E83645692A40A33300E0DBE4 /* MineSkillCardListInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MineSkillCardListInfoModel.m; sourceTree = ""; }; - E836456A2A40A33300E0DBE4 /* MineSkillCardListInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MineSkillCardListInfoModel.h; sourceTree = ""; }; - E83645A62A40AF5400E0DBE4 /* NSBundle+Localizable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSBundle+Localizable.h"; sourceTree = ""; }; - E83645A72A40AF5400E0DBE4 /* NSBundle+Localizable.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSBundle+Localizable.m"; sourceTree = ""; }; - E8383695298A598D00112E1C /* MessageTipsModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageTipsModel.h; sourceTree = ""; }; - E8383696298A598D00112E1C /* MessageTipsModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageTipsModel.m; sourceTree = ""; }; - E8383698298A59C100112E1C /* MessageTipsView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageTipsView.h; sourceTree = ""; }; - E8383699298A59C100112E1C /* MessageTipsView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageTipsView.m; sourceTree = ""; }; - E839532B276A030F00CF2F24 /* XPMineDressUpListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineDressUpListViewController.h; sourceTree = ""; }; - E839532C276A030F00CF2F24 /* XPMineDressUpListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineDressUpListViewController.m; sourceTree = ""; }; - E839532F276A03AE00CF2F24 /* Api+DressUp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+DressUp.h"; sourceTree = ""; }; - E8395330276A03AE00CF2F24 /* Api+DressUp.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+DressUp.m"; sourceTree = ""; }; - E8395332276A03C300CF2F24 /* XPMineDressUpPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineDressUpPresenter.h; sourceTree = ""; }; - E8395333276A03C300CF2F24 /* XPMineDressUpPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineDressUpPresenter.m; sourceTree = ""; }; - E8395335276A03E200CF2F24 /* XPMineDressUpProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineDressUpProtocol.h; sourceTree = ""; }; - E8395337276A0CC100CF2F24 /* XPMineHeadwearTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineHeadwearTableViewCell.h; sourceTree = ""; }; - E8395338276A0CC100CF2F24 /* XPMineHeadwearTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineHeadwearTableViewCell.m; sourceTree = ""; }; - E839533A276A0CCD00CF2F24 /* XPMineCarTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineCarTableViewCell.h; sourceTree = ""; }; - E839533B276A0CCD00CF2F24 /* XPMineCarTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineCarTableViewCell.m; sourceTree = ""; }; - E839533D276A0CDB00CF2F24 /* XPMineNameplateTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineNameplateTableViewCell.h; sourceTree = ""; }; - E839533E276A0CDB00CF2F24 /* XPMineNameplateTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineNameplateTableViewCell.m; sourceTree = ""; }; - E8398069290288660084BFC8 /* XPMessageInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMessageInfoModel.h; sourceTree = ""; }; - E839806A290288660084BFC8 /* XPMessageInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMessageInfoModel.m; sourceTree = ""; }; - E83ABEF4280E9AD800322EE4 /* MessageContentUnSupportView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentUnSupportView.h; sourceTree = ""; }; - E83ABEF5280E9AD800322EE4 /* MessageContentUnSupportView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentUnSupportView.m; sourceTree = ""; }; - E83ABEF7280EAF3F00322EE4 /* MessageContentOpenLiveView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentOpenLiveView.h; sourceTree = ""; }; - E83ABEF8280EAF3F00322EE4 /* MessageContentOpenLiveView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentOpenLiveView.m; sourceTree = ""; }; - E83ABEFB280EB5E200322EE4 /* ContentOpenLiveInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ContentOpenLiveInfoModel.h; sourceTree = ""; }; - E83ABEFC280EB5E200322EE4 /* ContentOpenLiveInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ContentOpenLiveInfoModel.m; sourceTree = ""; }; - E83ABEFE280EC45700322EE4 /* MessageContentApplicationShareView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentApplicationShareView.h; sourceTree = ""; }; - E83ABEFF280EC45700322EE4 /* MessageContentApplicationShareView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentApplicationShareView.m; sourceTree = ""; }; - E83ABF01280EC90C00322EE4 /* ContentApplicationShareModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ContentApplicationShareModel.h; sourceTree = ""; }; - E83ABF02280EC90C00322EE4 /* ContentApplicationShareModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ContentApplicationShareModel.m; sourceTree = ""; }; - E83ABF04280EDE2B00322EE4 /* MessageContentLevelUpgradeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentLevelUpgradeView.h; sourceTree = ""; }; - E83ABF05280EDE2B00322EE4 /* MessageContentLevelUpgradeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentLevelUpgradeView.m; sourceTree = ""; }; - E83DB47827462C4500D8CBD1 /* XPGiftBigPrizeModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftBigPrizeModel.h; sourceTree = ""; }; - E83DB47927462C4500D8CBD1 /* XPGiftBigPrizeModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftBigPrizeModel.m; sourceTree = ""; }; - E83DB47F274649FB00D8CBD1 /* XPGiftBannerUserInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftBannerUserInfoModel.h; sourceTree = ""; }; - E83DB480274649FB00D8CBD1 /* XPGiftBannerUserInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftBannerUserInfoModel.m; sourceTree = ""; }; - E83DB4822746661800D8CBD1 /* XPRoomGiftBroadcastView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomGiftBroadcastView.h; sourceTree = ""; }; - E83DB4832746661800D8CBD1 /* XPRoomGiftBroadcastView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomGiftBroadcastView.m; sourceTree = ""; }; - E8412F9427795E34006E1101 /* XPRoomInviteFansView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomInviteFansView.h; sourceTree = ""; }; - E8412F9527795E34006E1101 /* XPRoomInviteFansView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomInviteFansView.m; sourceTree = ""; }; - E8412F9727799249006E1101 /* InviteFansModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InviteFansModel.h; sourceTree = ""; }; - E8412F9827799249006E1101 /* InviteFansModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InviteFansModel.m; sourceTree = ""; }; - E8412FA02779BE8F006E1101 /* XPRoomSettingViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomSettingViewController.h; sourceTree = ""; }; - E8412FA12779BE8F006E1101 /* XPRoomSettingViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomSettingViewController.m; sourceTree = ""; }; - E8412FA42779BED1006E1101 /* XPRoomSettingTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomSettingTableViewCell.h; sourceTree = ""; }; - E8412FA52779BED1006E1101 /* XPRoomSettingTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomSettingTableViewCell.m; sourceTree = ""; }; - E8412FA72779C2ED006E1101 /* XPRoomSettingItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomSettingItemModel.h; sourceTree = ""; }; - E8412FA82779C2ED006E1101 /* XPRoomSettingItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomSettingItemModel.m; sourceTree = ""; }; - E8412FAD2779CB2D006E1101 /* XPRoomSettingProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomSettingProtocol.h; sourceTree = ""; }; - E8412FAE2779CB4D006E1101 /* XPRoomSettingPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomSettingPresenter.h; sourceTree = ""; }; - E8412FAF2779CB4D006E1101 /* XPRoomSettingPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomSettingPresenter.m; sourceTree = ""; }; - E8412FB12779E285006E1101 /* Api+RoomSetting.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+RoomSetting.h"; sourceTree = ""; }; - E8412FB22779E285006E1101 /* Api+RoomSetting.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+RoomSetting.m"; sourceTree = ""; }; - E84150B927747BAF00A7F548 /* XPFirstRechargePresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPFirstRechargePresenter.h; sourceTree = ""; }; - E84150BA27747BAF00A7F548 /* XPFirstRechargePresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPFirstRechargePresenter.m; sourceTree = ""; }; - E84150BC27747BBD00A7F548 /* XPFirstRechargeProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPFirstRechargeProtocol.h; sourceTree = ""; }; - E84150BD27747BD300A7F548 /* Api+FirstRecharge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+FirstRecharge.h"; sourceTree = ""; }; - E84150BE27747BD300A7F548 /* Api+FirstRecharge.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+FirstRecharge.m"; sourceTree = ""; }; - E84150C027747BF700A7F548 /* FirstRechargeModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirstRechargeModel.h; sourceTree = ""; }; - E84150C127747BF700A7F548 /* FirstRechargeModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FirstRechargeModel.m; sourceTree = ""; }; - E84150C327747E0900A7F548 /* FirstRechargeRewardModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirstRechargeRewardModel.h; sourceTree = ""; }; - E84150C427747E0900A7F548 /* FirstRechargeRewardModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FirstRechargeRewardModel.m; sourceTree = ""; }; - E841ED5F280FB0BD00904808 /* ContentLevelUpgradeModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ContentLevelUpgradeModel.h; sourceTree = ""; }; - E841ED60280FB0BD00904808 /* ContentLevelUpgradeModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ContentLevelUpgradeModel.m; sourceTree = ""; }; - E84843AD27F59E7E0050D365 /* XPRoomPKResultView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKResultView.h; sourceTree = ""; }; - E84843AE27F59E7E0050D365 /* XPRoomPKResultView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKResultView.m; sourceTree = ""; }; - E84843B027F5A0740050D365 /* XPRomPKResultTitleLabel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRomPKResultTitleLabel.h; sourceTree = ""; }; - E84843B127F5A0740050D365 /* XPRomPKResultTitleLabel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRomPKResultTitleLabel.m; sourceTree = ""; }; - E84A2E802A527DF800D6AF8A /* XPIncomeRecordGoldDetailsVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordGoldDetailsVC.h; sourceTree = ""; }; - E84A2E812A527DF800D6AF8A /* XPIncomeRecordVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPIncomeRecordVC.m; sourceTree = ""; }; - E84A2E822A527DF800D6AF8A /* XPExchangeDiamondsVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPExchangeDiamondsVC.m; sourceTree = ""; }; - E84A2E842A527DF800D6AF8A /* XPIncomeRecordGoldDetailsVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPIncomeRecordGoldDetailsVC.m; sourceTree = ""; }; - E84A2E862A527DF800D6AF8A /* XPIncomeRecordVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordVC.h; sourceTree = ""; }; - E84A2E882A527DF800D6AF8A /* XPExchangeDiamondsVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPExchangeDiamondsVC.h; sourceTree = ""; }; - E84A2E902A527EBF00D6AF8A /* XPIncomeRecordProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordProtocol.h; sourceTree = ""; }; - E84A2E912A527EC700D6AF8A /* XPIncomeRecordPresent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPIncomeRecordPresent.m; sourceTree = ""; }; - E84A2E922A527EC700D6AF8A /* XPIncomeRecordPresent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordPresent.h; sourceTree = ""; }; - E84A2E942A5280F900D6AF8A /* XPExchangeDiamondsView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPExchangeDiamondsView.m; sourceTree = ""; }; - E84A2E952A5280F900D6AF8A /* XPExchangeDiamondsView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPExchangeDiamondsView.h; sourceTree = ""; }; - E84A2E972A52817E00D6AF8A /* XPIncomeRecordView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordView.h; sourceTree = ""; }; - E84A2E982A52817E00D6AF8A /* XPIncomeRecordView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPIncomeRecordView.m; sourceTree = ""; }; - E84A2E9A2A52823900D6AF8A /* XPTextField.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPTextField.h; sourceTree = ""; }; - E84A2E9B2A52823900D6AF8A /* XPTextField.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPTextField.m; sourceTree = ""; }; - E84A2E9D2A5287D200D6AF8A /* XPIncomeRecordGoldDetailsView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPIncomeRecordGoldDetailsView.m; sourceTree = ""; }; - E84A2E9E2A5287D200D6AF8A /* XPIncomeRecordGoldDetailsView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordGoldDetailsView.h; sourceTree = ""; }; - E84A2EA02A52883000D6AF8A /* XPIncomeRecordGoldDetailsTimeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPIncomeRecordGoldDetailsTimeView.m; sourceTree = ""; }; - E84A2EA12A52883000D6AF8A /* XPIncomeRecordGoldDetailsTimeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordGoldDetailsTimeView.h; sourceTree = ""; }; - E84A2EA32A5288CB00D6AF8A /* XPGoldDetailsChooseRoomView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGoldDetailsChooseRoomView.h; sourceTree = ""; }; - E84A2EA42A5288CB00D6AF8A /* XPGoldDetailsChooseRoomView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGoldDetailsChooseRoomView.m; sourceTree = ""; }; - E84A2EA62A5288FD00D6AF8A /* XPGoldDetailsChooseRoomCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGoldDetailsChooseRoomCell.h; sourceTree = ""; }; - E84A2EA72A5288FD00D6AF8A /* XPGoldDetailsChooseRoomCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGoldDetailsChooseRoomCell.m; sourceTree = ""; }; - E84A2EA92A528A4100D6AF8A /* XPIncomeRecordGoldDetailsPickViewView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPIncomeRecordGoldDetailsPickViewView.m; sourceTree = ""; }; - E84A2EAA2A528A4100D6AF8A /* XPIncomeRecordGoldDetailsPickViewView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordGoldDetailsPickViewView.h; sourceTree = ""; }; - E84B0E3D2727EDF6008818C6 /* XPRoomMessageTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMessageTableViewCell.h; sourceTree = ""; }; - E84B0E3E2727EDF6008818C6 /* XPRoomMessageTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMessageTableViewCell.m; sourceTree = ""; }; - E84B0E402727EE0A008818C6 /* XPRoomMessageHeaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMessageHeaderView.h; sourceTree = ""; }; - E84B0E412727EE0A008818C6 /* XPRoomMessageHeaderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMessageHeaderView.m; sourceTree = ""; }; - E84B0E442727EF9D008818C6 /* XPRoomMessageParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMessageParser.h; sourceTree = ""; }; - E84B0E452727EF9D008818C6 /* XPRoomMessageParser.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMessageParser.m; sourceTree = ""; }; - E84B0E4927280289008818C6 /* XPRoomMessageConstant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMessageConstant.h; sourceTree = ""; }; - E84BF7C8277AF79D00EF8877 /* XPRoomSettingTagCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomSettingTagCell.h; sourceTree = ""; }; - E84BF7C9277AF79D00EF8877 /* XPRoomSettingTagCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomSettingTagCell.m; sourceTree = ""; }; - E84BF7CF277BFCDD00EF8877 /* RoomTagModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomTagModel.h; sourceTree = ""; }; - E84BF7D0277BFCDD00EF8877 /* RoomTagModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomTagModel.m; sourceTree = ""; }; - E84BF7D2277C383700EF8877 /* XPRoomSettingInputView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomSettingInputView.h; sourceTree = ""; }; - E84BF7D3277C383700EF8877 /* XPRoomSettingInputView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomSettingInputView.m; sourceTree = ""; }; - E84BF7D5277C6E2100EF8877 /* XPRoomRoleViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomRoleViewController.h; sourceTree = ""; }; - E84BF7D6277C6E2100EF8877 /* XPRoomRoleViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomRoleViewController.m; sourceTree = ""; }; - E84BF7D8277C72AC00EF8877 /* XPRoomRoleTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomRoleTableViewCell.h; sourceTree = ""; }; - E84BF7D9277C72AC00EF8877 /* XPRoomRoleTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomRoleTableViewCell.m; sourceTree = ""; }; - E84BF7DB277C765400EF8877 /* XPRoomRoleEmptyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomRoleEmptyTableViewCell.h; sourceTree = ""; }; - E84BF7DC277C765400EF8877 /* XPRoomRoleEmptyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomRoleEmptyTableViewCell.m; sourceTree = ""; }; - E84BF7DE277C869A00EF8877 /* XPRoomOnLineViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomOnLineViewController.h; sourceTree = ""; }; - E84BF7DF277C869A00EF8877 /* XPRoomOnLineViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomOnLineViewController.m; sourceTree = ""; }; - E84CBCDF28436D3C00D43221 /* XPMineContactViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineContactViewController.h; sourceTree = ""; }; - E84CBCE028436D3C00D43221 /* XPMineContactViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineContactViewController.m; sourceTree = ""; }; - E84CBCE2284372D800D43221 /* XPRoomHalfMessageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomHalfMessageView.h; sourceTree = ""; }; - E84CBCE3284372D800D43221 /* XPRoomHalfMessageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomHalfMessageView.m; sourceTree = ""; }; - E84CBCE52843807400D43221 /* XPMineFriendPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFriendPresenter.h; sourceTree = ""; }; - E84CBCE62843807400D43221 /* XPMineFriendPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFriendPresenter.m; sourceTree = ""; }; - E84CBCE8284380B300D43221 /* XPMineFriendProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFriendProtocol.h; sourceTree = ""; }; - E852D739286317F0001465ED /* XPMomentsDetailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsDetailViewController.h; sourceTree = ""; }; - E852D73A286317F0001465ED /* XPMomentsDetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsDetailViewController.m; sourceTree = ""; }; - E852D73C28631C18001465ED /* XPMonentsCommentTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsCommentTableViewCell.h; sourceTree = ""; }; - E852D73D28631C18001465ED /* XPMonentsCommentTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsCommentTableViewCell.m; sourceTree = ""; }; - E852D73F2863249F001465ED /* XPMonentsReplyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsReplyTableViewCell.h; sourceTree = ""; }; - E852D7402863249F001465ED /* XPMonentsReplyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsReplyTableViewCell.m; sourceTree = ""; }; - E852D74228633A08001465ED /* MonentsCommentModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MonentsCommentModel.h; sourceTree = ""; }; - E852D74328633A08001465ED /* MonentsCommentModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MonentsCommentModel.m; sourceTree = ""; }; - E852D74528633E92001465ED /* MonentsCommentReplyModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MonentsCommentReplyModel.h; sourceTree = ""; }; - E852D74628633E92001465ED /* MonentsCommentReplyModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MonentsCommentReplyModel.m; sourceTree = ""; }; - E85410332864155A005CFD9F /* XPMonentDetailPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentDetailPresenter.h; sourceTree = ""; }; - E85410342864155A005CFD9F /* XPMonentDetailPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentDetailPresenter.m; sourceTree = ""; }; - E8541036286443D8005CFD9F /* XPMonentsDetailProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsDetailProtocol.h; sourceTree = ""; }; - E854103728646A00005CFD9F /* XPMonentsReplyMoreTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsReplyMoreTableViewCell.h; sourceTree = ""; }; - E854103828646A00005CFD9F /* XPMonentsReplyMoreTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsReplyMoreTableViewCell.m; sourceTree = ""; }; - E8555159280559FE005F293F /* NSDate+DateUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSDate+DateUtils.h"; sourceTree = ""; }; - E855515A280559FE005F293F /* NSDate+DateUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSDate+DateUtils.m"; sourceTree = ""; }; - E85E3FA528B7A6F000268DC8 /* MessageContentMonentsView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentMonentsView.h; sourceTree = ""; }; - E85E3FA628B7A6F000268DC8 /* MessageContentMonentsView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentMonentsView.m; sourceTree = ""; }; - E85E7A3D2A4EB0D200B6D00A /* XPGuildSearchPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildSearchPresenter.h; sourceTree = ""; }; - E85E7A3E2A4EB0D200B6D00A /* XPGuildPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildPresenter.h; sourceTree = ""; }; - E85E7A402A4EB0D200B6D00A /* XPSuperAdminSetPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPSuperAdminSetPresenter.m; sourceTree = ""; }; - E85E7A412A4EB0D200B6D00A /* XPSuperAdminManagerRoomPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPSuperAdminManagerRoomPresenter.m; sourceTree = ""; }; - E85E7A422A4EB0D200B6D00A /* XPSuperAdminSetPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPSuperAdminSetPresenter.h; sourceTree = ""; }; - E85E7A432A4EB0D200B6D00A /* XPSuperAdminManagerRoomPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPSuperAdminManagerRoomPresenter.h; sourceTree = ""; }; - E85E7A452A4EB0D200B6D00A /* XPGuildIncomePresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildIncomePresenter.m; sourceTree = ""; }; - E85E7A462A4EB0D200B6D00A /* XPGuildIncomeDetailPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildIncomeDetailPresenter.m; sourceTree = ""; }; - E85E7A472A4EB0D200B6D00A /* XPGuildIncomePresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildIncomePresenter.h; sourceTree = ""; }; - E85E7A482A4EB0D200B6D00A /* XPGuildIncomeDetailPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildIncomeDetailPresenter.h; sourceTree = ""; }; - E85E7A492A4EB0D200B6D00A /* XPClanPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPClanPresenter.m; sourceTree = ""; }; - E85E7A4A2A4EB0D200B6D00A /* XPGuildSearchPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildSearchPresenter.m; sourceTree = ""; }; - E85E7A4B2A4EB0D200B6D00A /* XPGuildPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildPresenter.m; sourceTree = ""; }; - E85E7A4D2A4EB0D200B6D00A /* XPMineManagerSetPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineManagerSetPresenter.m; sourceTree = ""; }; - E85E7A4E2A4EB0D200B6D00A /* XPGuildRemoveMemberPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildRemoveMemberPresenter.m; sourceTree = ""; }; - E85E7A4F2A4EB0D200B6D00A /* XPGuildMangerListPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildMangerListPresenter.h; sourceTree = ""; }; - E85E7A502A4EB0D200B6D00A /* XPGuildManagerPerPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildManagerPerPresenter.m; sourceTree = ""; }; - E85E7A512A4EB0D200B6D00A /* XPGuildSetNamePresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildSetNamePresenter.m; sourceTree = ""; }; - E85E7A522A4EB0D200B6D00A /* XPMineManagerSetPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineManagerSetPresenter.h; sourceTree = ""; }; - E85E7A532A4EB0D200B6D00A /* XPGuildMangerListPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildMangerListPresenter.m; sourceTree = ""; }; - E85E7A542A4EB0D200B6D00A /* XPGuildRemoveMemberPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildRemoveMemberPresenter.h; sourceTree = ""; }; - E85E7A552A4EB0D200B6D00A /* XPGuildSetNamePresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildSetNamePresenter.h; sourceTree = ""; }; - E85E7A562A4EB0D200B6D00A /* XPGuildManagerPerPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildManagerPerPresenter.h; sourceTree = ""; }; - E85E7A572A4EB0D200B6D00A /* XPClanPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPClanPresenter.h; sourceTree = ""; }; - E85E7A592A4EB0D200B6D00A /* XPClanProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPClanProtocol.h; sourceTree = ""; }; - E85E7A5B2A4EB0D200B6D00A /* XPSuperAdminSetProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPSuperAdminSetProtocol.h; sourceTree = ""; }; - E85E7A5C2A4EB0D200B6D00A /* XPSuperAdminManagerRoomProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPSuperAdminManagerRoomProtocol.h; sourceTree = ""; }; - E85E7A5E2A4EB0D200B6D00A /* XPGuildIncomeProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildIncomeProtocol.h; sourceTree = ""; }; - E85E7A5F2A4EB0D200B6D00A /* XPGuildIncomeDetailProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildIncomeDetailProtocol.h; sourceTree = ""; }; - E85E7A602A4EB0D200B6D00A /* XPGuildSearchProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildSearchProtocol.h; sourceTree = ""; }; - E85E7A612A4EB0D200B6D00A /* XPGuildProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildProtocol.h; sourceTree = ""; }; - E85E7A632A4EB0D200B6D00A /* XPGuildSetManagerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildSetManagerProtocol.h; sourceTree = ""; }; - E85E7A642A4EB0D200B6D00A /* XPGuildManagerPerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildManagerPerProtocol.h; sourceTree = ""; }; - E85E7A652A4EB0D200B6D00A /* XPGuildRemoveMemberProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildRemoveMemberProtocol.h; sourceTree = ""; }; - E85E7A662A4EB0D200B6D00A /* XPGuildSetNameProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildSetNameProtocol.h; sourceTree = ""; }; - E85E7A672A4EB0D200B6D00A /* XPGuildManagerListProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildManagerListProtocol.h; sourceTree = ""; }; - E85E7A692A4EB0D200B6D00A /* GuildAuthModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuildAuthModel.h; sourceTree = ""; }; - E85E7A6A2A4EB0D200B6D00A /* ClanInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ClanInfoModel.h; sourceTree = ""; }; - E85E7A6B2A4EB0D200B6D00A /* ClanDetailInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ClanDetailInfoModel.h; sourceTree = ""; }; - E85E7A6C2A4EB0D200B6D00A /* ClanMemberDetailInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ClanMemberDetailInfoModel.h; sourceTree = ""; }; - E85E7A6D2A4EB0D200B6D00A /* GuildInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuildInfoModel.h; sourceTree = ""; }; - E85E7A6F2A4EB0D200B6D00A /* GuildRoomInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuildRoomInfoModel.h; sourceTree = ""; }; - E85E7A702A4EB0D200B6D00A /* GuildSuperAdminInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GuildSuperAdminInfoModel.m; sourceTree = ""; }; - E85E7A712A4EB0D200B6D00A /* GuildSearchSuperAdminModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GuildSearchSuperAdminModel.m; sourceTree = ""; }; - E85E7A722A4EB0D200B6D00A /* GuildRoomInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GuildRoomInfoModel.m; sourceTree = ""; }; - E85E7A732A4EB0D200B6D00A /* GuildSuperAdminInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuildSuperAdminInfoModel.h; sourceTree = ""; }; - E85E7A742A4EB0D200B6D00A /* GuildSearchSuperAdminModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuildSearchSuperAdminModel.h; sourceTree = ""; }; - E85E7A762A4EB0D200B6D00A /* GuildIncomeRecordModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuildIncomeRecordModel.h; sourceTree = ""; }; - E85E7A772A4EB0D200B6D00A /* GuildIncomeDetailModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GuildIncomeDetailModel.m; sourceTree = ""; }; - E85E7A782A4EB0D200B6D00A /* GuildPersonIncomeRecordModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GuildPersonIncomeRecordModel.m; sourceTree = ""; }; - E85E7A792A4EB0D200B6D00A /* GuildIncomeRecordModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GuildIncomeRecordModel.m; sourceTree = ""; }; - E85E7A7A2A4EB0D200B6D00A /* GuildIncomeDetailModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuildIncomeDetailModel.h; sourceTree = ""; }; - E85E7A7B2A4EB0D200B6D00A /* GuildPersonIncomeRecordModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuildPersonIncomeRecordModel.h; sourceTree = ""; }; - E85E7A7C2A4EB0D200B6D00A /* GuildSearchUserInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GuildSearchUserInfoModel.m; sourceTree = ""; }; - E85E7A7D2A4EB0D200B6D00A /* GuildMessageModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuildMessageModel.h; sourceTree = ""; }; - E85E7A7E2A4EB0D200B6D00A /* GuildAuthModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GuildAuthModel.m; sourceTree = ""; }; - E85E7A7F2A4EB0D200B6D00A /* ClanInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ClanInfoModel.m; sourceTree = ""; }; - E85E7A802A4EB0D200B6D00A /* GuildInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GuildInfoModel.m; sourceTree = ""; }; - E85E7A812A4EB0D200B6D00A /* ClanMemberDetailInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ClanMemberDetailInfoModel.m; sourceTree = ""; }; - E85E7A822A4EB0D200B6D00A /* ClanDetailInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ClanDetailInfoModel.m; sourceTree = ""; }; - E85E7A832A4EB0D200B6D00A /* GuildMessageModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GuildMessageModel.m; sourceTree = ""; }; - E85E7A842A4EB0D200B6D00A /* GuildSearchUserInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuildSearchUserInfoModel.h; sourceTree = ""; }; - E85E7A872A4EB0D200B6D00A /* XPMineGuildIncomeStatisViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildIncomeStatisViewController.h; sourceTree = ""; }; - E85E7A882A4EB0D200B6D00A /* XPMineGoldIncomeRecordVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGoldIncomeRecordVC.m; sourceTree = ""; }; - E85E7A8A2A4EB0D200B6D00A /* XPMineMainIncomeStatisViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineMainIncomeStatisViewController.m; sourceTree = ""; }; - E85E7A8B2A4EB0D200B6D00A /* XPMineHallAnchorIncomeStatisViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineHallAnchorIncomeStatisViewController.m; sourceTree = ""; }; - E85E7A8C2A4EB0D200B6D00A /* XPMineClanIncomeStatisViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineClanIncomeStatisViewController.m; sourceTree = ""; }; - E85E7A8D2A4EB0D200B6D00A /* XPNewMineGuildIncomeRecordViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNewMineGuildIncomeRecordViewController.h; sourceTree = ""; }; - E85E7A8E2A4EB0D200B6D00A /* XPMineGuildIncomeDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildIncomeDetailViewController.h; sourceTree = ""; }; - E85E7A8F2A4EB0D200B6D00A /* XPMineGuildIncomeRecordViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildIncomeRecordViewController.h; sourceTree = ""; }; - E85E7A902A4EB0D200B6D00A /* XPMineMainIncomeStatisViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineMainIncomeStatisViewController.h; sourceTree = ""; }; - E85E7A922A4EB0D200B6D00A /* XPMineGoldIncomeRecordVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGoldIncomeRecordVC.h; sourceTree = ""; }; - E85E7A932A4EB0D200B6D00A /* XPMineGuildIncomeStatisViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildIncomeStatisViewController.m; sourceTree = ""; }; - E85E7A942A4EB0D200B6D00A /* XPMineGuildIncomeDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildIncomeDetailViewController.m; sourceTree = ""; }; - E85E7A952A4EB0D200B6D00A /* XPNewMineGuildIncomeRecordViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNewMineGuildIncomeRecordViewController.m; sourceTree = ""; }; - E85E7A962A4EB0D200B6D00A /* XPMineClanIncomeStatisViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineClanIncomeStatisViewController.h; sourceTree = ""; }; - E85E7A972A4EB0D200B6D00A /* XPMineHallAnchorIncomeStatisViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineHallAnchorIncomeStatisViewController.h; sourceTree = ""; }; - E85E7A982A4EB0D200B6D00A /* XPMineGuildIncomeRecordViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildIncomeRecordViewController.m; sourceTree = ""; }; - E85E7A992A4EB0D200B6D00A /* XPMineGuildSearchViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildSearchViewController.h; sourceTree = ""; }; - E85E7A9A2A4EB0D200B6D00A /* XPMineClanViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineClanViewController.m; sourceTree = ""; }; - E85E7A9C2A4EB0D200B6D00A /* XPMineGuildSuperAdminSetViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildSuperAdminSetViewController.h; sourceTree = ""; }; - E85E7A9D2A4EB0D200B6D00A /* XPMineGuildChooseManagerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildChooseManagerViewController.h; sourceTree = ""; }; - E85E7A9E2A4EB0D200B6D00A /* XPMineGuildSuperAdminSetViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildSuperAdminSetViewController.m; sourceTree = ""; }; - E85E7A9F2A4EB0D200B6D00A /* XPMineGuildChooseManagerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildChooseManagerViewController.m; sourceTree = ""; }; - E85E7AA02A4EB0D200B6D00A /* XPMineGuildViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildViewController.m; sourceTree = ""; }; - E85E7AA12A4EB0D200B6D00A /* XPMineGuildListVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildListVC.h; sourceTree = ""; }; - E85E7AA22A4EB0D200B6D00A /* XPMineExchangeAuthorityVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineExchangeAuthorityVC.h; sourceTree = ""; }; - E85E7AA42A4EB0D200B6D00A /* XPGuildSuperAdminMenuView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildSuperAdminMenuView.m; sourceTree = ""; }; - E85E7AA52A4EB0D200B6D00A /* XPGuildHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildHeaderView.h; sourceTree = ""; }; - E85E7AA62A4EB0D200B6D00A /* XPClanMenuView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPClanMenuView.m; sourceTree = ""; }; - E85E7AA72A4EB0D200B6D00A /* XPGuildTimePickView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildTimePickView.m; sourceTree = ""; }; - E85E7AA82A4EB0D200B6D00A /* XPClanSectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPClanSectionView.h; sourceTree = ""; }; - E85E7AA92A4EB0D200B6D00A /* XPGuildIncomeHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildIncomeHeaderView.h; sourceTree = ""; }; - E85E7AAA2A4EB0D200B6D00A /* XPGoldIncomeSectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGoldIncomeSectionView.h; sourceTree = ""; }; - E85E7AAB2A4EB0D200B6D00A /* XPGuildSearchNavView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildSearchNavView.h; sourceTree = ""; }; - E85E7AAC2A4EB0D200B6D00A /* XPGuildTimeMonthPickerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildTimeMonthPickerView.m; sourceTree = ""; }; - E85E7AAD2A4EB0D200B6D00A /* XPNewGuildIncomeHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNewGuildIncomeHeaderView.h; sourceTree = ""; }; - E85E7AAE2A4EB0D200B6D00A /* XPNewGuildTimePickView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNewGuildTimePickView.m; sourceTree = ""; }; - E85E7AAF2A4EB0D200B6D00A /* XPGuildIncomeSectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildIncomeSectionView.h; sourceTree = ""; }; - E85E7AB02A4EB0D200B6D00A /* XPGuildAnchorIncomeSectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildAnchorIncomeSectionView.h; sourceTree = ""; }; - E85E7AB12A4EB0D200B6D00A /* XPClanSectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPClanSectionView.m; sourceTree = ""; }; - E85E7AB22A4EB0D200B6D00A /* XPGuildHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildHeaderView.m; sourceTree = ""; }; - E85E7AB32A4EB0D200B6D00A /* XPClanMenuView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPClanMenuView.h; sourceTree = ""; }; - E85E7AB42A4EB0D200B6D00A /* XPGuildTimePickView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildTimePickView.h; sourceTree = ""; }; - E85E7AB52A4EB0D200B6D00A /* XPGuildSuperAdminMenuView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildSuperAdminMenuView.h; sourceTree = ""; }; - E85E7AB62A4EB0D200B6D00A /* XPGuildTimeMonthPickerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildTimeMonthPickerView.h; sourceTree = ""; }; - E85E7AB72A4EB0D200B6D00A /* XPGuildSearchNavView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildSearchNavView.m; sourceTree = ""; }; - E85E7AB82A4EB0D200B6D00A /* XPGoldIncomeSectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGoldIncomeSectionView.m; sourceTree = ""; }; - E85E7AB92A4EB0D200B6D00A /* XPGuildIncomeHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildIncomeHeaderView.m; sourceTree = ""; }; - E85E7ABA2A4EB0D200B6D00A /* XPNewGuildTimePickView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNewGuildTimePickView.h; sourceTree = ""; }; - E85E7ABB2A4EB0D200B6D00A /* XPNewGuildIncomeHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNewGuildIncomeHeaderView.m; sourceTree = ""; }; - E85E7ABC2A4EB0D200B6D00A /* XPGuildAnchorIncomeSectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildAnchorIncomeSectionView.m; sourceTree = ""; }; - E85E7ABD2A4EB0D200B6D00A /* XPGuildIncomeSectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildIncomeSectionView.m; sourceTree = ""; }; - E85E7ABE2A4EB0D200B6D00A /* XPMineMainGuildListVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineMainGuildListVC.m; sourceTree = ""; }; - E85E7AC02A4EB0D200B6D00A /* XPClanMemberTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPClanMemberTableViewCell.m; sourceTree = ""; }; - E85E7AC12A4EB0D200B6D00A /* XPClanRoomCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPClanRoomCollectionViewCell.m; sourceTree = ""; }; - E85E7AC32A4EB0D200B6D00A /* XPMineGuildListCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildListCell.m; sourceTree = ""; }; - E85E7AC42A4EB0D200B6D00A /* XPMineGuildListCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildListCell.h; sourceTree = ""; }; - E85E7AC52A4EB0D200B6D00A /* XPMineGuildSearchMemberTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildSearchMemberTableViewCell.m; sourceTree = ""; }; - E85E7AC62A4EB0D200B6D00A /* XPMineGuildEmptyTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildEmptyTableViewCell.h; sourceTree = ""; }; - E85E7AC72A4EB0D200B6D00A /* XPGuildEmptyCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildEmptyCollectionViewCell.h; sourceTree = ""; }; - E85E7AC92A4EB0D200B6D00A /* XPGuildSuperAdminRoomCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildSuperAdminRoomCollectionViewCell.h; sourceTree = ""; }; - E85E7ACA2A4EB0D200B6D00A /* XPGuildChooseManagerRoomTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildChooseManagerRoomTableViewCell.m; sourceTree = ""; }; - E85E7ACB2A4EB0D200B6D00A /* XPGuildSuperAdminSetTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildSuperAdminSetTableViewCell.m; sourceTree = ""; }; - E85E7ACC2A4EB0D200B6D00A /* XPGuildSearchSuperAdminTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildSearchSuperAdminTableViewCell.m; sourceTree = ""; }; - E85E7ACD2A4EB0D200B6D00A /* XPGuildSuperAdminRoomCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildSuperAdminRoomCollectionViewCell.m; sourceTree = ""; }; - E85E7ACE2A4EB0D200B6D00A /* XPGuildChooseManagerRoomTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildChooseManagerRoomTableViewCell.h; sourceTree = ""; }; - E85E7ACF2A4EB0D200B6D00A /* XPGuildSearchSuperAdminTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildSearchSuperAdminTableViewCell.h; sourceTree = ""; }; - E85E7AD02A4EB0D200B6D00A /* XPGuildSuperAdminSetTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildSuperAdminSetTableViewCell.h; sourceTree = ""; }; - E85E7AD22A4EB0D200B6D00A /* XPGuildIncomeDetailCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildIncomeDetailCollectionViewCell.m; sourceTree = ""; }; - E85E7AD32A4EB0D200B6D00A /* XPGuildIncomeRecordTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildIncomeRecordTableViewCell.m; sourceTree = ""; }; - E85E7AD42A4EB0D200B6D00A /* XPGuildPersonIncomeTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildPersonIncomeTableViewCell.h; sourceTree = ""; }; - E85E7AD52A4EB0D200B6D00A /* XPGuildSingleRoomIncomeTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildSingleRoomIncomeTableViewCell.m; sourceTree = ""; }; - E85E7AD62A4EB0D200B6D00A /* XPGuildIncomeDetailCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildIncomeDetailCollectionViewCell.h; sourceTree = ""; }; - E85E7AD72A4EB0D200B6D00A /* XPGuildPersonIncomeTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildPersonIncomeTableViewCell.m; sourceTree = ""; }; - E85E7AD82A4EB0D200B6D00A /* XPGuildIncomeRecordTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildIncomeRecordTableViewCell.h; sourceTree = ""; }; - E85E7AD92A4EB0D200B6D00A /* XPGuildSingleRoomIncomeTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPGuildSingleRoomIncomeTableViewCell.h; sourceTree = ""; }; - E85E7ADA2A4EB0D200B6D00A /* XPClanRoomCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPClanRoomCollectionViewCell.h; sourceTree = ""; }; - E85E7ADB2A4EB0D200B6D00A /* XPClanMemberTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPClanMemberTableViewCell.h; sourceTree = ""; }; - E85E7ADC2A4EB0D200B6D00A /* XPMineGuildEmptyTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildEmptyTableViewCell.m; sourceTree = ""; }; - E85E7ADD2A4EB0D200B6D00A /* XPMineGuildSearchMemberTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildSearchMemberTableViewCell.h; sourceTree = ""; }; - E85E7ADF2A4EB0D200B6D00A /* XPMineExchangeAuthorityCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineExchangeAuthorityCell.h; sourceTree = ""; }; - E85E7AE02A4EB0D200B6D00A /* XPMinePromptWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMinePromptWindow.m; sourceTree = ""; }; - E85E7AE12A4EB0D200B6D00A /* XPMineExchangeAuthorityFooderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineExchangeAuthorityFooderView.h; sourceTree = ""; }; - E85E7AE22A4EB0D200B6D00A /* XPMineExchangeAuthorityHeadView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineExchangeAuthorityHeadView.m; sourceTree = ""; }; - E85E7AE32A4EB0D200B6D00A /* XPMineExchangeAuthorityCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineExchangeAuthorityCell.m; sourceTree = ""; }; - E85E7AE42A4EB0D200B6D00A /* XPMinePromptWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMinePromptWindow.h; sourceTree = ""; }; - E85E7AE52A4EB0D200B6D00A /* XPMineExchangeAuthorityHeadView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineExchangeAuthorityHeadView.h; sourceTree = ""; }; - E85E7AE62A4EB0D200B6D00A /* XPMineExchangeAuthorityFooderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineExchangeAuthorityFooderView.m; sourceTree = ""; }; - E85E7AE72A4EB0D200B6D00A /* XPGuildEmptyCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPGuildEmptyCollectionViewCell.m; sourceTree = ""; }; - E85E7AE92A4EB0D200B6D00A /* XPMineGuildManagerPerTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildManagerPerTableViewCell.m; sourceTree = ""; }; - E85E7AEB2A4EB0D200B6D00A /* XPMineGuildManagerPerTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildManagerPerTableViewCell.h; sourceTree = ""; }; - E85E7AED2A4EB0D200B6D00A /* XPMineGuildSearchViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildSearchViewController.m; sourceTree = ""; }; - E85E7AEE2A4EB0D200B6D00A /* XPMineClanViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineClanViewController.h; sourceTree = ""; }; - E85E7AF02A4EB0D200B6D00A /* XPMineGuildSetNameViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildSetNameViewController.h; sourceTree = ""; }; - E85E7AF12A4EB0D200B6D00A /* XPMineMangerListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineMangerListViewController.m; sourceTree = ""; }; - E85E7AF22A4EB0D200B6D00A /* XPMineGuildRemoveMemberViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildRemoveMemberViewController.h; sourceTree = ""; }; - E85E7AF32A4EB0D200B6D00A /* XPMineGuildManagerSetViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildManagerSetViewController.m; sourceTree = ""; }; - E85E7AF42A4EB0D200B6D00A /* XPMineGuildManagerPerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildManagerPerViewController.m; sourceTree = ""; }; - E85E7AF52A4EB0D200B6D00A /* XPMineGuildManagerSetViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildManagerSetViewController.h; sourceTree = ""; }; - E85E7AF62A4EB0D200B6D00A /* XPMineGuildRemoveMemberViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildRemoveMemberViewController.m; sourceTree = ""; }; - E85E7AF72A4EB0D200B6D00A /* XPMineMangerListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineMangerListViewController.h; sourceTree = ""; }; - E85E7AF82A4EB0D200B6D00A /* XPMineGuildSetNameViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildSetNameViewController.m; sourceTree = ""; }; - E85E7AF92A4EB0D200B6D00A /* XPMineGuildManagerPerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildManagerPerViewController.h; sourceTree = ""; }; - E85E7AFA2A4EB0D200B6D00A /* XPMineExchangeAuthorityVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineExchangeAuthorityVC.m; sourceTree = ""; }; - E85E7AFB2A4EB0D200B6D00A /* XPMineMainGuildListVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineMainGuildListVC.h; sourceTree = ""; }; - E85E7AFC2A4EB0D200B6D00A /* XPMineGuildViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildViewController.h; sourceTree = ""; }; - E85E7AFD2A4EB0D200B6D00A /* XPMineGuildListVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildListVC.m; sourceTree = ""; }; - E85E7AFF2A4EB0D200B6D00A /* Api+Guild.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Api+Guild.m"; sourceTree = ""; }; - E85E7B002A4EB0D200B6D00A /* Api+Guild.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Api+Guild.h"; sourceTree = ""; }; - E85E7B522A4EB4AD00B6D00A /* XPMineGuildListModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGuildListModel.h; sourceTree = ""; }; - E85E7B532A4EB4AD00B6D00A /* XPMineGuildListModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildListModel.m; sourceTree = ""; }; - E85E7B592A4EC35A00B6D00A /* XPIncomeRecordGoldDetailsModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordGoldDetailsModel.h; sourceTree = ""; }; - E85E7B5A2A4EC35A00B6D00A /* XPExchangeDiamondsModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPExchangeDiamondsModel.h; sourceTree = ""; }; - E85E7B5B2A4EC35A00B6D00A /* XPIncomeRecordModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordModel.h; sourceTree = ""; }; - E85E7B5E2A4EC35A00B6D00A /* XPIncomeRecordModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPIncomeRecordModel.m; sourceTree = ""; }; - E85E7B5F2A4EC35A00B6D00A /* XPExchangeDiamondsModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPExchangeDiamondsModel.m; sourceTree = ""; }; - E85E7B602A4EC35A00B6D00A /* XPIncomeRecordGoldDetailsModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPIncomeRecordGoldDetailsModel.m; sourceTree = ""; }; - E85E7B692A4EC39400B6D00A /* XPMineExchangeAuthorityModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineExchangeAuthorityModel.m; sourceTree = ""; }; - E85E7B6A2A4EC39400B6D00A /* XPMineExchangeAuthorityModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineExchangeAuthorityModel.h; sourceTree = ""; }; - E85E7B6C2A4EC4AE00B6D00A /* XPMineGuildPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildPresenter.m; sourceTree = ""; }; - E85E7B6D2A4EC4AE00B6D00A /* XPMineGuildPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildPresenter.h; sourceTree = ""; }; - E85E7B6F2A4EC4B700B6D00A /* XPMineGuildProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGuildProtocol.h; sourceTree = ""; }; - E85E7B702A4EC93C00B6D00A /* XPMineGiveDiamondSearchView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondSearchView.h; sourceTree = ""; }; - E85E7B712A4EC93C00B6D00A /* XPMineGiveDiamondSearchView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineGiveDiamondSearchView.m; sourceTree = ""; }; - E85E7B752A4EC99200B6D00A /* XPMineGiveDiamondPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGiveDiamondPresenter.m; sourceTree = ""; }; - E85E7B762A4EC99200B6D00A /* XPMineGiveDiamondPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondPresenter.h; sourceTree = ""; }; - E85E7B782A4EC99200B6D00A /* XPMineGiveDiamondProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondProtocol.h; sourceTree = ""; }; - E85E7B7A2A4EC99200B6D00A /* XPMineGiveDiamondDetailsModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGiveDiamondDetailsModel.m; sourceTree = ""; }; - E85E7B7B2A4EC99200B6D00A /* XPMineGiveDiamondModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGiveDiamondModel.m; sourceTree = ""; }; - E85E7B7C2A4EC99200B6D00A /* XPMineGiveDiamondSearchModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondSearchModel.h; sourceTree = ""; }; - E85E7B7D2A4EC99200B6D00A /* XPMineGiveDiamondDetailsModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondDetailsModel.h; sourceTree = ""; }; - E85E7B7E2A4EC99200B6D00A /* XPMineGiveDiamondModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondModel.h; sourceTree = ""; }; - E85E7B7F2A4EC99200B6D00A /* XPMineGiveDiamondSearchModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGiveDiamondSearchModel.m; sourceTree = ""; }; - E85E7B812A4EC99200B6D00A /* XPMineGiveDiamondVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondVC.h; sourceTree = ""; }; - E85E7B822A4EC99200B6D00A /* XPMineChooseGiveDiamondVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineChooseGiveDiamondVC.h; sourceTree = ""; }; - E85E7B832A4EC99200B6D00A /* XPMineGiveDiamondDetailsVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGiveDiamondDetailsVC.m; sourceTree = ""; }; - E85E7B842A4EC99200B6D00A /* XPMineGiveDiamondDetailsVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondDetailsVC.h; sourceTree = ""; }; - E85E7B862A4EC99200B6D00A /* XPMineGiveDiamondCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGiveDiamondCell.m; sourceTree = ""; }; - E85E7B872A4EC99200B6D00A /* XPMineChooseGiveDiamondView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineChooseGiveDiamondView.m; sourceTree = ""; }; - E85E7B882A4EC99200B6D00A /* XPMineConfirmGiveDiamondView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineConfirmGiveDiamondView.h; sourceTree = ""; }; - E85E7B892A4EC99200B6D00A /* XPMineGiveDiamondSearchView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGiveDiamondSearchView.m; sourceTree = ""; }; - E85E7B8A2A4EC99200B6D00A /* XPMineGiveDiamondPasswordView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGiveDiamondPasswordView.m; sourceTree = ""; }; - E85E7B8B2A4EC99200B6D00A /* XPMineChooseGiveGiftViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineChooseGiveGiftViewCell.h; sourceTree = ""; }; - E85E7B8C2A4EC99200B6D00A /* XPMineGiveDiamondDetailsView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondDetailsView.h; sourceTree = ""; }; - E85E7B8D2A4EC99200B6D00A /* XPMineChooseGiveGiftView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineChooseGiveGiftView.h; sourceTree = ""; }; - E85E7B8E2A4EC99200B6D00A /* XPMineGiveDiamondPwdView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondPwdView.h; sourceTree = ""; }; - E85E7B8F2A4EC99200B6D00A /* XPMineGiveDiamondDetailsCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondDetailsCell.h; sourceTree = ""; }; - E85E7B902A4EC99200B6D00A /* XPMineChooseGiveDiamondView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineChooseGiveDiamondView.h; sourceTree = ""; }; - E85E7B912A4EC99200B6D00A /* XPMineGiveDiamondCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondCell.h; sourceTree = ""; }; - E85E7B922A4EC99200B6D00A /* XPMineChooseGiveGiftViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineChooseGiveGiftViewCell.m; sourceTree = ""; }; - E85E7B932A4EC99200B6D00A /* XPMineGiveDiamondPasswordView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondPasswordView.h; sourceTree = ""; }; - E85E7B942A4EC99200B6D00A /* XPMineGiveDiamondSearchView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineGiveDiamondSearchView.h; sourceTree = ""; }; - E85E7B952A4EC99200B6D00A /* XPMineConfirmGiveDiamondView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineConfirmGiveDiamondView.m; sourceTree = ""; }; - E85E7B962A4EC99200B6D00A /* XPMineGiveDiamondPwdView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGiveDiamondPwdView.m; sourceTree = ""; }; - E85E7B972A4EC99200B6D00A /* XPMineChooseGiveGiftView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineChooseGiveGiftView.m; sourceTree = ""; }; - E85E7B982A4EC99200B6D00A /* XPMineGiveDiamondDetailsView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGiveDiamondDetailsView.m; sourceTree = ""; }; - E85E7B992A4EC99200B6D00A /* XPMineGiveDiamondDetailsCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGiveDiamondDetailsCell.m; sourceTree = ""; }; - E85E7B9A2A4EC99200B6D00A /* XPMineGiveDiamondVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGiveDiamondVC.m; sourceTree = ""; }; - E85E7B9B2A4EC99200B6D00A /* XPMineChooseGiveDiamondVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineChooseGiveDiamondVC.m; sourceTree = ""; }; - E85E7B9D2A4EC99200B6D00A /* Api+GiveDiamond.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Api+GiveDiamond.h"; sourceTree = ""; }; - E85E7B9E2A4EC99200B6D00A /* Api+GiveDiamond.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Api+GiveDiamond.m"; sourceTree = ""; }; - E85E7BB12A4ED45300B6D00A /* XPPageControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPPageControl.h; sourceTree = ""; }; - E85E7BB22A4ED45300B6D00A /* XPPageControl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPPageControl.m; sourceTree = ""; }; - E85E7BB42A4ED59900B6D00A /* XPIncomeRecordGoldDetailsCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordGoldDetailsCell.h; sourceTree = ""; }; - E85E7BB52A4ED59900B6D00A /* XPIncomeRecordGoldDetailsCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPIncomeRecordGoldDetailsCell.m; sourceTree = ""; }; - E85E7BB72A4ED89E00B6D00A /* XPIncomeRecordGoldDetailsHeadView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordGoldDetailsHeadView.h; sourceTree = ""; }; - E85E7BB82A4ED89F00B6D00A /* XPIncomeRecordGoldDetailsHeadView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPIncomeRecordGoldDetailsHeadView.m; sourceTree = ""; }; - E85E7BBA2A4EE70B00B6D00A /* XPMineTheGuildCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineTheGuildCell.h; sourceTree = ""; }; - E85E7BBB2A4EE70B00B6D00A /* XPMineTheGuildCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineTheGuildCell.m; sourceTree = ""; }; - E85E7BBD2A4EE7AC00B6D00A /* XPMinePersonalCenterCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMinePersonalCenterCell.h; sourceTree = ""; }; - E85E7BBE2A4EE7AC00B6D00A /* XPMinePersonalCenterCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMinePersonalCenterCell.m; sourceTree = ""; }; - E85E7BC02A4EE82300B6D00A /* XPMineListCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineListCell.h; sourceTree = ""; }; - E85E7BC12A4EE82300B6D00A /* XPMineListCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineListCell.m; sourceTree = ""; }; - E86507E3281A7D4D006951B0 /* MessageContentTweetView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentTweetView.h; sourceTree = ""; }; - E86507E4281A7D4D006951B0 /* MessageContentTweetView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentTweetView.m; sourceTree = ""; }; - E86507E6281A8212006951B0 /* ContentTweetModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ContentTweetModel.h; sourceTree = ""; }; - E86507E7281A8212006951B0 /* ContentTweetModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ContentTweetModel.m; sourceTree = ""; }; - E86507E9281A88A9006951B0 /* MessageContentSkillCardView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentSkillCardView.h; sourceTree = ""; }; - E86507EA281A88A9006951B0 /* MessageContentSkillCardView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentSkillCardView.m; sourceTree = ""; }; - E86596412701611A00846EBD /* UIImage+ImageEffects.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+ImageEffects.m"; sourceTree = ""; }; - E86596422701611A00846EBD /* UIImage+ImageEffects.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+ImageEffects.h"; sourceTree = ""; }; - E865964F2701A1C000846EBD /* StatisticsService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatisticsService.h; sourceTree = ""; }; - E86596502701A1C000846EBD /* StatisticsService.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = StatisticsService.m; sourceTree = ""; }; - E86596522701A55500846EBD /* StatisticsServiceHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatisticsServiceHelper.h; sourceTree = ""; }; - E86596532701A55500846EBD /* StatisticsServiceHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = StatisticsServiceHelper.m; sourceTree = ""; }; - E8659907273E800D00EE349D /* XPGiftCollectionViewFlowLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftCollectionViewFlowLayout.h; sourceTree = ""; }; - E8659908273E800D00EE349D /* XPGiftCollectionViewFlowLayout.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftCollectionViewFlowLayout.m; sourceTree = ""; }; - E8664ECE27E42238000171BA /* XPRoomPKTimePickerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKTimePickerView.h; sourceTree = ""; }; - E8664ECF27E42238000171BA /* XPRoomPKTimePickerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKTimePickerView.m; sourceTree = ""; }; - E8664ED127E4258A000171BA /* RoomPKTimeItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomPKTimeItemModel.h; sourceTree = ""; }; - E8664ED227E4258A000171BA /* RoomPKTimeItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomPKTimeItemModel.m; sourceTree = ""; }; - E8664ED427E434D5000171BA /* XPRoomPKRecordViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKRecordViewController.h; sourceTree = ""; }; - E8664ED527E434D5000171BA /* XPRoomPKRecordViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKRecordViewController.m; sourceTree = ""; }; - E8664ED727E4355C000171BA /* XPRoomPKRecordTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKRecordTableViewCell.h; sourceTree = ""; }; - E8664ED827E4355C000171BA /* XPRoomPKRecordTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKRecordTableViewCell.m; sourceTree = ""; }; - E8664EDA27E43632000171BA /* XPRoomPKEmptyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKEmptyTableViewCell.h; sourceTree = ""; }; - E8664EDB27E43632000171BA /* XPRoomPKEmptyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKEmptyTableViewCell.m; sourceTree = ""; }; - E8664EDD27E45EC7000171BA /* XPRoomPKRecordPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKRecordPresenter.h; sourceTree = ""; }; - E8664EDE27E45EC7000171BA /* XPRoomPKRecordPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKRecordPresenter.m; sourceTree = ""; }; - E8664EE027E45EE6000171BA /* XPRoomPKRecordProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKRecordProtocol.h; sourceTree = ""; }; - E8664EE127E47711000171BA /* XPRoomPKRecordNickView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKRecordNickView.h; sourceTree = ""; }; - E8664EE227E47711000171BA /* XPRoomPKRecordNickView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKRecordNickView.m; sourceTree = ""; }; - E8664EE427E482EF000171BA /* RoomPKTeamModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomPKTeamModel.h; sourceTree = ""; }; - E8664EE527E482EF000171BA /* RoomPKTeamModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomPKTeamModel.m; sourceTree = ""; }; - E866B6E32759F96F009B002A /* XPMiniRoomView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMiniRoomView.h; sourceTree = ""; }; - E866B6E42759F96F009B002A /* XPMiniRoomView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMiniRoomView.m; sourceTree = ""; }; - E8680716271967B00024F48F /* MicroView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MicroView.h; sourceTree = ""; }; - E8680717271967B00024F48F /* MicroView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MicroView.m; sourceTree = ""; }; - E86A16BD2856D4D5004228B8 /* XPSessionFindNewGreetListView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionFindNewGreetListView.h; sourceTree = ""; }; - E86A16BE2856D4D5004228B8 /* XPSessionFindNewGreetListView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionFindNewGreetListView.m; sourceTree = ""; }; - E86A16C02856D635004228B8 /* XPSessionFindNewGreetTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionFindNewGreetTableViewCell.h; sourceTree = ""; }; - E86A16C12856D635004228B8 /* XPSessionFindNewGreetTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionFindNewGreetTableViewCell.m; sourceTree = ""; }; - E86A16C32856DBEC004228B8 /* FindNewGreetListModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FindNewGreetListModel.h; sourceTree = ""; }; - E86A16C42856DBEC004228B8 /* FindNewGreetListModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FindNewGreetListModel.m; sourceTree = ""; }; - E86E79CB28A4E045006DAF48 /* MessageContentRiskAlertView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentRiskAlertView.h; sourceTree = ""; }; - E86E79CC28A4E045006DAF48 /* MessageContentRiskAlertView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentRiskAlertView.m; sourceTree = ""; }; - E86E79CE28A4E0B2006DAF48 /* ContentRistAlertModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ContentRistAlertModel.h; sourceTree = ""; }; - E86E79CF28A4E0B2006DAF48 /* ContentRistAlertModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ContentRistAlertModel.m; sourceTree = ""; }; - E86E79D128A4E94E006DAF48 /* SessionRiskView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionRiskView.h; sourceTree = ""; }; - E86E79D228A4E94E006DAF48 /* SessionRiskView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionRiskView.m; sourceTree = ""; }; - E86E79D428A4EA0C006DAF48 /* SessionRiskCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionRiskCache.h; sourceTree = ""; }; - E86E79D528A4EA0C006DAF48 /* SessionRiskCache.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionRiskCache.m; sourceTree = ""; }; - E86F6183284F4E4800E8EC9A /* RoomHalfHourRankModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomHalfHourRankModel.h; sourceTree = ""; }; - E86F6184284F4E4800E8EC9A /* RoomHalfHourRankModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomHalfHourRankModel.m; sourceTree = ""; }; - E872309126E8D31500B90D4F /* LoginVerifCodeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginVerifCodeView.h; sourceTree = ""; }; - E872309226E8D31500B90D4F /* LoginVerifCodeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LoginVerifCodeView.m; sourceTree = ""; }; - E8729EB92A3B10C10076D80A /* YuMiRelease.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = YuMiRelease.entitlements; sourceTree = ""; }; - E8729EBA2A3B10C10076D80A /* YuMi.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = YuMi.entitlements; sourceTree = ""; }; - E873EB00280922720071030D /* XPMineUserInfoEmptyCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoEmptyCollectionViewCell.h; sourceTree = ""; }; - E873EB01280922720071030D /* XPMineUserInfoEmptyCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoEmptyCollectionViewCell.m; sourceTree = ""; }; - E873EB03280943ED0071030D /* XPMineUserInfoGiftWallPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoGiftWallPresenter.h; sourceTree = ""; }; - E873EB04280943ED0071030D /* XPMineUserInfoGiftWallPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoGiftWallPresenter.m; sourceTree = ""; }; - E873EB06280944020071030D /* XPMineUserInfoGiftWallProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoGiftWallProtocol.h; sourceTree = ""; }; - E873EB07280960990071030D /* XPMineUserInfoVoiceCardView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoVoiceCardView.h; sourceTree = ""; }; - E873EB08280960990071030D /* XPMineUserInfoVoiceCardView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoVoiceCardView.m; sourceTree = ""; }; - E873EB0A2809850D0071030D /* MessageContentCustomView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentCustomView.h; sourceTree = ""; }; - E873EB0B2809850D0071030D /* MessageContentCustomView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentCustomView.m; sourceTree = ""; }; - E873EB0D28098D500071030D /* MessageContentGiftView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentGiftView.h; sourceTree = ""; }; - E873EB0E28098D500071030D /* MessageContentGiftView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentGiftView.m; sourceTree = ""; }; - E874B88627215D39003954B9 /* MicroStateModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MicroStateModel.h; sourceTree = ""; }; - E874B88727215D39003954B9 /* MicroStateModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MicroStateModel.m; sourceTree = ""; }; - E874B88927215EAF003954B9 /* MicroQueueModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MicroQueueModel.h; sourceTree = ""; }; - E874B88A27215EAF003954B9 /* MicroQueueModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MicroQueueModel.m; sourceTree = ""; }; - E8751E5728A62A390056EF44 /* Api+Sailing.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+Sailing.h"; sourceTree = ""; }; - E8751E5828A62A390056EF44 /* Api+Sailing.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+Sailing.m"; sourceTree = ""; }; - E8751E5A28A62A530056EF44 /* XPSailingViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSailingViewController.h; sourceTree = ""; }; - E8751E5B28A62A530056EF44 /* XPSailingViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSailingViewController.m; sourceTree = ""; }; - E8751E5D28A62A970056EF44 /* XPSailingPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSailingPresenter.h; sourceTree = ""; }; - E8751E5E28A62A970056EF44 /* XPSailingPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSailingPresenter.m; sourceTree = ""; }; - E8751E6028A62AA60056EF44 /* XPSailingProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSailingProtocol.h; sourceTree = ""; }; - E8751E6128A646400056EF44 /* XPSailingRankView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSailingRankView.h; sourceTree = ""; }; - E8751E6228A646400056EF44 /* XPSailingRankView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSailingRankView.m; sourceTree = ""; }; - E8751E6428A6465A0056EF44 /* XPSailingRankSubView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSailingRankSubView.h; sourceTree = ""; }; - E8751E6528A6465A0056EF44 /* XPSailingRankSubView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSailingRankSubView.m; sourceTree = ""; }; - E8751E6928A64C6E0056EF44 /* XPSailingRankTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSailingRankTableViewCell.h; sourceTree = ""; }; - E8751E6A28A64C6E0056EF44 /* XPSailingRankTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSailingRankTableViewCell.m; sourceTree = ""; }; - E8751E6C28A64F990056EF44 /* XPSailingEmptyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSailingEmptyTableViewCell.h; sourceTree = ""; }; - E8751E6D28A64F990056EF44 /* XPSailingEmptyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSailingEmptyTableViewCell.m; sourceTree = ""; }; - E8751E6F28A6541B0056EF44 /* RoomSailingRankModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomSailingRankModel.h; sourceTree = ""; }; - E8751E7028A6541B0056EF44 /* RoomSailingRankModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomSailingRankModel.m; sourceTree = ""; }; - E8751E7228A665BC0056EF44 /* RoomSailingInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomSailingInfoModel.h; sourceTree = ""; }; - E8751E7328A665BC0056EF44 /* RoomSailingInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomSailingInfoModel.m; sourceTree = ""; }; - E875A1B629755EE200AB1BBD /* SessionUserInfoTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionUserInfoTableViewCell.h; sourceTree = ""; }; - E875A1B729755EE200AB1BBD /* SessionUserInfoTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionUserInfoTableViewCell.m; sourceTree = ""; }; - E875FA8527D619820086ED04 /* ClientDataModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ClientDataModel.h; sourceTree = ""; }; - E875FA8627D619820086ED04 /* ClientDataModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ClientDataModel.m; sourceTree = ""; }; - E8778ADF2988B4C300CF139B /* MessageRevokeModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageRevokeModel.h; sourceTree = ""; }; - E8778AE02988B4C300CF139B /* MessageRevokeModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageRevokeModel.m; sourceTree = ""; }; - E8778AE22988B57B00CF139B /* MessageContentRevokeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentRevokeView.h; sourceTree = ""; }; - E8778AE32988B57B00CF139B /* MessageContentRevokeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentRevokeView.m; sourceTree = ""; }; - E8778AE52988C1E000CF139B /* XPSessionHelloEnterView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionHelloEnterView.h; sourceTree = ""; }; - E8778AE62988C1E000CF139B /* XPSessionHelloEnterView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionHelloEnterView.m; sourceTree = ""; }; - E8778AEE2988EF0600CF139B /* XPSessionSayHelloViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionSayHelloViewController.h; sourceTree = ""; }; - E8778AEF2988EF0600CF139B /* XPSessionSayHelloViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionSayHelloViewController.m; sourceTree = ""; }; - E8778AF32988EF2B00CF139B /* XPSessionSayHelloTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionSayHelloTableViewCell.h; sourceTree = ""; }; - E8778AF42988EF2B00CF139B /* XPSessionSayHelloTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionSayHelloTableViewCell.m; sourceTree = ""; }; - E8778AF62988F4E200CF139B /* XPSessionSayHelloHeaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionSayHelloHeaderView.h; sourceTree = ""; }; - E8778AF72988F4E200CF139B /* XPSessionSayHelloHeaderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionSayHelloHeaderView.m; sourceTree = ""; }; - E8778AF92989034200CF139B /* XPSessionSayHelloEmptyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionSayHelloEmptyTableViewCell.h; sourceTree = ""; }; - E8778AFA2989034200CF139B /* XPSessionSayHelloEmptyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionSayHelloEmptyTableViewCell.m; sourceTree = ""; }; - E877A7E92783E24700EFACED /* DatingStageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DatingStageView.h; sourceTree = ""; }; - E877A7EA2783E24700EFACED /* DatingStageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DatingStageView.m; sourceTree = ""; }; - E877A7EC278428FB00EFACED /* MicroDatingProgressView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MicroDatingProgressView.h; sourceTree = ""; }; - E877A7ED278428FB00EFACED /* MicroDatingProgressView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MicroDatingProgressView.m; sourceTree = ""; }; - E87888F32738C30E00BF1D57 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; - E8788932273A53D700BF1D57 /* XPSendGiftView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSendGiftView.h; sourceTree = ""; }; - E8788933273A53D700BF1D57 /* XPSendGiftView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSendGiftView.m; sourceTree = ""; }; - E878893A273A54C300BF1D57 /* Api+Gift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+Gift.h"; sourceTree = ""; }; - E878893B273A54C300BF1D57 /* Api+Gift.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+Gift.m"; sourceTree = ""; }; - E878893D273A54F500BF1D57 /* XPGiftPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftPresenter.h; sourceTree = ""; }; - E878893E273A54F500BF1D57 /* XPGiftPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftPresenter.m; sourceTree = ""; }; - E8788940273A55AD00BF1D57 /* XPGiftUsersView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftUsersView.h; sourceTree = ""; }; - E8788941273A55AD00BF1D57 /* XPGiftUsersView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftUsersView.m; sourceTree = ""; }; - E8788943273A55C200BF1D57 /* XPGiftInfoView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftInfoView.h; sourceTree = ""; }; - E8788944273A55C200BF1D57 /* XPGiftInfoView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftInfoView.m; sourceTree = ""; }; - E8788946273A55D000BF1D57 /* XPGiftBarView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftBarView.h; sourceTree = ""; }; - E8788947273A55D000BF1D57 /* XPGiftBarView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftBarView.m; sourceTree = ""; }; - E878894A273A607C00BF1D57 /* XPGiftUserCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftUserCollectionViewCell.h; sourceTree = ""; }; - E878894B273A607C00BF1D57 /* XPGiftUserCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftUserCollectionViewCell.m; sourceTree = ""; }; - E878894D273A672200BF1D57 /* XPGiftProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftProtocol.h; sourceTree = ""; }; - E878894E273A699900BF1D57 /* ThemeColor+SendGift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ThemeColor+SendGift.h"; sourceTree = ""; }; - E878894F273A699900BF1D57 /* ThemeColor+SendGift.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "ThemeColor+SendGift.m"; sourceTree = ""; }; - E878B8562835F0D300E22DCF /* MonentsInteractiveModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MonentsInteractiveModel.h; sourceTree = ""; }; - E878B8572835F0D300E22DCF /* MonentsInteractiveModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MonentsInteractiveModel.m; sourceTree = ""; }; - E878B8592835F3BF00E22DCF /* XPMonentsInteractiveTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsInteractiveTableViewCell.h; sourceTree = ""; }; - E878B85A2835F3BF00E22DCF /* XPMonentsInteractiveTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsInteractiveTableViewCell.m; sourceTree = ""; }; - E878B85C283640A500E22DCF /* MonentsUnReadModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MonentsUnReadModel.h; sourceTree = ""; }; - E878B85D283640A500E22DCF /* MonentsUnReadModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MonentsUnReadModel.m; sourceTree = ""; }; - E87A24EF272935920086A794 /* XPMessageRemoteExtModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMessageRemoteExtModel.h; sourceTree = ""; }; - E87A24F0272935920086A794 /* XPMessageRemoteExtModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMessageRemoteExtModel.m; sourceTree = ""; }; - E87A27012758BC81002DDC7A /* XPRoomSearchContainerViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomSearchContainerViewController.h; sourceTree = ""; }; - E87A27022758BC81002DDC7A /* XPRoomSearchContainerViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomSearchContainerViewController.m; sourceTree = ""; }; - E87AE7F7277AABE50037823A /* XPRoomTagListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomTagListViewController.h; sourceTree = ""; }; - E87AE7F8277AABE50037823A /* XPRoomTagListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomTagListViewController.m; sourceTree = ""; }; - E87AE7FA277AAC450037823A /* XPRoomTagPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomTagPresenter.h; sourceTree = ""; }; - E87AE7FB277AAC450037823A /* XPRoomTagPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomTagPresenter.m; sourceTree = ""; }; - E87AE7FD277AAC5A0037823A /* XPRoomTagProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomTagProtocol.h; sourceTree = ""; }; - E87AE8BF284E184300CAFBB3 /* RoomNewUserGreetModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomNewUserGreetModel.h; sourceTree = ""; }; - E87AE8C0284E184300CAFBB3 /* RoomNewUserGreetModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomNewUserGreetModel.m; sourceTree = ""; }; - E87AE8C3284E1A8400CAFBB3 /* XPRoomNewUserGreetView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomNewUserGreetView.h; sourceTree = ""; }; - E87AE8C4284E1A8400CAFBB3 /* XPRoomNewUserGreetView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomNewUserGreetView.m; sourceTree = ""; }; - E87C0A9B27D9986700CB2241 /* XPRoomFaceCollectionFlowLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomFaceCollectionFlowLayout.h; sourceTree = ""; }; - E87C0A9C27D9986700CB2241 /* XPRoomFaceCollectionFlowLayout.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomFaceCollectionFlowLayout.m; sourceTree = ""; }; - E87C0A9E27D9DE6400CB2241 /* RoomFaceSendInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomFaceSendInfoModel.h; sourceTree = ""; }; - E87C0A9F27D9DE6400CB2241 /* RoomFaceSendInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomFaceSendInfoModel.m; sourceTree = ""; }; - E87C54BC2823CC5B0051AA11 /* XPMineResetLoginPwdPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineResetLoginPwdPresenter.h; sourceTree = ""; }; - E87C54BD2823CC5B0051AA11 /* XPMineResetLoginPwdPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineResetLoginPwdPresenter.m; sourceTree = ""; }; - E87C54BF2823CC940051AA11 /* XPMineResetLoginPwdProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineResetLoginPwdProtocol.h; sourceTree = ""; }; - E87DF4AE2A429B32009C1185 /* XPFirstRechargeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPFirstRechargeView.m; sourceTree = ""; }; - E87DF4AF2A429B32009C1185 /* XPFirstRechargeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPFirstRechargeView.h; sourceTree = ""; }; - E87DF4B12A429C6E009C1185 /* FirstChargeRoomWindowModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirstChargeRoomWindowModel.h; sourceTree = ""; }; - E87DF4B22A429C6E009C1185 /* FirstChargeRoomWindowModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FirstChargeRoomWindowModel.m; sourceTree = ""; }; - E87DF4B52A42C2FD009C1185 /* XPFirstRechargeCollectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPFirstRechargeCollectionView.m; sourceTree = ""; }; - E87DF4B62A42C2FD009C1185 /* XPFirstRechargeCollectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPFirstRechargeCollectionView.h; sourceTree = ""; }; - E87DF4BD2A42C8C1009C1185 /* HomeTagModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeTagModel.h; sourceTree = ""; }; - E87DF4BE2A42C8C1009C1185 /* HomeTagModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeTagModel.m; sourceTree = ""; }; - E87DF4C02A42C900009C1185 /* XPNoteView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNoteView.h; sourceTree = ""; }; - E87DF4C12A42C900009C1185 /* XPNoteView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNoteView.m; sourceTree = ""; }; - E87DF4CA2A42C960009C1185 /* HomeBannerInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeBannerInfoModel.h; sourceTree = ""; }; - E87DF4CB2A42C960009C1185 /* HomeBannerInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeBannerInfoModel.m; sourceTree = ""; }; - E87DF4D22A42C9B1009C1185 /* HomeRecommendRoomModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeRecommendRoomModel.h; sourceTree = ""; }; - E87DF4D32A42C9B1009C1185 /* HomeRecommendRoomModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeRecommendRoomModel.m; sourceTree = ""; }; - E87DF4D52A42C9C3009C1185 /* HomePlayRoomModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomePlayRoomModel.m; sourceTree = ""; }; - E87DF4D62A42C9C3009C1185 /* HomePlayRoomModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomePlayRoomModel.h; sourceTree = ""; }; - E87DF4D82A42C9D8009C1185 /* HomeCollectRoomModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeCollectRoomModel.m; sourceTree = ""; }; - E87DF4D92A42C9D9009C1185 /* HomeCollectRoomModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeCollectRoomModel.h; sourceTree = ""; }; - E87DF4DB2A42CA12009C1185 /* HomeSearchResultModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeSearchResultModel.m; sourceTree = ""; }; - E87DF4DC2A42CA12009C1185 /* HomeSearchResultModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeSearchResultModel.h; sourceTree = ""; }; - E87DF4E22A42CAD2009C1185 /* XPHomeSearchNavView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomeSearchNavView.m; sourceTree = ""; }; - E87DF4E32A42CAD2009C1185 /* XPHomeSearchNavView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeSearchNavView.h; sourceTree = ""; }; - E87DF4E52A42CAFF009C1185 /* XPHomePresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomePresenter.m; sourceTree = ""; }; - E87DF4E62A42CB00009C1185 /* XPHomePresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomePresenter.h; sourceTree = ""; }; - E87DF4E82A42CB24009C1185 /* XPHomeProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeProtocol.h; sourceTree = ""; }; - E87DF4EA2A42CB60009C1185 /* XPSearchListTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPSearchListTableViewCell.m; sourceTree = ""; }; - E87DF4EB2A42CB60009C1185 /* XPSearchListTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPSearchListTableViewCell.h; sourceTree = ""; }; - E87DF4ED2A42CB90009C1185 /* XPHomeCollectRoomTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeCollectRoomTableViewCell.h; sourceTree = ""; }; - E87DF4EE2A42CB90009C1185 /* XPHomeCollectRoomTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomeCollectRoomTableViewCell.m; sourceTree = ""; }; - E87DF4F02A42CBEC009C1185 /* XPHomeUserView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomeUserView.m; sourceTree = ""; }; - E87DF4F12A42CBEC009C1185 /* XPHomeUserView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeUserView.h; sourceTree = ""; }; - E87DF4F32A42CC49009C1185 /* HomeMenuInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeMenuInfoModel.h; sourceTree = ""; }; - E87DF4F42A42CC49009C1185 /* HomeMenuInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeMenuInfoModel.m; sourceTree = ""; }; - E87DF4F62A42CCAB009C1185 /* XPHomeSearchRelateView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomeSearchRelateView.m; sourceTree = ""; }; - E87DF4F72A42CCAB009C1185 /* XPHomeSearchRelateView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeSearchRelateView.h; sourceTree = ""; }; - E87DF4F92A42CCDD009C1185 /* XPHomeRedommendCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeRedommendCollectionViewCell.h; sourceTree = ""; }; - E87DF4FA2A42CCDE009C1185 /* XPHomeRedommendCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomeRedommendCollectionViewCell.m; sourceTree = ""; }; - E87DF4FC2A42CD7D009C1185 /* XPRoomSearchRecommendHeadView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomSearchRecommendHeadView.m; sourceTree = ""; }; - E87DF4FD2A42CD7E009C1185 /* XPRoomSearchRecommendHeadView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomSearchRecommendHeadView.h; sourceTree = ""; }; - E87DF4FF2A42CDB4009C1185 /* XPHomeRecommendProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeRecommendProtocol.h; sourceTree = ""; }; - E87DF5002A42CDF1009C1185 /* XPHomeAttentionCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeAttentionCollectionViewCell.h; sourceTree = ""; }; - E87DF5012A42CDF1009C1185 /* XPHomeAttentionCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomeAttentionCollectionViewCell.m; sourceTree = ""; }; - E87DF5032A42CE21009C1185 /* XPHomeSearchRecordCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeSearchRecordCell.h; sourceTree = ""; }; - E87DF5042A42CE21009C1185 /* XPHomeSearchRecordCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomeSearchRecordCell.m; sourceTree = ""; }; - E87DF5062A42CE79009C1185 /* XPInRoomRecordPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPInRoomRecordPresenter.h; sourceTree = ""; }; - E87DF5072A42CE79009C1185 /* XPInRoomRecordPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPInRoomRecordPresenter.m; sourceTree = ""; }; - E87DF5092A42CEC9009C1185 /* HomeEveryOneSearchModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeEveryOneSearchModel.h; sourceTree = ""; }; - E87DF50A2A42CEC9009C1185 /* HomeEveryOneSearchModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeEveryOneSearchModel.m; sourceTree = ""; }; - E87DF50C2A42CF15009C1185 /* HomeLiveRoomModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeLiveRoomModel.h; sourceTree = ""; }; - E87DF50D2A42CF15009C1185 /* HomeLiveRoomModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeLiveRoomModel.m; sourceTree = ""; }; - E87E545229AA05EA00EBE52B /* XPFootPrintNavView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPFootPrintNavView.h; sourceTree = ""; }; - E87E545329AA05EA00EBE52B /* XPFootPrintNavView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPFootPrintNavView.m; sourceTree = ""; }; - E87E62552A3F560A002F68C9 /* XPHomePartyViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomePartyViewController.h; sourceTree = ""; }; - E87E62562A3F560A002F68C9 /* XPHomePartyViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomePartyViewController.m; sourceTree = ""; }; - E87E62572A3F560A002F68C9 /* XPHomeRecommendViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeRecommendViewController.h; sourceTree = ""; }; - E87E62582A3F560A002F68C9 /* XPHomeRecommendViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomeRecommendViewController.m; sourceTree = ""; }; - E87E625B2A3F5622002F68C9 /* XPNewHomeViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewHomeViewController.h; sourceTree = ""; }; - E87E625C2A3F5622002F68C9 /* XPNewHomeViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewHomeViewController.m; sourceTree = ""; }; - E87E62602A3F5689002F68C9 /* XPNewHomeNavView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNewHomeNavView.m; sourceTree = ""; }; - E87E62612A3F5689002F68C9 /* XPNewHomeNavView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNewHomeNavView.h; sourceTree = ""; }; - E87E62662A3F571C002F68C9 /* XPHomeContainerPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomeContainerPresenter.m; sourceTree = ""; }; - E87E62672A3F571D002F68C9 /* XPHomeContainerPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeContainerPresenter.h; sourceTree = ""; }; - E87E62692A3F5756002F68C9 /* XPHomeContainerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeContainerProtocol.h; sourceTree = ""; }; - E87E626A2A3F5906002F68C9 /* XPHomeBannerTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPHomeBannerTableViewCell.m; sourceTree = ""; }; - E87E626B2A3F5906002F68C9 /* XPNewHomePlayEmptyTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNewHomePlayEmptyTableViewCell.h; sourceTree = ""; }; - E87E626C2A3F5906002F68C9 /* XPNewHomePlayTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNewHomePlayTableViewCell.h; sourceTree = ""; }; - E87E626D2A3F5906002F68C9 /* XPNewHomePlayEmptyTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNewHomePlayEmptyTableViewCell.m; sourceTree = ""; }; - E87E626E2A3F5906002F68C9 /* XPNewHomePartyTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNewHomePartyTableViewCell.h; sourceTree = ""; }; - E87E626F2A3F5906002F68C9 /* XPNewHomePlayTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNewHomePlayTableViewCell.m; sourceTree = ""; }; - E87E62702A3F5907002F68C9 /* XPNewHomeRecommendTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNewHomeRecommendTableViewCell.m; sourceTree = ""; }; - E87E62712A3F5907002F68C9 /* XPNewHomePartyTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNewHomePartyTableViewCell.m; sourceTree = ""; }; - E87E62722A3F5907002F68C9 /* XPHomeBannerTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPHomeBannerTableViewCell.h; sourceTree = ""; }; - E87E62732A3F5907002F68C9 /* XPNewHomeRecommendTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNewHomeRecommendTableViewCell.h; sourceTree = ""; }; - E87E62792A3F5A0D002F68C9 /* XPNewHomeRecommendPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewHomeRecommendPresenter.h; sourceTree = ""; }; - E87E627A2A3F5A0D002F68C9 /* XPNewHomeRecommendPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewHomeRecommendPresenter.m; sourceTree = ""; }; - E87E627C2A3F5A63002F68C9 /* XPNewHomeRecommendProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewHomeRecommendProtocol.h; sourceTree = ""; }; - E87E627D2A3F5D28002F68C9 /* XPNewHomePlayItemCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPNewHomePlayItemCollectionViewCell.h; sourceTree = ""; }; - E87E627E2A3F5D28002F68C9 /* XPNewHomePlayItemCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPNewHomePlayItemCollectionViewCell.m; sourceTree = ""; }; - E87E63F629AA1A5600EBE52B /* xplan-ios.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "xplan-ios.xcdatamodel"; sourceTree = ""; }; - E87E914C2796678D00A7B3F2 /* XPMineDressEmptyTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineDressEmptyTableViewCell.h; sourceTree = ""; }; - E87E914D2796678D00A7B3F2 /* XPMineDressEmptyTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineDressEmptyTableViewCell.m; sourceTree = ""; }; - E87E91502796A15500A7B3F2 /* MicroExtModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MicroExtModel.h; sourceTree = ""; }; - E87E91512796A15500A7B3F2 /* MicroExtModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MicroExtModel.m; sourceTree = ""; }; - E87E91532796B6DE00A7B3F2 /* XPRoomInviteUserViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomInviteUserViewController.h; sourceTree = ""; }; - E87E91542796B6DE00A7B3F2 /* XPRoomInviteUserViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomInviteUserViewController.m; sourceTree = ""; }; - E880B39C278BD49E00A83B0D /* XPAcrossRoomPKViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKViewController.h; sourceTree = ""; }; - E880B39D278BD49E00A83B0D /* XPAcrossRoomPKViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKViewController.m; sourceTree = ""; }; - E880B39F278BD60C00A83B0D /* XPAcrossRoomPKSelectRoomView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKSelectRoomView.h; sourceTree = ""; }; - E880B3A0278BD60C00A83B0D /* XPAcrossRoomPKSelectRoomView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKSelectRoomView.m; sourceTree = ""; }; - E880B3A4278BD69900A83B0D /* XPAcrossRoomPKTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKTableViewCell.h; sourceTree = ""; }; - E880B3A5278BD69900A83B0D /* XPAcrossRoomPKTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKTableViewCell.m; sourceTree = ""; }; - E880B3A7278BD82300A83B0D /* AcrossRoomPKInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcrossRoomPKInfoModel.h; sourceTree = ""; }; - E880B3A8278BD82300A83B0D /* AcrossRoomPKInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AcrossRoomPKInfoModel.m; sourceTree = ""; }; - E880B3AA278BD98600A83B0D /* XPAcrossRoomPKEmptyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKEmptyTableViewCell.h; sourceTree = ""; }; - E880B3AB278BD98600A83B0D /* XPAcrossRoomPKEmptyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKEmptyTableViewCell.m; sourceTree = ""; }; - E880B3AD278BE1D800A83B0D /* Api+AcrossRoomPK.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+AcrossRoomPK.h"; sourceTree = ""; }; - E880B3AE278BE1D800A83B0D /* Api+AcrossRoomPK.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+AcrossRoomPK.m"; sourceTree = ""; }; - E880B3B0278C1D1800A83B0D /* XPAcrossRoomPKRuleView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKRuleView.h; sourceTree = ""; }; - E880B3B1278C1D1800A83B0D /* XPAcrossRoomPKRuleView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKRuleView.m; sourceTree = ""; }; - E880B3B3278C1FE400A83B0D /* XPAcrossRoomPKPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKPresenter.h; sourceTree = ""; }; - E880B3B4278C1FE400A83B0D /* XPAcrossRoomPKPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKPresenter.m; sourceTree = ""; }; - E880B3B6278C1FFB00A83B0D /* XPAcrossRoomProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomProtocol.h; sourceTree = ""; }; - E884C36A2743951B00E1EBED /* GiftReceiveInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiftReceiveInfoModel.h; sourceTree = ""; }; - E884C36B2743951B00E1EBED /* GiftReceiveInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiftReceiveInfoModel.m; sourceTree = ""; }; - E884C36D2743AAC800E1EBED /* AttachmentModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AttachmentModel.h; sourceTree = ""; }; - E884C36E2743AAC800E1EBED /* AttachmentModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AttachmentModel.m; sourceTree = ""; }; - E884C3702743AEDE00E1EBED /* CustomAttachmentDecoder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomAttachmentDecoder.h; sourceTree = ""; }; - E884C3712743AEDE00E1EBED /* CustomAttachmentDecoder.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CustomAttachmentDecoder.m; sourceTree = ""; }; - E885D531297798E1004DC088 /* SessionSettingTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionSettingTableViewCell.h; sourceTree = ""; }; - E885D532297798E1004DC088 /* SessionSettingTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionSettingTableViewCell.m; sourceTree = ""; }; - E885D5342977CE28004DC088 /* SessionSettingModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionSettingModel.h; sourceTree = ""; }; - E885D5352977CE28004DC088 /* SessionSettingModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionSettingModel.m; sourceTree = ""; }; - E885D5372977D10E004DC088 /* SessionSettingUserView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionSettingUserView.h; sourceTree = ""; }; - E885D5382977D10E004DC088 /* SessionSettingUserView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionSettingUserView.m; sourceTree = ""; }; - E885D53A2977FBFD004DC088 /* MessageTimeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageTimeView.h; sourceTree = ""; }; - E885D53B2977FBFD004DC088 /* MessageTimeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageTimeView.m; sourceTree = ""; }; - E88749B4282B8FC600C3C7DB /* MomentsInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MomentsInfoModel.h; sourceTree = ""; }; - E88749B5282B8FC600C3C7DB /* MomentsInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MomentsInfoModel.m; sourceTree = ""; }; - E88863C4278EAFC3004BCFAB /* XPAcrossRoomPKResultView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKResultView.h; sourceTree = ""; }; - E88863C5278EAFC3004BCFAB /* XPAcrossRoomPKResultView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKResultView.m; sourceTree = ""; }; - E88863C7278EBA43004BCFAB /* XPAcrossRoomPKForceEndResultView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKForceEndResultView.h; sourceTree = ""; }; - E88863C8278EBA43004BCFAB /* XPAcrossRoomPKForceEndResultView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKForceEndResultView.m; sourceTree = ""; }; - E88863CA278EC336004BCFAB /* AcrossRoomPKPrizeModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcrossRoomPKPrizeModel.h; sourceTree = ""; }; - E88863CB278EC336004BCFAB /* AcrossRoomPKPrizeModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AcrossRoomPKPrizeModel.m; sourceTree = ""; }; - E88863CD278EC393004BCFAB /* XPAcrossRoomPKPrizeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKPrizeView.h; sourceTree = ""; }; - E88863CE278EC393004BCFAB /* XPAcrossRoomPKPrizeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKPrizeView.m; sourceTree = ""; }; - E88863D1278ED4C0004BCFAB /* Timestamp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Timestamp.h; sourceTree = ""; }; - E88863D2278ED4C0004BCFAB /* Timestamp.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Timestamp.m; sourceTree = ""; }; - E8899C7D27853B6A007944BE /* DatingMicroView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DatingMicroView.h; sourceTree = ""; }; - E8899C7E27853B6A007944BE /* DatingMicroView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DatingMicroView.m; sourceTree = ""; }; - E8899C802785A694007944BE /* DatingInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DatingInfoModel.h; sourceTree = ""; }; - E8899C812785A694007944BE /* DatingInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DatingInfoModel.m; sourceTree = ""; }; - E8899C832785CC69007944BE /* XPRoomDatingAnimationView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomDatingAnimationView.h; sourceTree = ""; }; - E8899C842785CC69007944BE /* XPRoomDatingAnimationView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomDatingAnimationView.m; sourceTree = ""; }; - E88B5CBF26FB407B00DA9178 /* XPMineUserInfoViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoViewController.h; sourceTree = ""; }; - E88B5CC026FB407B00DA9178 /* XPMineUserInfoViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoViewController.m; sourceTree = ""; }; - E88B5CC326FB42B000DA9178 /* XPMineUserInfoHeaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoHeaderView.h; sourceTree = ""; }; - E88B5CC426FB42B000DA9178 /* XPMineUserInfoHeaderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoHeaderView.m; sourceTree = ""; }; - E88C728D2828EA4E0047FB2B /* Music+CoreDataProperties.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Music+CoreDataProperties.h"; sourceTree = ""; }; - E88C728E2828EA4E0047FB2B /* Music+CoreDataClass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Music+CoreDataClass.h"; sourceTree = ""; }; - E88C728F2828EA4E0047FB2B /* Music+CoreDataProperties.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Music+CoreDataProperties.m"; sourceTree = ""; }; - E88C72902828EA4E0047FB2B /* Music+CoreDataClass.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Music+CoreDataClass.m"; sourceTree = ""; }; - E88C72932828F1AD0047FB2B /* XPRoomMusicLibraryViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMusicLibraryViewController.h; sourceTree = ""; }; - E88C72942828F1AD0047FB2B /* XPRoomMusicLibraryViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMusicLibraryViewController.m; sourceTree = ""; }; - E88C72972828F3620047FB2B /* XPRoomMusicLibraryTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMusicLibraryTableViewCell.h; sourceTree = ""; }; - E88C72982828F3620047FB2B /* XPRoomMusicLibraryTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMusicLibraryTableViewCell.m; sourceTree = ""; }; - E88C729A2828F37D0047FB2B /* XPRoomMusicLibraryEmptyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMusicLibraryEmptyTableViewCell.h; sourceTree = ""; }; - E88C729B2828F37D0047FB2B /* XPRoomMusicLibraryEmptyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMusicLibraryEmptyTableViewCell.m; sourceTree = ""; }; - E88C729E2828FCD40047FB2B /* XPMusicLibraryPlayView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMusicLibraryPlayView.h; sourceTree = ""; }; - E88C729F2828FCD40047FB2B /* XPMusicLibraryPlayView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMusicLibraryPlayView.m; sourceTree = ""; }; - E88C72A1282917590047FB2B /* XPRoomMusicVoiceSettingView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMusicVoiceSettingView.h; sourceTree = ""; }; - E88C72A2282917590047FB2B /* XPRoomMusicVoiceSettingView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMusicVoiceSettingView.m; sourceTree = ""; }; - E88C72A4282921D60047FB2B /* XPRoomBackMusicPlayerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomBackMusicPlayerView.h; sourceTree = ""; }; - E88C72A5282921D60047FB2B /* XPRoomBackMusicPlayerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomBackMusicPlayerView.m; sourceTree = ""; }; - E88E4A7E297673DC00019A50 /* SessionNavLiveView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionNavLiveView.h; sourceTree = ""; }; - E88E4A7F297673DC00019A50 /* SessionNavLiveView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionNavLiveView.m; sourceTree = ""; }; - E8901CF428B38D89001E9A92 /* XPGraffitiGiftView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGraffitiGiftView.h; sourceTree = ""; }; - E8901CF528B38D89001E9A92 /* XPGraffitiGiftView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGraffitiGiftView.m; sourceTree = ""; }; - E890BC02273CF0500007C46B /* XPGiftCountModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftCountModel.h; sourceTree = ""; }; - E890BC03273CF0500007C46B /* XPGiftCountModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftCountModel.m; sourceTree = ""; }; - E890BC05273CF1800007C46B /* XPGiftCountCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftCountCollectionViewCell.h; sourceTree = ""; }; - E890BC06273CF1800007C46B /* XPGiftCountCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftCountCollectionViewCell.m; sourceTree = ""; }; - E890BC0B273D09A50007C46B /* XPGiftCountView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftCountView.h; sourceTree = ""; }; - E890BC0C273D09A50007C46B /* XPGiftCountView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftCountView.m; sourceTree = ""; }; - E890BC0E273D23F00007C46B /* GiftInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiftInfoModel.h; sourceTree = ""; }; - E890BC0F273D23F00007C46B /* GiftInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiftInfoModel.m; sourceTree = ""; }; - E895017E282CAC49007E459A /* XPMomentsUserInfoView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsUserInfoView.h; sourceTree = ""; }; - E895017F282CAC49007E459A /* XPMomentsUserInfoView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsUserInfoView.m; sourceTree = ""; }; - E8950181282CAC6A007E459A /* XPMomentsPhotoView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsPhotoView.h; sourceTree = ""; }; - E8950182282CAC6A007E459A /* XPMomentsPhotoView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsPhotoView.m; sourceTree = ""; }; - E8950184282CAC80007E459A /* XPMomentsTooBarView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsTooBarView.h; sourceTree = ""; }; - E8950185282CAC80007E459A /* XPMomentsTooBarView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsTooBarView.m; sourceTree = ""; }; - E8950187282CFFB1007E459A /* XPMomentsLayoutConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsLayoutConfig.h; sourceTree = ""; }; - E8950188282CFFB1007E459A /* XPMomentsLayoutConfig.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsLayoutConfig.m; sourceTree = ""; }; - E895018A282D0701007E459A /* XPMomentsTopicView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsTopicView.h; sourceTree = ""; }; - E895018B282D0701007E459A /* XPMomentsTopicView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsTopicView.m; sourceTree = ""; }; - E896EF922771AAC100AD2CC1 /* XPMineFansPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFansPresenter.h; sourceTree = ""; }; - E896EF932771AAC100AD2CC1 /* XPMineFansPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFansPresenter.m; sourceTree = ""; }; - E896EF952771AAE400AD2CC1 /* XPMineAttentionPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineAttentionPresenter.h; sourceTree = ""; }; - E896EF962771AAE400AD2CC1 /* XPMineAttentionPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineAttentionPresenter.m; sourceTree = ""; }; - E896EF982771AB0000AD2CC1 /* XPMineFansProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFansProtocol.h; sourceTree = ""; }; - E896EF992771AB1800AD2CC1 /* XPMineAttentionProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineAttentionProtocol.h; sourceTree = ""; }; - E896EF9A2771AE6B00AD2CC1 /* XPMineFansViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFansViewController.h; sourceTree = ""; }; - E896EF9B2771AE6B00AD2CC1 /* XPMineFansViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFansViewController.m; sourceTree = ""; }; - E896EF9D2771AE7B00AD2CC1 /* XPMineAttentionViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineAttentionViewController.h; sourceTree = ""; }; - E896EF9E2771AE7B00AD2CC1 /* XPMineAttentionViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineAttentionViewController.m; sourceTree = ""; }; - E896EFA02771AE9400AD2CC1 /* XPMineFriendViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFriendViewController.h; sourceTree = ""; }; - E896EFA12771AE9400AD2CC1 /* XPMineFriendViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFriendViewController.m; sourceTree = ""; }; - E896EFA42771AEDD00AD2CC1 /* XPMineFansTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFansTableViewCell.h; sourceTree = ""; }; - E896EFA52771AEDD00AD2CC1 /* XPMineFansTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFansTableViewCell.m; sourceTree = ""; }; - E896EFA72771AEEC00AD2CC1 /* XPMineAttentionTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineAttentionTableViewCell.h; sourceTree = ""; }; - E896EFA82771AEEC00AD2CC1 /* XPMineAttentionTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineAttentionTableViewCell.m; sourceTree = ""; }; - E896EFAA2771AEFE00AD2CC1 /* XPMineFriendTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFriendTableViewCell.h; sourceTree = ""; }; - E896EFAB2771AEFE00AD2CC1 /* XPMineFriendTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFriendTableViewCell.m; sourceTree = ""; }; - E896EFAD2771AF0F00AD2CC1 /* XPMineFriendEmptyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFriendEmptyTableViewCell.h; sourceTree = ""; }; - E896EFAE2771AF0F00AD2CC1 /* XPMineFriendEmptyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFriendEmptyTableViewCell.m; sourceTree = ""; }; - E896EFB02771C93B00AD2CC1 /* XPMineFriendNumberView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFriendNumberView.h; sourceTree = ""; }; - E896EFB12771C93B00AD2CC1 /* XPMineFriendNumberView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFriendNumberView.m; sourceTree = ""; }; - E897ABFA28AF2E71003B3587 /* XPSailingGiftView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSailingGiftView.h; sourceTree = ""; }; - E897ABFB28AF2E71003B3587 /* XPSailingGiftView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSailingGiftView.m; sourceTree = ""; }; - E897ABFD28AF39B4003B3587 /* XPSailingAnimationView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSailingAnimationView.h; sourceTree = ""; }; - E897ABFE28AF39B4003B3587 /* XPSailingAnimationView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSailingAnimationView.m; sourceTree = ""; }; - E8998D782859784200C68558 /* XPSVGAPlayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSVGAPlayer.h; sourceTree = ""; }; - E8998D792859784200C68558 /* XPSVGAPlayer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSVGAPlayer.m; sourceTree = ""; }; - E8998D7E28597B0300C68558 /* XPRoomLuckyBigPrizeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomLuckyBigPrizeView.h; sourceTree = ""; }; - E8998D7F28597B0300C68558 /* XPRoomLuckyBigPrizeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomLuckyBigPrizeView.m; sourceTree = ""; }; - E8998D832859B4FA00C68558 /* XPMineUserInfoGiftView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoGiftView.h; sourceTree = ""; }; - E8998D842859B4FA00C68558 /* XPMineUserInfoGiftView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoGiftView.m; sourceTree = ""; }; - E8998D892859CB6A00C68558 /* XPMineUserInfoGiftWallSubViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoGiftWallSubViewController.h; sourceTree = ""; }; - E8998D8A2859CB6A00C68558 /* XPMineUserInfoGiftWallSubViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoGiftWallSubViewController.m; sourceTree = ""; }; - E8998D942859DD6F00C68558 /* UIView+Corner.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIView+Corner.h"; sourceTree = ""; }; - E8998D952859DD6F00C68558 /* UIView+Corner.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIView+Corner.m"; sourceTree = ""; }; - E899C68727508F4E00E189E5 /* XPUserCardInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPUserCardInfoModel.h; sourceTree = ""; }; - E899C68827508F4E00E189E5 /* XPUserCardInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPUserCardInfoModel.m; sourceTree = ""; }; - E899C68A275093B700E189E5 /* XPUserCardMicroItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPUserCardMicroItemModel.h; sourceTree = ""; }; - E899C68B275093B800E189E5 /* XPUserCardMicroItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPUserCardMicroItemModel.m; sourceTree = ""; }; - E89BD7D2277D471100E31B19 /* XPRoomOnlineTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomOnlineTableViewCell.h; sourceTree = ""; }; - E89BD7D3277D471100E31B19 /* XPRoomOnlineTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomOnlineTableViewCell.m; sourceTree = ""; }; - E89D60B8271D643A001F8895 /* Api+Room.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+Room.h"; sourceTree = ""; }; - E89D60B9271D643A001F8895 /* Api+Room.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+Room.m"; sourceTree = ""; }; - E89D60BB271D647A001F8895 /* XPRoomPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPresenter.h; sourceTree = ""; }; - E89D60BC271D647A001F8895 /* XPRoomPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPresenter.m; sourceTree = ""; }; - E89D60BE271D648D001F8895 /* XPRoomProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomProtocol.h; sourceTree = ""; }; - E89D60BF271D64B9001F8895 /* RoomInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomInfoModel.h; sourceTree = ""; }; - E89D60C0271D64B9001F8895 /* RoomInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomInfoModel.m; sourceTree = ""; }; - E89DA66527006443008483C1 /* RechargeStorage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RechargeStorage.h; sourceTree = ""; }; - E89DA66627006443008483C1 /* RechargeStorage.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RechargeStorage.m; sourceTree = ""; }; - E89DA67027008D59008483C1 /* WalletInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WalletInfoModel.h; sourceTree = ""; }; - E89DA67127008D59008483C1 /* WalletInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WalletInfoModel.m; sourceTree = ""; }; - E89DA67327009ACD008483C1 /* XPMineRechargeNavView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineRechargeNavView.h; sourceTree = ""; }; - E89DA67427009ACD008483C1 /* XPMineRechargeNavView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineRechargeNavView.m; sourceTree = ""; }; - E89DCF5228FFEC67001647EC /* XPWishGiftHistoryTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWishGiftHistoryTableViewCell.h; sourceTree = ""; }; - E89DCF5328FFEC67001647EC /* XPWishGiftHistoryTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWishGiftHistoryTableViewCell.m; sourceTree = ""; }; - E89DCF5528FFF076001647EC /* XPWishGiftEmptyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWishGiftEmptyTableViewCell.h; sourceTree = ""; }; - E89DCF5628FFF076001647EC /* XPWishGiftEmptyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWishGiftEmptyTableViewCell.m; sourceTree = ""; }; - E89DCF5828FFF1AD001647EC /* XPWishGiftSectionView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWishGiftSectionView.h; sourceTree = ""; }; - E89DCF5928FFF1AD001647EC /* XPWishGiftSectionView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWishGiftSectionView.m; sourceTree = ""; }; - E89DCF5B2900E5EE001647EC /* WishGiftHistoryModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WishGiftHistoryModel.h; sourceTree = ""; }; - E89DCF5C2900E5EE001647EC /* WishGiftHistoryModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WishGiftHistoryModel.m; sourceTree = ""; }; - E89DCF5E2900F4FB001647EC /* XPWishGiftEnterView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWishGiftEnterView.h; sourceTree = ""; }; - E89DCF5F2900F4FB001647EC /* XPWishGiftEnterView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWishGiftEnterView.m; sourceTree = ""; }; - E8A03DFD27635F960098D9EA /* XPRoomCandyGiftView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomCandyGiftView.h; sourceTree = ""; }; - E8A03DFE27635F960098D9EA /* XPRoomCandyGiftView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomCandyGiftView.m; sourceTree = ""; }; - E8A30BE128534A28003B4873 /* XPSessionFindNewViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionFindNewViewController.h; sourceTree = ""; }; - E8A30BE228534A28003B4873 /* XPSessionFindNewViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionFindNewViewController.m; sourceTree = ""; }; - E8A30BE628534A63003B4873 /* XPSessionFindNewTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionFindNewTableViewCell.h; sourceTree = ""; }; - E8A30BE728534A63003B4873 /* XPSessionFindNewTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionFindNewTableViewCell.m; sourceTree = ""; }; - E8A30BE928534A96003B4873 /* XPSessionFindNewFiltrateView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionFindNewFiltrateView.h; sourceTree = ""; }; - E8A30BEA28534A96003B4873 /* XPSessionFindNewFiltrateView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionFindNewFiltrateView.m; sourceTree = ""; }; - E8A30BEC28534AB1003B4873 /* XPSessionFindNewPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionFindNewPresenter.h; sourceTree = ""; }; - E8A30BED28534AB1003B4873 /* XPSessionFindNewPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionFindNewPresenter.m; sourceTree = ""; }; - E8A30BF028534B03003B4873 /* XPSessionFindNewProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionFindNewProtocol.h; sourceTree = ""; }; - E8A30BF128534B17003B4873 /* Api+FindNew.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+FindNew.h"; sourceTree = ""; }; - E8A30BF228534B17003B4873 /* Api+FindNew.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+FindNew.m"; sourceTree = ""; }; - E8A30BF428534B35003B4873 /* FindNewUserInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FindNewUserInfoModel.h; sourceTree = ""; }; - E8A30BF528534B35003B4873 /* FindNewUserInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FindNewUserInfoModel.m; sourceTree = ""; }; - E8A30BF728534E48003B4873 /* XPSessionFindNewEmptyTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionFindNewEmptyTableViewCell.h; sourceTree = ""; }; - E8A30BF828534E48003B4873 /* XPSessionFindNewEmptyTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionFindNewEmptyTableViewCell.m; sourceTree = ""; }; - E8A3538328FD67320014A784 /* GiftLuckyBroadcastModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiftLuckyBroadcastModel.h; sourceTree = ""; }; - E8A3538428FD67320014A784 /* GiftLuckyBroadcastModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiftLuckyBroadcastModel.m; sourceTree = ""; }; - E8A3538C28FE5CED0014A784 /* Api+WishGift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+WishGift.h"; sourceTree = ""; }; - E8A3538D28FE5CED0014A784 /* Api+WishGift.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+WishGift.m"; sourceTree = ""; }; - E8A3538F28FE5F0F0014A784 /* WishGiftInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WishGiftInfoModel.h; sourceTree = ""; }; - E8A3539028FE5F0F0014A784 /* WishGiftInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WishGiftInfoModel.m; sourceTree = ""; }; - E8A3539228FE605F0014A784 /* WishGiftUserModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WishGiftUserModel.h; sourceTree = ""; }; - E8A3539328FE605F0014A784 /* WishGiftUserModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WishGiftUserModel.m; sourceTree = ""; }; - E8A3539528FE7C250014A784 /* XPWishGiftPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWishGiftPresenter.h; sourceTree = ""; }; - E8A3539628FE7C250014A784 /* XPWishGiftPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWishGiftPresenter.m; sourceTree = ""; }; - E8A3539828FE7C4F0014A784 /* XPWishGiftProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWishGiftProtocol.h; sourceTree = ""; }; - E8A3539928FE840A0014A784 /* XPWishGiftViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWishGiftViewController.h; sourceTree = ""; }; - E8A3539A28FE840A0014A784 /* XPWishGiftViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWishGiftViewController.m; sourceTree = ""; }; - E8A3539E28FE84670014A784 /* XPWishGiftInfoView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWishGiftInfoView.h; sourceTree = ""; }; - E8A3539F28FE84670014A784 /* XPWishGiftInfoView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWishGiftInfoView.m; sourceTree = ""; }; - E8A353A128FE90F60014A784 /* XPWishGiftCreateViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWishGiftCreateViewController.h; sourceTree = ""; }; - E8A353A228FE90F60014A784 /* XPWishGiftCreateViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWishGiftCreateViewController.m; sourceTree = ""; }; - E8A353FF28FEAC5E0014A784 /* XPWishGiftTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWishGiftTableViewCell.h; sourceTree = ""; }; - E8A3540028FEAC5E0014A784 /* XPWishGiftTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWishGiftTableViewCell.m; sourceTree = ""; }; - E8A3540228FEB7100014A784 /* XPWishGiftHistoryViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWishGiftHistoryViewController.h; sourceTree = ""; }; - E8A3540328FEB7100014A784 /* XPWishGiftHistoryViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWishGiftHistoryViewController.m; sourceTree = ""; }; - E8A3540528FEBD460014A784 /* XPWishGiftCreateItemViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWishGiftCreateItemViewController.h; sourceTree = ""; }; - E8A3540628FEBD460014A784 /* XPWishGiftCreateItemViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWishGiftCreateItemViewController.m; sourceTree = ""; }; - E8A3540828FEC0510014A784 /* XPWishGiftListView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPWishGiftListView.h; sourceTree = ""; }; - E8A3540928FEC0510014A784 /* XPWishGiftListView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPWishGiftListView.m; sourceTree = ""; }; - E8A72BBA2A3AFB2F00B2EC07 /* PrefixHeader.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = ""; }; - E8A73F8528586A6F00FD9CBC /* XPGiftWeekStarCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftWeekStarCollectionViewCell.h; sourceTree = ""; }; - E8A73F8628586A6F00FD9CBC /* XPGiftWeekStarCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftWeekStarCollectionViewCell.m; sourceTree = ""; }; - E8A88D2527E8193400CA8837 /* XPRoomPKSelectUserView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKSelectUserView.h; sourceTree = ""; }; - E8A88D2627E8193400CA8837 /* XPRoomPKSelectUserView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKSelectUserView.m; sourceTree = ""; }; - E8A88D2827E81C8600CA8837 /* XPRoomPKUserCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomPKUserCollectionViewCell.h; sourceTree = ""; }; - E8A88D2927E81C8600CA8837 /* XPRoomPKUserCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomPKUserCollectionViewCell.m; sourceTree = ""; }; - E8A88D2B27E81E8700CA8837 /* RoomPKChooseUserModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomPKChooseUserModel.h; sourceTree = ""; }; - E8A88D2C27E81E8700CA8837 /* RoomPKChooseUserModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomPKChooseUserModel.m; sourceTree = ""; }; - E8A88D2E27E85EEA00CA8837 /* RoomPKInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomPKInfoModel.h; sourceTree = ""; }; - E8A88D2F27E85EEA00CA8837 /* RoomPKInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomPKInfoModel.m; sourceTree = ""; }; - E8AA6EED27DF1E6B009B4C2B /* XPRoomTopicViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomTopicViewController.h; sourceTree = ""; }; - E8AA6EEE27DF1E6B009B4C2B /* XPRoomTopicViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomTopicViewController.m; sourceTree = ""; }; - E8AA6EF027DF1E97009B4C2B /* XPRoomTopicPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomTopicPresenter.h; sourceTree = ""; }; - E8AA6EF127DF1E97009B4C2B /* XPRoomTopicPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomTopicPresenter.m; sourceTree = ""; }; - E8AA6EF327DF1EB6009B4C2B /* XPRoomTopicProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomTopicProtocol.h; sourceTree = ""; }; - E8AB630B28ADD8C60023B0D2 /* XPMomentTopicContainerViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentTopicContainerViewController.h; sourceTree = ""; }; - E8AB630C28ADD8C60023B0D2 /* XPMomentTopicContainerViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentTopicContainerViewController.m; sourceTree = ""; }; - E8AB630E28ADD92D0023B0D2 /* XPMonentsTopicRecommondViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsTopicRecommondViewController.h; sourceTree = ""; }; - E8AB630F28ADD92D0023B0D2 /* XPMonentsTopicRecommondViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsTopicRecommondViewController.m; sourceTree = ""; }; - E8AB631128ADDCF20023B0D2 /* XPMonentsTopicHeaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsTopicHeaderView.h; sourceTree = ""; }; - E8AB631228ADDCF20023B0D2 /* XPMonentsTopicHeaderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsTopicHeaderView.m; sourceTree = ""; }; - E8AB631428ADE2D20023B0D2 /* XPMonentsTopicLatestViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsTopicLatestViewController.h; sourceTree = ""; }; - E8AB631528ADE2D20023B0D2 /* XPMonentsTopicLatestViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsTopicLatestViewController.m; sourceTree = ""; }; - E8AB631728ADE2F40023B0D2 /* XPMonentsTopicRecommendPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsTopicRecommendPresenter.h; sourceTree = ""; }; - E8AB631828ADE2F40023B0D2 /* XPMonentsTopicRecommendPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsTopicRecommendPresenter.m; sourceTree = ""; }; - E8AB631A28ADE30E0023B0D2 /* XPMonentsTopicLatestPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsTopicLatestPresenter.h; sourceTree = ""; }; - E8AB631B28ADE30E0023B0D2 /* XPMonentsTopicLatestPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsTopicLatestPresenter.m; sourceTree = ""; }; - E8AB632028ADE5720023B0D2 /* XPMonentsTopicRecommendProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsTopicRecommendProtocol.h; sourceTree = ""; }; - E8AB632128ADE5880023B0D2 /* XPMonentsTopicLatestProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsTopicLatestProtocol.h; sourceTree = ""; }; - E8AB632228AE10310023B0D2 /* XPMomentsTopicListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsTopicListViewController.h; sourceTree = ""; }; - E8AB632328AE10310023B0D2 /* XPMomentsTopicListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsTopicListViewController.m; sourceTree = ""; }; - E8AB632528AE13210023B0D2 /* XPMomentsTopicListPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsTopicListPresenter.h; sourceTree = ""; }; - E8AB632628AE13210023B0D2 /* XPMomentsTopicListPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsTopicListPresenter.m; sourceTree = ""; }; - E8AB632928AE15070023B0D2 /* XPMomentsTopicListProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsTopicListProtocol.h; sourceTree = ""; }; - E8AB632A28AE19600023B0D2 /* XPMomentsMineViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsMineViewController.h; sourceTree = ""; }; - E8AB632B28AE19600023B0D2 /* XPMomentsMineViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsMineViewController.m; sourceTree = ""; }; - E8AB632D28AE19DE0023B0D2 /* XPMomentMinePresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentMinePresenter.h; sourceTree = ""; }; - E8AB632E28AE19DE0023B0D2 /* XPMomentMinePresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentMinePresenter.m; sourceTree = ""; }; - E8AB633028AE19FA0023B0D2 /* XPMomentsMineProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsMineProtocol.h; sourceTree = ""; }; - E8AB633128AE51470023B0D2 /* XPSailingPrizeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSailingPrizeView.h; sourceTree = ""; }; - E8AB633228AE51470023B0D2 /* XPSailingPrizeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSailingPrizeView.m; sourceTree = ""; }; - E8AB633428AE54A40023B0D2 /* XPSailingPrizeCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSailingPrizeCollectionViewCell.h; sourceTree = ""; }; - E8AB633528AE54A40023B0D2 /* XPSailingPrizeCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSailingPrizeCollectionViewCell.m; sourceTree = ""; }; - E8AC720E26F43955007D6E91 /* UIImageConstant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UIImageConstant.h; sourceTree = ""; }; - E8AC720F26F43955007D6E91 /* UIImageConstant.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UIImageConstant.m; sourceTree = ""; }; - E8AC721126F46ADD007D6E91 /* XPMineSettingViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineSettingViewController.h; sourceTree = ""; }; - E8AC721226F46ADD007D6E91 /* XPMineSettingViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineSettingViewController.m; sourceTree = ""; }; - E8AC721426F46B06007D6E91 /* XPMineSettingTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineSettingTableViewCell.h; sourceTree = ""; }; - E8AC721526F46B06007D6E91 /* XPMineSettingTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineSettingTableViewCell.m; sourceTree = ""; }; - E8AC721726F46E0B007D6E91 /* XPMineSettingItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineSettingItemModel.h; sourceTree = ""; }; - E8AC721826F46E0B007D6E91 /* XPMineSettingItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineSettingItemModel.m; sourceTree = ""; }; - E8AC721A26F4720B007D6E91 /* XPMineSettingPresent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineSettingPresent.h; sourceTree = ""; }; - E8AC721B26F4720B007D6E91 /* XPMineSettingPresent.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineSettingPresent.m; sourceTree = ""; }; - E8AC721D26F4723D007D6E91 /* XPMineSettingProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineSettingProtocol.h; sourceTree = ""; }; - E8AC721F26F47E23007D6E91 /* XPMineAboutUsViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineAboutUsViewController.h; sourceTree = ""; }; - E8AC722026F47E23007D6E91 /* XPMineAboutUsViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineAboutUsViewController.m; sourceTree = ""; }; - E8AC722226F47E5E007D6E91 /* XPMineFeedbackViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFeedbackViewController.h; sourceTree = ""; }; - E8AC722326F47E5E007D6E91 /* XPMineFeedbackViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFeedbackViewController.m; sourceTree = ""; }; - E8AC722526F482A4007D6E91 /* XPMineFeedbackPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFeedbackPresenter.h; sourceTree = ""; }; - E8AC722626F482A4007D6E91 /* XPMineFeedbackPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineFeedbackPresenter.m; sourceTree = ""; }; - E8AC722826F48889007D6E91 /* XPMineFeedbackProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineFeedbackProtocol.h; sourceTree = ""; }; - E8AC722A26F49580007D6E91 /* XPMineNotificaViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineNotificaViewController.h; sourceTree = ""; }; - E8AC722B26F49580007D6E91 /* XPMineNotificaViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineNotificaViewController.m; sourceTree = ""; }; - E8AC722D26F49610007D6E91 /* XPMineNotificationItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineNotificationItemModel.h; sourceTree = ""; }; - E8AC722E26F49610007D6E91 /* XPMineNotificationItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineNotificationItemModel.m; sourceTree = ""; }; - E8AC723026F49710007D6E91 /* XPMineNotificationTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineNotificationTableViewCell.h; sourceTree = ""; }; - E8AC723126F49710007D6E91 /* XPMineNotificationTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineNotificationTableViewCell.m; sourceTree = ""; }; - E8AC723326F49939007D6E91 /* XPMineNotificaPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineNotificaPresenter.h; sourceTree = ""; }; - E8AC723426F49939007D6E91 /* XPMineNotificaPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineNotificaPresenter.m; sourceTree = ""; }; - E8AC723626F49957007D6E91 /* XPMineNotificaProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineNotificaProtocol.h; sourceTree = ""; }; - E8AC723826F49AAE007D6E91 /* XPMineNotifyStatus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineNotifyStatus.h; sourceTree = ""; }; - E8AC723926F49AAE007D6E91 /* XPMineNotifyStatus.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineNotifyStatus.m; sourceTree = ""; }; - E8AC723B26F4B6AA007D6E91 /* XPLoginBindPhoneResultViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPLoginBindPhoneResultViewController.h; sourceTree = ""; }; - E8AC723C26F4B6AA007D6E91 /* XPLoginBindPhoneResultViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPLoginBindPhoneResultViewController.m; sourceTree = ""; }; - E8AE427127153A3500BEEBB2 /* XPRoomActivityContainerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomActivityContainerView.h; sourceTree = ""; }; - E8AE427227153A3500BEEBB2 /* XPRoomActivityContainerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomActivityContainerView.m; sourceTree = ""; }; - E8AEAED4271412EC0017FCE0 /* XPRoomViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomViewController.h; sourceTree = ""; }; - E8AEAED5271412EC0017FCE0 /* XPRoomViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomViewController.m; sourceTree = ""; }; - E8AEAEEE27141C430017FCE0 /* XPRoomMenuContainerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMenuContainerView.h; sourceTree = ""; }; - E8AEAEEF27141C430017FCE0 /* XPRoomMenuContainerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMenuContainerView.m; sourceTree = ""; }; - E8AEAEF127141C7C0017FCE0 /* XPRoomMessageContainerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMessageContainerView.h; sourceTree = ""; }; - E8AEAEF227141C7C0017FCE0 /* XPRoomMessageContainerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMessageContainerView.m; sourceTree = ""; }; - E8AEAEF727141CA30017FCE0 /* RoomHeaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomHeaderView.h; sourceTree = ""; }; - E8AEAEF827141CA30017FCE0 /* RoomHeaderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomHeaderView.m; sourceTree = ""; }; - E8AFF7E1298CA1E500FBDE32 /* SessionSayHelloCountModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionSayHelloCountModel.h; sourceTree = ""; }; - E8AFF7E2298CA1E500FBDE32 /* SessionSayHelloCountModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionSayHelloCountModel.m; sourceTree = ""; }; - E8B3E8072848B871009746AB /* InviteUserInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InviteUserInfoModel.h; sourceTree = ""; }; - E8B3E8082848B871009746AB /* InviteUserInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InviteUserInfoModel.m; sourceTree = ""; }; - E8B3E80A2848BA40009746AB /* NewUserGreetModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NewUserGreetModel.h; sourceTree = ""; }; - E8B3E80B2848BA40009746AB /* NewUserGreetModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NewUserGreetModel.m; sourceTree = ""; }; - E8B825C026EA00DF009E8E9F /* LoginVerifCodePresent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginVerifCodePresent.h; sourceTree = ""; }; - E8B825C126EA00DF009E8E9F /* LoginVerifCodePresent.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LoginVerifCodePresent.m; sourceTree = ""; }; - E8B825C626EA0995009E8E9F /* LoginVerifCodeProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginVerifCodeProtocol.h; sourceTree = ""; }; - E8B825C826EA1231009E8E9F /* LoginVerifCodeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginVerifCodeViewController.m; sourceTree = ""; }; - E8B825C926EA1231009E8E9F /* LoginVerifCodeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginVerifCodeViewController.h; sourceTree = ""; }; - E8B825CB26EA18C8009E8E9F /* DJDKMIMOMColor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DJDKMIMOMColor.h; sourceTree = ""; }; - E8B825CC26EA18C8009E8E9F /* DJDKMIMOMColor.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DJDKMIMOMColor.m; sourceTree = ""; }; - E8B846BD26FD827900A777FE /* XPMineUserInfoAlbumViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoAlbumViewController.h; sourceTree = ""; }; - E8B846BE26FD827900A777FE /* XPMineUserInfoAlbumViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoAlbumViewController.m; sourceTree = ""; }; - E8B846C026FD82DC00A777FE /* XPMineUserInfoAlbumCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoAlbumCollectionViewCell.h; sourceTree = ""; }; - E8B846C126FD82DC00A777FE /* XPMineUserInfoAlbumCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoAlbumCollectionViewCell.m; sourceTree = ""; }; - E8B846C326FDB41A00A777FE /* XPMineUserInfolbumPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfolbumPresenter.h; sourceTree = ""; }; - E8B846C426FDB41A00A777FE /* XPMineUserInfolbumPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfolbumPresenter.m; sourceTree = ""; }; - E8B846C626FDB44100A777FE /* XPMineUserInfoAlbumProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoAlbumProtocol.h; sourceTree = ""; }; - E8B846CD26FDD96100A777FE /* XPMineRechageHeadView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineRechageHeadView.h; sourceTree = ""; }; - E8B846CE26FDD96100A777FE /* XPMineRechageHeadView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineRechageHeadView.m; sourceTree = ""; }; - E8B846D126FDDBE600A777FE /* XPMineRechargeTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineRechargeTableViewCell.h; sourceTree = ""; }; - E8B846D226FDDBE600A777FE /* XPMineRechargeTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineRechargeTableViewCell.m; sourceTree = ""; }; - E8B846D426FDE01B00A777FE /* XPMineRechargePresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineRechargePresenter.h; sourceTree = ""; }; - E8B846D526FDE01B00A777FE /* XPMineRechargePresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineRechargePresenter.m; sourceTree = ""; }; - E8B846D726FDE16300A777FE /* XPMineRechargeProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineRechargeProtocol.h; sourceTree = ""; }; - E8B846DA26FDE24300A777FE /* RechargeListModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RechargeListModel.h; sourceTree = ""; }; - E8B846DB26FDE24300A777FE /* RechargeListModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RechargeListModel.m; sourceTree = ""; }; - E8B9842B28AB77F10022D026 /* XPMonentsPublishTopicView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentsPublishTopicView.h; sourceTree = ""; }; - E8B9842C28AB77F10022D026 /* XPMonentsPublishTopicView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentsPublishTopicView.m; sourceTree = ""; }; - E8B9842E28AB90200022D026 /* XPMoentsTopicListView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMoentsTopicListView.h; sourceTree = ""; }; - E8B9842F28AB90200022D026 /* XPMoentsTopicListView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMoentsTopicListView.m; sourceTree = ""; }; - E8B9843128ABA2FF0022D026 /* MonentsPicResInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MonentsPicResInfo.h; sourceTree = ""; }; - E8B9843228ABA2FF0022D026 /* MonentsPicResInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MonentsPicResInfo.m; sourceTree = ""; }; - E8B9843428ABA8B40022D026 /* XPMonentPublishSuccessView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMonentPublishSuccessView.h; sourceTree = ""; }; - E8B9843528ABA8B40022D026 /* XPMonentPublishSuccessView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMonentPublishSuccessView.m; sourceTree = ""; }; - E8BD0F8628A9E9E400DE050D /* RoomSailingPrizeModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomSailingPrizeModel.h; sourceTree = ""; }; - E8BD0F8728A9E9E400DE050D /* RoomSailingPrizeModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomSailingPrizeModel.m; sourceTree = ""; }; - E8BD0F8928A9EB0A00DE050D /* RoomSailingPrizeListModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomSailingPrizeListModel.h; sourceTree = ""; }; - E8BD0F8A28A9EB0A00DE050D /* RoomSailingPrizeListModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomSailingPrizeListModel.m; sourceTree = ""; }; - E8C1CD6427D88EF800376F83 /* XPRoomFaceViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomFaceViewController.h; sourceTree = ""; }; - E8C1CD6527D88EF800376F83 /* XPRoomFaceViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomFaceViewController.m; sourceTree = ""; }; - E8C1CD6827D8937800376F83 /* XPRoomFaceCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomFaceCollectionViewCell.h; sourceTree = ""; }; - E8C1CD6927D8937800376F83 /* XPRoomFaceCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomFaceCollectionViewCell.m; sourceTree = ""; }; - E8C1CD6B27D8938C00376F83 /* XPRoomFaceTitleCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomFaceTitleCollectionViewCell.h; sourceTree = ""; }; - E8C1CD6C27D8938C00376F83 /* XPRoomFaceTitleCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomFaceTitleCollectionViewCell.m; sourceTree = ""; }; - E8C1CD6E27D894B800376F83 /* RoomFaceTitleItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomFaceTitleItemModel.h; sourceTree = ""; }; - E8C1CD6F27D894B800376F83 /* RoomFaceTitleItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomFaceTitleItemModel.m; sourceTree = ""; }; - E8C1CD7127D8A16500376F83 /* XPRoomFaceTool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomFaceTool.h; sourceTree = ""; }; - E8C1CD7227D8A16500376F83 /* XPRoomFaceTool.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomFaceTool.m; sourceTree = ""; }; - E8C1CD7427D8AE3D00376F83 /* XPRoomFacePresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomFacePresenter.h; sourceTree = ""; }; - E8C1CD7527D8AE3D00376F83 /* XPRoomFacePresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomFacePresenter.m; sourceTree = ""; }; - E8C1CD7727D8AE5600376F83 /* XPRoomFaceProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomFaceProtocol.h; sourceTree = ""; }; - E8C1CD7827D8B29E00376F83 /* RoomFaceInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RoomFaceInfoModel.h; sourceTree = ""; }; - E8C1CD7927D8B29E00376F83 /* RoomFaceInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RoomFaceInfoModel.m; sourceTree = ""; }; - E8C214FF274B76F60079E6BF /* XPRoomAnimationHitView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomAnimationHitView.h; sourceTree = ""; }; - E8C21500274B76F60079E6BF /* XPRoomAnimationHitView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomAnimationHitView.m; sourceTree = ""; }; - E8C6FFC827548120004DC9F0 /* Api+Home.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Api+Home.m"; sourceTree = ""; }; - E8C6FFC927548120004DC9F0 /* Api+Home.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Api+Home.h"; sourceTree = ""; }; - E8C6FFDE2754EEF9004DC9F0 /* XPHomeSearchViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPHomeSearchViewController.h; sourceTree = ""; }; - E8C6FFDF2754EEF9004DC9F0 /* XPHomeSearchViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPHomeSearchViewController.m; sourceTree = ""; }; - E8C6FFE42754FE53004DC9F0 /* XPHomeSearchPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPHomeSearchPresenter.h; sourceTree = ""; }; - E8C6FFE52754FE53004DC9F0 /* XPHomeSearchPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPHomeSearchPresenter.m; sourceTree = ""; }; - E8C6FFE72754FE66004DC9F0 /* XPHomeSearchProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPHomeSearchProtocol.h; sourceTree = ""; }; - E8CEA03B26EA3DE500644B44 /* LoginPasswordPresent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginPasswordPresent.h; sourceTree = ""; }; - E8CEA03C26EA3DE500644B44 /* LoginPasswordPresent.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LoginPasswordPresent.m; sourceTree = ""; }; - E8CEA03E26EA3E0200644B44 /* LoginPasswordProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginPasswordProtocol.h; sourceTree = ""; }; - E8D34D4528080295009C4835 /* XPMineUserDataViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserDataViewController.h; sourceTree = ""; }; - E8D34D4628080295009C4835 /* XPMineUserDataViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserDataViewController.m; sourceTree = ""; }; - E8D34D4B28080351009C4835 /* XPMineDataClanTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineDataClanTableViewCell.h; sourceTree = ""; }; - E8D34D4C28080351009C4835 /* XPMineDataClanTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineDataClanTableViewCell.m; sourceTree = ""; }; - E8D34D4E28080362009C4835 /* XPMineDataGiftTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineDataGiftTableViewCell.h; sourceTree = ""; }; - E8D34D4F28080362009C4835 /* XPMineDataGiftTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineDataGiftTableViewCell.m; sourceTree = ""; }; - E8D34D5428080393009C4835 /* XPMineDataGiftCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineDataGiftCollectionViewCell.h; sourceTree = ""; }; - E8D34D5528080393009C4835 /* XPMineDataGiftCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineDataGiftCollectionViewCell.m; sourceTree = ""; }; - E8D34D5828082357009C4835 /* UserGiftWallInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserGiftWallInfoModel.h; sourceTree = ""; }; - E8D34D5928082357009C4835 /* UserGiftWallInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UserGiftWallInfoModel.m; sourceTree = ""; }; - E8D34D5E28082BA5009C4835 /* XPMineUserDataPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserDataPresenter.h; sourceTree = ""; }; - E8D34D5F28082BA5009C4835 /* XPMineUserDataPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserDataPresenter.m; sourceTree = ""; }; - E8D34D6128082BD4009C4835 /* XPMineUserDataProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserDataProtocol.h; sourceTree = ""; }; - E8D34D6228084E40009C4835 /* XPMineUserInfoGiftWallViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoGiftWallViewController.h; sourceTree = ""; }; - E8D34D6328084E40009C4835 /* XPMineUserInfoGiftWallViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoGiftWallViewController.m; sourceTree = ""; }; - E8D34D6528084E88009C4835 /* XPMineUserInfoGiftWallCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoGiftWallCollectionViewCell.h; sourceTree = ""; }; - E8D34D6628084E88009C4835 /* XPMineUserInfoGiftWallCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoGiftWallCollectionViewCell.m; sourceTree = ""; }; - E8D48248278D1F72003C1D08 /* XPAcrossRoomPKInviteView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKInviteView.h; sourceTree = ""; }; - E8D48249278D1F73003C1D08 /* XPAcrossRoomPKInviteView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKInviteView.m; sourceTree = ""; }; - E8D4824B278D2CE4003C1D08 /* XPAcrossRoomPKInviteResultView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKInviteResultView.h; sourceTree = ""; }; - E8D4824C278D2CE4003C1D08 /* XPAcrossRoomPKInviteResultView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKInviteResultView.m; sourceTree = ""; }; - E8D4824E278D68BA003C1D08 /* XPAcrossRoomPKPanelView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKPanelView.h; sourceTree = ""; }; - E8D4824F278D68BA003C1D08 /* XPAcrossRoomPKPanelView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKPanelView.m; sourceTree = ""; }; - E8D48251278D8228003C1D08 /* AcrossRoomPKPanelModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcrossRoomPKPanelModel.h; sourceTree = ""; }; - E8D48252278D8228003C1D08 /* AcrossRoomPKPanelModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AcrossRoomPKPanelModel.m; sourceTree = ""; }; - E8D48254278D83AE003C1D08 /* XPAcrossRoomPKPanelUserView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAcrossRoomPKPanelUserView.h; sourceTree = ""; }; - E8D48255278D83AE003C1D08 /* XPAcrossRoomPKPanelUserView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAcrossRoomPKPanelUserView.m; sourceTree = ""; }; - E8D4DE422940462C00EC788D /* XPGiftTwelveStarBroadcastView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftTwelveStarBroadcastView.h; sourceTree = ""; }; - E8D4DE432940462C00EC788D /* XPGiftTwelveStarBroadcastView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftTwelveStarBroadcastView.m; sourceTree = ""; }; - E8D4DE452940473500EC788D /* GiftTwelveStarFirstModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiftTwelveStarFirstModel.h; sourceTree = ""; }; - E8D4DE462940473500EC788D /* GiftTwelveStarFirstModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiftTwelveStarFirstModel.m; sourceTree = ""; }; - E8D55C9B28113218006935A5 /* MessageMenuModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageMenuModel.h; sourceTree = ""; }; - E8D55C9C28113218006935A5 /* MessageMenuModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageMenuModel.m; sourceTree = ""; }; - E8D55C9E281186D6006935A5 /* SessionAudioRecordView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionAudioRecordView.h; sourceTree = ""; }; - E8D55C9F281186D6006935A5 /* SessionAudioRecordView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionAudioRecordView.m; sourceTree = ""; }; - E8D7D749282BA1EC0007D7BD /* XPMomentsTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMomentsTableViewCell.h; sourceTree = ""; }; - E8D7D74A282BA1EC0007D7BD /* XPMomentsTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMomentsTableViewCell.m; sourceTree = ""; }; - E8DAC5AA2858305A00012CFD /* XPRoomMessageBubbleView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMessageBubbleView.h; sourceTree = ""; }; - E8DAC5AB2858305A00012CFD /* XPRoomMessageBubbleView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMessageBubbleView.m; sourceTree = ""; }; - E8DACCF92766EDC60052092C /* MicroGiftValueView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MicroGiftValueView.h; sourceTree = ""; }; - E8DACCFA2766EDC60052092C /* MicroGiftValueView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MicroGiftValueView.m; sourceTree = ""; }; - E8DACCFC27673F870052092C /* GiftValueInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiftValueInfoModel.h; sourceTree = ""; }; - E8DACCFD27673F870052092C /* GiftValueInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiftValueInfoModel.m; sourceTree = ""; }; - E8DBB6FB27B63CE000AA285D /* LittleGameMicroView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LittleGameMicroView.h; sourceTree = ""; }; - E8DBB6FC27B63CE000AA285D /* LittleGameMicroView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LittleGameMicroView.m; sourceTree = ""; }; - E8DD25D8295583920043C7D5 /* XPAnchorRandomPKRuleView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPAnchorRandomPKRuleView.h; sourceTree = ""; }; - E8DD25D9295583920043C7D5 /* XPAnchorRandomPKRuleView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPAnchorRandomPKRuleView.m; sourceTree = ""; }; - E8DEC99327648FA50078CB70 /* ClientConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ClientConfig.h; sourceTree = ""; }; - E8DEC99427648FA50078CB70 /* ClientConfig.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ClientConfig.m; sourceTree = ""; }; - E8DEC99C2764A5B60078CB70 /* XPRoomMoreMenuViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMoreMenuViewController.h; sourceTree = ""; }; - E8DEC99D2764A5B60078CB70 /* XPRoomMoreMenuViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMoreMenuViewController.m; sourceTree = ""; }; - E8DEC99F2764A5D20078CB70 /* XPRoomMoreItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMoreItemModel.h; sourceTree = ""; }; - E8DEC9A02764A5D20078CB70 /* XPRoomMoreItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMoreItemModel.m; sourceTree = ""; }; - E8DEC9A22764A6600078CB70 /* XPMoreMenuPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMoreMenuPresenter.h; sourceTree = ""; }; - E8DEC9A32764A6600078CB70 /* XPMoreMenuPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMoreMenuPresenter.m; sourceTree = ""; }; - E8DEC9A52764A6760078CB70 /* XPMoreMenuProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMoreMenuProtocol.h; sourceTree = ""; }; - E8DEC9A62764A68B0078CB70 /* Api+MoreMenu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+MoreMenu.h"; sourceTree = ""; }; - E8DEC9A72764A68B0078CB70 /* Api+MoreMenu.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+MoreMenu.m"; sourceTree = ""; }; - E8DEC9AA2764A6CD0078CB70 /* XPRoomMoreMenuCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMoreMenuCollectionViewCell.h; sourceTree = ""; }; - E8DEC9AB2764A6CD0078CB70 /* XPRoomMoreMenuCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMoreMenuCollectionViewCell.m; sourceTree = ""; }; - E8E0DADE285C20E500566A2F /* MessageContentFindNewGreetView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentFindNewGreetView.h; sourceTree = ""; }; - E8E0DADF285C20E500566A2F /* MessageContentFindNewGreetView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentFindNewGreetView.m; sourceTree = ""; }; - E8E0DAE4285C280E00566A2F /* XPSessionFindNewAlertView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionFindNewAlertView.h; sourceTree = ""; }; - E8E0DAE5285C280E00566A2F /* XPSessionFindNewAlertView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionFindNewAlertView.m; sourceTree = ""; }; - E8E0DAE7285C2E8C00566A2F /* FindNewGreetMessageModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FindNewGreetMessageModel.h; sourceTree = ""; }; - E8E0DAE8285C2E8C00566A2F /* FindNewGreetMessageModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FindNewGreetMessageModel.m; sourceTree = ""; }; - E8E20BD9281645300033B688 /* SessionInfoViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionInfoViewController.h; sourceTree = ""; }; - E8E20BDA281645300033B688 /* SessionInfoViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionInfoViewController.m; sourceTree = ""; }; - E8E20BDC28164D3A0033B688 /* SessionNavView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionNavView.h; sourceTree = ""; }; - E8E20BDD28164D3A0033B688 /* SessionNavView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionNavView.m; sourceTree = ""; }; - E8E20BE0281695800033B688 /* XPMineLoginPasswordViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineLoginPasswordViewController.h; sourceTree = ""; }; - E8E20BE1281695800033B688 /* XPMineLoginPasswordViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineLoginPasswordViewController.m; sourceTree = ""; }; - E8E20BE628169BDC0033B688 /* XPMineLoginPasswordPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineLoginPasswordPresenter.h; sourceTree = ""; }; - E8E20BE728169BDC0033B688 /* XPMineLoginPasswordPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineLoginPasswordPresenter.m; sourceTree = ""; }; - E8E20BE928169E410033B688 /* XPMineLoginPasswordProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineLoginPasswordProtocol.h; sourceTree = ""; }; - E8E20BEA2816A5B90033B688 /* XPMineBlackListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineBlackListViewController.h; sourceTree = ""; }; - E8E20BEB2816A5B90033B688 /* XPMineBlackListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineBlackListViewController.m; sourceTree = ""; }; - E8E20BED2816A5FC0033B688 /* XPMineBlackListTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineBlackListTableViewCell.h; sourceTree = ""; }; - E8E20BEE2816A5FC0033B688 /* XPMineBlackListTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineBlackListTableViewCell.m; sourceTree = ""; }; - E8E21A9928B4BD92008F7C9D /* XPRoomGraffitiGiftAnimationView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomGraffitiGiftAnimationView.h; sourceTree = ""; }; - E8E21A9A28B4BD92008F7C9D /* XPRoomGraffitiGiftAnimationView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomGraffitiGiftAnimationView.m; sourceTree = ""; }; - E8E21A9C28B4DFE8008F7C9D /* XPSailingBuyFuelView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSailingBuyFuelView.h; sourceTree = ""; }; - E8E21A9D28B4DFE8008F7C9D /* XPSailingBuyFuelView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSailingBuyFuelView.m; sourceTree = ""; }; - E8E70D7526F2F15100F03460 /* XPMineViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineViewController.h; sourceTree = ""; }; - E8E70D7626F2F15100F03460 /* XPMineViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineViewController.m; sourceTree = ""; }; - E8E70D7826F2F16600F03460 /* XPMinePresent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMinePresent.h; sourceTree = ""; }; - E8E70D7926F2F16600F03460 /* XPMinePresent.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMinePresent.m; sourceTree = ""; }; - E8E70D7B26F2F18900F03460 /* XPMineProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineProtocol.h; sourceTree = ""; }; - E8E70D7C26F2F19D00F03460 /* Api+Mine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+Mine.h"; sourceTree = ""; }; - E8E70D7D26F2F19D00F03460 /* Api+Mine.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+Mine.m"; sourceTree = ""; }; - E8E70D8126F2F51A00F03460 /* XPMineHeadView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineHeadView.h; sourceTree = ""; }; - E8E70D8226F2F51A00F03460 /* XPMineHeadView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineHeadView.m; sourceTree = ""; }; - E8E70D8A26F2F5A500F03460 /* XPMineHeadItemCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineHeadItemCollectionViewCell.h; sourceTree = ""; }; - E8E70D8B26F2F5A500F03460 /* XPMineHeadItemCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineHeadItemCollectionViewCell.m; sourceTree = ""; }; - E8E70D9026F2F60C00F03460 /* XPMineItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineItemModel.h; sourceTree = ""; }; - E8E70D9126F2F60C00F03460 /* XPMineItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineItemModel.m; sourceTree = ""; }; - E8E7DAE62744F5EF00C631CC /* XPGiftStorage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftStorage.h; sourceTree = ""; }; - E8E7DAE72744F5EF00C631CC /* XPGiftStorage.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftStorage.m; sourceTree = ""; }; - E8E7DAE92745158500C631CC /* XPGiftUserInfoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPGiftUserInfoModel.h; sourceTree = ""; }; - E8E7DAEA2745158500C631CC /* XPGiftUserInfoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPGiftUserInfoModel.m; sourceTree = ""; }; - E8E859E728264F4500EE4857 /* XPRoomTransferMusicViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomTransferMusicViewController.h; sourceTree = ""; }; - E8E859E828264F4500EE4857 /* XPRoomTransferMusicViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomTransferMusicViewController.m; sourceTree = ""; }; - E8EE827B272B9A2300A17217 /* XPRoomSendTextView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomSendTextView.h; sourceTree = ""; }; - E8EE827C272B9A2300A17217 /* XPRoomSendTextView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomSendTextView.m; sourceTree = ""; }; - E8EEB8EB26FC2050007C6EBA /* SDPhotoBrowserConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDPhotoBrowserConfig.h; sourceTree = ""; }; - E8EEB8EC26FC2050007C6EBA /* SDPhotoBrowser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDPhotoBrowser.m; sourceTree = ""; }; - E8EEB8ED26FC2050007C6EBA /* SDWaitingView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWaitingView.m; sourceTree = ""; }; - E8EEB8EE26FC2050007C6EBA /* SDBrowserImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDBrowserImageView.m; sourceTree = ""; }; - E8EEB8EF26FC2050007C6EBA /* SDWaitingView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWaitingView.h; sourceTree = ""; }; - E8EEB8F026FC2050007C6EBA /* SDPhotoBrowser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDPhotoBrowser.h; sourceTree = ""; }; - E8EEB8F126FC2050007C6EBA /* SDBrowserImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDBrowserImageView.h; sourceTree = ""; }; - E8EEB8F526FC2673007C6EBA /* UserPhoto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserPhoto.h; sourceTree = ""; }; - E8EEB8F626FC2673007C6EBA /* UserPhoto.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UserPhoto.m; sourceTree = ""; }; - E8EEB8FC26FC2DF8007C6EBA /* XPMineUserInfoCustomNavView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoCustomNavView.h; sourceTree = ""; }; - E8EEB8FD26FC2DF8007C6EBA /* XPMineUserInfoCustomNavView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoCustomNavView.m; sourceTree = ""; }; - E8EEB8FF26FC31B6007C6EBA /* XPMineUserInfoPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoPresenter.h; sourceTree = ""; }; - E8EEB90026FC31B6007C6EBA /* XPMineUserInfoPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoPresenter.m; sourceTree = ""; }; - E8EEB90226FC31CE007C6EBA /* XPMineUserInfoProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoProtocol.h; sourceTree = ""; }; - E8EEB90426FC5772007C6EBA /* XPMineUserInfoEditViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoEditViewController.h; sourceTree = ""; }; - E8EEB90526FC5772007C6EBA /* XPMineUserInfoEditViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoEditViewController.m; sourceTree = ""; }; - E8EEB90726FC579A007C6EBA /* XPMineUserInfoEditTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoEditTableViewCell.h; sourceTree = ""; }; - E8EEB90826FC579A007C6EBA /* XPMineUserInfoEditTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoEditTableViewCell.m; sourceTree = ""; }; - E8EEB90A26FC5EBC007C6EBA /* XPMineUserInfoEditModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoEditModel.h; sourceTree = ""; }; - E8EEB90B26FC5EBC007C6EBA /* XPMineUserInfoEditModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoEditModel.m; sourceTree = ""; }; - E8EEB90D26FC6AB8007C6EBA /* XPMineUserInfoEditPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoEditPresenter.h; sourceTree = ""; }; - E8EEB90E26FC6AB8007C6EBA /* XPMineUserInfoEditPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoEditPresenter.m; sourceTree = ""; }; - E8EEB91026FC6AD3007C6EBA /* XPMineUserInfoEditProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoEditProtocol.h; sourceTree = ""; }; - E8EEB91226FC7786007C6EBA /* XPMineUserInfoNickViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoNickViewController.h; sourceTree = ""; }; - E8EEB91326FC7786007C6EBA /* XPMineUserInfoNickViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoNickViewController.m; sourceTree = ""; }; - E8EEB91526FC7B35007C6EBA /* XPMineUserInfoDesViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoDesViewController.h; sourceTree = ""; }; - E8EEB91626FC7B35007C6EBA /* XPMineUserInfoDesViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoDesViewController.m; sourceTree = ""; }; - E8EEB91B26FC9D58007C6EBA /* XPMineUserInfoDateView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserInfoDateView.h; sourceTree = ""; }; - E8EEB91C26FC9D58007C6EBA /* XPMineUserInfoDateView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserInfoDateView.m; sourceTree = ""; }; - E8F1558B28124D5200EE8C06 /* MessageConentAudioView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageConentAudioView.h; sourceTree = ""; }; - E8F1558C28124D5200EE8C06 /* MessageConentAudioView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageConentAudioView.m; sourceTree = ""; }; - E8F1558E28125E2D00EE8C06 /* MessageAudioCenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageAudioCenter.h; sourceTree = ""; }; - E8F1558F28125E2D00EE8C06 /* MessageAudioCenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageAudioCenter.m; sourceTree = ""; }; - E8F1559128129EBA00EE8C06 /* ContentSecretaryModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ContentSecretaryModel.h; sourceTree = ""; }; - E8F1559228129EBA00EE8C06 /* ContentSecretaryModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ContentSecretaryModel.m; sourceTree = ""; }; - E8F6135A291E26BD00E12650 /* NSMutableDictionary+Saft.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSMutableDictionary+Saft.h"; sourceTree = ""; }; - E8F6135B291E26BD00E12650 /* NSMutableDictionary+Saft.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSMutableDictionary+Saft.m"; sourceTree = ""; }; - E8F6135D291E274E00E12650 /* NSArray+Safe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSArray+Safe.h"; sourceTree = ""; }; - E8F6135E291E274E00E12650 /* NSArray+Safe.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSArray+Safe.m"; sourceTree = ""; }; - E8F63CAF298B553500B338BA /* SessionSayHelloLevelModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionSayHelloLevelModel.h; sourceTree = ""; }; - E8F63CB0298B553500B338BA /* SessionSayHelloLevelModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionSayHelloLevelModel.m; sourceTree = ""; }; - E8F63CB2298B563D00B338BA /* Api+SayHello.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+SayHello.h"; sourceTree = ""; }; - E8F63CB3298B563D00B338BA /* Api+SayHello.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+SayHello.m"; sourceTree = ""; }; - E8F63CB5298B566D00B338BA /* XPSessionSayHelloPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionSayHelloPresenter.h; sourceTree = ""; }; - E8F63CB6298B566D00B338BA /* XPSessionSayHelloPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionSayHelloPresenter.m; sourceTree = ""; }; - E8F63CB8298B5F3D00B338BA /* XPSessionSayHelloProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionSayHelloProtocol.h; sourceTree = ""; }; - E8F63CB9298B648300B338BA /* SessionSayHelloListModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SessionSayHelloListModel.h; sourceTree = ""; }; - E8F63CBA298B648300B338BA /* SessionSayHelloListModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SessionSayHelloListModel.m; sourceTree = ""; }; - E8F65C1D286998C9009BB5B9 /* XPMineShareViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineShareViewController.h; sourceTree = ""; }; - E8F65C1E286998C9009BB5B9 /* XPMineShareViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineShareViewController.m; sourceTree = ""; }; - E8F65C202869A36F009BB5B9 /* ContentShareMonentsModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ContentShareMonentsModel.h; sourceTree = ""; }; - E8F65C212869A36F009BB5B9 /* ContentShareMonentsModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ContentShareMonentsModel.m; sourceTree = ""; }; - E8FE3C2A2994D0E80006C6C7 /* XPSwitch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSwitch.h; sourceTree = ""; }; - E8FE3C2B2994D0E80006C6C7 /* XPSwitch.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSwitch.m; sourceTree = ""; }; - F1D8556D2931FC86008C418F /* XPRoomYearActivityView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomYearActivityView.h; sourceTree = ""; }; - F1D8556E2931FC86008C418F /* XPRoomYearActivityView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomYearActivityView.m; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 189DD52626DE255300AB55B1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 237701122BCF742C00D661F1 /* libz.tbd in Frameworks */, - 23E56B3C2B03564B00C8DAC9 /* CoreTelephony.framework in Frameworks */, - 237701102BCF740400D661F1 /* libsqlite3.tbd in Frameworks */, - 2377010E2BCF73F400D661F1 /* CoreGraphics.framework in Frameworks */, - 2377010C2BCF73EA00D661F1 /* SystemConfiguration.framework in Frameworks */, - 2377010A2BCF73DD00D661F1 /* libiconv.tbd in Frameworks */, - 237701082BCF73CE00D661F1 /* Security.framework in Frameworks */, - 234489082AC3C5DA0070E5D5 /* SudMGP.framework in Frameworks */, - 73FFADDC93E195344047A2EC /* Pods_YuMi.framework in Frameworks */, - 186A531926FC592100D67B2C /* libresolv.tbd in Frameworks */, - E87888F42738C30E00BF1D57 /* StoreKit.framework in Frameworks */, - 9BA8A47727C60DF7000365A3 /* AVFoundation.framework in Frameworks */, - 1427212529A7566100C7C423 /* ZegoAudioRoom.framework in Frameworks */, - 9BA8A47527C60D9F000365A3 /* AudioToolbox.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 1427213529A75C7D00C7C423 /* Base */ = { - isa = PBXGroup; - children = ( - 189DD54926DE338800AB55B1 /* BaseViewController.h */, - 189DD54A26DE338800AB55B1 /* BaseViewController.m */, - 9B0E1C5726E77022005D4442 /* BaseNavigationController.h */, - 9B0E1C5826E77022005D4442 /* BaseNavigationController.m */, - ); - path = Base; - sourceTree = ""; - }; - 1427213629A75F6F00C7C423 /* CocoaHttpServer */ = { - isa = PBXGroup; - children = ( - 1427213829A75F6F00C7C423 /* Core */, - 1427217429A75F6F00C7C423 /* MyHTTPConnection.h */, - 1427213729A75F6F00C7C423 /* MyHTTPConnection.m */, - 1427217329A75F6F00C7C423 /* SJXCSMIPHelper.h */, - 1427218629A75F6F00C7C423 /* SJXCSMIPHelper.m */, - 1427217529A75F6F00C7C423 /* Vendor */, - 1427216029A75F6F00C7C423 /* Web */, - ); - path = CocoaHttpServer; - sourceTree = ""; - }; - 1427213829A75F6F00C7C423 /* Core */ = { - isa = PBXGroup; - children = ( - 1427213929A75F6F00C7C423 /* HTTPConnection.h */, - 1427213A29A75F6F00C7C423 /* HTTPLogging.h */, - 1427213B29A75F6F00C7C423 /* HTTPMessage.h */, - 1427213C29A75F6F00C7C423 /* WebSocket.h */, - 1427213D29A75F6F00C7C423 /* HTTPAuthenticationRequest.h */, - 1427213E29A75F6F00C7C423 /* Responses */, - 1427214B29A75F6F00C7C423 /* HTTPServer.h */, - 1427214C29A75F6F00C7C423 /* HTTPMessage.m */, - 1427214D29A75F6F00C7C423 /* HTTPConnection.m */, - 1427214E29A75F6F00C7C423 /* WebSocket.m */, - 1427214F29A75F6F00C7C423 /* HTTPResponse.h */, - 1427215029A75F6F00C7C423 /* Mime */, - 1427215729A75F6F00C7C423 /* HTTPAuthenticationRequest.m */, - 1427215829A75F6F00C7C423 /* Categories */, - 1427215F29A75F6F00C7C423 /* HTTPServer.m */, - ); - path = Core; - sourceTree = ""; - }; - 1427213E29A75F6F00C7C423 /* Responses */ = { - isa = PBXGroup; - children = ( - 1427213F29A75F6F00C7C423 /* HTTPAsyncFileResponse.h */, - 1427214029A75F6F00C7C423 /* HTTPErrorResponse.m */, - 1427214129A75F6F00C7C423 /* HTTPDataResponse.m */, - 1427214229A75F6F00C7C423 /* HTTPRedirectResponse.h */, - 1427214329A75F6F00C7C423 /* HTTPDynamicFileResponse.m */, - 1427214429A75F6F00C7C423 /* HTTPFileResponse.m */, - 1427214529A75F6F00C7C423 /* HTTPAsyncFileResponse.m */, - 1427214629A75F6F00C7C423 /* HTTPRedirectResponse.m */, - 1427214729A75F6F00C7C423 /* HTTPDataResponse.h */, - 1427214829A75F6F00C7C423 /* HTTPErrorResponse.h */, - 1427214929A75F6F00C7C423 /* HTTPFileResponse.h */, - 1427214A29A75F6F00C7C423 /* HTTPDynamicFileResponse.h */, - ); - path = Responses; - sourceTree = ""; - }; - 1427215029A75F6F00C7C423 /* Mime */ = { - isa = PBXGroup; - children = ( - 1427215129A75F6F00C7C423 /* MultipartFormDataParser.h */, - 1427215229A75F6F00C7C423 /* MultipartMessageHeader.h */, - 1427215329A75F6F00C7C423 /* MultipartMessageHeaderField.m */, - 1427215429A75F6F00C7C423 /* MultipartFormDataParser.m */, - 1427215529A75F6F00C7C423 /* MultipartMessageHeader.m */, - 1427215629A75F6F00C7C423 /* MultipartMessageHeaderField.h */, - ); - path = Mime; - sourceTree = ""; - }; - 1427215829A75F6F00C7C423 /* Categories */ = { - isa = PBXGroup; - children = ( - 1427215929A75F6F00C7C423 /* DDNumber.m */, - 1427215A29A75F6F00C7C423 /* DDData.m */, - 1427215B29A75F6F00C7C423 /* DDRange.h */, - 1427215C29A75F6F00C7C423 /* DDNumber.h */, - 1427215D29A75F6F00C7C423 /* DDRange.m */, - 1427215E29A75F6F00C7C423 /* DDData.h */, - ); - path = Categories; - sourceTree = ""; - }; - 1427216029A75F6F00C7C423 /* Web */ = { - isa = PBXGroup; - children = ( - 2368ECE12BC5280300EDF4C9 /* css */, - 2368ECE22BC5280300EDF4C9 /* images */, - 2368ECE42BC5280300EDF4C9 /* index.html */, - 2368ECE32BC5280300EDF4C9 /* js */, - 2368ECE62BC5280300EDF4C9 /* local */, - 2368ECE52BC5280300EDF4C9 /* upload.html */, - ); - path = Web; - sourceTree = ""; - }; - 1427217529A75F6F00C7C423 /* Vendor */ = { - isa = PBXGroup; - children = ( - 23194DBC2AD14BF000649F51 /* CocoaLumberjack */, - ); - path = Vendor; - sourceTree = ""; - }; - 14D8767E29A750A300E1DD7F /* YMWeb */ = { - isa = PBXGroup; - children = ( - E80E09AD2A41336500CD2BE7 /* XPWebViewNavView.h */, - E80E09AC2A41336500CD2BE7 /* XPWebViewNavView.m */, - 18E7B33026F317A20064BC9B /* XPWebViewController.h */, - 18E7B33126F317A20064BC9B /* XPWebViewController.m */, - 23A7FB672BDDEDFA00411860 /* MSRoomGameWebVC.h */, - 23A7FB682BDDEDFA00411860 /* MSRoomGameWebVC.m */, - 23EE97082BA2D39C00475D69 /* PIWebViewSavePhotoView.h */, - 23EE97092BA2D39C00475D69 /* PIWebViewSavePhotoView.m */, - ); - path = YMWeb; - sourceTree = ""; - }; - 14D8768029A751A100E1DD7F /* Config */ = { - isa = PBXGroup; - children = ( - E8DEC99327648FA50078CB70 /* ClientConfig.h */, - E8DEC99427648FA50078CB70 /* ClientConfig.m */, - E875FA8527D619820086ED04 /* ClientDataModel.h */, - E875FA8627D619820086ED04 /* ClientDataModel.m */, - 9BA812D028BF145700783EA7 /* ClientRedPacketModel.h */, - 9BA812D128BF145700783EA7 /* ClientRedPacketModel.m */, - ); - path = Config; - sourceTree = ""; - }; - 14D8768429A752B500E1DD7F /* Network */ = { - isa = PBXGroup; - children = ( - 189DD6FD26E20E5900AB55B1 /* HttpRequestHelper.h */, - 189DD6FE26E20E5900AB55B1 /* HttpRequestHelper.m */, - 232EBBFD2BD7A25500E8CEAD /* MSParamsDecode.h */, - 232EBBFE2BD7A25500E8CEAD /* MSParamsDecode.m */, - ); - path = Network; - sourceTree = ""; - }; - 14DCAD12299B9B0B00A7DD31 /* NewLogin */ = { - isa = PBXGroup; - children = ( - 14B880DF299A1799005FCA1B /* XPLoginViewController.h */, - 14B880E0299A1799005FCA1B /* XPLoginViewController.m */, - 14B880E5299A4B62005FCA1B /* XPLoginPhoneViewController.h */, - 14B880E6299A4B62005FCA1B /* XPLoginPhoneViewController.m */, - 14DCAD06299B36A500A7DD31 /* XPLoginPwdViewController.h */, - 14DCAD07299B36A500A7DD31 /* XPLoginPwdViewController.m */, - 23942E8F2A86424500D0ECC2 /* XPLoginAuthCodeVC.h */, - 23942E902A86424500D0ECC2 /* XPLoginAuthCodeVC.m */, - 14DCAD0C299B6AD900A7DD31 /* XPForgetPwdViewController.h */, - 14DCAD0D299B6AD900A7DD31 /* XPForgetPwdViewController.m */, - 14DCAD09299B5D3A00A7DD31 /* XPLoginInputView.h */, - 14DCAD0A299B5D3A00A7DD31 /* XPLoginInputView.m */, - E818DD1A2A4896EE00F163F7 /* XPLoginAraeViewController.h */, - E818DD1B2A4896EE00F163F7 /* XPLoginAraeViewController.m */, - E818DD202A48977F00F163F7 /* XPLoginAreaTableViewCell.h */, - E818DD212A48977F00F163F7 /* XPLoginAreaTableViewCell.m */, - 2369F98F2A89CE0E00563B48 /* PIUserSexView.h */, - 2369F9902A89CE0E00563B48 /* PIUserSexView.m */, - ); - path = NewLogin; - sourceTree = ""; - }; - 180116F6279E8C3100F2CBC0 /* Date */ = { - isa = PBXGroup; - children = ( - 180116FB279E8CCE00F2CBC0 /* NVDate.h */, - 180116FA279E8CCE00F2CBC0 /* NVDate.m */, - 180116F7279E8C4C00F2CBC0 /* PLTimeUtil.h */, - 180116F8279E8C4C00F2CBC0 /* PLTimeUtil.m */, - E8555159280559FE005F293F /* NSDate+DateUtils.h */, - E855515A280559FE005F293F /* NSDate+DateUtils.m */, - ); - path = Date; - sourceTree = ""; - }; - 18486210271EA9A5005FC5DC /* YMRTC */ = { - isa = PBXGroup; - children = ( - 18486211271EA9DA005FC5DC /* RtcManager.h */, - 18486212271EA9DA005FC5DC /* RtcManager.m */, - 18486214271EAA03005FC5DC /* RtcDelegate.h */, - 1848623627200FDE005FC5DC /* RtcImpl */, - 184862C927213FC7005FC5DC /* Library */, - ); - path = YMRTC; - sourceTree = ""; - }; - 1848623627200FDE005FC5DC /* RtcImpl */ = { - isa = PBXGroup; - children = ( - 18486215271EAB8C005FC5DC /* BaseRtcImpl.h */, - 18486216271EAB8C005FC5DC /* BaseRtcImpl.m */, - 18486233271EB794005FC5DC /* AgoraRtcImpl.h */, - 18486234271EB794005FC5DC /* AgoraRtcImpl.m */, - 184862CD27213FD7005FC5DC /* ZegoRtcImpl.h */, - 184862CC27213FD7005FC5DC /* ZegoRtcImpl.m */, - 18F40438275E20D900A6C548 /* TRTCRtcImpl.h */, - 18F40439275E20D900A6C548 /* TRTCRtcImpl.m */, - E81D587B271FBC3B003063FE /* RtcInterface.h */, - 9BB865B4272076140029CDE0 /* RtcImplDelegate.h */, - ); - path = RtcImpl; - sourceTree = ""; - }; - 184862C927213FC7005FC5DC /* Library */ = { - isa = PBXGroup; - children = ( - 1427212329A7563A00C7C423 /* ZegoAudioRoom.framework */, - ); - path = Library; - sourceTree = ""; - }; - 186A532B26FC6ED900D67B2C /* TTPopup */ = { - isa = PBXGroup; - children = ( - 186A533A26FC6ED900D67B2C /* TTPopup.h */, - 186A532C26FC6ED900D67B2C /* TTPopup.m */, - 186A532D26FC6ED900D67B2C /* Config */, - 186A533626FC6ED900D67B2C /* Manager */, - 186A533B26FC6ED900D67B2C /* View */, - 186A534026FC6ED900D67B2C /* Service */, - 186A534426FC6ED900D67B2C /* Header */, - ); - path = TTPopup; - sourceTree = ""; - }; - 186A532D26FC6ED900D67B2C /* Config */ = { - isa = PBXGroup; - children = ( - 186A533226FC6ED900D67B2C /* TTAlertConfig.h */, - 186A532E26FC6ED900D67B2C /* TTAlertConfig.m */, - 186A533126FC6ED900D67B2C /* TTActionSheetConfig.h */, - 186A533526FC6ED900D67B2C /* TTActionSheetConfig.m */, - 186A533026FC6ED900D67B2C /* TTAlertButtonConfig.h */, - 186A533326FC6ED900D67B2C /* TTAlertButtonConfig.m */, - 186A532F26FC6ED900D67B2C /* TTAlertMessageAttributedConfig.h */, - 186A533426FC6ED900D67B2C /* TTAlertMessageAttributedConfig.m */, - ); - path = Config; - sourceTree = ""; - }; - 186A533626FC6ED900D67B2C /* Manager */ = { - isa = PBXGroup; - children = ( - 186A533726FC6ED900D67B2C /* TTPopupManagerServiceProtocol.h */, - 186A533826FC6ED900D67B2C /* TTPopupManagerService.h */, - 186A533926FC6ED900D67B2C /* TTPopupManagerService.m */, - ); - path = Manager; - sourceTree = ""; - }; - 186A533B26FC6ED900D67B2C /* View */ = { - isa = PBXGroup; - children = ( - 23E9EAA02A84C53900B792F2 /* TTNewAlertView.h */, - 23E9EA9F2A84C53800B792F2 /* TTNewAlertView.m */, - 186A533E26FC6ED900D67B2C /* TTAlertView.h */, - 186A533C26FC6ED900D67B2C /* TTAlertView.m */, - 186A533D26FC6ED900D67B2C /* TTActionSheetView.h */, - 186A533F26FC6ED900D67B2C /* TTActionSheetView.m */, - ); - path = View; - sourceTree = ""; - }; - 186A534026FC6ED900D67B2C /* Service */ = { - isa = PBXGroup; - children = ( - 186A534326FC6ED900D67B2C /* TTPopupService.h */, - 186A534126FC6ED900D67B2C /* TTPopupService.m */, - 186A534226FC6ED900D67B2C /* TTPopupServiceProtocol.h */, - ); - path = Service; - sourceTree = ""; - }; - 186A534426FC6ED900D67B2C /* Header */ = { - isa = PBXGroup; - children = ( - 186A534526FC6ED900D67B2C /* TTPopupConstants.h */, - ); - path = Header; - sourceTree = ""; - }; - 186A536026FC6F2E00D67B2C /* ShareView */ = { - isa = PBXGroup; - children = ( - 186A536226FC6F2E00D67B2C /* XPShareView.h */, - 186A536126FC6F2E00D67B2C /* XPShareView.m */, - 186A536326FC6F2E00D67B2C /* Model */, - 186A536626FC6F2E00D67B2C /* View */, - ); - path = ShareView; - sourceTree = ""; - }; - 186A536326FC6F2E00D67B2C /* Model */ = { - isa = PBXGroup; - children = ( - E82325E4274CCAFA003A3332 /* XPShareInfoModel.h */, - E82325E5274CCAFA003A3332 /* XPShareInfoModel.m */, - E82325E7274CE56A003A3332 /* XPShareItem.h */, - E82325E8274CE56A003A3332 /* XPShareItem.m */, - ); - path = Model; - sourceTree = ""; - }; - 186A536626FC6F2E00D67B2C /* View */ = { - isa = PBXGroup; - children = ( - 186A536826FC6F2E00D67B2C /* XPShareItemCell.h */, - 186A536726FC6F2E00D67B2C /* XPShareItemCell.m */, - ); - path = View; - sourceTree = ""; - }; - 187EEEA926E62679002833B2 /* Api */ = { - isa = PBXGroup; - children = ( - 189DD75726E6003C00AB55B1 /* Api.h */, - 189DD75826E6003C00AB55B1 /* Api.m */, - ); - path = Api; - sourceTree = ""; - }; - 189DD52026DE255300AB55B1 = { - isa = PBXGroup; - children = ( - 189DD52B26DE255300AB55B1 /* YuMi */, - 189DD52A26DE255300AB55B1 /* Products */, - D09C770DC30B9BAAEAFC7945 /* Pods */, - BFB922F5D81845AC32D1E1ED /* Frameworks */, - 9B9DFDA227DB4F68000F95B3 /* Recovered References */, - ); - sourceTree = ""; - }; - 189DD52A26DE255300AB55B1 /* Products */ = { - isa = PBXGroup; - children = ( - 189DD52926DE255300AB55B1 /* YuMi.app */, - ); - name = Products; - sourceTree = ""; - }; - 189DD52B26DE255300AB55B1 /* YuMi */ = { - isa = PBXGroup; - children = ( - 23E9E9B62A82200500B792F2 /* GoogleService-Info.plist */, - E8729EBA2A3B10C10076D80A /* YuMi.entitlements */, - E8729EB92A3B10C10076D80A /* YuMiRelease.entitlements */, - 236B2E1B2AA0786E003967A8 /* Library */, - 189DD56C26DF5B5400AB55B1 /* CustomUI */, - 189DD5A726DFA09700AB55B1 /* Tools */, - 14D8768429A752B500E1DD7F /* Network */, - E8A1E45C276220B100B294CA /* Resources */, - E81C279926EB64BA0031E639 /* Global */, - 14D8768029A751A100E1DD7F /* Config */, - 189DD56B26DF5B0900AB55B1 /* Structure */, - 189DD56126DE45F800AB55B1 /* Modules */, - E81C27AF26EF39B00031E639 /* AppDelegate */, - 189DD53826DE255600AB55B1 /* Assets.xcassets */, - 2368ECD52BC38FDA00EDF4C9 /* Launch Screen.storyboard */, - 237700CE2BC697D400D661F1 /* pi_login_new_logo.png */, - 237FD35C2C0F187B00B5335C /* pi_app_logo_new_bg.png */, - 2396FCE32B22BE5D0014021D /* pi_area_info.json */, - 189DD53D26DE255600AB55B1 /* Info.plist */, - 2368ECD72BC38FED00EDF4C9 /* PrivacyInfo.xcprivacy */, - 2368ECCD2BC38F9800EDF4C9 /* InfoPlist.strings */, - E80E09AB2A40B70100CD2BE7 /* Localizable.strings */, - 189DD53E26DE255600AB55B1 /* main.m */, - ); - path = YuMi; - sourceTree = ""; - }; - 189DD54826DE327B00AB55B1 /* MVP */ = { - isa = PBXGroup; - children = ( - 187EEEA926E62679002833B2 /* Api */, - 189DD56026DE456100AB55B1 /* Model */, - 189DD55326DE382E00AB55B1 /* View */, - 189DD55726DE398A00AB55B1 /* Presenter */, - 189DD55D26DE3BA300AB55B1 /* Protocol */, - ); - path = MVP; - sourceTree = ""; - }; - 189DD55326DE382E00AB55B1 /* View */ = { - isa = PBXGroup; - children = ( - 189DD54E26DE37F900AB55B1 /* MvpViewController.h */, - 189DD54F26DE37F900AB55B1 /* MvpViewController.m */, - ); - path = View; - sourceTree = ""; - }; - 189DD55726DE398A00AB55B1 /* Presenter */ = { - isa = PBXGroup; - children = ( - 189DD55826DE39D200AB55B1 /* BaseMvpPresenter.h */, - 189DD55926DE39D200AB55B1 /* BaseMvpPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - 189DD55D26DE3BA300AB55B1 /* Protocol */ = { - isa = PBXGroup; - children = ( - 189DD55E26DE3BBE00AB55B1 /* BaseMvpProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - 189DD56026DE456100AB55B1 /* Model */ = { - isa = PBXGroup; - children = ( - 14D8767A29A7445C00E1DD7F /* NSObject+AutoCoding.h */, - 14D8767B29A7445C00E1DD7F /* NSObject+AutoCoding.m */, - 187EEEDA26E89B32002833B2 /* BaseModel.h */, - 187EEEDB26E89B32002833B2 /* BaseModel.m */, - 235A45212B04BEB6009753F5 /* PIBaseModel.h */, - 235A45222B04BEB6009753F5 /* PIBaseModel.m */, - 187EEEDF26E89BFB002833B2 /* AccountModel.h */, - 187EEEE026E89BFB002833B2 /* AccountModel.m */, - 187EEEEF26E89FE8002833B2 /* AccountInfoStorage.h */, - 187EEEEE26E89FE8002833B2 /* AccountInfoStorage.m */, - 18E7B31626F097E00064BC9B /* UserInfoModel.h */, - 18E7B31726F097E00064BC9B /* UserInfoModel.m */, - 18E7B31926F0982E0064BC9B /* UserExpand.h */, - 18E7B31A26F0982E0064BC9B /* UserExpand.m */, - 18E7B31C26F0984C0064BC9B /* UserLevelVo.h */, - 18E7B31D26F0984C0064BC9B /* UserLevelVo.m */, - 18E7B31F26F098650064BC9B /* UserInfoSkillVo.h */, - 18E7B32026F098650064BC9B /* UserInfoSkillVo.m */, - E8EEB8F526FC2673007C6EBA /* UserPhoto.h */, - E8EEB8F626FC2673007C6EBA /* UserPhoto.m */, - 9B2A12DC2783FEDD00CED41B /* UserVipInfoVo.h */, - 9B2A12DD2783FEDD00CED41B /* UserVipInfoVo.m */, - 54F469392C2A984D00A83655 /* MedalModel.h */, - 54F4693A2C2A984D00A83655 /* MedalModel.m */, - 54FFD3782C9BCB1900DE61E5 /* RelationUserVO.h */, - 54FFD3792C9BCB1900DE61E5 /* RelationUserVO.m */, - 54B9C6E82C9C2DDC003F1CC5 /* GuildInfo.h */, - 54B9C6E92C9C2DDC003F1CC5 /* GuildInfo.m */, - ); - path = Model; - sourceTree = ""; - }; - 189DD56126DE45F800AB55B1 /* Modules */ = { - isa = PBXGroup; - children = ( - 54283CE22CE48884009729B5 /* ShoppingMall */, - E87E624F2A3F54B5002F68C9 /* YMNewHome */, - 18E7B1B426E8B2960064BC9B /* YMTabbar */, - E81DCCC4282B620A0039E5C5 /* YMMonents */, - 18A61BCC274F72ED00A09A54 /* YMMessage */, - E8E70D6E26F2EB1200F03460 /* YMMine */, - 18486210271EA9A5005FC5DC /* YMRTC */, - E8AEAED3271412D00017FCE0 /* YMRoom */, - 189DD56226DE460400AB55B1 /* YMLogin */, - 14D8767E29A750A300E1DD7F /* YMWeb */, - ); - path = Modules; - sourceTree = ""; - }; - 189DD56226DE460400AB55B1 /* YMLogin */ = { - isa = PBXGroup; - children = ( - E8B825BC26E9E520009E8E9F /* Model */, - 189DD75326E2211000AB55B1 /* Api */, - 189DD58A26DF978700AB55B1 /* View */, - 189DD58B26DF978F00AB55B1 /* Presenter */, - 189DD59126DF97F600AB55B1 /* Protocol */, - ); - path = YMLogin; - sourceTree = ""; - }; - 189DD56B26DF5B0900AB55B1 /* Structure */ = { - isa = PBXGroup; - children = ( - E8A72BBA2A3AFB2F00B2EC07 /* PrefixHeader.pch */, - 1427213529A75C7D00C7C423 /* Base */, - 189DD54826DE327B00AB55B1 /* MVP */, - ); - path = Structure; - sourceTree = ""; - }; - 189DD56C26DF5B5400AB55B1 /* CustomUI */ = { - isa = PBXGroup; - children = ( - 4C6E1F762CEB12560073D0A3 /* UIViewGradientLayer */, - 237700D42BC7D3DC00D661F1 /* MSRTL */, - E8FE3C292994D0CC0006C6C7 /* SwitchView */, - E81E09C6290F719C00A1F410 /* Adbvertise */, - E80EC74A28ACD84000D133C5 /* InputView */, - E8998D932859DD3F00C68558 /* UIViewCorner */, - E8998D772859782C00C68558 /* SVGA */, - E8659640270160F200846EBD /* VagueImageView */, - E8AC720A26F435AF007D6E91 /* UIImageView */, - E81366F926F0D27A0076364C /* UIButton */, - E82109B126F2050D00FC3319 /* UIImage */, - 186A532B26FC6ED900D67B2C /* TTPopup */, - 186A536026FC6F2E00D67B2C /* ShareView */, - 18E7B26826E8D5D60064BC9B /* XCCurrentVCStackManager.h */, - 18E7B26726E8D5D60064BC9B /* XCCurrentVCStackManager.m */, - 189DD68326E1FDBB00AB55B1 /* XNDJTDDLoadingTool.h */, - 189DD68226E1FDBB00AB55B1 /* XNDJTDDLoadingTool.m */, - E8B825CB26EA18C8009E8E9F /* DJDKMIMOMColor.h */, - E8B825CC26EA18C8009E8E9F /* DJDKMIMOMColor.m */, - 4CEB9EA82D097E8400443480 /* MoliAvatar.h */, - 4CEB9EA92D097E8400443480 /* MoliAvatar.m */, - 4C1392972D6DB4CD00A6DFB5 /* MoliMoneyLabel.h */, - 4C1392982D6DB4CD00A6DFB5 /* MoliMoneyLabel.m */, - 4CEB9EAB2D09AA0400443480 /* SexAgeLabel.h */, - 4CEB9EAC2D09AA0400443480 /* SexAgeLabel.m */, - 4C7989EA2D19392E006AE07B /* EmptyDataView.h */, - 4C7989EB2D19392E006AE07B /* EmptyDataView.m */, - ); - path = CustomUI; - sourceTree = ""; - }; - 189DD58A26DF978700AB55B1 /* View */ = { - isa = PBXGroup; - children = ( - 548E01C32C3F78360071C83D /* FeedBackViewController.h */, - 548E01C42C3F78360071C83D /* FeedBackViewController.m */, - 548E01C22C3F78360071C83D /* FeedBackViewController.xib */, - 14DCAD12299B9B0B00A7DD31 /* NewLogin */, - E872308A26E89D5100B90D4F /* CustomView */, - E8B825C926EA1231009E8E9F /* LoginVerifCodeViewController.h */, - E8B825C826EA1231009E8E9F /* LoginVerifCodeViewController.m */, - E81366E126F0A1FC0076364C /* LoginBindPhoneViewController.h */, - E81366E226F0A1FC0076364C /* LoginBindPhoneViewController.m */, - E8AC723B26F4B6AA007D6E91 /* XPLoginBindPhoneResultViewController.h */, - E8AC723C26F4B6AA007D6E91 /* XPLoginBindPhoneResultViewController.m */, - E81366F126F0B7C80076364C /* LoginFullInfoViewController.h */, - E81366F226F0B7C80076364C /* LoginFullInfoViewController.m */, - E824543326F57D6E00BE8163 /* XPLoginVerifBindPhoneViewController.h */, - E824543426F57D6E00BE8163 /* XPLoginVerifBindPhoneViewController.m */, - 23B2AEC32A6516C200543D17 /* LoginForgetPasswordViewController.h */, - 23B2AEC22A6516C200543D17 /* LoginForgetPasswordViewController.m */, - 4C5C37212D0C1C7900BA9AB8 /* RegionListViewController.h */, - 4C5C37222D0C1C7900BA9AB8 /* RegionListViewController.m */, - ); - path = View; - sourceTree = ""; - }; - 189DD58B26DF978F00AB55B1 /* Presenter */ = { - isa = PBXGroup; - children = ( - 189DD58D26DF97E700AB55B1 /* LoginPresenter.h */, - 189DD58E26DF97E700AB55B1 /* LoginPresenter.m */, - E8B825C026EA00DF009E8E9F /* LoginVerifCodePresent.h */, - E8B825C126EA00DF009E8E9F /* LoginVerifCodePresent.m */, - E8CEA03B26EA3DE500644B44 /* LoginPasswordPresent.h */, - E8CEA03C26EA3DE500644B44 /* LoginPasswordPresent.m */, - E81C279426EB39CC0031E639 /* LoginForgetPasswordPresent.h */, - E81C279526EB39CC0031E639 /* LoginForgetPasswordPresent.m */, - E81366F426F0C0DF0076364C /* LoginFullInfoPresenter.h */, - E81366F526F0C0DF0076364C /* LoginFullInfoPresenter.m */, - E82109AE26F1D83500FC3319 /* LoginBindPhonePresent.h */, - E82109AF26F1D83500FC3319 /* LoginBindPhonePresent.m */, - E824543626F5820A00BE8163 /* XPLoginVerifBindPhonePresenter.h */, - E824543726F5820A00BE8163 /* XPLoginVerifBindPhonePresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - 189DD59126DF97F600AB55B1 /* Protocol */ = { - isa = PBXGroup; - children = ( - 189DD59426DF986300AB55B1 /* LoginProtocol.h */, - E8B825C626EA0995009E8E9F /* LoginVerifCodeProtocol.h */, - E8CEA03E26EA3E0200644B44 /* LoginPasswordProtocol.h */, - E81C279726EB39E10031E639 /* LoginForgetPasswordProtocol.h */, - E81366F726F0C0F60076364C /* LoginFullInfoProtocol.h */, - E824543926F5822800BE8163 /* XPLoginVerifBindPhoneProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - 189DD5A726DFA09700AB55B1 /* Tools */ = { - isa = PBXGroup; - children = ( - 234F44E12B3EA4DC00E2B532 /* YMLine */, - 23CEFC082AFB8FC100576D89 /* sdkContent */, - 23FF255C2ABA8EEE0064E904 /* PIIAPTool */, - 23E9EA9B2A84C42B00B792F2 /* SGYProgressView */, - E83645A42A40AEF600E0DBE4 /* Bundle */, - E83645652A40A2CA00E0DBE4 /* CardManager */, - 234E50AC2BF734FC005CB6D5 /* NSTextAttachment */, - 1427213629A75F6F00C7C423 /* CocoaHttpServer */, - E8F61356291E269700E12650 /* Safe */, - 9B09979F27F19D1C00EB8F14 /* QGVAPlayer */, - 9B33E3C827D85379003B0E62 /* File */, - E80CBDE727D0C528001E1EC2 /* Timer */, - 180116F6279E8C3100F2CBC0 /* Date */, - 9B17F71527BD14FF00440843 /* SVGAParserManager */, - E88863D0278ED4A0004BCFAB /* Timestamp */, - E82D5C77276B25B000858D6D /* SpriteSheetManager */, - E865964E2701A1A900846EBD /* StatisticsService */, - E89DA6612700590A008483C1 /* IAPHelper */, - E8EEB8EA26FC2050007C6EBA /* SDPhotoBrowser */, - 2331C1BA2A60F67F00E1D940 /* UILabel */, - E81366E426F0A4820076364C /* NSString */, - E82109AA26F1C86E00FC3319 /* CountDown */, - E81C278726EAFABF0031E639 /* Security */, - 189DD74D26E21D9000AB55B1 /* GCDHelper */, - 189DD74226E21CCC00AB55B1 /* Reachability */, - 189DD73626E21C3F00AB55B1 /* YYUtility */, - 237700D02BC7CC7C00D661F1 /* MJExtension */, - ); - path = Tools; - sourceTree = ""; - }; - 189DD73626E21C3F00AB55B1 /* YYUtility */ = { - isa = PBXGroup; - children = ( - 189DD73726E21C3F00AB55B1 /* CarrierIdentifier.h */, - 189DD73C26E21C3F00AB55B1 /* YYUtility.h */, - 189DD73926E21C3F00AB55B1 /* YYUtility.m */, - 189DD73B26E21C3F00AB55B1 /* YYUtility+App.m */, - 189DD73A26E21C3F00AB55B1 /* YYUtility+Carrier.m */, - 189DD73826E21C3F00AB55B1 /* YYUtility+Device.m */, - ); - path = YYUtility; - sourceTree = ""; - }; - 189DD74226E21CCC00AB55B1 /* Reachability */ = { - isa = PBXGroup; - children = ( - 189DD74326E21CCC00AB55B1 /* YYReachability.h */, - 189DD74426E21CCC00AB55B1 /* YYReachability.m */, - ); - path = Reachability; - sourceTree = ""; - }; - 189DD74D26E21D9000AB55B1 /* GCDHelper */ = { - isa = PBXGroup; - children = ( - 189DD74E26E21D9000AB55B1 /* GCDHelper.m */, - 189DD74F26E21D9000AB55B1 /* GCDHelper.h */, - ); - path = GCDHelper; - sourceTree = ""; - }; - 189DD75326E2211000AB55B1 /* Api */ = { - isa = PBXGroup; - children = ( - 189DD76026E60DDC00AB55B1 /* Api+Login.h */, - 189DD76126E60DDC00AB55B1 /* Api+Login.m */, - 23194DB92AD13EAB00649F51 /* PILoginManager.h */, - 23194DBA2AD13EAB00649F51 /* PILoginManager.m */, - ); - path = Api; - sourceTree = ""; - }; - 18A61BCC274F72ED00A09A54 /* YMMessage */ = { - isa = PBXGroup; - children = ( - E884C3782743B6AA00E1EBED /* Tool */, - 18F404B8276097F200A6C548 /* Model */, - 18F404BD276098A800A6C548 /* Api */, - 18F404BC2760989300A6C548 /* View */, - 18F404C4276099B300A6C548 /* Presenter */, - 18F404C5276099C800A6C548 /* Protocol */, - ); - path = YMMessage; - sourceTree = ""; - }; - 18E7B1B426E8B2960064BC9B /* YMTabbar */ = { - isa = PBXGroup; - children = ( - E8B3E8062848B84F009746AB /* Model */, - E8B3E8052848B849009746AB /* Api */, - E8B3E8042848B842009746AB /* View */, - E8B3E8032848B838009746AB /* Presenter */, - E8B3E8022848B828009746AB /* Protocol */, - ); - path = YMTabbar; - sourceTree = ""; - }; - 18EE3FF52754AFD900A452BF /* SessionList */ = { - isa = PBXGroup; - children = ( - 18A61BE6274F9CF000A09A54 /* SessionListViewController.h */, - 18A61BE7274F9CF000A09A54 /* SessionListViewController.m */, - 18EE3FDD2750C1F700A452BF /* SessionListCell.h */, - 18EE3FDE2750C1F700A452BF /* SessionListCell.m */, - 23E45C032AC2B0A200D88BCA /* SessionDiscoverNewTableViewCell.h */, - 23E45C042AC2B0A200D88BCA /* SessionDiscoverNewTableViewCell.m */, - ); - path = SessionList; - sourceTree = ""; - }; - 18EE3FF72754B01D00A452BF /* NIMViews */ = { - isa = PBXGroup; - children = ( - 18EE3FE02750C29D00A452BF /* NIMBadgeView.h */, - 18EE3FE12750C29D00A452BF /* NIMBadgeView.m */, - 9B7D804F2753AA9D003DAC0C /* UITableView+NIMScrollToBottom.h */, - 9B7D804E2753AA9D003DAC0C /* UITableView+NIMScrollToBottom.m */, - 18EE3FF22750FA3700A452BF /* UIView+NIM.h */, - 18EE3FF32750FA3700A452BF /* UIView+NIM.m */, - ); - path = NIMViews; - sourceTree = ""; - }; - 18F403A72758B67900A6C548 /* Content */ = { - isa = PBXGroup; - children = ( - 23E9EA7A2A83977300B792F2 /* MessageContentTreasureFairyView.h */, - 23E9EA7B2A83977400B792F2 /* MessageContentTreasureFairyView.m */, - E81060D62987613E00B772F0 /* SesssionModel */, - 18F403A32758B5F900A6C548 /* MessageContentProtocol.h */, - E885D53A2977FBFD004DC088 /* MessageTimeView.h */, - E885D53B2977FBFD004DC088 /* MessageTimeView.m */, - E8383698298A59C100112E1C /* MessageTipsView.h */, - E8383699298A59C100112E1C /* MessageTipsView.m */, - 18F403C92758C66800A6C548 /* MessageContentText.h */, - 18F403CA2758C66800A6C548 /* MessageContentText.m */, - E8F1558B28124D5200EE8C06 /* MessageConentAudioView.h */, - E8F1558C28124D5200EE8C06 /* MessageConentAudioView.m */, - 18F403EC2758CF2F00A6C548 /* MessageContentImage.h */, - 18F403ED2758CF2F00A6C548 /* MessageContentImage.m */, - E873EB0A2809850D0071030D /* MessageContentCustomView.h */, - E873EB0B2809850D0071030D /* MessageContentCustomView.m */, - E873EB0D28098D500071030D /* MessageContentGiftView.h */, - E873EB0E28098D500071030D /* MessageContentGiftView.m */, - 18AAF3EE279EA59300CD7DAD /* MessageContentTextClickable.h */, - 18AAF3EF279EA59300CD7DAD /* MessageContentTextClickable.m */, - E80B0732280D740600A79F63 /* MessageContentGuildView.h */, - E80B0733280D740600A79F63 /* MessageContentGuildView.m */, - 233423D42AB0397500B1253F /* PIMessageContentServiceReplyView.h */, - 233423D52AB0397500B1253F /* PIMessageContentServiceReplyView.m */, - E83ABEF4280E9AD800322EE4 /* MessageContentUnSupportView.h */, - E83ABEF5280E9AD800322EE4 /* MessageContentUnSupportView.m */, - E83ABEF7280EAF3F00322EE4 /* MessageContentOpenLiveView.h */, - E83ABEF8280EAF3F00322EE4 /* MessageContentOpenLiveView.m */, - E83ABEFE280EC45700322EE4 /* MessageContentApplicationShareView.h */, - E83ABEFF280EC45700322EE4 /* MessageContentApplicationShareView.m */, - E83ABF04280EDE2B00322EE4 /* MessageContentLevelUpgradeView.h */, - E83ABF05280EDE2B00322EE4 /* MessageContentLevelUpgradeView.m */, - E86507E3281A7D4D006951B0 /* MessageContentTweetView.h */, - E86507E4281A7D4D006951B0 /* MessageContentTweetView.m */, - E86507E9281A88A9006951B0 /* MessageContentSkillCardView.h */, - E86507EA281A88A9006951B0 /* MessageContentSkillCardView.m */, - E8E0DADE285C20E500566A2F /* MessageContentFindNewGreetView.h */, - E8E0DADF285C20E500566A2F /* MessageContentFindNewGreetView.m */, - E86E79CB28A4E045006DAF48 /* MessageContentRiskAlertView.h */, - E86E79CC28A4E045006DAF48 /* MessageContentRiskAlertView.m */, - E85E3FA528B7A6F000268DC8 /* MessageContentMonentsView.h */, - E85E3FA628B7A6F000268DC8 /* MessageContentMonentsView.m */, - E80A63DA28B86B9700690914 /* MessageContentMonentsAutoView.h */, - E80A63DB28B86B9700690914 /* MessageContentMonentsAutoView.m */, - 9B88E20A28C5EB8300D26FBA /* MessageContentRedPacketView.h */, - 9B88E20B28C5EB8300D26FBA /* MessageContentRedPacketView.m */, - E8778AE22988B57B00CF139B /* MessageContentRevokeView.h */, - E8778AE32988B57B00CF139B /* MessageContentRevokeView.m */, - 54C9A1232C3E74AE00C6D970 /* MessageGameOrderView.h */, - 54C9A1242C3E74AE00C6D970 /* MessageGameOrderView.m */, - ); - path = Content; - sourceTree = ""; - }; - 18F404B8276097F200A6C548 /* Model */ = { - isa = PBXGroup; - children = ( - E899C68D2750DA3C00E189E5 /* CustomMessage */, - E884C36D2743AAC800E1EBED /* AttachmentModel.h */, - E884C36E2743AAC800E1EBED /* AttachmentModel.m */, - E8D55C9A281131F1006935A5 /* SessionToolBar */, - E83ABEFA280EB5A000322EE4 /* SessionContent */, - 18F404B92760982000A6C548 /* ChatLimitModel.h */, - 18F404BA2760982000A6C548 /* ChatLimitModel.m */, - E885D5342977CE28004DC088 /* SessionSettingModel.h */, - E885D5352977CE28004DC088 /* SessionSettingModel.m */, - ); - path = Model; - sourceTree = ""; - }; - 18F404BC2760989300A6C548 /* View */ = { - isa = PBXGroup; - children = ( - E8778AE82988EE9200CF139B /* SayHello */, - 9BD798AE29262306003E03E6 /* SessionListHeadView */, - E8A30BDB28534667003B4873 /* FindNew */, - 18EE3FF72754B01D00A452BF /* NIMViews */, - 18EE3FF52754AFD900A452BF /* SessionList */, - 9B7D804727537819003DAC0C /* Session */, - 18EE3FEC2750CE6D00A452BF /* NIMMessageUtils.h */, - 18EE3FED2750CE6D00A452BF /* NIMMessageUtils.m */, - 18EE3FEF2750D2AD00A452BF /* NIMTimeUtils.h */, - 18EE3FF02750D2AD00A452BF /* NIMTimeUtils.m */, - 18EE40192754BA9F00A452BF /* NIMMessageMaker.h */, - 18EE40182754BA9F00A452BF /* NIMMessageMaker.m */, - E8F1558E28125E2D00EE8C06 /* MessageAudioCenter.h */, - E8F1558F28125E2D00EE8C06 /* MessageAudioCenter.m */, - ); - path = View; - sourceTree = ""; - }; - 18F404BD276098A800A6C548 /* Api */ = { - isa = PBXGroup; - children = ( - 18F404C1276098F100A6C548 /* Api+Message.h */, - 18F404C2276098F100A6C548 /* Api+Message.m */, - ); - path = Api; - sourceTree = ""; - }; - 18F404C4276099B300A6C548 /* Presenter */ = { - isa = PBXGroup; - children = ( - 18F404C727609A4300A6C548 /* MessagePresenter.h */, - 18F404C827609A4300A6C548 /* MessagePresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - 18F404C5276099C800A6C548 /* Protocol */ = { - isa = PBXGroup; - children = ( - 18F404C6276099DF00A6C548 /* MessageProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - 2305EEE62AD677D300AD403C /* RoomPhotoAlbum */ = { - isa = PBXGroup; - children = ( - 2305EEE72AD677D300AD403C /* Presenter */, - 2305EEE82AD677D300AD403C /* Protocol */, - 2305EEE92AD677D300AD403C /* Model */, - 2305EEEA2AD677D300AD403C /* View */, - 2305EEED2AD677D300AD403C /* Api */, - ); - path = RoomPhotoAlbum; - sourceTree = ""; - }; - 2305EEE72AD677D300AD403C /* Presenter */ = { - isa = PBXGroup; - children = ( - 23D321D02ADD0EBC006B259C /* PIRoomPhotoAlbumItemPresenter.h */, - 23D321D12ADD0EBC006B259C /* PIRoomPhotoAlbumItemPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - 2305EEE82AD677D300AD403C /* Protocol */ = { - isa = PBXGroup; - children = ( - 23D321D62ADD0F2C006B259C /* PIRoomPhotoAlbumItemProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - 2305EEE92AD677D300AD403C /* Model */ = { - isa = PBXGroup; - children = ( - 2305EEFF2AD6A33E00AD403C /* PIRoomPhotoAlbumItemChoosePhotoModel.h */, - 2305EF002AD6A33E00AD403C /* PIRoomPhotoAlbumItemChoosePhotoModel.m */, - 23D321D72ADD1B46006B259C /* PIRoomPhotoAlbumItemModel.h */, - 23D321D82ADD1B46006B259C /* PIRoomPhotoAlbumItemModel.m */, - ); - path = Model; - sourceTree = ""; - }; - 2305EEEA2AD677D300AD403C /* View */ = { - isa = PBXGroup; - children = ( - 2305EEEB2AD677D300AD403C /* SubViews */, - 2305EEEC2AD677D300AD403C /* Cell */, - 2305EEEE2AD677F200AD403C /* PIRoomPhotoAlbumVC.h */, - 2305EEEF2AD677F200AD403C /* PIRoomPhotoAlbumVC.m */, - 2305EEF12AD67A8D00AD403C /* PIRoomPhotoAlbumItemVC.h */, - 2305EEF22AD67A8D00AD403C /* PIRoomPhotoAlbumItemVC.m */, - ); - path = View; - sourceTree = ""; - }; - 2305EEEB2AD677D300AD403C /* SubViews */ = { - isa = PBXGroup; - children = ( - 2305EEF92AD696B400AD403C /* PIRoomPhotoAlbumChoosePhotoView.h */, - 2305EEFA2AD696B400AD403C /* PIRoomPhotoAlbumChoosePhotoView.m */, - 2305EF022AD6B11700AD403C /* PIRoomPhotoAlbumChoosePhotoTypeView.h */, - 2305EF032AD6B11700AD403C /* PIRoomPhotoAlbumChoosePhotoTypeView.m */, - 2305EF052AD6B51200AD403C /* PIRoomPhotoAlbumChoosePhotoGiftView.h */, - 2305EF062AD6B51200AD403C /* PIRoomPhotoAlbumChoosePhotoGiftView.m */, - 2305EF082AD7CC7C00AD403C /* PIRoomPhotoAlbumChooseGiftView.h */, - 2305EF092AD7CC7C00AD403C /* PIRoomPhotoAlbumChooseGiftView.m */, - 2305F3392AD9293D00AD403C /* PIRoomPhotoAlbumOperateView.h */, - 2305F33A2AD9293D00AD403C /* PIRoomPhotoAlbumOperateView.m */, - ); - path = SubViews; - sourceTree = ""; - }; - 2305EEEC2AD677D300AD403C /* Cell */ = { - isa = PBXGroup; - children = ( - 2305EEF42AD67E5500AD403C /* PIRoomPhotoAlbumItemCell.h */, - 2305EEF52AD67E5500AD403C /* PIRoomPhotoAlbumItemCell.m */, - 2305EEFC2AD6978200AD403C /* PIRoomPhotoAlbumChoosePhotoCell.h */, - 2305EEFD2AD6978200AD403C /* PIRoomPhotoAlbumChoosePhotoCell.m */, - 2305EF0B2AD7CC9A00AD403C /* PIRoomPhotoAlbumChooseGiftCell.h */, - 2305EF0C2AD7CC9A00AD403C /* PIRoomPhotoAlbumChooseGiftCell.m */, - 2305F33C2AD9295800AD403C /* PIRoomPhotoAlbumOperateCell.h */, - 2305F33D2AD9295800AD403C /* PIRoomPhotoAlbumOperateCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - 2305EEED2AD677D300AD403C /* Api */ = { - isa = PBXGroup; - children = ( - 23D321D32ADD0F05006B259C /* Api+PhotoAlbum.h */, - 23D321D42ADD0F05006B259C /* Api+PhotoAlbum.m */, - ); - path = Api; - sourceTree = ""; - }; - 23194DBC2AD14BF000649F51 /* CocoaLumberjack */ = { - isa = PBXGroup; - children = ( - 23194DBD2AD14BF000649F51 /* DDTTYLogger.m */, - 23194DBE2AD14BF000649F51 /* DDLog.h */, - 23194DBF2AD14BF000649F51 /* DDAbstractDatabaseLogger.h */, - 23194DC02AD14BF000649F51 /* DDASLLogger.m */, - 23194DC12AD14BF000649F51 /* DDFileLogger.h */, - 23194DC22AD14BF000649F51 /* Extensions */, - 23194DC72AD14BF000649F51 /* DDLog.m */, - 23194DC82AD14BF000649F51 /* DDTTYLogger.h */, - 23194DC92AD14BF000649F51 /* DDAbstractDatabaseLogger.m */, - 23194DCA2AD14BF000649F51 /* DDFileLogger.m */, - 23194DCB2AD14BF000649F51 /* DDASLLogger.h */, - ); - path = CocoaLumberjack; - sourceTree = ""; - }; - 23194DC22AD14BF000649F51 /* Extensions */ = { - isa = PBXGroup; - children = ( - 23194DC32AD14BF000649F51 /* ContextFilterLogFormatter.h */, - 23194DC42AD14BF000649F51 /* DispatchQueueLogFormatter.h */, - 23194DC52AD14BF000649F51 /* ContextFilterLogFormatter.m */, - 23194DC62AD14BF000649F51 /* DispatchQueueLogFormatter.m */, - ); - path = Extensions; - sourceTree = ""; - }; - 2331C12F2A5EB71000E1D940 /* Noble */ = { - isa = PBXGroup; - children = ( - 2331C1302A5EB71000E1D940 /* Presenter */, - 2331C1332A5EB71000E1D940 /* Protocol */, - 2331C1352A5EB71000E1D940 /* Model */, - 2331C1402A5EB71000E1D940 /* View */, - 2331C1602A5EB71000E1D940 /* Api */, - ); - path = Noble; - sourceTree = ""; - }; - 2331C1302A5EB71000E1D940 /* Presenter */ = { - isa = PBXGroup; - children = ( - 2331C1312A5EB71000E1D940 /* XPNobleCenterPresenter.h */, - 2331C1322A5EB71000E1D940 /* XPNobleCenterPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - 2331C1332A5EB71000E1D940 /* Protocol */ = { - isa = PBXGroup; - children = ( - 2331C1342A5EB71000E1D940 /* XPNobleCenterProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - 2331C1352A5EB71000E1D940 /* Model */ = { - isa = PBXGroup; - children = ( - 2331C1382A5EB71000E1D940 /* NobleAuthInfo.h */, - 2331C13D2A5EB71000E1D940 /* NobleAuthInfo.m */, - 23F963682BB6919D00F440A6 /* PINobleRebateModel.h */, - 23F963692BB6919D00F440A6 /* PINobleRebateModel.m */, - 2331C13E2A5EB71000E1D940 /* NobleCenterModel.h */, - 2331C13A2A5EB71000E1D940 /* NobleCenterModel.m */, - 2331C13B2A5EB71000E1D940 /* NobleInfo.h */, - 2331C1362A5EB71000E1D940 /* NobleInfo.m */, - 2331C1372A5EB71000E1D940 /* NobleLevelUpModel.h */, - 2331C13C2A5EB71000E1D940 /* NobleLevelUpModel.m */, - 2331C13F2A5EB71000E1D940 /* NobleRechargeModel.h */, - 2331C1392A5EB71000E1D940 /* NobleRechargeModel.m */, - 23FE47E52BB4378700F09D23 /* PINobleCenterListModel.h */, - 23FE47E62BB4378700F09D23 /* PINobleCenterListModel.m */, - ); - path = Model; - sourceTree = ""; - }; - 2331C1402A5EB71000E1D940 /* View */ = { - isa = PBXGroup; - children = ( - 2331C1452A5EB71000E1D940 /* SubViews */, - 2331C1422A5EB71000E1D940 /* ThemeColor+NobleCenter.h */, - 2331C15D2A5EB71000E1D940 /* ThemeColor+NobleCenter.m */, - 2331C1432A5EB71000E1D940 /* XPNobleCenterListViewController.h */, - 2331C15E2A5EB71000E1D940 /* XPNobleCenterListViewController.m */, - 5456F3C62C6EF962000E1805 /* VIPCenterViewController.h */, - 5456F3C72C6EF962000E1805 /* VIPCenterViewController.m */, - 2331C15C2A5EB71000E1D940 /* XPNobleSettingViewController.h */, - 2331C1412A5EB71000E1D940 /* XPNobleSettingViewController.m */, - ); - path = View; - sourceTree = ""; - }; - 2331C1452A5EB71000E1D940 /* SubViews */ = { - isa = PBXGroup; - children = ( - 2331C17A2A5EB7AB00E1D940 /* XPNobleCenterEntranceView.h */, - 2331C1792A5EB7AB00E1D940 /* XPNobleCenterEntranceView.m */, - 2331C1462A5EB71000E1D940 /* XPNobleAuthorityDescView.h */, - 2331C1532A5EB71000E1D940 /* XPNobleAuthorityDescView.m */, - 2331C1552A5EB71000E1D940 /* XPNobleCenterEmptyView.h */, - 2331C14C2A5EB71000E1D940 /* XPNobleCenterEmptyView.m */, - 2331C1512A5EB71000E1D940 /* XPNobleCenterMyNobleView.h */, - 2331C1482A5EB71000E1D940 /* XPNobleCenterMyNobleView.m */, - 2331C14D2A5EB71000E1D940 /* XPNobleCenterNavView.h */, - 2331C1542A5EB71000E1D940 /* XPNobleCenterNavView.m */, - 2331C14F2A5EB71000E1D940 /* XPNobleCenterResidueView.h */, - 2331C15A2A5EB71000E1D940 /* XPNobleCenterResidueView.m */, - 2331C14A2A5EB71000E1D940 /* XPNobleCenterTableHeadView.h */, - 2331C1572A5EB71000E1D940 /* XPNobleCenterTableHeadView.m */, - 2331C1502A5EB71000E1D940 /* XPNoblePrivilegeCell.h */, - 2331C1592A5EB71000E1D940 /* XPNoblePrivilegeCell.m */, - 2331C14B2A5EB71000E1D940 /* XPNoblePrivilegeContentCell.h */, - 2331C1562A5EB71000E1D940 /* XPNoblePrivilegeContentCell.m */, - 236BA4962BB6AFED00C7C73A /* PINoblePrivilegeEmptyCell.h */, - 236BA4972BB6AFED00C7C73A /* PINoblePrivilegeEmptyCell.m */, - 2331C1472A5EB71000E1D940 /* XPNobleSettingNavView.h */, - 2331C1522A5EB71000E1D940 /* XPNobleSettingNavView.m */, - 2331C14E2A5EB71000E1D940 /* XPNobleUpgradeLevelView.h */, - 2331C15B2A5EB71000E1D940 /* XPNobleUpgradeLevelView.m */, - 2331C17C2A5ECCF600E1D940 /* XPNobleCenterPayView.h */, - 2331C17D2A5ECCF600E1D940 /* XPNobleCenterPayView.m */, - 2331C17F2A5ECD3800E1D940 /* XPNobleCenterPayCell.h */, - 2331C1802A5ECD3800E1D940 /* XPNobleCenterPayCell.m */, - 23FE47D32BB3C64600F09D23 /* PINobleCenterTitleCell.h */, - 23FE47D42BB3C64600F09D23 /* PINobleCenterTitleCell.m */, - 23FE47D62BB3CEAF00F09D23 /* PINobleCenterTitleView.h */, - 23FE47D72BB3CEAF00F09D23 /* PINobleCenterTitleView.m */, - 23FE47D92BB4171C00F09D23 /* PINobleCenterListView.h */, - 23FE47DA2BB4171C00F09D23 /* PINobleCenterListView.m */, - 23FE47DF2BB41CF200F09D23 /* PINobleCenterListReusableView.h */, - 23FE47E02BB41CF200F09D23 /* PINobleCenterListReusableView.m */, - 23FE47E22BB41EBF00F09D23 /* PINobleCenterListCell.h */, - 23FE47E32BB41EBF00F09D23 /* PINobleCenterListCell.m */, - 23E7FE9A2BB6CD42008F6800 /* XPNobleCenterWindow.h */, - 23E7FE9B2BB6CD42008F6800 /* XPNobleCenterWindow.m */, - 5412E0F22C4E460300FDD668 /* XPMineCenterAgencyView.h */, - 5412E0F32C4E460300FDD668 /* XPMineCenterAgencyView.m */, - ); - path = SubViews; - sourceTree = ""; - }; - 2331C1602A5EB71000E1D940 /* Api */ = { - isa = PBXGroup; - children = ( - 2331C1612A5EB71000E1D940 /* Api+NobleCenter.h */, - 2331C1622A5EB71000E1D940 /* Api+NobleCenter.m */, - ); - path = Api; - sourceTree = ""; - }; - 2331C1822A60F32D00E1D940 /* CandyTree */ = { - isa = PBXGroup; - children = ( - 2331C1832A60F32D00E1D940 /* Presenter */, - 2331C1862A60F32D00E1D940 /* Protocol */, - 2331C1882A60F32D00E1D940 /* Model */, - 2331C1912A60F32D00E1D940 /* View */, - 2331C1A72A60F32D00E1D940 /* Api */, - ); - path = CandyTree; - sourceTree = ""; - }; - 2331C1832A60F32D00E1D940 /* Presenter */ = { - isa = PBXGroup; - children = ( - 2331C1852A60F32D00E1D940 /* XPCandyTreePresenter.h */, - 2331C1842A60F32D00E1D940 /* XPCandyTreePresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - 2331C1862A60F32D00E1D940 /* Protocol */ = { - isa = PBXGroup; - children = ( - 2331C1872A60F32D00E1D940 /* XPCandyTreeProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - 2331C1882A60F32D00E1D940 /* Model */ = { - isa = PBXGroup; - children = ( - 2331C18C2A60F32D00E1D940 /* CandyTreeInfoModel.h */, - 2331C1902A60F32D00E1D940 /* CandyTreeInfoModel.m */, - 2331C18E2A60F32D00E1D940 /* CandyTreeRecordModel.h */, - 2331C18A2A60F32D00E1D940 /* CandyTreeRecordModel.m */, - 2331C18F2A60F32D00E1D940 /* CandyTreeResultModel.h */, - 2331C1892A60F32D00E1D940 /* CandyTreeResultModel.m */, - 233423CE2AAEFBC300B1253F /* PICandyTreeSetModel.h */, - 233423CF2AAEFBC300B1253F /* PICandyTreeSetModel.m */, - 2331C18B2A60F32D00E1D940 /* XPCandyTreeAnimationModel.h */, - 2331C18D2A60F32D00E1D940 /* XPCandyTreeAnimationModel.m */, - ); - path = Model; - sourceTree = ""; - }; - 2331C1912A60F32D00E1D940 /* View */ = { - isa = PBXGroup; - children = ( - 2331C1992A60F32D00E1D940 /* Cell */, - 2331C1982A60F32D00E1D940 /* XPCandyRankContainerView.h */, - 2331C1A52A60F32D00E1D940 /* XPCandyRankContainerView.m */, - 233423C52AAEE5C600B1253F /* XPCandyTreeBuySuccessView.h */, - 233423C62AAEE5C600B1253F /* XPCandyTreeBuySuccessView.m */, - 23FF428C2AAB2D3A0055733C /* XPCandyTreeBuyView.h */, - 23FF428D2AAB2D3A0055733C /* XPCandyTreeBuyView.m */, - 233423CB2AAEE98200B1253F /* XPCandyTreeConfirmBuyNumView.h */, - 233423CC2AAEE98200B1253F /* XPCandyTreeConfirmBuyNumView.m */, - 233423C82AAEE97500B1253F /* XPCandyTreeConfirmBuyView.h */, - 233423C92AAEE97500B1253F /* XPCandyTreeConfirmBuyView.m */, - 2331C1A32A60F32D00E1D940 /* XPCandyTreeGiftView.h */, - 2331C1962A60F32D00E1D940 /* XPCandyTreeGiftView.m */, - 2331C1952A60F32D00E1D940 /* XPCandyTreeInsufficientBalanceView.h */, - 2331C1A42A60F32D00E1D940 /* XPCandyTreeInsufficientBalanceView.m */, - 2331C1A22A60F32D00E1D940 /* XPCandyTreeMoreView.h */, - 2331C1932A60F32D00E1D940 /* XPCandyTreeMoreView.m */, - 2331C1A02A60F32D00E1D940 /* XPCandyTreeRankView.h */, - 2331C1922A60F32D00E1D940 /* XPCandyTreeRankView.m */, - 2331C1942A60F32D00E1D940 /* XPCandyTreeViewController.h */, - 2331C1A12A60F32D00E1D940 /* XPCandyTreeViewController.m */, - 2331C1972A60F32D00E1D940 /* XPRoomHalfWebView.h */, - 2331C1A62A60F32D00E1D940 /* XPRoomHalfWebView.m */, - ); - path = View; - sourceTree = ""; - }; - 2331C1992A60F32D00E1D940 /* Cell */ = { - isa = PBXGroup; - children = ( - 2331C19E2A60F32D00E1D940 /* XPCandyTreeEmptyableViewCell.h */, - 2331C19A2A60F32D00E1D940 /* XPCandyTreeEmptyableViewCell.m */, - 2331C19D2A60F32D00E1D940 /* XPCandyTreeMoreRuleCell.h */, - 2331C19B2A60F32D00E1D940 /* XPCandyTreeMoreRuleCell.m */, - 2331C19F2A60F32D00E1D940 /* XPCandyTreeRankTableViewCell.h */, - 2331C19C2A60F32D00E1D940 /* XPCandyTreeRankTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - 2331C1A72A60F32D00E1D940 /* Api */ = { - isa = PBXGroup; - children = ( - 2331C1A82A60F32D00E1D940 /* Api+CandyTree.m */, - 2331C1A92A60F32D00E1D940 /* Api+CandyTree.h */, - ); - path = Api; - sourceTree = ""; - }; - 2331C1BA2A60F67F00E1D940 /* UILabel */ = { - isa = PBXGroup; - children = ( - 2331C1BB2A60F69E00E1D940 /* UILabel+Utils.h */, - 2331C1BC2A60F69E00E1D940 /* UILabel+Utils.m */, - ); - path = UILabel; - sourceTree = ""; - }; - 234E50AC2BF734FC005CB6D5 /* NSTextAttachment */ = { - isa = PBXGroup; - children = ( - 234E50AD2BF7352C005CB6D5 /* NSTextAttachment+MSImage.h */, - 234E50AE2BF7352C005CB6D5 /* NSTextAttachment+MSImage.m */, - ); - path = NSTextAttachment; - sourceTree = ""; - }; - 234F44E12B3EA4DC00E2B532 /* YMLine */ = { - isa = PBXGroup; - children = ( - 234F44E22B3EA4F900E2B532 /* PILineManager.swift */, - ); - path = YMLine; - sourceTree = ""; - }; - 236B2E1B2AA0786E003967A8 /* Library */ = { - isa = PBXGroup; - children = ( - 234489072AC3C5DA0070E5D5 /* SudMGP.framework */, - 4C47079F2D5342C500C8CD24 /* GZIP */, - ); - path = Library; - sourceTree = ""; - }; - 236B2E202AA07D06003967A8 /* LittleGame */ = { - isa = PBXGroup; - children = ( - 236B2E3F2AA07D06003967A8 /* Api */, - 236B2E2E2AA07D06003967A8 /* Model */, - 236B2E212AA07D06003967A8 /* Presenter */, - 236B2E312AA07D06003967A8 /* View */, - ); - path = LittleGame; - sourceTree = ""; - }; - 236B2E212AA07D06003967A8 /* Presenter */ = { - isa = PBXGroup; - children = ( - 236B2E242AA07D06003967A8 /* Category */, - 236B2E2D2AA07D06003967A8 /* SudCommon.h */, - 236B2E232AA07D06003967A8 /* SudCommon.m */, - 236B2E222AA07D06003967A8 /* SudGameConfig.h */, - ); - path = Presenter; - sourceTree = ""; - }; - 236B2E242AA07D06003967A8 /* Category */ = { - isa = PBXGroup; - children = ( - 236B2E2C2AA07D06003967A8 /* NSData+RW.h */, - 236B2E282AA07D06003967A8 /* NSData+RW.m */, - 236B2E292AA07D06003967A8 /* NSString+RW.h */, - 236B2E252AA07D06003967A8 /* NSString+RW.m */, - 236B2E2B2AA07D06003967A8 /* UIColor+RW.h */, - 236B2E272AA07D06003967A8 /* UIColor+RW.m */, - 236B2E262AA07D06003967A8 /* UIImage+RW.h */, - 236B2E2A2AA07D06003967A8 /* UIImage+RW.m */, - ); - path = Category; - sourceTree = ""; - }; - 236B2E2E2AA07D06003967A8 /* Model */ = { - isa = PBXGroup; - children = ( - 236B2E2F2AA07D06003967A8 /* LittleGameInfoModel.h */, - 236B2E302AA07D06003967A8 /* LittleGameInfoModel.m */, - ); - path = Model; - sourceTree = ""; - }; - 236B2E312AA07D06003967A8 /* View */ = { - isa = PBXGroup; - children = ( - 236B2E362AA07D06003967A8 /* Cell */, - 236B2E3B2AA07D06003967A8 /* XPLittleGameMiniStageView.h */, - 236B2E332AA07D06003967A8 /* XPLittleGameMiniStageView.m */, - 236B2E322AA07D06003967A8 /* XPLittleGameRoomListView.h */, - 236B2E3C2AA07D06003967A8 /* XPLittleGameRoomListView.m */, - 236B2E352AA07D06003967A8 /* XPLittleGameRoomOpenView.h */, - 236B2E3D2AA07D06003967A8 /* XPLittleGameRoomOpenView.m */, - 236B2E342AA07D06003967A8 /* XPRoomLittleGameContainerView.h */, - 236B2E3E2AA07D06003967A8 /* XPRoomLittleGameContainerView.m */, - ); - path = View; - sourceTree = ""; - }; - 236B2E362AA07D06003967A8 /* Cell */ = { - isa = PBXGroup; - children = ( - 236B2E392AA07D06003967A8 /* XPCreateLittleGameCollectionViewCell.h */, - 236B2E382AA07D06003967A8 /* XPCreateLittleGameCollectionViewCell.m */, - 236B2E372AA07D06003967A8 /* XPLittleGameTableViewCell.h */, - 236B2E3A2AA07D06003967A8 /* XPLittleGameTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - 236B2E3F2AA07D06003967A8 /* Api */ = { - isa = PBXGroup; - children = ( - 236B2E412AA07D06003967A8 /* Api+LittleGame.h */, - 236B2E402AA07D06003967A8 /* Api+LittleGame.m */, - ); - path = Api; - sourceTree = ""; - }; - 237700D02BC7CC7C00D661F1 /* MJExtension */ = { - isa = PBXGroup; - children = ( - 237700D12BC7CC7C00D661F1 /* NSObject+MJExtension.h */, - 237700D22BC7CC7C00D661F1 /* NSObject+MJExtension.m */, - ); - path = MJExtension; - sourceTree = ""; - }; - 237700D42BC7D3DC00D661F1 /* MSRTL */ = { - isa = PBXGroup; - children = ( - 237700D52BC7D51400D661F1 /* UIButton+MSRTL.h */, - 237700D62BC7D51400D661F1 /* UIButton+MSRTL.m */, - 237700D82BC7D5EC00D661F1 /* UILabel+MSRTL.h */, - 237700D92BC7D5EC00D661F1 /* UILabel+MSRTL.m */, - 237700F82BCCD25500D661F1 /* YYLabel+MSRTL.h */, - 237700F92BCCD25500D661F1 /* YYLabel+MSRTL.m */, - 237700DB2BC7D70E00D661F1 /* UIImage+MSRTL.h */, - 237700DC2BC7D70E00D661F1 /* UIImage+MSRTL.m */, - 237700DE2BC7D78600D661F1 /* MSBaseRTLFlowLayout.h */, - 237700DF2BC7D78600D661F1 /* MSBaseRTLFlowLayout.m */, - 237700E12BC7D7C000D661F1 /* NSMutableAttributedString+MSRTL.h */, - 237700E22BC7D7C000D661F1 /* NSMutableAttributedString+MSRTL.m */, - 237700E42BC7E81F00D661F1 /* UITextField+MSRTL.h */, - 237700E52BC7E81F00D661F1 /* UITextField+MSRTL.m */, - 237700FB2BCD254000D661F1 /* MSBaseTextField.h */, - 237700FC2BCD254000D661F1 /* MSBaseTextField.m */, - 237700E72BC7E88E00D661F1 /* UITextView+MSRTL.h */, - 237700E82BC7E88E00D661F1 /* UITextView+MSRTL.m */, - 237700EA2BC914B400D661F1 /* UISwipeGestureRecognizer+MSRTL.h */, - 237700EB2BC914B400D661F1 /* UISwipeGestureRecognizer+MSRTL.m */, - ); - path = MSRTL; - sourceTree = ""; - }; - 237B94AB2A984DA7007853E3 /* NobleTrumpet */ = { - isa = PBXGroup; - children = ( - 237B94AC2A984DA7007853E3 /* Presenter */, - 237B94AF2A984DA7007853E3 /* Protocol */, - 237B94B12A984DA7007853E3 /* Model */, - 237B94B42A984DA7007853E3 /* View */, - 237B94B92A984DA7007853E3 /* Api */, - ); - path = NobleTrumpet; - sourceTree = ""; - }; - 237B94AC2A984DA7007853E3 /* Presenter */ = { - isa = PBXGroup; - children = ( - 237B94AD2A984DA7007853E3 /* XPTrumpetPresenter.h */, - 237B94AE2A984DA7007853E3 /* XPTrumpetPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - 237B94AF2A984DA7007853E3 /* Protocol */ = { - isa = PBXGroup; - children = ( - 237B94B02A984DA7007853E3 /* XPRoomTrumpetProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - 237B94B12A984DA7007853E3 /* Model */ = { - isa = PBXGroup; - children = ( - 237B94B22A984DA7007853E3 /* XPNobleTrumpetModel.h */, - 237B94B32A984DA7007853E3 /* XPNobleTrumpetModel.m */, - ); - path = Model; - sourceTree = ""; - }; - 237B94B42A984DA7007853E3 /* View */ = { - isa = PBXGroup; - children = ( - 237B94B52A984DA7007853E3 /* XPRoomTrumpetViewController.h */, - 237B94B62A984DA7007853E3 /* XPRoomTrumpetView.h */, - 237B94B72A984DA7007853E3 /* XPRoomTrumpetViewController.m */, - 237B94B82A984DA7007853E3 /* XPRoomTrumpetView.m */, - ); - path = View; - sourceTree = ""; - }; - 237B94B92A984DA7007853E3 /* Api */ = { - isa = PBXGroup; - children = ( - 237B94BA2A984DA7007853E3 /* Api+RoomTrumpet.m */, - 237B94BB2A984DA7007853E3 /* Api+RoomTrumpet.h */, - ); - path = Api; - sourceTree = ""; - }; - 238B37222AC55A2C00BFC9D5 /* TreasureFairy */ = { - isa = PBXGroup; - children = ( - 238B37232AC55A2C00BFC9D5 /* Presenter */, - 238B37262AC55A2C00BFC9D5 /* Protocol */, - 238B37282AC55A2C00BFC9D5 /* Model */, - 238B373F2AC55A2C00BFC9D5 /* View */, - 238B37A02AC55A2C00BFC9D5 /* Api */, - ); - path = TreasureFairy; - sourceTree = ""; - }; - 238B37232AC55A2C00BFC9D5 /* Presenter */ = { - isa = PBXGroup; - children = ( - 238B37242AC55A2C00BFC9D5 /* XPTreasureFailyPresenter.m */, - 238B37252AC55A2C00BFC9D5 /* XPTreasureFailyPresenter.h */, - ); - path = Presenter; - sourceTree = ""; - }; - 238B37262AC55A2C00BFC9D5 /* Protocol */ = { - isa = PBXGroup; - children = ( - 238B37272AC55A2C00BFC9D5 /* XPTreasureFailyProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - 238B37282AC55A2C00BFC9D5 /* Model */ = { - isa = PBXGroup; - children = ( - 238B37292AC55A2C00BFC9D5 /* TreasureFairyConvertRecordModel.h */, - 238B372A2AC55A2C00BFC9D5 /* TreasureFairyInfoModel.h */, - 238B372B2AC55A2C00BFC9D5 /* TreasureFairyLimitModel.m */, - 238B372C2AC55A2C00BFC9D5 /* TreasureFailyKeyInfoModel.m */, - 238B372D2AC55A2C00BFC9D5 /* TreasureFailryMessageModel.h */, - 238B372E2AC55A2C00BFC9D5 /* TreasureFairySendRecordModel.m */, - 238B372F2AC55A2C00BFC9D5 /* TreasureFairyRewardModel.m */, - 238B37302AC55A2C00BFC9D5 /* TreasureFairyTrialsRecordModel.m */, - 238B37312AC55A2C00BFC9D5 /* TreasureFairyBallInfoModel.h */, - 238B37322AC55A2C00BFC9D5 /* TreasureFairyUserInfoModel.m */, - 238B37332AC55A2C00BFC9D5 /* TreasureFairyFragmentModel.h */, - 238B37342AC55A2C00BFC9D5 /* TreasureFailyKeyInfoModel.h */, - 238B37352AC55A2C00BFC9D5 /* TreasureFairyLimitModel.h */, - 238B37362AC55A2C00BFC9D5 /* TreasureFairyInfoModel.m */, - 238B37372AC55A2C00BFC9D5 /* TreasureFairyConvertRecordModel.m */, - 238B37382AC55A2C00BFC9D5 /* TreasureFailryMessageModel.m */, - 238B37392AC55A2C00BFC9D5 /* TreasureFairyBallInfoModel.m */, - 238B373A2AC55A2C00BFC9D5 /* TreasureFairyTrialsRecordModel.h */, - 238B373B2AC55A2C00BFC9D5 /* TreasureFairyRewardModel.h */, - 238B373C2AC55A2C00BFC9D5 /* TreasureFairySendRecordModel.h */, - 238B373D2AC55A2C00BFC9D5 /* TreasureFairyFragmentModel.m */, - 238B373E2AC55A2C00BFC9D5 /* TreasureFairyUserInfoModel.h */, - ); - path = Model; - sourceTree = ""; - }; - 238B373F2AC55A2C00BFC9D5 /* View */ = { - isa = PBXGroup; - children = ( - 238B37412AC55A2C00BFC9D5 /* Cell */, - 238B37562AC55A2C00BFC9D5 /* View */, - 238B379F2AC55A2C00BFC9D5 /* XPTreasureFairyViewController.h */, - 238B37402AC55A2C00BFC9D5 /* XPTreasureFairyViewController.m */, - ); - path = View; - sourceTree = ""; - }; - 238B37412AC55A2C00BFC9D5 /* Cell */ = { - isa = PBXGroup; - children = ( - 238B37442AC55A2C00BFC9D5 /* XPTreasureFailyResultGiftCell.h */, - 238B374D2AC55A2C00BFC9D5 /* XPTreasureFailyResultGiftCell.m */, - 238B374F2AC55A2C00BFC9D5 /* XPTreasureFairyFriendCell.h */, - 238B37462AC55A2C00BFC9D5 /* XPTreasureFairyFriendCell.m */, - 238B37532AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonCell.h */, - 238B374B2AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonCell.m */, - 238B37522AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolCell.h */, - 238B37472AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolCell.m */, - 238B37512AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordCell.h */, - 238B37482AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordCell.m */, - 238B37452AC55A2C00BFC9D5 /* XPTreasureFairySendRecordCell.h */, - 238B37502AC55A2C00BFC9D5 /* XPTreasureFairySendRecordCell.m */, - 238B374A2AC55A2C00BFC9D5 /* XPTreasureFairyShopingExchangeCell.h */, - 238B37542AC55A2C00BFC9D5 /* XPTreasureFairyShopingExchangeCell.m */, - 238B37432AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordCell.h */, - 238B374E2AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordCell.m */, - 238B374C2AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultCell.h */, - 238B37422AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultCell.m */, - 238B37492AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordCell.h */, - 238B37552AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - 238B37562AC55A2C00BFC9D5 /* View */ = { - isa = PBXGroup; - children = ( - 238B376D2AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardInputNumView.h */, - 238B37912AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardInputNumView.m */, - 238B376B2AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardSuccessView.h */, - 238B37932AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardSuccessView.m */, - 238B37632AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardView.h */, - 238B37872AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardView.m */, - 238B37642AC55A2C00BFC9D5 /* XPTreasureFailrySummonBallView.h */, - 238B37862AC55A2C00BFC9D5 /* XPTreasureFailrySummonBallView.m */, - 238B379C2AC55A2C00BFC9D5 /* XPTreasureFailyPrizeGiftView.h */, - 238B37742AC55A2C00BFC9D5 /* XPTreasureFailyPrizeGiftView.m */, - 238B37972AC55A2C00BFC9D5 /* XPTreasureFailyResultView.h */, - 238B377A2AC55A2C00BFC9D5 /* XPTreasureFailyResultView.m */, - 238B378F2AC55A2C00BFC9D5 /* XPTreasureFairyBallContentView.h */, - 238B376F2AC55A2C00BFC9D5 /* XPTreasureFairyBallContentView.m */, - 238B376A2AC55A2C00BFC9D5 /* XPTreasureFairyBallView.h */, - 238B37942AC55A2C00BFC9D5 /* XPTreasureFairyBallView.m */, - 238B37892AC55A2C00BFC9D5 /* XPTreasureFairyBottomView.h */, - 238B37612AC55A2C00BFC9D5 /* XPTreasureFairyBottomView.m */, - 238B37922AC55A2C00BFC9D5 /* XPTreasureFairyDrawSubView.h */, - 238B376C2AC55A2C00BFC9D5 /* XPTreasureFairyDrawSubView.m */, - 238B375D2AC55A2C00BFC9D5 /* XPTreasureFairyDrawView.h */, - 238B377B2AC55A2C00BFC9D5 /* XPTreasureFairyDrawView.m */, - 238B37672AC55A2C00BFC9D5 /* XPTreasureFairyExchangeView.h */, - 238B37832AC55A2C00BFC9D5 /* XPTreasureFairyExchangeView.m */, - 238B37802AC55A2C00BFC9D5 /* XPTreasureFairyFriendView.h */, - 238B37582AC55A2C00BFC9D5 /* XPTreasureFairyFriendView.m */, - 238B37902AC55A2C00BFC9D5 /* XPTreasureFairyMessageSendView.h */, - 238B376E2AC55A2C00BFC9D5 /* XPTreasureFairyMessageSendView.m */, - 238B378D2AC55A2C00BFC9D5 /* XPTreasureFairyMoreView.h */, - 238B37712AC55A2C00BFC9D5 /* XPTreasureFairyMoreView.m */, - 238B379E2AC55A2C00BFC9D5 /* XPTreasureFairyMyView.h */, - 238B37722AC55A2C00BFC9D5 /* XPTreasureFairyMyView.m */, - 238B37952AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonView.h */, - 238B37692AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonView.m */, - 238B37822AC55A2C00BFC9D5 /* XPTreasureFairyPoolRecordView.h */, - 238B37682AC55A2C00BFC9D5 /* XPTreasureFairyPoolRecordView.m */, - 238B37992AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolView.h */, - 238B37772AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolView.m */, - 238B379D2AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordView.h */, - 238B37732AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordView.m */, - 238B37962AC55A2C00BFC9D5 /* XPTreasureFairyPrizeSubView.h */, - 238B37792AC55A2C00BFC9D5 /* XPTreasureFairyPrizeSubView.m */, - 238B375B2AC55A2C00BFC9D5 /* XPTreasureFairySendRecordView.h */, - 238B377C2AC55A2C00BFC9D5 /* XPTreasureFairySendRecordView.m */, - 238B377E2AC55A2C00BFC9D5 /* XPTreasureFairySendView.h */, - 238B375A2AC55A2C00BFC9D5 /* XPTreasureFairySendView.m */, - 238B37572AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordSubView.h */, - 238B37812AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordSubView.m */, - 238B37652AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordView.h */, - 238B37842AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordView.m */, - 238B375E2AC55A2C00BFC9D5 /* XPTreasureFairyShopingView.h */, - 238B378B2AC55A2C00BFC9D5 /* XPTreasureFairyShopingView.m */, - 238B379B2AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultSmallView.h */, - 238B37752AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultSmallView.m */, - 238B37852AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultView.h */, - 238B37662AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultView.m */, - 238B37762AC55A2C00BFC9D5 /* XPTreasureFairyStoreView.h */, - 238B379A2AC55A2C00BFC9D5 /* XPTreasureFairyStoreView.m */, - 238B375C2AC55A2C00BFC9D5 /* XPTreasureFairySummonGiftView.h */, - 238B377D2AC55A2C00BFC9D5 /* XPTreasureFairySummonGiftView.m */, - 238B377F2AC55A2C00BFC9D5 /* XPTreasureFairySummonView.h */, - 238B37592AC55A2C00BFC9D5 /* XPTreasureFairySummonView.m */, - 238B37602AC55A2C00BFC9D5 /* XPTreasureFairyTrialsBallView.h */, - 238B378A2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsBallView.m */, - 238B378C2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsContentView.h */, - 238B375F2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsContentView.m */, - 238B37702AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordView.h */, - 238B378E2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordView.m */, - 238B37622AC55A2C00BFC9D5 /* XPTreasureFairyTrialsView.h */, - 238B37882AC55A2C00BFC9D5 /* XPTreasureFairyTrialsView.m */, - 238B37982AC55A2C00BFC9D5 /* XPTreasureFairyWebView.h */, - 238B37782AC55A2C00BFC9D5 /* XPTreasureFairyWebView.m */, - ); - path = View; - sourceTree = ""; - }; - 238B37A02AC55A2C00BFC9D5 /* Api */ = { - isa = PBXGroup; - children = ( - 238B37A12AC55A2C00BFC9D5 /* Api+TreasureFairy.m */, - 238B37A22AC55A2C00BFC9D5 /* Api+TreasureFairy.h */, - ); - path = Api; - sourceTree = ""; - }; - 239D0F932BFB3284002977CE /* MSRoomOnLineView */ = { - isa = PBXGroup; - children = ( - 239D0F942BFB3296002977CE /* MSRoomOnLineView.h */, - 239D0F952BFB3296002977CE /* MSRoomOnLineView.m */, - 239D0F972BFB43BC002977CE /* MSRoomOnLineAvatarView.h */, - 239D0F982BFB43BC002977CE /* MSRoomOnLineAvatarView.m */, - ); - path = MSRoomOnLineView; - sourceTree = ""; - }; - 239D0FBF2C045F92002977CE /* Api */ = { - isa = PBXGroup; - children = ( - 239D0FEB2C057362002977CE /* Api+MSRoomGameApi.h */, - 239D0FEC2C057362002977CE /* Api+MSRoomGameApi.m */, - ); - path = Api; - sourceTree = ""; - }; - 239D0FC02C045F92002977CE /* Model */ = { - isa = PBXGroup; - children = ( - 239D0FD62C047DD8002977CE /* MSTabbarRoomGameModel.h */, - 239D0FD72C047DD8002977CE /* MSTabbarRoomGameModel.m */, - 2378529F2C072D8D00E360AC /* MSRoomGameModel.h */, - 237852A02C072D8D00E360AC /* MSRoomGameModel.m */, - 237852A52C08764B00E360AC /* MSRoomGameResultsModel.h */, - 237852A62C08764B00E360AC /* MSRoomGameResultsModel.m */, - ); - path = Model; - sourceTree = ""; - }; - 239D0FC12C045F92002977CE /* Presenter */ = { - isa = PBXGroup; - children = ( - 239D0FEE2C057470002977CE /* MSRoomGamePresenter.h */, - 239D0FEF2C057470002977CE /* MSRoomGamePresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - 239D0FC22C045F92002977CE /* Protocol */ = { - isa = PBXGroup; - children = ( - 239D0FF12C057D2E002977CE /* MSRoomGameProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - 239D0FC32C045F92002977CE /* Cell */ = { - isa = PBXGroup; - children = ( - 239D0FD92C047F24002977CE /* MSTabbarRoomGameCell.h */, - 239D0FDA2C047F24002977CE /* MSTabbarRoomGameCell.m */, - 239D0FF82C05BE9B002977CE /* MSRoomGameVictoryCell.h */, - 239D0FF92C05BE9B002977CE /* MSRoomGameVictoryCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - 239D0FC42C045F92002977CE /* SubView */ = { - isa = PBXGroup; - children = ( - 239D0FCD2C046048002977CE /* MSTabbarRoomGameHeadView.h */, - 239D0FCE2C046048002977CE /* MSTabbarRoomGameHeadView.m */, - 239D0FD02C046EAD002977CE /* MSTabbarRoomGameView.h */, - 239D0FD12C046EAD002977CE /* MSTabbarRoomGameView.m */, - 239D0FD32C0475E6002977CE /* MSTabbarBeginGameView.h */, - 239D0FD42C0475E6002977CE /* MSTabbarBeginGameView.m */, - 239D0FDF2C04850A002977CE /* MSRoomGameHeadView.h */, - 239D0FE02C04850A002977CE /* MSRoomGameHeadView.m */, - 239D0FE22C048700002977CE /* MSRoomGameHeadAvatarView.h */, - 239D0FE32C048700002977CE /* MSRoomGameHeadAvatarView.m */, - 239D0FE52C049D61002977CE /* MSRoomGameMsgView.h */, - 239D0FE62C049D61002977CE /* MSRoomGameMsgView.m */, - 239D0FE82C04A9EE002977CE /* MSRoomGameSendMsgView.h */, - 239D0FE92C04A9EE002977CE /* MSRoomGameSendMsgView.m */, - 239D0FF22C05B9D2002977CE /* MSRoomGameView.h */, - 239D0FF32C05B9D2002977CE /* MSRoomGameView.m */, - 239D0FF52C05BD2A002977CE /* MSRoomGameVictoryView.h */, - 239D0FF62C05BD2A002977CE /* MSRoomGameVictoryView.m */, - 239D0FFB2C05D086002977CE /* MSRoomGameQuitGameView.h */, - 239D0FFC2C05D086002977CE /* MSRoomGameQuitGameView.m */, - 237852A22C082A9800E360AC /* MSRoomGameSendTextView.h */, - 237852A32C082A9800E360AC /* MSRoomGameSendTextView.m */, - ); - path = SubView; - sourceTree = ""; - }; - 239D0FC72C045F92002977CE /* View */ = { - isa = PBXGroup; - children = ( - 239D0FC32C045F92002977CE /* Cell */, - 239D0FC42C045F92002977CE /* SubView */, - 239D0FC52C045F92002977CE /* MSRoomGameVC.h */, - 239D0FC62C045F92002977CE /* MSRoomGameVC.m */, - 239D0FCA2C045FC9002977CE /* MSTabbarRoomGameVC.h */, - 239D0FCB2C045FC9002977CE /* MSTabbarRoomGameVC.m */, - ); - path = View; - sourceTree = ""; - }; - 239D0FC82C045F92002977CE /* RoomGame */ = { - isa = PBXGroup; - children = ( - 239D0FBF2C045F92002977CE /* Api */, - 239D0FC02C045F92002977CE /* Model */, - 239D0FC12C045F92002977CE /* Presenter */, - 239D0FC22C045F92002977CE /* Protocol */, - 239D0FC72C045F92002977CE /* View */, - ); - path = RoomGame; - sourceTree = ""; - }; - 23CEFC082AFB8FC100576D89 /* sdkContent */ = { - isa = PBXGroup; - children = ( - 23CEFC092AFB8FC100576D89 /* catagory */, - 23CEFC1F2AFB8FC100576D89 /* content */, - ); - path = sdkContent; - sourceTree = ""; - }; - 23CEFC092AFB8FC100576D89 /* catagory */ = { - isa = PBXGroup; - children = ( - 23CEFC0A2AFB8FC100576D89 /* Util */, - 23CEFC152AFB8FC100576D89 /* 3Party */, - 23CEFC192AFB8FC100576D89 /* system */, - ); - path = catagory; - sourceTree = ""; - }; - 23CEFC0A2AFB8FC100576D89 /* Util */ = { - isa = PBXGroup; - children = ( - 23CEFC142AFB8FC100576D89 /* BS_UIColor.h */, - 23CEFC0F2AFB8FC100576D89 /* BS_UIColor.m */, - 23CEFC0E2AFB8FC100576D89 /* BSNSDictionary.h */, - 23CEFC132AFB8FC100576D89 /* BSNSDictionary.m */, - 23CEFC122AFB8FC100576D89 /* BSNSStringUtil.h */, - 23CEFC0C2AFB8FC100576D89 /* BSNSStringUtil.m */, - 23CEFC112AFB8FC100576D89 /* BSUIDemoUtil.h */, - 23CEFC0D2AFB8FC100576D89 /* BSUIDemoUtil.m */, - 23CEFC0B2AFB8FC100576D89 /* BSXWDateUtil.h */, - 23CEFC102AFB8FC100576D89 /* BSXWDateUtil.m */, - ); - path = Util; - sourceTree = ""; - }; - 23CEFC152AFB8FC100576D89 /* 3Party */ = { - isa = PBXGroup; - children = ( - 23CEFC162AFB8FC100576D89 /* fmdb */, - ); - path = 3Party; - sourceTree = ""; - }; - 23CEFC162AFB8FC100576D89 /* fmdb */ = { - isa = PBXGroup; - children = ( - 23CEFC182AFB8FC100576D89 /* BSSDLayoutUtil.h */, - 23CEFC172AFB8FC100576D89 /* BSSDLayoutUtil.m */, - ); - path = fmdb; - sourceTree = ""; - }; - 23CEFC192AFB8FC100576D89 /* system */ = { - isa = PBXGroup; - children = ( - 23CEFC1C2AFB8FC100576D89 /* BS_Define.h */, - 23CEFC1A2AFB8FC100576D89 /* SystemUtil.h */, - 23CEFC1E2AFB8FC100576D89 /* SystemUtil.m */, - 23CEFC1B2AFB8FC100576D89 /* UILabel+YBAttributeTextTapAction.h */, - 23CEFC1D2AFB8FC100576D89 /* UILabel+YBAttributeTextTapAction.m */, - ); - path = system; - sourceTree = ""; - }; - 23CEFC1F2AFB8FC100576D89 /* content */ = { - isa = PBXGroup; - children = ( - 23CEFC202AFB8FC100576D89 /* FileOption(文件操作) */, - 23CEFC242AFB8FC100576D89 /* XWNotification(通知) */, - 23CEFC272AFB8FC100576D89 /* NetListen(网络监听) */, - 23CEFC452AFB8FC100576D89 /* K */, - ); - path = content; - sourceTree = ""; - }; - 23CEFC202AFB8FC100576D89 /* FileOption(文件操作) */ = { - isa = PBXGroup; - children = ( - 23CEFC212AFB8FC100576D89 /* BSFileOptionModel.h */, - 23CEFC222AFB8FC100576D89 /* BSFileOptionModel.m */, - 23CEFC232AFB8FC100576D89 /* readMe_FileOption.txt */, - ); - path = "FileOption(文件操作)"; - sourceTree = ""; - }; - 23CEFC242AFB8FC100576D89 /* XWNotification(通知) */ = { - isa = PBXGroup; - children = ( - 23CEFC252AFB8FC100576D89 /* BSNotification.h */, - 23CEFC262AFB8FC100576D89 /* BSNotification.m */, - ); - path = "XWNotification(通知)"; - sourceTree = ""; - }; - 23CEFC272AFB8FC100576D89 /* NetListen(网络监听) */ = { - isa = PBXGroup; - children = ( - 23CEFC282AFB8FC100576D89 /* component(组件) */, - 23CEFC312AFB8FC100576D89 /* BSNetListenModel.m */, - 23CEFC322AFB8FC100576D89 /* BSNetListenModel.h */, - 23CEFC332AFB8FC100576D89 /* model */, - 23CEFC362AFB8FC100576D89 /* RealTime(实时) */, - ); - path = "NetListen(网络监听)"; - sourceTree = ""; - }; - 23CEFC282AFB8FC100576D89 /* component(组件) */ = { - isa = PBXGroup; - children = ( - 23CEFC292AFB8FC100576D89 /* pay_off@3x.png */, - 23CEFC2A2AFB8FC100576D89 /* pay_off.png */, - 23CEFC2B2AFB8FC100576D89 /* pay_off@2x.png */, - 23CEFC2C2AFB8FC100576D89 /* pay_on@3x.png */, - 23CEFC2D2AFB8FC100576D89 /* BSSelectView.h */, - 23CEFC2E2AFB8FC100576D89 /* pay_on@2x.png */, - 23CEFC2F2AFB8FC100576D89 /* pay_on.png */, - 23CEFC302AFB8FC100576D89 /* BSSelectView.m */, - ); - path = "component(组件)"; - sourceTree = ""; - }; - 23CEFC332AFB8FC100576D89 /* model */ = { - isa = PBXGroup; - children = ( - 23CEFC342AFB8FC100576D89 /* BSRecordModel.m */, - 23CEFC352AFB8FC100576D89 /* BSRecordModel.h */, - ); - path = model; - sourceTree = ""; - }; - 23CEFC362AFB8FC100576D89 /* RealTime(实时) */ = { - isa = PBXGroup; - children = ( - 23CEFC372AFB8FC100576D89 /* BSRealTimeView.m */, - 23CEFC382AFB8FC100576D89 /* BSRealTextView.h */, - 23CEFC392AFB8FC100576D89 /* BSLogTableViewController.m */, - 23CEFC3A2AFB8FC100576D89 /* BSLogNetDetailViewController.h */, - 23CEFC3B2AFB8FC100576D89 /* model */, - 23CEFC3E2AFB8FC100576D89 /* view */, - 23CEFC412AFB8FC100576D89 /* BSRealTimeView.h */, - 23CEFC422AFB8FC100576D89 /* BSLogNetDetailViewController.m */, - 23CEFC432AFB8FC100576D89 /* BSLogTableViewController.h */, - 23CEFC442AFB8FC100576D89 /* BSRealTextView.m */, - ); - path = "RealTime(实时)"; - sourceTree = ""; - }; - 23CEFC3B2AFB8FC100576D89 /* model */ = { - isa = PBXGroup; - children = ( - 23CEFC3C2AFB8FC100576D89 /* RealViewCellModel.h */, - 23CEFC3D2AFB8FC100576D89 /* RealViewCellModel.m */, - ); - path = model; - sourceTree = ""; - }; - 23CEFC3E2AFB8FC100576D89 /* view */ = { - isa = PBXGroup; - children = ( - 23CEFC3F2AFB8FC100576D89 /* RealViewNetWorkCell_0.h */, - 23CEFC402AFB8FC100576D89 /* RealViewNetWorkCell_0.m */, - ); - path = view; - sourceTree = ""; - }; - 23CEFC452AFB8FC100576D89 /* K */ = { - isa = PBXGroup; - children = ( - 23CEFC462AFB8FC100576D89 /* BSDrawLine.h */, - 23CEFC472AFB8FC100576D89 /* BSkObject.m */, - 23CEFC482AFB8FC100576D89 /* BSDrawLine.m */, - 23CEFC492AFB8FC100576D89 /* BSkObject.h */, - ); - path = K; - sourceTree = ""; - }; - 23E9EA6C2A83813000B792F2 /* fairy */ = { - isa = PBXGroup; - children = ( - 2369F9922A8B21EA00563B48 /* pi_treasure_fairy_gift_bg.svga */, - ); - path = fairy; - sourceTree = ""; - }; - 23E9EA9B2A84C42B00B792F2 /* SGYProgressView */ = { - isa = PBXGroup; - children = ( - 23E9EA9C2A84C42B00B792F2 /* SGYProgressView.h */, - 23E9EA9D2A84C42B00B792F2 /* SGYProgressView.m */, - ); - path = SGYProgressView; - sourceTree = ""; - }; - 23FF255C2ABA8EEE0064E904 /* PIIAPTool */ = { - isa = PBXGroup; - children = ( - 23D8DEF12AC5633300644637 /* PIIAPRegulate.swift */, - ); - path = PIIAPTool; - sourceTree = ""; - }; - 23FF25712ABD66B90064E904 /* FreeGiftsView */ = { - isa = PBXGroup; - children = ( - 23FF25722ABD66B90064E904 /* View */, - ); - path = FreeGiftsView; - sourceTree = ""; - }; - 23FF25722ABD66B90064E904 /* View */ = { - isa = PBXGroup; - children = ( - 23FF25732ABD66B90064E904 /* SubViews */, - ); - path = View; - sourceTree = ""; - }; - 23FF25732ABD66B90064E904 /* SubViews */ = { - isa = PBXGroup; - children = ( - 23FF25752ABD66B90064E904 /* XPFreeGiftsObtainView.h */, - 23FF25742ABD66B90064E904 /* XPFreeGiftsObtainView.m */, - ); - path = SubViews; - sourceTree = ""; - }; - 4C47079F2D5342C500C8CD24 /* GZIP */ = { - isa = PBXGroup; - children = ( - 4C4707A32D53430300C8CD24 /* NSData+GZIP.h */, - 4C4707A42D53430300C8CD24 /* NSData+GZIP.m */, - ); - path = GZIP; - sourceTree = ""; - }; - 4C6E1F762CEB12560073D0A3 /* UIViewGradientLayer */ = { - isa = PBXGroup; - children = ( - 4C6E1F772CEB12780073D0A3 /* UIView+GradientLayer.h */, - 4C6E1F782CEB12780073D0A3 /* UIView+GradientLayer.m */, - ); - path = UIViewGradientLayer; - sourceTree = ""; - }; - 4C7989F02D195293006AE07B /* RoomMode */ = { - isa = PBXGroup; - children = ( - 4C7989ED2D195277006AE07B /* RoomModeViewController.h */, - 4C7989EE2D195277006AE07B /* RoomModeViewController.m */, - 4C7989F12D1952DA006AE07B /* RoomModePresenter.h */, - 4C7989F22D1952DA006AE07B /* RoomModePresenter.m */, - ); - path = RoomMode; - sourceTree = ""; - }; - 4CB753CE2D2FE80100B13DF5 /* RoomSideMenu */ = { - isa = PBXGroup; - children = ( - 4C44BD5B2D151B5C00F321FA /* RoomSideMenu.h */, - 4C44BD5C2D151B5C00F321FA /* RoomSideMenu.m */, - ); - path = RoomSideMenu; - sourceTree = ""; - }; - 4CB753CF2D30F08E00B13DF5 /* LuckyPackage */ = { - isa = PBXGroup; - children = ( - 4C864A002D55F4F600191AE0 /* LuckyPackagePresenter.h */, - 4C864A012D55F4F600191AE0 /* LuckyPackagePresenter.m */, - 4CB753D02D30F10900B13DF5 /* LuckyPackageViewController.h */, - 4CB753D12D30F10900B13DF5 /* LuckyPackageViewController.m */, - 4C864A032D561E1D00191AE0 /* LuckyPackageLogicManager.h */, - 4C864A042D561E1D00191AE0 /* LuckyPackageLogicManager.m */, - 4CA532B82D5C8EBE00B8F59F /* LuckyPackageBannerView.h */, - 4CA532B92D5C8EBE00B8F59F /* LuckyPackageBannerView.m */, - 4CA532BB2D5CA49A00B8F59F /* OpenLuckyPackageEntranceView.h */, - 4CA532BC2D5CA49A00B8F59F /* OpenLuckyPackageEntranceView.m */, - 4CA532BE2D5CA4D300B8F59F /* LuckyPackageStatusView.h */, - 4CA532BF2D5CA4D300B8F59F /* LuckyPackageStatusView.m */, - 4CA532C12D5F37DC00B8F59F /* LuckyPackageMessageTableViewCell.h */, - 4CA532C22D5F37DC00B8F59F /* LuckyPackageMessageTableViewCell.m */, - ); - path = LuckyPackage; - sourceTree = ""; - }; - 54283CE22CE48884009729B5 /* ShoppingMall */ = { - isa = PBXGroup; - children = ( - 4CC6195B2CEC996E008C1EE8 /* MyDressingDataModel.h */, - 4CC6195C2CEC996E008C1EE8 /* MyDressingDataModel.m */, - 54283CEC2CE48B97009729B5 /* ShoppingMallDataPresent.h */, - 54283CED2CE48B97009729B5 /* ShoppingMallDataPresent.m */, - 4CC619582CEC7770008C1EE8 /* MyDressingDataPresent.h */, - 4CC619592CEC7770008C1EE8 /* MyDressingDataPresent.m */, - 54283CE32CE48A69009729B5 /* ShoppingMallViewController.h */, - 54283CE42CE48A69009729B5 /* ShoppingMallViewController.m */, - 54283CE62CE48ABB009729B5 /* MyDressingViewController.h */, - 54283CE72CE48ABB009729B5 /* MyDressingViewController.m */, - 54283CE92CE48B71009729B5 /* ShoppingMallCategoryListView.h */, - 54283CEA2CE48B71009729B5 /* ShoppingMallCategoryListView.m */, - 4C6E1F732CEAEC3C0073D0A3 /* ShoppingMallTagView.h */, - 4C6E1F742CEAEC3C0073D0A3 /* ShoppingMallTagView.m */, - 4C6E1F7A2CEB25B10073D0A3 /* ShoppingMallItemPreview.h */, - 4C6E1F7B2CEB25B10073D0A3 /* ShoppingMallItemPreview.m */, - ); - path = ShoppingMall; - sourceTree = ""; - }; - 5461040A2CD4B3CB00066B21 /* banner */ = { - isa = PBXGroup; - children = ( - 5461040B2CD4B46F00066B21 /* gift_normal_1.svga */, - 5461040C2CD4B46F00066B21 /* gift_normal_2.svga */, - 5461040D2CD4B46F00066B21 /* gift_normal_3.svga */, - 5461040E2CD4B46F00066B21 /* gift_VIP_1.svga */, - 5461040F2CD4B46F00066B21 /* gift_VIP_2.svga */, - 546104102CD4B46F00066B21 /* gift_VIP_3.svga */, - ); - path = banner; - sourceTree = ""; - }; - 547080D82CD0EE7A009879E5 /* Custom Background */ = { - isa = PBXGroup; - children = ( - 547080D92CD0EEB4009879E5 /* CustomRoomBGContentViewController.h */, - 547080DA2CD0EEB4009879E5 /* CustomRoomBGContentViewController.m */, - 544879E82CD215F400D58DC1 /* CustomRoomBGCell.h */, - 544879E92CD215F400D58DC1 /* CustomRoomBGCell.m */, - 544879EB2CD22A6B00D58DC1 /* CustomRoomBGPresenter.h */, - 544879EC2CD22A6B00D58DC1 /* CustomRoomBGPresenter.m */, - ); - path = "Custom Background"; - sourceTree = ""; - }; - 54C608512CBE0BEB003DD5D2 /* game */ = { - isa = PBXGroup; - children = ( - 54C608502CBE0BEB003DD5D2 /* game_floating_bg.svga */, - 4C13929B2D70441500A6DFB5 /* giftgift.mp4 */, - 4C1392A02D71675900A6DFB5 /* coincoin.mp4 */, - ); - path = game; - sourceTree = ""; - }; - 54E82E9B2CA684A600C931D9 /* Features */ = { - isa = PBXGroup; - children = ( - 54E82E9C2CA684CB00C931D9 /* Boom */, - ); - path = Features; - sourceTree = ""; - }; - 54E82E9C2CA684CB00C931D9 /* Boom */ = { - isa = PBXGroup; - children = ( - 54E82E9D2CA6876300C931D9 /* RoomBoomManager.h */, - 54E82E9E2CA6876300C931D9 /* RoomBoomManager.m */, - 54E82EA02CA6886700C931D9 /* RoomBoomBannerAnimation.h */, - 54E82EA12CA6886700C931D9 /* RoomBoomBannerAnimation.m */, - 54E82EA32CA693FA00C931D9 /* RoomBoomExplosionView.h */, - 54E82EA42CA693FA00C931D9 /* RoomBoomExplosionView.m */, - 54E82EA62CA6940900C931D9 /* RoomBoomResultView.h */, - 54E82EA72CA6940900C931D9 /* RoomBoomResultView.m */, - 54E82EAF2CA93BE200C931D9 /* BoomInfoViewController.h */, - 54E82EB02CA93BE200C931D9 /* BoomInfoViewController.m */, - 547B30F72CB511700041E962 /* RoomBoomEntryView.h */, - 547B30F82CB511700041E962 /* RoomBoomEntryView.m */, - ); - path = Boom; - sourceTree = ""; - }; - 54FFD3802C9BD12600DE61E5 /* cp */ = { - isa = PBXGroup; - children = ( - 4C75CEFF2D633C27009147A5 /* CP进场.svga */, - 544B19B72CA169BE00885BEB /* level up 1.svga */, - 544B19B82CA169BE00885BEB /* level up 2.svga */, - 544B19B92CA169BE00885BEB /* level up 3.svga */, - 544B19BA2CA169BE00885BEB /* level up 4.svga */, - 544B19BB2CA169BE00885BEB /* level up 5.svga */, - 54B9C6FA2C9DA4C4003F1CC5 /* CP绑定.mp4 */, - 54B9C6F42C9D8D05003F1CC5 /* 3.mp4 */, - 54B9C6F52C9D8D05003F1CC5 /* 4.mp4 */, - 54B9C6F62C9D8D05003F1CC5 /* 5.mp4 */, - 54FFD37B2C9BD12600DE61E5 /* 1.svga */, - 54FFD37C2C9BD12600DE61E5 /* 2.svga */, - 54FFD37D2C9BD12600DE61E5 /* 3.svga */, - 54FFD37E2C9BD12600DE61E5 /* 4.svga */, - 54FFD37F2C9BD12600DE61E5 /* 5.svga */, - ); - path = cp; - sourceTree = ""; - }; - 9B0086C727BA4F4A0032BD2B /* Anchor */ = { - isa = PBXGroup; - children = ( - 9B0086C827BA4F570032BD2B /* AnchorMicroView.h */, - 9B0086C927BA4F570032BD2B /* AnchorMicroView.m */, - 9B2EA7C12804052E00ED17BF /* AnchorPKMicroView.h */, - 9B2EA7C22804052E00ED17BF /* AnchorPKMicroView.m */, - ); - path = Anchor; - sourceTree = ""; - }; - 9B09979F27F19D1C00EB8F14 /* QGVAPlayer */ = { - isa = PBXGroup; - children = ( - 9B0997A227F19DE500EB8F14 /* QGHWDShaders.metal */, - 9B0997A027F19D8900EB8F14 /* README.md */, - ); - path = QGVAPlayer; - sourceTree = ""; - }; - 9B17F71527BD14FF00440843 /* SVGAParserManager */ = { - isa = PBXGroup; - children = ( - 9B17F71627BD150600440843 /* SVGAParserManager.h */, - 9B17F71727BD150600440843 /* SVGAParserManager.m */, - ); - path = SVGAParserManager; - sourceTree = ""; - }; - 9B1B729A28002249003FACE9 /* AnchorFansTeam */ = { - isa = PBXGroup; - children = ( - 9B1B729B28002264003FACE9 /* XPMineAnchorFansTeamModel.h */, - 9B1B729C28002264003FACE9 /* XPMineAnchorFansTeamModel.m */, - ); - path = AnchorFansTeam; - sourceTree = ""; - }; - 9B1B729E280023D5003FACE9 /* AnchorFansTeam */ = { - isa = PBXGroup; - children = ( - 9B1B729F280023F3003FACE9 /* XPMineAnchorFansTeamTableViewCell.h */, - 9B1B72A0280023F3003FACE9 /* XPMineAnchorFansTeamTableViewCell.m */, - ); - path = AnchorFansTeam; - sourceTree = ""; - }; - 9B1B72A228002F76003FACE9 /* AnchorPK */ = { - isa = PBXGroup; - children = ( - 9B1B72A9280031A2003FACE9 /* Protocol */, - 9B1B72A82800319B003FACE9 /* Presenter */, - 9B1B72A528003185003FACE9 /* View */, - 9B1B72A42800317F003FACE9 /* Api */, - ); - path = AnchorPK; - sourceTree = ""; - }; - 9B1B72A42800317F003FACE9 /* Api */ = { - isa = PBXGroup; - children = ( - 9B1B72B328003664003FACE9 /* Api+AnchorPk.h */, - 9B1B72B428003664003FACE9 /* Api+AnchorPk.m */, - ); - path = Api; - sourceTree = ""; - }; - 9B1B72A528003185003FACE9 /* View */ = { - isa = PBXGroup; - children = ( - 9B1B72A728003196003FACE9 /* Cell */, - 9B1B72A62800318A003FACE9 /* SubViews */, - 9B1B72AA280031DB003FACE9 /* XPAnchorPKViewController.h */, - 9B1B72AB280031DB003FACE9 /* XPAnchorPKViewController.m */, - 9B1B72AD280031F8003FACE9 /* XPAnchorPKSelectRoomView.h */, - 9B1B72AE280031F8003FACE9 /* XPAnchorPKSelectRoomView.m */, - 9B335B472925D8A00048A116 /* XPAnchorPKSelectTypeController.h */, - 9B335B482925D8A00048A116 /* XPAnchorPKSelectTypeController.m */, - ); - path = View; - sourceTree = ""; - }; - 9B1B72A62800318A003FACE9 /* SubViews */ = { - isa = PBXGroup; - children = ( - 9B1B72BD2800422E003FACE9 /* XPAnchorPKRuleView.h */, - 9B1B72BE2800422E003FACE9 /* XPAnchorPKRuleView.m */, - E8DD25D8295583920043C7D5 /* XPAnchorRandomPKRuleView.h */, - E8DD25D9295583920043C7D5 /* XPAnchorRandomPKRuleView.m */, - 9B2EA7C428041EFC00ED17BF /* XPAnchorPkPanelView.h */, - 9B2EA7C528041EFC00ED17BF /* XPAnchorPkPanelView.m */, - 9B2EA7CA2804245500ED17BF /* XPAnchorPKPanelUserView.h */, - 9B2EA7CB2804245500ED17BF /* XPAnchorPKPanelUserView.m */, - 9B3A1DF2280571000058E2DD /* XPAnchorPKInviteView.h */, - 9B3A1DF3280571000058E2DD /* XPAnchorPKInviteView.m */, - 9B85F3512806AB9A006EDF51 /* XPAnchorPKResultView.h */, - 9B85F3522806AB9A006EDF51 /* XPAnchorPKResultView.m */, - 9B85F3542806DD8A006EDF51 /* XPAnchorPKFinishView.h */, - 9B85F3552806DD8A006EDF51 /* XPAnchorPKFinishView.m */, - ); - path = SubViews; - sourceTree = ""; - }; - 9B1B72A728003196003FACE9 /* Cell */ = { - isa = PBXGroup; - children = ( - 9B1B72BA28003E06003FACE9 /* XPAnchorPKTableViewCell.h */, - 9B1B72BB28003E06003FACE9 /* XPAnchorPKTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - 9B1B72A82800319B003FACE9 /* Presenter */ = { - isa = PBXGroup; - children = ( - 9B1B72B628003772003FACE9 /* XPAnchorPKPresenter.h */, - 9B1B72B728003772003FACE9 /* XPAnchorPKPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - 9B1B72A9280031A2003FACE9 /* Protocol */ = { - isa = PBXGroup; - children = ( - 9B1B72B9280037C5003FACE9 /* XPAnchorPKProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - 9B208A372779C1EF00F9E54A /* FaceView */ = { - isa = PBXGroup; - children = ( - E8C1CD5F27D88E4900376F83 /* Model */, - E8C1CD6127D88E6A00376F83 /* View */, - E8C1CD6227D88E7900376F83 /* Presenter */, - E8C1CD6327D88EA300376F83 /* Protocol */, - ); - path = FaceView; - sourceTree = ""; - }; - 9B2F72CD28E45A1C0000E4FA /* QuickMessageView */ = { - isa = PBXGroup; - children = ( - 9B2F72CE28E45A480000E4FA /* XPRoomQuickMessageContainView.h */, - 9B2F72CF28E45A480000E4FA /* XPRoomQuickMessageContainView.m */, - 9B2F72D128E45C5A0000E4FA /* XPRoomQuidkMessageCell.h */, - 9B2F72D228E45C5A0000E4FA /* XPRoomQuidkMessageCell.m */, - ); - path = QuickMessageView; - sourceTree = ""; - }; - 9B33E3C827D85379003B0E62 /* File */ = { - isa = PBXGroup; - children = ( - 9B33E3CA27D85379003B0E62 /* UploadFile.h */, - 9B33E3C927D85379003B0E62 /* UploadFile.m */, - 23959FE52BB15C930085A282 /* UploadFileModel.h */, - 23959FE62BB15C930085A282 /* UploadFileModel.m */, - 548D541E2CC208FD0084A2FF /* AlbumResourcePickerViewController.h */, - 548D541F2CC208FD0084A2FF /* AlbumResourcePickerViewController.m */, - ); - path = File; - sourceTree = ""; - }; - 9B42868F28C1AEBE009034D2 /* Model */ = { - isa = PBXGroup; - children = ( - 9B42869028C1AED4009034D2 /* XPReceiveRedPacketModel.h */, - 9B42869128C1AED4009034D2 /* XPReceiveRedPacketModel.m */, - 9B42869328C1E00A009034D2 /* XPRedPacketResultModel.h */, - 9B42869428C1E00A009034D2 /* XPRedPacketResultModel.m */, - 9B42869628C1E06B009034D2 /* XPRedPacketModel.h */, - 9B42869728C1E06B009034D2 /* XPRedPacketModel.m */, - 9BF4BEBA28D4182E009CF6C2 /* XPOpenRedPacketModel.h */, - 9BF4BEBB28D4182E009CF6C2 /* XPOpenRedPacketModel.m */, - ); - path = Model; - sourceTree = ""; - }; - 9B42869928C1FD22009034D2 /* Cell */ = { - isa = PBXGroup; - children = ( - 9B42869A28C1FD3D009034D2 /* XPOpenRedPacketCell.h */, - 9B42869B28C1FD3D009034D2 /* XPOpenRedPacketCell.m */, - 23D321DA2ADFBFF6006B259C /* PIInputRedPacketView.h */, - 23D321DB2ADFBFF6006B259C /* PIInputRedPacketView.m */, - 239141C42AE129F700322CA9 /* PIInputScrollingView.h */, - 239141C52AE129F700322CA9 /* PIInputScrollingView.m */, - 239141C72AE1358F00322CA9 /* PIInputEntireServerScrollingView.h */, - 239141C82AE1358F00322CA9 /* PIInputEntireServerScrollingView.m */, - 23D321DD2ADFCEB2006B259C /* PIRedPacketChooseTypeView.h */, - 23D321DE2ADFCEB2006B259C /* PIRedPacketChooseTypeView.m */, - 23D321E02ADFD0FB006B259C /* PIRedPacketChooseTypeCell.h */, - 23D321E12ADFD0FB006B259C /* PIRedPacketChooseTypeCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - 9B4C5B83292F81D000CEA41B /* Model */ = { - isa = PBXGroup; - children = ( - 9B4C5B84292F81FA00CEA41B /* XPSessionListFansPartyModel.h */, - 9B4C5B85292F81FA00CEA41B /* XPSessionListFansPartyModel.m */, - ); - path = Model; - sourceTree = ""; - }; - 9B6E856B281AAB8B0041A321 /* Model */ = { - isa = PBXGroup; - children = ( - 9B6E856C281AABAB0041A321 /* XPRoomRecommendModel.h */, - 9B6E856D281AABAB0041A321 /* XPRoomRecommendModel.m */, - ); - path = Model; - sourceTree = ""; - }; - 9B6E8570281AAD260041A321 /* RoomRecommend */ = { - isa = PBXGroup; - children = ( - 9B6E8574281ABEB20041A321 /* SubViews */, - 9B6E8568281A982A0041A321 /* XPRoomRecommendView.h */, - 9B6E8569281A982A0041A321 /* XPRoomRecommendView.m */, - 9B6E856B281AAB8B0041A321 /* Model */, - ); - path = RoomRecommend; - sourceTree = ""; - }; - 9B6E8574281ABEB20041A321 /* SubViews */ = { - isa = PBXGroup; - children = ( - 9B6E8571281AB9B20041A321 /* XPRoomInsideRecommendCell.h */, - 9B6E8572281AB9B20041A321 /* XPRoomInsideRecommendCell.m */, - 9B6E8575281ABECC0041A321 /* XPRoomInsideRecommendEmptyCell.h */, - 9B6E8576281ABECC0041A321 /* XPRoomInsideRecommendEmptyCell.m */, - 9BAC92F328E6E63000147DD8 /* XPRoomInsideOperationCell.h */, - 9BAC92F428E6E63000147DD8 /* XPRoomInsideOperationCell.m */, - ); - path = SubViews; - sourceTree = ""; - }; - 9B7B605827BB52FD0070BB72 /* AnchorView */ = { - isa = PBXGroup; - children = ( - 9BDA3E7227FD40DC00517FE6 /* FansTeam */, - 9B7B606327BBA0D40070BB72 /* Model */, - 9B7B606027BB96E40070BB72 /* XPRoomAnchorInfoCardView.h */, - 9B7B606127BB96E40070BB72 /* XPRoomAnchorInfoCardView.m */, - 9B7B605927BB53060070BB72 /* XPAnchorAudienceUpMicView.h */, - 9B7B605A27BB53060070BB72 /* XPAnchorAudienceUpMicView.m */, - ); - path = AnchorView; - sourceTree = ""; - }; - 9B7B606327BBA0D40070BB72 /* Model */ = { - isa = PBXGroup; - children = ( - 9B7B606427BBA0EE0070BB72 /* XPAnchorAttentSendInfo.h */, - 9B7B606527BBA0EE0070BB72 /* XPAnchorAttentSendInfo.m */, - ); - path = Model; - sourceTree = ""; - }; - 9B7D804727537819003DAC0C /* Session */ = { - isa = PBXGroup; - children = ( - 23FF256D2ABC48810064E904 /* XPSessionMainViewController.h */, - 23FF256C2ABC48810064E904 /* XPSessionMainViewController.m */, - 9B7D80482753783D003DAC0C /* SessionViewController.h */, - 9B7D80492753783D003DAC0C /* SessionViewController.m */, - E8E20BD9281645300033B688 /* SessionInfoViewController.h */, - E8E20BDA281645300033B688 /* SessionInfoViewController.m */, - E86E79D428A4EA0C006DAF48 /* SessionRiskCache.h */, - E86E79D528A4EA0C006DAF48 /* SessionRiskCache.m */, - E88E4A7D297673C600019A50 /* View */, - 18F403A72758B67900A6C548 /* Content */, - E86B911B281034F10007DEE7 /* Cell */, - ); - path = Session; - sourceTree = ""; - }; - 9B7D904A287BC4FC0033A45E /* AnchorCycleView */ = { - isa = PBXGroup; - children = ( - 9B7D904B287BC5E20033A45E /* AnchorRoomScrollView.h */, - 9B7D904C287BC5E20033A45E /* AnchorRoomScrollView.m */, - 9BE2FA8E288010D300EF3D83 /* AnchorRoomSrollTipView.h */, - 9BE2FA8F288010D300EF3D83 /* AnchorRoomSrollTipView.m */, - ); - path = AnchorCycleView; - sourceTree = ""; - }; - 9B85B6D4279FDAA900A0A1AC /* SubViews */ = { - isa = PBXGroup; - children = ( - 9B85B6D5279FDABA00A0A1AC /* XPUserCardSkillCardView.h */, - 9B85B6D6279FDABA00A0A1AC /* XPUserCardSkillCardView.m */, - 9B85B6D8279FDC5200A0A1AC /* XPUserCardSkillCollectionViewCell.h */, - 9B85B6D9279FDC5200A0A1AC /* XPUserCardSkillCollectionViewCell.m */, - ); - path = SubViews; - sourceTree = ""; - }; - 9B9BBF80288FBF93004E2E74 /* NewUserGift */ = { - isa = PBXGroup; - children = ( - 9B9BBF81288FBFB3004E2E74 /* XPNewUserRoomGiftView.h */, - 9B9BBF82288FBFB3004E2E74 /* XPNewUserRoomGiftView.m */, - ); - path = NewUserGift; - sourceTree = ""; - }; - 9B9DFDA227DB4F68000F95B3 /* Recovered References */ = { - isa = PBXGroup; - children = ( - 9BA8A47627C60DF7000365A3 /* AVFoundation.framework */, - 9BA8A47427C60D9F000365A3 /* AudioToolbox.framework */, - ); - name = "Recovered References"; - sourceTree = ""; - }; - 9BA3B40C293DD2E00071DF1C /* VersionUpdate */ = { - isa = PBXGroup; - children = ( - 9BA3B40D293DD2F90071DF1C /* XPUpgradeView.h */, - 9BA3B40E293DD2F90071DF1C /* XPUpgradeView.m */, - ); - path = VersionUpdate; - sourceTree = ""; - }; - 9BA812D328BF52A500783EA7 /* SendRedPacket */ = { - isa = PBXGroup; - children = ( - 9B42869928C1FD22009034D2 /* Cell */, - 9B42868F28C1AEBE009034D2 /* Model */, - 9BA812D928BF53DD00783EA7 /* Api */, - 9BA812D828BF539300783EA7 /* Protocol */, - 9BA812D728BF538E00783EA7 /* Presenter */, - 9BA812D428BF52E100783EA7 /* XPRoomSendRedPacketViewController.h */, - 9BA812D528BF52E100783EA7 /* XPRoomSendRedPacketViewController.m */, - 23D321E32ADFE900006B259C /* PIRoomSendRedPacketVC.h */, - 23D321E42ADFE900006B259C /* PIRoomSendRedPacketVC.m */, - 238ED8382AE2891D0014EF9D /* PIRoomEnterRedPacketView.h */, - 238ED8392AE2891D0014EF9D /* PIRoomEnterRedPacketView.m */, - 23D321E62ADFED0F006B259C /* PIRoomSendRedPacketItemVC.h */, - 23D321E72ADFED0F006B259C /* PIRoomSendRedPacketItemVC.m */, - 9BA812E228BF70A600783EA7 /* XPRoomRedPacketPwdView.h */, - 9BA812E328BF70A600783EA7 /* XPRoomRedPacketPwdView.m */, - 9B42868C28C1AE2D009034D2 /* XPReceiveRedPacketView.h */, - 9B42868D28C1AE2D009034D2 /* XPReceiveRedPacketView.m */, - 239141CA2AE267EF00322CA9 /* PIReceiveRedPacketSuccessView.h */, - 239141CB2AE267EF00322CA9 /* PIReceiveRedPacketSuccessView.m */, - ); - path = SendRedPacket; - sourceTree = ""; - }; - 9BA812D728BF538E00783EA7 /* Presenter */ = { - isa = PBXGroup; - children = ( - 9BA812DB28BF6A7300783EA7 /* XPRoomRedPacketPresenter.h */, - 9BA812DC28BF6A7300783EA7 /* XPRoomRedPacketPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - 9BA812D828BF539300783EA7 /* Protocol */ = { - isa = PBXGroup; - children = ( - 9BA812E128BF6AFB00783EA7 /* XPRoomRedPacketProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - 9BA812D928BF53DD00783EA7 /* Api */ = { - isa = PBXGroup; - children = ( - 9BA812DE28BF6ABB00783EA7 /* Api+RedPacket.h */, - 9BA812DF28BF6ABB00783EA7 /* Api+RedPacket.m */, - ); - path = Api; - sourceTree = ""; - }; - 9BC5C915277C809E007C8719 /* ReleaseRadio */ = { - isa = PBXGroup; - children = ( - 9BD63FB0277EF132006EB744 /* Protocol */, - 9BC5C919277C8A4D007C8719 /* Presenter */, - 9BC5C918277C8A22007C8719 /* View */, - 9BC5C917277C8A1D007C8719 /* Api */, - 9BC5C916277C8A17007C8719 /* Model */, - ); - path = ReleaseRadio; - sourceTree = ""; - }; - 9BC5C916277C8A17007C8719 /* Model */ = { - isa = PBXGroup; - children = ( - 9BD63FB2277EF1B3006EB744 /* XPReleaseRadioModel.h */, - 9BD63FB3277EF1B3006EB744 /* XPReleaseRadioModel.m */, - ); - path = Model; - sourceTree = ""; - }; - 9BC5C917277C8A1D007C8719 /* Api */ = { - isa = PBXGroup; - children = ( - 9BD63FA9277EE885006EB744 /* Api+RoomRadio.h */, - 9BD63FAA277EE885006EB744 /* Api+RoomRadio.m */, - ); - path = Api; - sourceTree = ""; - }; - 9BC5C918277C8A22007C8719 /* View */ = { - isa = PBXGroup; - children = ( - 9BD63FAF277EEAC2006EB744 /* Cell */, - 9BC5C91A277C8A7B007C8719 /* XPReleaseRadioViewController.h */, - 9BC5C91B277C8A7B007C8719 /* XPReleaseRadioViewController.m */, - 9BC5C91D277C902B007C8719 /* XPReleaseRadioView.h */, - 9BC5C91E277C902B007C8719 /* XPReleaseRadioView.m */, - ); - path = View; - sourceTree = ""; - }; - 9BC5C919277C8A4D007C8719 /* Presenter */ = { - isa = PBXGroup; - children = ( - 9BD63FAC277EE97A006EB744 /* XPReleaseRadioPresenter.h */, - 9BD63FAD277EE97A006EB744 /* XPReleaseRadioPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - 9BCB999D28F5716E00466D64 /* CollectRoom */ = { - isa = PBXGroup; - children = ( - 9BE570B928F65B6000D491A5 /* Cell */, - 9BCB999E28F571B500466D64 /* XPMineCollectPartyRoomViewController.h */, - 9BCB999F28F571B500466D64 /* XPMineCollectPartyRoomViewController.m */, - ); - path = CollectRoom; - sourceTree = ""; - }; - 9BD2ECCF288F832300F5CD9A /* FootPrint */ = { - isa = PBXGroup; - children = ( - 9BD2ECD0288F833B00F5CD9A /* XPMineFootPrintModel.h */, - 9BD2ECD1288F833B00F5CD9A /* XPMineFootPrintModel.m */, - ); - path = FootPrint; - sourceTree = ""; - }; - 9BD2ECD7288F865900F5CD9A /* FootPrint */ = { - isa = PBXGroup; - children = ( - 9BD2ECD8288F867000F5CD9A /* XPMineFootPrintTableViewCell.h */, - 9BD2ECD9288F867000F5CD9A /* XPMineFootPrintTableViewCell.m */, - ); - path = FootPrint; - sourceTree = ""; - }; - 9BD63FAF277EEAC2006EB744 /* Cell */ = { - isa = PBXGroup; - children = ( - 9BCE6142277D657600CC0358 /* XPReleaseRadioTableViewCell.h */, - 9BCE6143277D657600CC0358 /* XPReleaseRadioTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - 9BD63FB0277EF132006EB744 /* Protocol */ = { - isa = PBXGroup; - children = ( - 9BD63FB1277EF14A006EB744 /* XPReleaseRadioProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - 9BD798AE29262306003E03E6 /* SessionListHeadView */ = { - isa = PBXGroup; - children = ( - 9B4C5B83292F81D000CEA41B /* Model */, - 9BD798B52926362F003E03E6 /* XPSessionListHeadItem.h */, - 9BD798B62926362F003E03E6 /* XPSessionListHeadItem.m */, - 9B87B3CB2926473D00085110 /* XPSessionListHeadFriendCell.h */, - 9B87B3CC2926473D00085110 /* XPSessionListHeadFriendCell.m */, - E8778AE52988C1E000CF139B /* XPSessionHelloEnterView.h */, - E8778AE62988C1E000CF139B /* XPSessionHelloEnterView.m */, - ); - path = SessionListHeadView; - sourceTree = ""; - }; - 9BD9A17D27A0EFB1004186FE /* Visitor */ = { - isa = PBXGroup; - children = ( - 9BD9A17E27A0EFC7004186FE /* XPMineVisitorTableViewCell.h */, - 9BD9A17F27A0EFC7004186FE /* XPMineVisitorTableViewCell.m */, - 9B2489BA27C4C056006CFB85 /* XPMineVisitorEmptyTableViewCell.h */, - 9B2489BB27C4C056006CFB85 /* XPMineVisitorEmptyTableViewCell.m */, - ); - path = Visitor; - sourceTree = ""; - }; - 9BD9A18127A0F110004186FE /* Visitor */ = { - isa = PBXGroup; - children = ( - 9BD9A18227A0F128004186FE /* XPMineVisitorItemModel.h */, - 9BD9A18327A0F128004186FE /* XPMineVisitorItemModel.m */, - 9BD9A18527A120FD004186FE /* XPMineVisitorUnReadModel.h */, - 9BD9A18627A120FD004186FE /* XPMineVisitorUnReadModel.m */, - ); - path = Visitor; - sourceTree = ""; - }; - 9BDA3E6F27FD401100517FE6 /* Api */ = { - isa = PBXGroup; - children = ( - 9B1B7290280010E8003FACE9 /* Api+FansTeam.h */, - 9B1B7291280010E8003FACE9 /* Api+FansTeam.m */, - ); - path = Api; - sourceTree = ""; - }; - 9BDA3E7027FD401700517FE6 /* View */ = { - isa = PBXGroup; - children = ( - 9BDA3E7527FD41C200517FE6 /* XPAnchorFansTeamViewController.h */, - 9BDA3E7627FD41C200517FE6 /* XPAnchorFansTeamViewController.m */, - 9BDA3E7827FD43EF00517FE6 /* XPAnchorFansTeamEntranceView.h */, - 9BDA3E7927FD43EF00517FE6 /* XPAnchorFansTeamEntranceView.m */, - 9BB89DC427FEB9E100586A83 /* XPAnchorFansTaskViewController.h */, - 9BB89DC527FEB9E100586A83 /* XPAnchorFansTaskViewController.m */, - 9BE9F10327FF04CF00667200 /* XPAnchorFansTaskTableViewCell.h */, - 9BE9F10427FF04CF00667200 /* XPAnchorFansTaskTableViewCell.m */, - ); - path = View; - sourceTree = ""; - }; - 9BDA3E7127FD401C00517FE6 /* Presenter */ = { - isa = PBXGroup; - children = ( - 9BDA3E7B27FD47AB00517FE6 /* XPAnchorFansTeamPresenter.h */, - 9BDA3E7C27FD47AB00517FE6 /* XPAnchorFansTeamPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - 9BDA3E7227FD40DC00517FE6 /* FansTeam */ = { - isa = PBXGroup; - children = ( - 9BDA3E7E27FD47FB00517FE6 /* Protocol */, - 9BDA3E7327FD417900517FE6 /* Model */, - 9BDA3E7127FD401C00517FE6 /* Presenter */, - 9BDA3E6F27FD401100517FE6 /* Api */, - 9BDA3E7027FD401700517FE6 /* View */, - ); - path = FansTeam; - sourceTree = ""; - }; - 9BDA3E7327FD417900517FE6 /* Model */ = { - isa = PBXGroup; - children = ( - 9BB89DC127FE7F3A00586A83 /* XPAnchorFansRelationModel.h */, - 9BB89DC227FE7F3A00586A83 /* XPAnchorFansRelationModel.m */, - 9BE9F0F727FED12D00667200 /* XPAnchorFansPrivilegeModel.h */, - 9BE9F0F827FED12D00667200 /* XPAnchorFansPrivilegeModel.m */, - 9BE9F0FA27FED2E100667200 /* XPAnchorFansJoinModel.h */, - 9BE9F0FB27FED2E100667200 /* XPAnchorFansJoinModel.m */, - 9BE9F0FD27FED76500667200 /* XPAnchorFansTaskModel.h */, - 9BE9F0FE27FED76500667200 /* XPAnchorFansTaskModel.m */, - 9BE9F10027FEE5C200667200 /* XPAnchorFansTaskDetailModel.h */, - 9BE9F10127FEE5C200667200 /* XPAnchorFansTaskDetailModel.m */, - ); - path = Model; - sourceTree = ""; - }; - 9BDA3E7E27FD47FB00517FE6 /* Protocol */ = { - isa = PBXGroup; - children = ( - 9BDA3E7F27FD480D00517FE6 /* XPAnchorFansTeamProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - 9BE01AF42893E7E000B50299 /* Cell */ = { - isa = PBXGroup; - children = ( - 9BE01AF52893E7F500B50299 /* XPNewUserRechargeCollectionViewCell.h */, - 9BE01AF62893E7F500B50299 /* XPNewUserRechargeCollectionViewCell.m */, - 9BFE0D8C2898C8C300F53C24 /* XPAnchorCardSkillCollectionViewCell.h */, - 9BFE0D8D2898C8C300F53C24 /* XPAnchorCardSkillCollectionViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - 9BE570B928F65B6000D491A5 /* Cell */ = { - isa = PBXGroup; - children = ( - 9BE570BA28F65B7200D491A5 /* XPMineCollectRoomCell.h */, - 9BE570BB28F65B7200D491A5 /* XPMineCollectRoomCell.m */, - 9BCB99A428F582EC00466D64 /* XPMineCollectRoomEditCell.h */, - 9BCB99A528F582EC00466D64 /* XPMineCollectRoomEditCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - 9BFB101C2897CC3300B3985E /* AnchorCard */ = { - isa = PBXGroup; - children = ( - 9BFB101D2897CC4300B3985E /* XPAnchorCardView.h */, - 9BFB101E2897CC4300B3985E /* XPAnchorCardView.m */, - ); - path = AnchorCard; - sourceTree = ""; - }; - 9BFE0D8F289903F600F53C24 /* TaskTip */ = { - isa = PBXGroup; - children = ( - 9BFE0D902899042600F53C24 /* XPTaskCompleteTipView.h */, - 9BFE0D912899042600F53C24 /* XPTaskCompleteTipView.m */, - ); - path = TaskTip; - sourceTree = ""; - }; - BFB922F5D81845AC32D1E1ED /* Frameworks */ = { - isa = PBXGroup; - children = ( - 237701112BCF742C00D661F1 /* libz.tbd */, - 2377010F2BCF740400D661F1 /* libsqlite3.tbd */, - 2377010D2BCF73F400D661F1 /* CoreGraphics.framework */, - 2377010B2BCF73EA00D661F1 /* SystemConfiguration.framework */, - 237701092BCF73DD00D661F1 /* libiconv.tbd */, - 237701072BCF73CE00D661F1 /* Security.framework */, - 23E56B3B2B03564B00C8DAC9 /* CoreTelephony.framework */, - E87888F32738C30E00BF1D57 /* StoreKit.framework */, - 186A531826FC591100D67B2C /* libresolv.tbd */, - CACF623970097D653132D69A /* Pods_YuMi.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - D09C770DC30B9BAAEAFC7945 /* Pods */ = { - isa = PBXGroup; - children = ( - 7DB00EC07F1D0ADFF900B38D /* Pods-YuMi.debug.xcconfig */, - B66633E061B1B34177CD011C /* Pods-YuMi.release.xcconfig */, - ); - path = Pods; - sourceTree = ""; - }; - E801273827E322D700BAC3F2 /* RoomPK */ = { - isa = PBXGroup; - children = ( - E801273D27E3230F00BAC3F2 /* Model */, - E801273C27E3230400BAC3F2 /* Api */, - E801273B27E322FE00BAC3F2 /* View */, - E801273A27E322F500BAC3F2 /* Presenter */, - E801273927E322E900BAC3F2 /* Protocol */, - ); - path = RoomPK; - sourceTree = ""; - }; - E801273927E322E900BAC3F2 /* Protocol */ = { - isa = PBXGroup; - children = ( - E801274427E3240000BAC3F2 /* XPRoomPKProtocol.h */, - E8664EE027E45EE6000171BA /* XPRoomPKRecordProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E801273A27E322F500BAC3F2 /* Presenter */ = { - isa = PBXGroup; - children = ( - E801274127E323E500BAC3F2 /* XPRoomPKPresenter.h */, - E801274227E323E500BAC3F2 /* XPRoomPKPresenter.m */, - E8664EDD27E45EC7000171BA /* XPRoomPKRecordPresenter.h */, - E8664EDE27E45EC7000171BA /* XPRoomPKRecordPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E801273B27E322FE00BAC3F2 /* View */ = { - isa = PBXGroup; - children = ( - E801275227E3321C00BAC3F2 /* SubViews */, - E801274827E3278E00BAC3F2 /* Cell */, - E801273E27E323C800BAC3F2 /* XPRoomPKViewController.h */, - E801273F27E323C800BAC3F2 /* XPRoomPKViewController.m */, - E8664ED427E434D5000171BA /* XPRoomPKRecordViewController.h */, - E8664ED527E434D5000171BA /* XPRoomPKRecordViewController.m */, - E84843AD27F59E7E0050D365 /* XPRoomPKResultView.h */, - E84843AE27F59E7E0050D365 /* XPRoomPKResultView.m */, - 545888312C1AFFB500897585 /* XPRoomPKPanelView.h */, - 545888322C1AFFB500897585 /* XPRoomPKPanelView.m */, - ); - path = View; - sourceTree = ""; - }; - E801273C27E3230400BAC3F2 /* Api */ = { - isa = PBXGroup; - children = ( - E801274527E3241700BAC3F2 /* Api+RoomPK.h */, - E801274627E3241700BAC3F2 /* Api+RoomPK.m */, - ); - path = Api; - sourceTree = ""; - }; - E801273D27E3230F00BAC3F2 /* Model */ = { - isa = PBXGroup; - children = ( - E801275627E347FD00BAC3F2 /* RoomPKRecordModel.h */, - E801275727E347FD00BAC3F2 /* RoomPKRecordModel.m */, - E8664EE427E482EF000171BA /* RoomPKTeamModel.h */, - E8664EE527E482EF000171BA /* RoomPKTeamModel.m */, - E8664ED127E4258A000171BA /* RoomPKTimeItemModel.h */, - E8664ED227E4258A000171BA /* RoomPKTimeItemModel.m */, - E8A88D2B27E81E8700CA8837 /* RoomPKChooseUserModel.h */, - E8A88D2C27E81E8700CA8837 /* RoomPKChooseUserModel.m */, - E8A88D2E27E85EEA00CA8837 /* RoomPKInfoModel.h */, - E8A88D2F27E85EEA00CA8837 /* RoomPKInfoModel.m */, - E80A086027F2AC190027B30C /* RoomPKDetailInfoModel.h */, - E80A086127F2AC190027B30C /* RoomPKDetailInfoModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E801274827E3278E00BAC3F2 /* Cell */ = { - isa = PBXGroup; - children = ( - E801274927E327DA00BAC3F2 /* XPRoomPKTypeTableViewCell.h */, - E801274A27E327DA00BAC3F2 /* XPRoomPKTypeTableViewCell.m */, - E801274C27E3280000BAC3F2 /* XPRoomPKVoteTableViewCell.h */, - E801274D27E3280000BAC3F2 /* XPRoomPKVoteTableViewCell.m */, - E801274F27E3281100BAC3F2 /* XPRoomPKTimeTableViewCell.h */, - E801275027E3281100BAC3F2 /* XPRoomPKTimeTableViewCell.m */, - E8664ED727E4355C000171BA /* XPRoomPKRecordTableViewCell.h */, - E8664ED827E4355C000171BA /* XPRoomPKRecordTableViewCell.m */, - E8664EDA27E43632000171BA /* XPRoomPKEmptyTableViewCell.h */, - E8664EDB27E43632000171BA /* XPRoomPKEmptyTableViewCell.m */, - E8A88D2827E81C8600CA8837 /* XPRoomPKUserCollectionViewCell.h */, - E8A88D2927E81C8600CA8837 /* XPRoomPKUserCollectionViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E801275227E3321C00BAC3F2 /* SubViews */ = { - isa = PBXGroup; - children = ( - E801275327E3326000BAC3F2 /* XPRoomPKUserView.h */, - E801275427E3326000BAC3F2 /* XPRoomPKUserView.m */, - E8664ECE27E42238000171BA /* XPRoomPKTimePickerView.h */, - E8664ECF27E42238000171BA /* XPRoomPKTimePickerView.m */, - E8664EE127E47711000171BA /* XPRoomPKRecordNickView.h */, - E8664EE227E47711000171BA /* XPRoomPKRecordNickView.m */, - E8A88D2527E8193400CA8837 /* XPRoomPKSelectUserView.h */, - E8A88D2627E8193400CA8837 /* XPRoomPKSelectUserView.m */, - E81AF32627F1EE69003B9E43 /* XPRoomPKPanelUserView.h */, - E81AF32727F1EE69003B9E43 /* XPRoomPKPanelUserView.m */, - E84843B027F5A0740050D365 /* XPRomPKResultTitleLabel.h */, - E84843B127F5A0740050D365 /* XPRomPKResultTitleLabel.m */, - 545888342C1C306B00897585 /* XPRoomPKPaneAvatarView.h */, - 545888352C1C306B00897585 /* XPRoomPKPaneAvatarView.m */, - ); - path = SubViews; - sourceTree = ""; - }; - E804875F2717DD70008595F2 /* Model */ = { - isa = PBXGroup; - children = ( - E89D60BF271D64B9001F8895 /* RoomInfoModel.h */, - E89D60C0271D64B9001F8895 /* RoomInfoModel.m */, - E8252FEC27687DF1002B3164 /* ActivityInfoModel.h */, - E8252FED27687DF1002B3164 /* ActivityInfoModel.m */, - E8899C802785A694007944BE /* DatingInfoModel.h */, - E8899C812785A694007944BE /* DatingInfoModel.m */, - E87AE8BF284E184300CAFBB3 /* RoomNewUserGreetModel.h */, - E87AE8C0284E184300CAFBB3 /* RoomNewUserGreetModel.m */, - 5412E0FB2C52512100FDD668 /* RoomBottomEntranceModel.h */, - 5412E0FC2C52512100FDD668 /* RoomBottomEntranceModel.m */, - 54E82EAC2CA9293C00C931D9 /* BoomInfoModel.h */, - 54E82EAD2CA9293C00C931D9 /* BoomInfoModel.m */, - 544879EE2CD22D4B00D58DC1 /* CustomRoomBGItemModel.h */, - 544879EF2CD22D4B00D58DC1 /* CustomRoomBGItemModel.m */, - 4C5527BA2D1BDCDE00833FFD /* RoomLevelInfoModel.h */, - 4C5527BB2D1BDCDE00833FFD /* RoomLevelInfoModel.m */, - 4CA532B52D5B333200B8F59F /* RoomLuckyPackageInfoModel.h */, - 4CA532B62D5B333200B8F59F /* RoomLuckyPackageInfoModel.m */, - 4C75CEF92D6318FF009147A5 /* RoomEnterModel.h */, - 4C75CEFA2D6318FF009147A5 /* RoomEnterModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E80487602717DD89008595F2 /* Api */ = { - isa = PBXGroup; - children = ( - E89D60B8271D643A001F8895 /* Api+Room.h */, - E89D60B9271D643A001F8895 /* Api+Room.m */, - 54E82EA92CA9261000C931D9 /* Api+Boom.h */, - 54E82EAA2CA9261000C931D9 /* Api+Boom.m */, - 546104172CD4C06400066B21 /* Api+CustomBackground.h */, - 546104182CD4C06400066B21 /* Api+CustomBackground.m */, - 4CFFEFCE2D3A5E130035D016 /* Api+SuperAdmin.h */, - 4CFFEFCF2D3A5E130035D016 /* Api+SuperAdmin.m */, - 4CA532B22D5AEE9400B8F59F /* Api+LuckyPackage.h */, - 4CA532B32D5AEE9400B8F59F /* Api+LuckyPackage.m */, - ); - path = Api; - sourceTree = ""; - }; - E80487612717DD92008595F2 /* Presenter */ = { - isa = PBXGroup; - children = ( - E89D60BB271D647A001F8895 /* XPRoomPresenter.h */, - E89D60BC271D647A001F8895 /* XPRoomPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E80487622717DDAE008595F2 /* Protocol */ = { - isa = PBXGroup; - children = ( - E89D60BE271D648D001F8895 /* XPRoomProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E80B070F280D0A6700A79F63 /* Friend */ = { - isa = PBXGroup; - children = ( - E80B0710280D0A6700A79F63 /* FansInfoModel.h */, - E80B0711280D0A6700A79F63 /* FansInfoModel.m */, - ); - path = Friend; - sourceTree = ""; - }; - E80CBDE727D0C528001E1EC2 /* Timer */ = { - isa = PBXGroup; - children = ( - E80CBDE827D0C53F001E1EC2 /* XPWeakTimer.h */, - E80CBDE927D0C53F001E1EC2 /* XPWeakTimer.m */, - ); - path = Timer; - sourceTree = ""; - }; - E80DE4042775663500BE5BCB /* Cell */ = { - isa = PBXGroup; - children = ( - E80DE4052775665000BE5BCB /* XPFirstRechargeCollectionViewCell.h */, - E80DE4062775665000BE5BCB /* XPFirstRechargeCollectionViewCell.m */, - E80DE40B2775ABA500BE5BCB /* XPFirstRechargeFlowLayout.h */, - E80DE40C2775ABA500BE5BCB /* XPFirstRechargeFlowLayout.m */, - ); - path = Cell; - sourceTree = ""; - }; - E80EC74A28ACD84000D133C5 /* InputView */ = { - isa = PBXGroup; - children = ( - E80EC8BE28ACDB2A00D133C5 /* Assets.xcassets */, - E80EC76128ACD84000D133C5 /* Emoji */, - E80EC80828ACD84000D133C5 /* emoji.plist */, - E80EC74B28ACD84000D133C5 /* InputView */, - ); - path = InputView; - sourceTree = ""; - }; - E80EC74B28ACD84000D133C5 /* InputView */ = { - isa = PBXGroup; - children = ( - E80EC75F28ACD84000D133C5 /* QEmotion.h */, - E80EC75228ACD84000D133C5 /* QEmotion.m */, - E80EC75428ACD84000D133C5 /* QEmotionAttachment.h */, - E80EC75D28ACD84000D133C5 /* QEmotionAttachment.m */, - E80EC75928ACD84000D133C5 /* QEmotionBoardView.h */, - E80EC74C28ACD84000D133C5 /* QEmotionBoardView.m */, - E80EC74D28ACD84000D133C5 /* QEmotionHelper.h */, - E80EC75828ACD84000D133C5 /* QEmotionHelper.m */, - E80EC75C28ACD84000D133C5 /* QExtendBoardView.h */, - E80EC75528ACD84000D133C5 /* QExtendBoardView.m */, - E80EC75B28ACD84000D133C5 /* QInputBarView.h */, - E80EC75028ACD84000D133C5 /* QInputBarView.m */, - E80EC75728ACD84000D133C5 /* QInputBarViewConfiguration.h */, - E80EC74E28ACD84000D133C5 /* QInputBarViewConfiguration.m */, - E80EC75A28ACD84000D133C5 /* QKeyboardBaseManager.h */, - E80EC75128ACD84000D133C5 /* QKeyboardBaseManager.m */, - E80EC75328ACD84000D133C5 /* QKeyboardManager.h */, - E80EC75E28ACD84000D133C5 /* QKeyboardManager.m */, - E81125C2296E57B7000D9804 /* QinputPhotoView.h */, - E81125C3296E57B7000D9804 /* QinputPhotoView.m */, - E81125C8296E606F000D9804 /* QPhotoImageModel.h */, - E81125C9296E606F000D9804 /* QPhotoImageModel.m */, - E80EC75628ACD84000D133C5 /* UITextView+QEmotion.h */, - E80EC74F28ACD84000D133C5 /* UITextView+QEmotion.m */, - E80EC8C028ACF97A00D133C5 /* QEEmotionImageView.h */, - E80EC8C128ACF97A00D133C5 /* QEEmotionImageView.m */, - E81125C5296E596D000D9804 /* QInputPhototCell.h */, - E81125C6296E596D000D9804 /* QInputPhototCell.m */, - ); - path = InputView; - sourceTree = ""; - }; - E80EC76128ACD84000D133C5 /* Emoji */ = { - isa = PBXGroup; - children = ( - E80EC76228ACD84000D133C5 /* emoji_138@2x.png */, - E80EC76328ACD84000D133C5 /* emoji_145@2x.png */, - E80EC76428ACD84000D133C5 /* emoji_126@2x.png */, - E80EC76528ACD84000D133C5 /* emoji_134@2x.png */, - E80EC76628ACD84000D133C5 /* emoji_149@2x.png */, - E80EC76728ACD84000D133C5 /* emoji_80@2x.png */, - E80EC76828ACD84000D133C5 /* emoji_161@2x.png */, - E80EC76928ACD84000D133C5 /* emoji_102@2x.png */, - E80EC76A28ACD84000D133C5 /* emoji_92@2x.png */, - E80EC76B28ACD84000D133C5 /* emoji_110@2x.png */, - E80EC76C28ACD84000D133C5 /* emoji_26@2x.png */, - E80EC76D28ACD84000D133C5 /* emoji_45@2x.png */, - E80EC76E28ACD84000D133C5 /* emoji_38@2x.png */, - E80EC76F28ACD84000D133C5 /* emoji_49@2x.png */, - E80EC77028ACD84000D133C5 /* emoji_34@2x.png */, - E80EC77128ACD84000D133C5 /* emoji_57@2x.png */, - E80EC77228ACD84000D133C5 /* emoji_02@2x.png */, - E80EC77328ACD84000D133C5 /* emoji_61@2x.png */, - E80EC77428ACD84000D133C5 /* emoji_10@2x.png */, - E80EC77528ACD84000D133C5 /* emoji_73@2x.png */, - E80EC77628ACD84000D133C5 /* emoji_55@2x.png */, - E80EC77728ACD84000D133C5 /* emoji_28@2x.png */, - E80EC77828ACD84000D133C5 /* emoji_36@2x.png */, - E80EC77928ACD84000D133C5 /* emoji_47@2x.png */, - E80EC77A28ACD84000D133C5 /* emoji_59@2x.png */, - E80EC77B28ACD84000D133C5 /* emoji_24@2x.png */, - E80EC77C28ACD84000D133C5 /* emoji.xml */, - E80EC77D28ACD84000D133C5 /* emoji_71@2x.png */, - E80EC77E28ACD84000D133C5 /* emoji_12@2x.png */, - E80EC77F28ACD84000D133C5 /* emoji_63@2x.png */, - E80EC78028ACD84000D133C5 /* emoji_00@2x.png */, - E80EC78128ACD84000D133C5 /* emoji_136@2x.png */, - E80EC78228ACD84000D133C5 /* emoji_128@2x.png */, - E80EC78328ACD84000D133C5 /* emoji_124@2x.png */, - E80EC78428ACD84000D133C5 /* emoji_147@2x.png */, - E80EC78528ACD84000D133C5 /* emoji_112@2x.png */, - E80EC78628ACD84000D133C5 /* emoji_90@2x.png */, - E80EC78728ACD84000D133C5 /* emoji_100@2x.png */, - E80EC78828ACD84000D133C5 /* emoji_82@2x.png */, - E80EC78928ACD84000D133C5 /* emoji_163@2x.png */, - E80EC78A28ACD84000D133C5 /* emoji_67@2x.png */, - E80EC78B28ACD84000D133C5 /* emoji_04@2x.png */, - E80EC78C28ACD84000D133C5 /* emoji_79@2x.png */, - E80EC78D28ACD84000D133C5 /* emoji_08@2x.png */, - E80EC78E28ACD84000D133C5 /* emoji_75@2x.png */, - E80EC78F28ACD84000D133C5 /* emoji_16@2x.png */, - E80EC79028ACD84000D133C5 /* emoji_43@2x.png */, - E80EC79128ACD84000D133C5 /* emoji_20@2x.png */, - E80EC79228ACD84000D133C5 /* emoji_51@2x.png */, - E80EC79328ACD84000D133C5 /* emoji_32@2x.png */, - E80EC79428ACD84000D133C5 /* emoji_98@2x.png */, - E80EC79528ACD84000D133C5 /* emoji_104@2x.png */, - E80EC79628ACD84000D133C5 /* emoji_86@2x.png */, - E80EC79728ACD84000D133C5 /* emoji_116@2x.png */, - E80EC79828ACD84000D133C5 /* emoji_94@2x.png */, - E80EC79928ACD84000D133C5 /* emoji_108@2x.png */, - E80EC79A28ACD84000D133C5 /* emoji_120@2x.png */, - E80EC79B28ACD84000D133C5 /* emoji_143@2x.png */, - E80EC79C28ACD84000D133C5 /* emoji_132@2x.png */, - E80EC79D28ACD84000D133C5 /* emoji_151@2x.png */, - E80EC79E28ACD84000D133C5 /* emoji_96@2x.png */, - E80EC79F28ACD84000D133C5 /* emoji_88@2x.png */, - E80EC7A028ACD84000D133C5 /* emoji_114@2x.png */, - E80EC7A128ACD84000D133C5 /* emoji_84@2x.png */, - E80EC7A228ACD84000D133C5 /* emoji_165@2x.png */, - E80EC7A328ACD84000D133C5 /* emoji_118@2x.png */, - E80EC7A428ACD84000D133C5 /* emoji_106@2x.png */, - E80EC7A528ACD84000D133C5 /* emoji_130@2x.png */, - E80EC7A628ACD84000D133C5 /* emoji_141@2x.png */, - E80EC7A728ACD84000D133C5 /* emoji_122@2x.png */, - E80EC7A828ACD84000D133C5 /* emoji_14@2x.png */, - E80EC7A928ACD84000D133C5 /* emoji_69@2x.png */, - E80EC7AA28ACD84000D133C5 /* emoji_77@2x.png */, - E80EC7AB28ACD84000D133C5 /* emoji_06@2x.png */, - E80EC7AC28ACD84000D133C5 /* emoji_18@2x.png */, - E80EC7AD28ACD84000D133C5 /* emoji_65@2x.png */, - E80EC7AE28ACD84000D133C5 /* emoji_30@2x.png */, - E80EC7AF28ACD84000D133C5 /* emoji_53@2x.png */, - E80EC7B028ACD84000D133C5 /* emoji_22@2x.png */, - E80EC7B128ACD84000D133C5 /* emoji_41@2x.png */, - E80EC7B228ACD84000D133C5 /* emoji_60@2x.png */, - E80EC7B328ACD84000D133C5 /* emoji_03@2x.png */, - E80EC7B428ACD84000D133C5 /* emoji_72@2x.png */, - E80EC7B528ACD84000D133C5 /* emoji_11@2x.png */, - E80EC7B628ACD84000D133C5 /* emoji_39@2x.png */, - E80EC7B728ACD84000D133C5 /* emoji_44@2x.png */, - E80EC7B828ACD84000D133C5 /* emoji_27@2x.png */, - E80EC7B928ACD84000D133C5 /* emoji_200@2x.png */, - E80EC7BA28ACD84000D133C5 /* emoji_56@2x.png */, - E80EC7BB28ACD84000D133C5 /* emoji_35@2x.png */, - E80EC7BC28ACD84000D133C5 /* emoji_48@2x.png */, - E80EC7BD28ACD84000D133C5 /* emoji_103@2x.png */, - E80EC7BE28ACD84000D133C5 /* emoji_81@2x.png */, - E80EC7BF28ACD84000D133C5 /* emoji_160@2x.png */, - E80EC7C028ACD84000D133C5 /* emoji_111@2x.png */, - E80EC7C128ACD84000D133C5 /* emoji_93@2x.png */, - E80EC7C228ACD84000D133C5 /* emoji_127@2x.png */, - E80EC7C328ACD84000D133C5 /* emoji_144@2x.png */, - E80EC7C428ACD84000D133C5 /* emoji_139@2x.png */, - E80EC7C528ACD84000D133C5 /* emoji_148@2x.png */, - E80EC7C628ACD84000D133C5 /* emoji_135@2x.png */, - E80EC7C728ACD84000D133C5 /* emoji_91@2x.png */, - E80EC7C828ACD84000D133C5 /* emoji_113@2x.png */, - E80EC7C928ACD84000D133C5 /* emoji_83@2x.png */, - E80EC7CA28ACD84000D133C5 /* emoji_162@2x.png */, - E80EC7CB28ACD84000D133C5 /* emoji_101@2x.png */, - E80EC7CC28ACD84000D133C5 /* emoji_129@2x.png */, - E80EC7CD28ACD84000D133C5 /* emoji_137@2x.png */, - E80EC7CE28ACD84000D133C5 /* emoji_146@2x.png */, - E80EC7CF28ACD84000D133C5 /* emoji_125@2x.png */, - E80EC7D028ACD84000D133C5 /* emoji_13@2x.png */, - E80EC7D128ACD84000D133C5 /* emoji_70@2x.png */, - E80EC7D228ACD84000D133C5 /* emoji_01@2x.png */, - E80EC7D328ACD84000D133C5 /* emoji_62@2x.png */, - E80EC7D428ACD84000D133C5 /* emoji_37@2x.png */, - E80EC7D528ACD84000D133C5 /* emoji_29@2x.png */, - E80EC7D628ACD84000D133C5 /* emoji_54@2x.png */, - E80EC7D728ACD84000D133C5 /* emoj_s_normal@2x.png */, - E80EC7D828ACD84000D133C5 /* emoji_25@2x.png */, - E80EC7D928ACD84000D133C5 /* emoji_58@2x.png */, - E80EC7DA28ACD84000D133C5 /* emoji_46@2x.png */, - E80EC7DB28ACD84000D133C5 /* emoji_del_pressed@2x.png */, - E80EC7DC28ACD84000D133C5 /* emoji_142@2x.png */, - E80EC7DD28ACD84000D133C5 /* emoji_121@2x.png */, - E80EC7DE28ACD84000D133C5 /* emoji_150@2x.png */, - E80EC7DF28ACD84000D133C5 /* emoji_133@2x.png */, - E80EC7E028ACD84000D133C5 /* emoji_87@2x.png */, - E80EC7E128ACD84000D133C5 /* emoji_166@2x.png */, - E80EC7E228ACD84000D133C5 /* emoji_105@2x.png */, - E80EC7E328ACD84000D133C5 /* emoji_99@2x.png */, - E80EC7E428ACD84000D133C5 /* emoji_109@2x.png */, - E80EC7E528ACD84000D133C5 /* emoji_95@2x.png */, - E80EC7E628ACD84000D133C5 /* emoji_117@2x.png */, - E80EC7E728ACD84000D133C5 /* emoji_21@2x.png */, - E80EC7E828ACD84000D133C5 /* emoji_42@2x.png */, - E80EC7E928ACD84000D133C5 /* emoji_33@2x.png */, - E80EC7EA28ACD84000D133C5 /* emoji_50@2x.png */, - E80EC7EB28ACD84000D133C5 /* emoji_78@2x.png */, - E80EC7EC28ACD84000D133C5 /* emoji_05@2x.png */, - E80EC7ED28ACD84000D133C5 /* emoji_66@2x.png */, - E80EC7EE28ACD84000D133C5 /* emoji_17@2x.png */, - E80EC7EF28ACD84000D133C5 /* emoji_74@2x.png */, - E80EC7F028ACD84000D133C5 /* emoji_09@2x.png */, - E80EC7F128ACD84000D133C5 /* emoji_52@2x.png */, - E80EC7F228ACD84000D133C5 /* emoji_31@2x.png */, - E80EC7F328ACD84000D133C5 /* emoji_40@2x.png */, - E80EC7F428ACD84000D133C5 /* emoji_23@2x.png */, - E80EC7F528ACD84000D133C5 /* emoji_del_normal@2x.png */, - E80EC7F628ACD84000D133C5 /* emoji_76@2x.png */, - E80EC7F728ACD84000D133C5 /* emoji_68@2x.png */, - E80EC7F828ACD84000D133C5 /* emoji_15@2x.png */, - E80EC7F928ACD84000D133C5 /* emoji_64@2x.png */, - E80EC7FA28ACD84000D133C5 /* emoji_19@2x.png */, - E80EC7FB28ACD84000D133C5 /* emoji_07@2x.png */, - E80EC7FC28ACD84000D133C5 /* emoji_131@2x.png */, - E80EC7FD28ACD84000D133C5 /* emoj_s_pressed@2x.png */, - E80EC7FE28ACD84000D133C5 /* emoji_152@2x.png */, - E80EC7FF28ACD84000D133C5 /* emoji_123@2x.png */, - E80EC80028ACD84000D133C5 /* emoji_140@2x.png */, - E80EC80128ACD84000D133C5 /* emoji_115@2x.png */, - E80EC80228ACD84000D133C5 /* emoji_89@2x.png */, - E80EC80328ACD84000D133C5 /* emoji_97@2x.png */, - E80EC80428ACD84000D133C5 /* emoji_107@2x.png */, - E80EC80528ACD84000D133C5 /* emoji_119@2x.png */, - E80EC80628ACD84000D133C5 /* emoji_85@2x.png */, - E80EC80728ACD84000D133C5 /* emoji_164@2x.png */, - ); - path = Emoji; - sourceTree = ""; - }; - E81060D62987613E00B772F0 /* SesssionModel */ = { - isa = PBXGroup; - children = ( - E81060D7298761A300B772F0 /* MessageBaseModel.h */, - E81060D8298761A300B772F0 /* MessageBaseModel.m */, - E81060DA298761F100B772F0 /* MessageTextModel.h */, - E81060DB298761F100B772F0 /* MessageTextModel.m */, - E81060DD29876D3A00B772F0 /* MessageTimeModel.h */, - E81060DE29876D3A00B772F0 /* MessageTimeModel.m */, - E8383695298A598D00112E1C /* MessageTipsModel.h */, - E8383696298A598D00112E1C /* MessageTipsModel.m */, - E81060E029876E9100B772F0 /* MessageImageModel.h */, - E81060E129876E9100B772F0 /* MessageImageModel.m */, - E81060E329876FF300B772F0 /* MessageAudioModel.h */, - E81060E429876FF300B772F0 /* MessageAudioModel.m */, - E81060E62987720F00B772F0 /* MessageUnSupportModel.h */, - E81060E72987720F00B772F0 /* MessageUnSupportModel.m */, - E81060E92987BE8300B772F0 /* MessageGiftModel.h */, - E81060EA2987BE8300B772F0 /* MessageGiftModel.m */, - 233423D72AB0438400B1253F /* PIMessageContentServiceReplyModel.h */, - 233423D82AB0438400B1253F /* PIMessageContentServiceReplyModel.m */, - E81060EC2987C35700B772F0 /* MessageTextClickModel.h */, - E81060ED2987C35700B772F0 /* MessageTextClickModel.m */, - E81060EF2987C52B00B772F0 /* MessageGuildModel.h */, - E81060F02987C52B00B772F0 /* MessageGuildModel.m */, - 23E9EA7D2A839B2F00B792F2 /* MessageTreasureFairyModel.h */, - 23E9EA7E2A839B2F00B792F2 /* MessageTreasureFairyModel.m */, - E81060F22987C6B200B772F0 /* MessageOpenLiveModel.h */, - E81060F32987C6B200B772F0 /* MessageOpenLiveModel.m */, - E81060F52987C8A700B772F0 /* MessageApplicationShareModel.h */, - E81060F62987C8A700B772F0 /* MessageApplicationShareModel.m */, - E81060FB2987CC9100B772F0 /* MessageLevelUpgradeModel.h */, - E81060FC2987CC9100B772F0 /* MessageLevelUpgradeModel.m */, - E81060FE2987CDCC00B772F0 /* MessageTweetModel.h */, - E81060FF2987CDCC00B772F0 /* MessageTweetModel.m */, - E81061012987CFCE00B772F0 /* MessageSkillCardModel.h */, - E81061022987CFCE00B772F0 /* MessageSkillCardModel.m */, - E82107792987D4AB00DE7040 /* MessageFindNewGreetModel.h */, - E821077A2987D4AB00DE7040 /* MessageFindNewGreetModel.m */, - E821077C2987D67100DE7040 /* MessageRiskAlertModel.h */, - E821077D2987D67100DE7040 /* MessageRiskAlertModel.m */, - E821077F2987D7F300DE7040 /* MessageMonentsModel.h */, - E82107802987D7F300DE7040 /* MessageMonentsModel.m */, - E82107822987E35300DE7040 /* MessageMonentsAutoModel.h */, - E82107832987E35300DE7040 /* MessageMonentsAutoModel.m */, - E82107852987E49100DE7040 /* MessageRedPacketModel.h */, - E82107862987E49100DE7040 /* MessageRedPacketModel.m */, - E8778ADF2988B4C300CF139B /* MessageRevokeModel.h */, - E8778AE02988B4C300CF139B /* MessageRevokeModel.m */, - 235714872BECC38F004C81D6 /* MessageHeadlinesTextModel.h */, - 235714882BECC38F004C81D6 /* MessageHeadlinesTextModel.m */, - 54C9A1202C3E6C3200C6D970 /* MessageGameOrderModel.h */, - 54C9A1212C3E6C3200C6D970 /* MessageGameOrderModel.m */, - 4CD6FF642D673A5C00262AB7 /* AgentMessageModel.h */, - 4CD6FF652D673A5C00262AB7 /* AgentMessageModel.m */, - ); - path = SesssionModel; - sourceTree = ""; - }; - E81366E426F0A4820076364C /* NSString */ = { - isa = PBXGroup; - children = ( - E81366E526F0A49E0076364C /* NSString+Utils.h */, - E81366E626F0A49E0076364C /* NSString+Utils.m */, - ); - path = NSString; - sourceTree = ""; - }; - E81366F926F0D27A0076364C /* UIButton */ = { - isa = PBXGroup; - children = ( - E81366FB26F0D2980076364C /* UIButton+EnlargeTouchArea.h */, - E81366FA26F0D2980076364C /* UIButton+EnlargeTouchArea.m */, - ); - path = UIButton; - sourceTree = ""; - }; - E81C1B1327705EF00020D1E4 /* ArrangeMic */ = { - isa = PBXGroup; - children = ( - E81C1B1827705F2B0020D1E4 /* Model */, - E81C1B1727705F1F0020D1E4 /* Api */, - E81C1B1627705F190020D1E4 /* View */, - E81C1B1527705F130020D1E4 /* Presenter */, - E81C1B1427705F0A0020D1E4 /* Protocol */, - ); - path = ArrangeMic; - sourceTree = ""; - }; - E81C1B1427705F0A0020D1E4 /* Protocol */ = { - isa = PBXGroup; - children = ( - E81C1B1927705F4B0020D1E4 /* XPArrangeMicProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E81C1B1527705F130020D1E4 /* Presenter */ = { - isa = PBXGroup; - children = ( - E81C1B1A27705F6B0020D1E4 /* XPArrangeMicPresenter.h */, - E81C1B1B27705F6B0020D1E4 /* XPArrangeMicPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E81C1B1627705F190020D1E4 /* View */ = { - isa = PBXGroup; - children = ( - E81C1B23277065F70020D1E4 /* Cell */, - E81C1B1D27705F7A0020D1E4 /* XPArrangeMicViewController.h */, - E81C1B1E27705F7A0020D1E4 /* XPArrangeMicViewController.m */, - ); - path = View; - sourceTree = ""; - }; - E81C1B1727705F1F0020D1E4 /* Api */ = { - isa = PBXGroup; - children = ( - E81C1B2027705F950020D1E4 /* Api+ArrangeMic.h */, - E81C1B2127705F950020D1E4 /* Api+ArrangeMic.m */, - ); - path = Api; - sourceTree = ""; - }; - E81C1B1827705F2B0020D1E4 /* Model */ = { - isa = PBXGroup; - children = ( - E81C1B2A27706E5C0020D1E4 /* ArrangeMicModel.h */, - E81C1B2B27706E5C0020D1E4 /* ArrangeMicModel.m */, - E81C1B2D277071670020D1E4 /* XPArrangeMicInfoModel.h */, - E81C1B2E277071670020D1E4 /* XPArrangeMicInfoModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E81C1B23277065F70020D1E4 /* Cell */ = { - isa = PBXGroup; - children = ( - E81C1B242770663B0020D1E4 /* XPArrangeMicTableViewCell.h */, - E81C1B252770663B0020D1E4 /* XPArrangeMicTableViewCell.m */, - E81C1B27277069DD0020D1E4 /* XPArrangeMicEmptyTableViewCell.h */, - E81C1B28277069DD0020D1E4 /* XPArrangeMicEmptyTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E81C278726EAFABF0031E639 /* Security */ = { - isa = PBXGroup; - children = ( - E81C278A26EAFAF60031E639 /* Base64.h */, - E81C278926EAFAF60031E639 /* Base64.m */, - E81C278826EAFAF60031E639 /* DESEncrypt.h */, - E81C278B26EAFAF60031E639 /* DESEncrypt.m */, - E80E2375299A47F60013FD40 /* AESUtils.h */, - E80E2376299A47F60013FD40 /* AESUtils.m */, - ); - path = Security; - sourceTree = ""; - }; - E81C279926EB64BA0031E639 /* Global */ = { - isa = PBXGroup; - children = ( - E81C279A26EB65560031E639 /* YUMIMacroUitls.h */, - E81C279B26EEEC620031E639 /* YUMIConstant.h */, - E81C279C26EEEC620031E639 /* YUMIConstant.m */, - E81C279E26EEF83D0031E639 /* YUMIHtmlUrl.h */, - E81C279F26EEF83D0031E639 /* YUMIHtmlUrl.m */, - E81C27A126EF23370031E639 /* YUMINNNN.h */, - ); - path = Global; - sourceTree = ""; - }; - E81C27AF26EF39B00031E639 /* AppDelegate */ = { - isa = PBXGroup; - children = ( - 189DD52C26DE255300AB55B1 /* AppDelegate.h */, - 189DD52D26DE255300AB55B1 /* AppDelegate.m */, - E81C27AC26EF39AB0031E639 /* AppDelegate+ThirdConfig.h */, - E81C27AD26EF39AB0031E639 /* AppDelegate+ThirdConfig.m */, - 234D821C2AEC57CF0022EFEB /* YYTextAsyncLayer+PITextAsyncLayer.h */, - 234D821D2AEC57CF0022EFEB /* YYTextAsyncLayer+PITextAsyncLayer.m */, - ); - path = AppDelegate; - sourceTree = ""; - }; - E81DCCC4282B620A0039E5C5 /* YMMonents */ = { - isa = PBXGroup; - children = ( - E81DCCCA282B638B0039E5C5 /* Model */, - E81DCCC9282B63840039E5C5 /* Api */, - E81DCCC8282B637C0039E5C5 /* View */, - E81DCCC7282B636D0039E5C5 /* Presenter */, - E81DCCC6282B63630039E5C5 /* Protocol */, - ); - path = YMMonents; - sourceTree = ""; - }; - E81DCCC6282B63630039E5C5 /* Protocol */ = { - isa = PBXGroup; - children = ( - 1427213129A75A1700C7C423 /* XPMonentsLatestProtocol.h */, - 1427213029A759D200C7C423 /* XPMonentsAttentionProtocol.h */, - E8098CAB282E04870090B9F0 /* XPMomentsRecommendProtocol.h */, - E81A65432835121000F55894 /* XPMonentsInteractiveProtocol.h */, - E8541036286443D8005CFD9F /* XPMonentsDetailProtocol.h */, - E818E34C286ECAD8005EDF68 /* XPMonentsPublishProtocol.h */, - E8AB632028ADE5720023B0D2 /* XPMonentsTopicRecommendProtocol.h */, - E8AB632128ADE5880023B0D2 /* XPMonentsTopicLatestProtocol.h */, - E8AB632928AE15070023B0D2 /* XPMomentsTopicListProtocol.h */, - E8AB633028AE19FA0023B0D2 /* XPMomentsMineProtocol.h */, - 14EB640A29A5BEE800A4A00B /* XPMomentsDetailViewControllerDelegate.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E81DCCC7282B636D0039E5C5 /* Presenter */ = { - isa = PBXGroup; - children = ( - 1427213229A75A2600C7C423 /* XPMomentsLatestPresenter.h */, - 1427213329A75A2600C7C423 /* XPMomentsLatestPresenter.m */, - 1427212E29A7599500C7C423 /* XPMonentsAttentionPresenter.h */, - 1427212D29A7599500C7C423 /* XPMonentsAttentionPresenter.m */, - E8950187282CFFB1007E459A /* XPMomentsLayoutConfig.h */, - E8950188282CFFB1007E459A /* XPMomentsLayoutConfig.m */, - E8098CA8282E03B40090B9F0 /* XPMomentsRecommendPresenter.h */, - E8098CA9282E03B40090B9F0 /* XPMomentsRecommendPresenter.m */, - E81A65402835120200F55894 /* XPMonentsInteractivePresenter.h */, - E81A65412835120200F55894 /* XPMonentsInteractivePresenter.m */, - E85410332864155A005CFD9F /* XPMonentDetailPresenter.h */, - E85410342864155A005CFD9F /* XPMonentDetailPresenter.m */, - E818E349286ECABF005EDF68 /* XPMonentsPublishPresenter.h */, - E818E34A286ECABF005EDF68 /* XPMonentsPublishPresenter.m */, - E8AB631728ADE2F40023B0D2 /* XPMonentsTopicRecommendPresenter.h */, - E8AB631828ADE2F40023B0D2 /* XPMonentsTopicRecommendPresenter.m */, - E8AB631A28ADE30E0023B0D2 /* XPMonentsTopicLatestPresenter.h */, - E8AB631B28ADE30E0023B0D2 /* XPMonentsTopicLatestPresenter.m */, - E8AB632528AE13210023B0D2 /* XPMomentsTopicListPresenter.h */, - E8AB632628AE13210023B0D2 /* XPMomentsTopicListPresenter.m */, - E8AB632D28AE19DE0023B0D2 /* XPMomentMinePresenter.h */, - E8AB632E28AE19DE0023B0D2 /* XPMomentMinePresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E81DCCC8282B637C0039E5C5 /* View */ = { - isa = PBXGroup; - children = ( - E8D7D748282BA1C90007D7BD /* SubViews */, - E8D7D747282BA1C20007D7BD /* Cell */, - E81DCCCB282B63B40039E5C5 /* XPMomentsViewController.h */, - E81DCCCC282B63B40039E5C5 /* XPMomentsViewController.m */, - E81DCCCE282B63FD0039E5C5 /* XPMomentsRecommendViewController.h */, - E81DCCCF282B63FD0039E5C5 /* XPMomentsRecommendViewController.m */, - E81A65292834E4F600F55894 /* XPMomentsAttentionViewController.h */, - E81A652A2834E4F600F55894 /* XPMomentsAttentionViewController.m */, - E81A652F2834E53600F55894 /* XPMomentsLatestViewController.h */, - E81A65302834E53600F55894 /* XPMomentsLatestViewController.m */, - E81A653D283511BE00F55894 /* XPMonentsInteractiveViewController.h */, - E81A653E283511BE00F55894 /* XPMonentsInteractiveViewController.m */, - E852D739286317F0001465ED /* XPMomentsDetailViewController.h */, - E852D73A286317F0001465ED /* XPMomentsDetailViewController.m */, - E818E346286ECA4B005EDF68 /* XPMonentsPublishViewController.h */, - E818E347286ECA4B005EDF68 /* XPMonentsPublishViewController.m */, - E8AB630B28ADD8C60023B0D2 /* XPMomentTopicContainerViewController.h */, - E8AB630C28ADD8C60023B0D2 /* XPMomentTopicContainerViewController.m */, - E8AB630E28ADD92D0023B0D2 /* XPMonentsTopicRecommondViewController.h */, - E8AB630F28ADD92D0023B0D2 /* XPMonentsTopicRecommondViewController.m */, - E8AB631428ADE2D20023B0D2 /* XPMonentsTopicLatestViewController.h */, - E8AB631528ADE2D20023B0D2 /* XPMonentsTopicLatestViewController.m */, - E8AB632228AE10310023B0D2 /* XPMomentsTopicListViewController.h */, - E8AB632328AE10310023B0D2 /* XPMomentsTopicListViewController.m */, - E8AB632A28AE19600023B0D2 /* XPMomentsMineViewController.h */, - E8AB632B28AE19600023B0D2 /* XPMomentsMineViewController.m */, - 14EB640729A5BDDD00A4A00B /* XPMomentsSimpleDetailViewController.h */, - 14EB640829A5BDDD00A4A00B /* XPMomentsSimpleDetailViewController.m */, - 14EB640B29A5C16000A4A00B /* XPMomentsSimpleDetailNav.h */, - 14EB640C29A5C16000A4A00B /* XPMomentsSimpleDetailNav.m */, - ); - path = View; - sourceTree = ""; - }; - E81DCCC9282B63840039E5C5 /* Api */ = { - isa = PBXGroup; - children = ( - E8098CA5282E00920090B9F0 /* Api+Moments.h */, - E8098CA6282E00920090B9F0 /* Api+Moments.m */, - ); - path = Api; - sourceTree = ""; - }; - E81DCCCA282B638B0039E5C5 /* Model */ = { - isa = PBXGroup; - children = ( - 1427212B29A757EC00C7C423 /* MomentsListInfoModel.h */, - 1427212A29A757EC00C7C423 /* MomentsListInfoModel.m */, - E88749B4282B8FC600C3C7DB /* MomentsInfoModel.h */, - E88749B5282B8FC600C3C7DB /* MomentsInfoModel.m */, - E81A6544283519CA00F55894 /* MomentsTopicModel.h */, - E81A6545283519CA00F55894 /* MomentsTopicModel.m */, - E878B8562835F0D300E22DCF /* MonentsInteractiveModel.h */, - E878B8572835F0D300E22DCF /* MonentsInteractiveModel.m */, - E878B85C283640A500E22DCF /* MonentsUnReadModel.h */, - E878B85D283640A500E22DCF /* MonentsUnReadModel.m */, - E852D74228633A08001465ED /* MonentsCommentModel.h */, - E852D74328633A08001465ED /* MonentsCommentModel.m */, - E852D74528633E92001465ED /* MonentsCommentReplyModel.h */, - E852D74628633E92001465ED /* MonentsCommentReplyModel.m */, - E8B9843128ABA2FF0022D026 /* MonentsPicResInfo.h */, - E8B9843228ABA2FF0022D026 /* MonentsPicResInfo.m */, - ); - path = Model; - sourceTree = ""; - }; - E81E09C6290F719C00A1F410 /* Adbvertise */ = { - isa = PBXGroup; - children = ( - E81E09C7290F71BF00A1F410 /* XPAdvertiseView.h */, - E81E09C8290F71BF00A1F410 /* XPAdvertiseView.m */, - E81E09CA290F732500A1F410 /* XPAdImageTool.h */, - E81E09CB290F732600A1F410 /* XPAdImageTool.m */, - E81E09CD290F750800A1F410 /* AdvertiseModel.h */, - E81E09CE290F750800A1F410 /* AdvertiseModel.m */, - ); - path = Adbvertise; - sourceTree = ""; - }; - E82109AA26F1C86E00FC3319 /* CountDown */ = { - isa = PBXGroup; - children = ( - E82109AB26F1C8A000FC3319 /* CountDownHelper.h */, - E82109AC26F1C8A000FC3319 /* CountDownHelper.m */, - ); - path = CountDown; - sourceTree = ""; - }; - E82109B126F2050D00FC3319 /* UIImage */ = { - isa = PBXGroup; - children = ( - 189DD67C26E1FD8900AB55B1 /* UIImage+Utils.h */, - 189DD67D26E1FD8900AB55B1 /* UIImage+Utils.m */, - ); - path = UIImage; - sourceTree = ""; - }; - E82325EA274E2D52003A3332 /* UserCard */ = { - isa = PBXGroup; - children = ( - E82325EB274E2D6C003A3332 /* Model */, - E82325EC274E2D7A003A3332 /* Api */, - E82325ED274E2D8E003A3332 /* View */, - E82325EE274E2D97003A3332 /* Presenter */, - E82325EF274E2DA0003A3332 /* Protocol */, - E8232601274E4AA0003A3332 /* ThemeColor+UserCard.h */, - E8232602274E4AA0003A3332 /* ThemeColor+UserCard.m */, - ); - path = UserCard; - sourceTree = ""; - }; - E82325EB274E2D6C003A3332 /* Model */ = { - isa = PBXGroup; - children = ( - E82325FA274E4735003A3332 /* XPUserCardItemModel.h */, - E82325FB274E4735003A3332 /* XPUserCardItemModel.m */, - E899C68A275093B700E189E5 /* XPUserCardMicroItemModel.h */, - E899C68B275093B800E189E5 /* XPUserCardMicroItemModel.m */, - E899C68727508F4E00E189E5 /* XPUserCardInfoModel.h */, - E899C68827508F4E00E189E5 /* XPUserCardInfoModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E82325EC274E2D7A003A3332 /* Api */ = { - isa = PBXGroup; - children = ( - E82325F7274E2E42003A3332 /* Api+UserCard.h */, - E82325F8274E2E42003A3332 /* Api+UserCard.m */, - ); - path = Api; - sourceTree = ""; - }; - E82325ED274E2D8E003A3332 /* View */ = { - isa = PBXGroup; - children = ( - 9B85B6D4279FDAA900A0A1AC /* SubViews */, - E82325FD274E48D0003A3332 /* Cell */, - E82325F0274E2DE6003A3332 /* XPUserCardViewController.h */, - E82325F1274E2DE6003A3332 /* XPUserCardViewController.m */, - 4CEB9EA52D09643E00443480 /* UserRoomCardViewController.h */, - 4CEB9EA62D09643E00443480 /* UserRoomCardViewController.m */, - ); - path = View; - sourceTree = ""; - }; - E82325EE274E2D97003A3332 /* Presenter */ = { - isa = PBXGroup; - children = ( - E82325F3274E2E09003A3332 /* XPUserCardPresenter.h */, - E82325F4274E2E09003A3332 /* XPUserCardPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E82325EF274E2DA0003A3332 /* Protocol */ = { - isa = PBXGroup; - children = ( - E82325F6274E2E27003A3332 /* XPUserCardProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E82325FD274E48D0003A3332 /* Cell */ = { - isa = PBXGroup; - children = ( - E82325FE274E48EA003A3332 /* XPUserCardItemCollectionViewCell.h */, - E82325FF274E48EA003A3332 /* XPUserCardItemCollectionViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E82D5C77276B25B000858D6D /* SpriteSheetManager */ = { - isa = PBXGroup; - children = ( - E82D5C78276B25D100858D6D /* SpriteSheetImageManager.h */, - E82D5C79276B25D100858D6D /* SpriteSheetImageManager.m */, - E82D5C7B276B343300858D6D /* YYAnimatedImageView+ImageShow.h */, - E82D5C7C276B343300858D6D /* YYAnimatedImageView+ImageShow.m */, - ); - path = SpriteSheetManager; - sourceTree = ""; - }; - E82E74F92828B1FC00C25EF7 /* Model */ = { - isa = PBXGroup; - children = ( - E88C728D2828EA4E0047FB2B /* Music+CoreDataProperties.h */, - E88C728E2828EA4E0047FB2B /* Music+CoreDataClass.h */, - E88C728F2828EA4E0047FB2B /* Music+CoreDataProperties.m */, - E88C72902828EA4E0047FB2B /* Music+CoreDataClass.m */, - ); - path = Model; - sourceTree = ""; - }; - E82E74FA2828B20F00C25EF7 /* Presenter */ = { - isa = PBXGroup; - children = ( - E87E63F529AA1A5600EBE52B /* YuMi.xcdatamodeld */, - E82E75042828E76400C25EF7 /* XPCoreDataManager.h */, - E82E75052828E76400C25EF7 /* XPCoreDataManager.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E83645652A40A2CA00E0DBE4 /* CardManager */ = { - isa = PBXGroup; - children = ( - E83645662A40A2DC00E0DBE4 /* XPSkillCardPlayerManager.h */, - E83645672A40A2DC00E0DBE4 /* XPSkillCardPlayerManager.m */, - ); - path = CardManager; - sourceTree = ""; - }; - E83645A42A40AEF600E0DBE4 /* Bundle */ = { - isa = PBXGroup; - children = ( - E83645A62A40AF5400E0DBE4 /* NSBundle+Localizable.h */, - E83645A72A40AF5400E0DBE4 /* NSBundle+Localizable.m */, - ); - path = Bundle; - sourceTree = ""; - }; - E838D99D275E1B6C0079E0B5 /* AnimationView */ = { - isa = PBXGroup; - children = ( - 4C6E31EA2D35010F00D8EEDD /* RoomAnimationView.h */, - 4C6E31EB2D35010F00D8EEDD /* RoomAnimationView.m */, - 4C6E31ED2D363CA800D8EEDD /* addMoveAnimationToView.m */, - E83DB47E274649B200D8CBD1 /* Model */, - E8C214FF274B76F60079E6BF /* XPRoomAnimationHitView.h */, - E8C21500274B76F60079E6BF /* XPRoomAnimationHitView.m */, - 9B8DE0E2289CF7AA00FB6EC2 /* XPRoomGiftCompoundView.h */, - 9B8DE0E3289CF7AA00FB6EC2 /* XPRoomGiftCompoundView.m */, - 232C43E82AB15F4100D4B2ED /* XPRoomTarrowBannerView.h */, - 232C43E92AB15F4100D4B2ED /* XPRoomTarrowBannerView.m */, - E83DB4822746661800D8CBD1 /* XPRoomGiftBroadcastView.h */, - E83DB4832746661800D8CBD1 /* XPRoomGiftBroadcastView.m */, - 5461041A2CD4D35A00066B21 /* RoomHighValueGiftBannerAnimation.h */, - 5461041B2CD4D35A00066B21 /* RoomHighValueGiftBannerAnimation.m */, - 2368969E2AE6720600EED5F2 /* PIRoomGiftBroadcastWindow.h */, - 2368969F2AE6720600EED5F2 /* PIRoomGiftBroadcastWindow.m */, - E8A03DFD27635F960098D9EA /* XPRoomCandyGiftView.h */, - E8A03DFE27635F960098D9EA /* XPRoomCandyGiftView.m */, - E8899C832785CC69007944BE /* XPRoomDatingAnimationView.h */, - E8899C842785CC69007944BE /* XPRoomDatingAnimationView.m */, - 9B6B3AA9278C2EA7005551EC /* XPRoomNobleLevelUpView.h */, - 9B6B3AAA278C2EA7005551EC /* XPRoomNobleLevelUpView.m */, - 9BC8C82E28090C9200C24F85 /* XPRoomAnchorRankBannerView.h */, - 9BC8C82F28090C9200C24F85 /* XPRoomAnchorRankBannerView.m */, - 9B86D8782817DD8400494FCD /* XPRoomEnterHideTipView.h */, - 9B86D8792817DD8400494FCD /* XPRoomEnterHideTipView.m */, - E8998D7E28597B0300C68558 /* XPRoomLuckyBigPrizeView.h */, - E8998D7F28597B0300C68558 /* XPRoomLuckyBigPrizeView.m */, - 4C71C6A02D06DB3D00ECCA24 /* GiftAnimationManager.h */, - 4C71C6A12D06DB3D00ECCA24 /* GiftAnimationManager.m */, - 4C71C69D2D069D2B00ECCA24 /* GiftAnimationHelper.h */, - 4C71C69E2D069D2B00ECCA24 /* GiftAnimationHelper.m */, - 23E9EA782A8385CC00B792F2 /* XPTreasureFairyGiftView.h */, - 23E9EA772A8385CB00B792F2 /* XPTreasureFairyGiftView.m */, - E8E21A9928B4BD92008F7C9D /* XPRoomGraffitiGiftAnimationView.h */, - E8E21A9A28B4BD92008F7C9D /* XPRoomGraffitiGiftAnimationView.m */, - 9BC9DAED27E33B3F009EE409 /* XPRoomGiftAnimationParser.h */, - 9BC9DAEE27E33B3F009EE409 /* XPRoomGiftAnimationParser.m */, - F1D8556D2931FC86008C418F /* XPRoomYearActivityView.h */, - F1D8556E2931FC86008C418F /* XPRoomYearActivityView.m */, - E80E09B12A42071C00CD2BE7 /* XPRoomStarKitchenBannerView.h */, - E80E09B22A42071D00CD2BE7 /* XPRoomStarKitchenBannerView.m */, - 238A90052BA9729200828123 /* PIUniversalBannerView.h */, - 238A90062BA9729200828123 /* PIUniversalBannerView.m */, - 54C608532CBE1EC7003DD5D2 /* GameUniversalBannerView.h */, - 54C608542CBE1EC7003DD5D2 /* GameUniversalBannerView.m */, - 54E4D52E2C9048E1009E1FEA /* LuckyGiftWinningFlagView.h */, - 54E4D52F2C9048E1009E1FEA /* LuckyGiftWinningFlagView.m */, - 54E4D5312C90658C009E1FEA /* LuckyGiftWinningBannerView.h */, - 54E4D5322C90658C009E1FEA /* LuckyGiftWinningBannerView.m */, - ); - path = AnimationView; - sourceTree = ""; - }; - E83953232769FF2400CF2F24 /* DressUp */ = { - isa = PBXGroup; - children = ( - E83953272769FFF100CF2F24 /* Model */, - E839532E276A038500CF2F24 /* Api */, - E83953242769FFD000CF2F24 /* View */, - E83953262769FFE200CF2F24 /* Presenter */, - E83953252769FFD900CF2F24 /* Protocol */, - ); - path = DressUp; - sourceTree = ""; - }; - E83953242769FFD000CF2F24 /* View */ = { - isa = PBXGroup; - children = ( - E8395336276A0C9400CF2F24 /* Cell */, - E839532B276A030F00CF2F24 /* XPMineDressUpListViewController.h */, - E839532C276A030F00CF2F24 /* XPMineDressUpListViewController.m */, - 9B1EF3D027E81C0600554295 /* XPMineDressUpBubbleViewController.h */, - 9B1EF3D127E81C0600554295 /* XPMineDressUpBubbleViewController.m */, - 9BE01AD228927E9C00B50299 /* XPDressUpShopListViewController.h */, - 9BE01AD328927E9C00B50299 /* XPDressUpShopListViewController.m */, - 9BE01ADF28937DBC00B50299 /* XPDressUpShopCardViewController.h */, - 9BE01AE028937DBC00B50299 /* XPDressUpShopCardViewController.m */, - 9BE01AE82893CB4400B50299 /* XPDressSearchViewController.h */, - 9BE01AE92893CB4400B50299 /* XPDressSearchViewController.m */, - ); - path = View; - sourceTree = ""; - }; - E83953252769FFD900CF2F24 /* Protocol */ = { - isa = PBXGroup; - children = ( - E8395335276A03E200CF2F24 /* XPMineDressUpProtocol.h */, - 9BE01ADB2892975000B50299 /* XPDressUpShopProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E83953262769FFE200CF2F24 /* Presenter */ = { - isa = PBXGroup; - children = ( - E8395332276A03C300CF2F24 /* XPMineDressUpPresenter.h */, - E8395333276A03C300CF2F24 /* XPMineDressUpPresenter.m */, - 9BE01AD8289296B500B50299 /* XPDressUpShopPresenter.h */, - 9BE01AD9289296B500B50299 /* XPDressUpShopPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E83953272769FFF100CF2F24 /* Model */ = { - isa = PBXGroup; - children = ( - E82D5C6E276AE60000858D6D /* HeadwearModel.h */, - E82D5C6F276AE60000858D6D /* HeadwearModel.m */, - E82D5C71276AE94800858D6D /* CarModel.h */, - E82D5C72276AE94800858D6D /* CarModel.m */, - E82D5C74276AEB5100858D6D /* NameplateModel.h */, - E82D5C75276AEB5100858D6D /* NameplateModel.m */, - 9BBC028C2786FA060007C24B /* NobleCardModel.h */, - 9BBC028D2786FA060007C24B /* NobleCardModel.m */, - 9B1FC3D327E49A5D006EFFE0 /* ChatBubbleModel.h */, - 9B1FC3D427E49A5D006EFFE0 /* ChatBubbleModel.m */, - 9BE01ADC2892A66D00B50299 /* DressUpShopModel.h */, - 9BE01ADD2892A66D00B50299 /* DressUpShopModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E839532E276A038500CF2F24 /* Api */ = { - isa = PBXGroup; - children = ( - E839532F276A03AE00CF2F24 /* Api+DressUp.h */, - E8395330276A03AE00CF2F24 /* Api+DressUp.m */, - ); - path = Api; - sourceTree = ""; - }; - E8395336276A0C9400CF2F24 /* Cell */ = { - isa = PBXGroup; - children = ( - E87E914C2796678D00A7B3F2 /* XPMineDressEmptyTableViewCell.h */, - E87E914D2796678D00A7B3F2 /* XPMineDressEmptyTableViewCell.m */, - E8395337276A0CC100CF2F24 /* XPMineHeadwearTableViewCell.h */, - E8395338276A0CC100CF2F24 /* XPMineHeadwearTableViewCell.m */, - E839533A276A0CCD00CF2F24 /* XPMineCarTableViewCell.h */, - E839533B276A0CCD00CF2F24 /* XPMineCarTableViewCell.m */, - E839533D276A0CDB00CF2F24 /* XPMineNameplateTableViewCell.h */, - E839533E276A0CDB00CF2F24 /* XPMineNameplateTableViewCell.m */, - E82D5C6B276ADCE700858D6D /* XPMineDressEmptyTableViewCell.h */, - E82D5C6C276ADCE700858D6D /* XPMineDressEmptyTableViewCell.m */, - 9BBC028F2786FC570007C24B /* XPMineNobleCardTableViewCell.h */, - 9BBC02902786FC570007C24B /* XPMineNobleCardTableViewCell.m */, - 9B1FC3D627E49C36006EFFE0 /* XPMineDressBubbleCollectionViewCell.h */, - 9B1FC3D727E49C36006EFFE0 /* XPMineDressBubbleCollectionViewCell.m */, - 9B1EF3D327E8294B00554295 /* XPMineDressEmptyCollectionViewCell.h */, - 9B1EF3D427E8294B00554295 /* XPMineDressEmptyCollectionViewCell.m */, - 9BE01AE228937EDE00B50299 /* XPDressUpShopCollectionViewCell.h */, - 9BE01AE328937EDE00B50299 /* XPDressUpShopCollectionViewCell.m */, - 9BE01AE528938AB600B50299 /* XPDressUpShopCardTableViewCell.h */, - 9BE01AE628938AB600B50299 /* XPDressUpShopCardTableViewCell.m */, - 9BE01AEB2893D0DF00B50299 /* XPDressShopSearchTableViewCell.h */, - 9BE01AEC2893D0DF00B50299 /* XPDressShopSearchTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E83ABEFA280EB5A000322EE4 /* SessionContent */ = { - isa = PBXGroup; - children = ( - 23E9EA692A83808000B792F2 /* ContentTreasureFairyModel.h */, - 23E9EA6A2A83808000B792F2 /* ContentTreasureFairyModel.m */, - E83ABEFB280EB5E200322EE4 /* ContentOpenLiveInfoModel.h */, - E83ABEFC280EB5E200322EE4 /* ContentOpenLiveInfoModel.m */, - E83ABF01280EC90C00322EE4 /* ContentApplicationShareModel.h */, - E83ABF02280EC90C00322EE4 /* ContentApplicationShareModel.m */, - E841ED5F280FB0BD00904808 /* ContentLevelUpgradeModel.h */, - E841ED60280FB0BD00904808 /* ContentLevelUpgradeModel.m */, - E8F1559128129EBA00EE8C06 /* ContentSecretaryModel.h */, - E8F1559228129EBA00EE8C06 /* ContentSecretaryModel.m */, - E86507E6281A8212006951B0 /* ContentTweetModel.h */, - E86507E7281A8212006951B0 /* ContentTweetModel.m */, - E86E79CE28A4E0B2006DAF48 /* ContentRistAlertModel.h */, - E86E79CF28A4E0B2006DAF48 /* ContentRistAlertModel.m */, - E8F65C202869A36F009BB5B9 /* ContentShareMonentsModel.h */, - E8F65C212869A36F009BB5B9 /* ContentShareMonentsModel.m */, - ); - path = SessionContent; - sourceTree = ""; - }; - E83DB47E274649B200D8CBD1 /* Model */ = { - isa = PBXGroup; - children = ( - E83DB47827462C4500D8CBD1 /* XPGiftBigPrizeModel.h */, - E83DB47927462C4500D8CBD1 /* XPGiftBigPrizeModel.m */, - E83DB47F274649FB00D8CBD1 /* XPGiftBannerUserInfoModel.h */, - E83DB480274649FB00D8CBD1 /* XPGiftBannerUserInfoModel.m */, - E86F6183284F4E4800E8EC9A /* RoomHalfHourRankModel.h */, - E86F6184284F4E4800E8EC9A /* RoomHalfHourRankModel.m */, - 9B8DE0DF289CF02900FB6EC2 /* XPGiftCompoundModel.h */, - 9B8DE0E0289CF02900FB6EC2 /* XPGiftCompoundModel.m */, - E80E09B42A42078F00CD2BE7 /* XPRoomStarKitchenModel.h */, - E80E09B52A42078F00CD2BE7 /* XPRoomStarKitchenModel.m */, - 23BA16592A5D2ACF0030C5A3 /* PIBaseAnimationViewModel.h */, - 23BA165A2A5D2ACF0030C5A3 /* PIBaseAnimationViewModel.m */, - 238A90082BA9756600828123 /* PIUniversalBannerModel.h */, - 238A90092BA9756600828123 /* PIUniversalBannerModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E8412F9A2779BAC2006E1101 /* Setting */ = { - isa = PBXGroup; - children = ( - E8412F9F2779BB03006E1101 /* Model */, - E8412F9E2779BAF9006E1101 /* Api */, - E8412F9D2779BAF2006E1101 /* View */, - E8412F9C2779BAE6006E1101 /* Presenter */, - E8412F9B2779BAD5006E1101 /* Protocol */, - ); - path = Setting; - sourceTree = ""; - }; - E8412F9B2779BAD5006E1101 /* Protocol */ = { - isa = PBXGroup; - children = ( - E8412FAD2779CB2D006E1101 /* XPRoomSettingProtocol.h */, - E87AE7FD277AAC5A0037823A /* XPRoomTagProtocol.h */, - E8AA6EF327DF1EB6009B4C2B /* XPRoomTopicProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E8412F9C2779BAE6006E1101 /* Presenter */ = { - isa = PBXGroup; - children = ( - E8412FAE2779CB4D006E1101 /* XPRoomSettingPresenter.h */, - E8412FAF2779CB4D006E1101 /* XPRoomSettingPresenter.m */, - E87AE7FA277AAC450037823A /* XPRoomTagPresenter.h */, - E87AE7FB277AAC450037823A /* XPRoomTagPresenter.m */, - E8AA6EF027DF1E97009B4C2B /* XPRoomTopicPresenter.h */, - E8AA6EF127DF1E97009B4C2B /* XPRoomTopicPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E8412F9D2779BAF2006E1101 /* View */ = { - isa = PBXGroup; - children = ( - E8412FA32779BE9B006E1101 /* Cell */, - E8412FA02779BE8F006E1101 /* XPRoomSettingViewController.h */, - E8412FA12779BE8F006E1101 /* XPRoomSettingViewController.m */, - E87AE7F7277AABE50037823A /* XPRoomTagListViewController.h */, - E87AE7F8277AABE50037823A /* XPRoomTagListViewController.m */, - E84BF7D2277C383700EF8877 /* XPRoomSettingInputView.h */, - E84BF7D3277C383700EF8877 /* XPRoomSettingInputView.m */, - E84BF7D5277C6E2100EF8877 /* XPRoomRoleViewController.h */, - E84BF7D6277C6E2100EF8877 /* XPRoomRoleViewController.m */, - E84BF7DE277C869A00EF8877 /* XPRoomOnLineViewController.h */, - E84BF7DF277C869A00EF8877 /* XPRoomOnLineViewController.m */, - E87E91532796B6DE00A7B3F2 /* XPRoomInviteUserViewController.h */, - E87E91542796B6DE00A7B3F2 /* XPRoomInviteUserViewController.m */, - E8AA6EED27DF1E6B009B4C2B /* XPRoomTopicViewController.h */, - E8AA6EEE27DF1E6B009B4C2B /* XPRoomTopicViewController.m */, - E80E900A27E0358900434B90 /* XPRoomTopicAlertView.h */, - E80E900B27E0358900434B90 /* XPRoomTopicAlertView.m */, - 9B32A04528881845002009D2 /* XPRoomTagListView.h */, - 9B32A04628881845002009D2 /* XPRoomTagListView.m */, - ); - path = View; - sourceTree = ""; - }; - E8412F9E2779BAF9006E1101 /* Api */ = { - isa = PBXGroup; - children = ( - E8412FB12779E285006E1101 /* Api+RoomSetting.h */, - E8412FB22779E285006E1101 /* Api+RoomSetting.m */, - ); - path = Api; - sourceTree = ""; - }; - E8412F9F2779BB03006E1101 /* Model */ = { - isa = PBXGroup; - children = ( - E8412FA72779C2ED006E1101 /* XPRoomSettingItemModel.h */, - E8412FA82779C2ED006E1101 /* XPRoomSettingItemModel.m */, - E84BF7CF277BFCDD00EF8877 /* RoomTagModel.h */, - E84BF7D0277BFCDD00EF8877 /* RoomTagModel.m */, - 9BFE992C288142FD009DA429 /* RoomClassifyModel.h */, - 9BFE992D288142FD009DA429 /* RoomClassifyModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E8412FA32779BE9B006E1101 /* Cell */ = { - isa = PBXGroup; - children = ( - E8412FA42779BED1006E1101 /* XPRoomSettingTableViewCell.h */, - E8412FA52779BED1006E1101 /* XPRoomSettingTableViewCell.m */, - E84BF7C8277AF79D00EF8877 /* XPRoomSettingTagCell.h */, - E84BF7C9277AF79D00EF8877 /* XPRoomSettingTagCell.m */, - E84BF7D8277C72AC00EF8877 /* XPRoomRoleTableViewCell.h */, - E84BF7D9277C72AC00EF8877 /* XPRoomRoleTableViewCell.m */, - E84BF7DB277C765400EF8877 /* XPRoomRoleEmptyTableViewCell.h */, - E84BF7DC277C765400EF8877 /* XPRoomRoleEmptyTableViewCell.m */, - E89BD7D2277D471100E31B19 /* XPRoomOnlineTableViewCell.h */, - E89BD7D3277D471100E31B19 /* XPRoomOnlineTableViewCell.m */, - 239D0FB12BFD8C67002977CE /* MSRoomSetingBackdropCell.h */, - 239D0FB22BFD8C67002977CE /* MSRoomSetingBackdropCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E84150B027747A7400A7F548 /* FirstRecharge */ = { - isa = PBXGroup; - children = ( - E84150B527747AAD00A7F548 /* Model */, - E84150B427747AA400A7F548 /* Api */, - E84150B327747A9E00A7F548 /* View */, - E84150B227747A9500A7F548 /* Presenter */, - E84150B127747A8D00A7F548 /* Protocol */, - E80DE408277568D300BE5BCB /* ThemeColor+FirstRecharge.h */, - E80DE409277568D300BE5BCB /* ThemeColor+FirstRecharge.m */, - ); - path = FirstRecharge; - sourceTree = ""; - }; - E84150B127747A8D00A7F548 /* Protocol */ = { - isa = PBXGroup; - children = ( - E84150BC27747BBD00A7F548 /* XPFirstRechargeProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E84150B227747A9500A7F548 /* Presenter */ = { - isa = PBXGroup; - children = ( - E84150B927747BAF00A7F548 /* XPFirstRechargePresenter.h */, - E84150BA27747BAF00A7F548 /* XPFirstRechargePresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E84150B327747A9E00A7F548 /* View */ = { - isa = PBXGroup; - children = ( - E87DF4B62A42C2FD009C1185 /* XPFirstRechargeCollectionView.h */, - E87DF4B52A42C2FD009C1185 /* XPFirstRechargeCollectionView.m */, - E87DF4AF2A429B32009C1185 /* XPFirstRechargeView.h */, - E87DF4AE2A429B32009C1185 /* XPFirstRechargeView.m */, - E80DE4042775663500BE5BCB /* Cell */, - E80DE40E2775C34E00BE5BCB /* XPFirstRechargeSuccessView.h */, - E80DE40F2775C34E00BE5BCB /* XPFirstRechargeSuccessView.m */, - ); - path = View; - sourceTree = ""; - }; - E84150B427747AA400A7F548 /* Api */ = { - isa = PBXGroup; - children = ( - E84150BD27747BD300A7F548 /* Api+FirstRecharge.h */, - E84150BE27747BD300A7F548 /* Api+FirstRecharge.m */, - ); - path = Api; - sourceTree = ""; - }; - E84150B527747AAD00A7F548 /* Model */ = { - isa = PBXGroup; - children = ( - E84150C027747BF700A7F548 /* FirstRechargeModel.h */, - E84150C127747BF700A7F548 /* FirstRechargeModel.m */, - E84150C327747E0900A7F548 /* FirstRechargeRewardModel.h */, - E84150C427747E0900A7F548 /* FirstRechargeRewardModel.m */, - E87DF4B12A429C6E009C1185 /* FirstChargeRoomWindowModel.h */, - E87DF4B22A429C6E009C1185 /* FirstChargeRoomWindowModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E84A2E7E2A527DF800D6AF8A /* IncomeRecord */ = { - isa = PBXGroup; - children = ( - E84A2EAA2A528A4100D6AF8A /* XPIncomeRecordGoldDetailsPickViewView.h */, - E84A2EA92A528A4100D6AF8A /* XPIncomeRecordGoldDetailsPickViewView.m */, - E84A2EA62A5288FD00D6AF8A /* XPGoldDetailsChooseRoomCell.h */, - E84A2EA72A5288FD00D6AF8A /* XPGoldDetailsChooseRoomCell.m */, - E84A2EA32A5288CB00D6AF8A /* XPGoldDetailsChooseRoomView.h */, - E84A2EA42A5288CB00D6AF8A /* XPGoldDetailsChooseRoomView.m */, - E84A2EA12A52883000D6AF8A /* XPIncomeRecordGoldDetailsTimeView.h */, - E84A2EA02A52883000D6AF8A /* XPIncomeRecordGoldDetailsTimeView.m */, - E84A2E9E2A5287D200D6AF8A /* XPIncomeRecordGoldDetailsView.h */, - E84A2E9D2A5287D200D6AF8A /* XPIncomeRecordGoldDetailsView.m */, - E84A2E972A52817E00D6AF8A /* XPIncomeRecordView.h */, - E84A2E982A52817E00D6AF8A /* XPIncomeRecordView.m */, - E84A2E952A5280F900D6AF8A /* XPExchangeDiamondsView.h */, - E84A2E942A5280F900D6AF8A /* XPExchangeDiamondsView.m */, - E84A2E8F2A527E6B00D6AF8A /* Protocol */, - E84A2E8E2A527E6100D6AF8A /* Presenter */, - E84A2E882A527DF800D6AF8A /* XPExchangeDiamondsVC.h */, - E84A2E822A527DF800D6AF8A /* XPExchangeDiamondsVC.m */, - E84A2E802A527DF800D6AF8A /* XPIncomeRecordGoldDetailsVC.h */, - E84A2E842A527DF800D6AF8A /* XPIncomeRecordGoldDetailsVC.m */, - E84A2E862A527DF800D6AF8A /* XPIncomeRecordVC.h */, - E84A2E812A527DF800D6AF8A /* XPIncomeRecordVC.m */, - E84A2E9A2A52823900D6AF8A /* XPTextField.h */, - E84A2E9B2A52823900D6AF8A /* XPTextField.m */, - ); - path = IncomeRecord; - sourceTree = ""; - }; - E84A2E8E2A527E6100D6AF8A /* Presenter */ = { - isa = PBXGroup; - children = ( - E84A2E922A527EC700D6AF8A /* XPIncomeRecordPresent.h */, - E84A2E912A527EC700D6AF8A /* XPIncomeRecordPresent.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E84A2E8F2A527E6B00D6AF8A /* Protocol */ = { - isa = PBXGroup; - children = ( - E84A2E902A527EBF00D6AF8A /* XPIncomeRecordProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E84B0E3C2727EDD4008818C6 /* View */ = { - isa = PBXGroup; - children = ( - 2305EF0E2AD8006900AD403C /* PIRoomMessagePhotoAlbumCell.h */, - 2305EF0F2AD8006900AD403C /* PIRoomMessagePhotoAlbumCell.m */, - 2305EF112AD8036B00AD403C /* PIRoomMessagePhotoAlbumView.h */, - 2305EF122AD8036B00AD403C /* PIRoomMessagePhotoAlbumView.m */, - 2305F3362AD9194B00AD403C /* PIRoomMessageUnlockPhotoAlbumView.h */, - 2305F3372AD9194B00AD403C /* PIRoomMessageUnlockPhotoAlbumView.m */, - 1808072B2731598F001FD836 /* XPNetImageYYLabel.h */, - 1808072C2731598F001FD836 /* XPNetImageYYLabel.m */, - E84B0E402727EE0A008818C6 /* XPRoomMessageHeaderView.h */, - E84B0E412727EE0A008818C6 /* XPRoomMessageHeaderView.m */, - E84B0E3D2727EDF6008818C6 /* XPRoomMessageTableViewCell.h */, - E84B0E3E2727EDF6008818C6 /* XPRoomMessageTableViewCell.m */, - 4C1892972CF84349004D4426 /* RoomCahtCell.h */, - 4C1892982CF84349004D4426 /* RoomCahtCell.m */, - ); - path = View; - sourceTree = ""; - }; - E84B0E432727EF2C008818C6 /* Model */ = { - isa = PBXGroup; - children = ( - E87A24EF272935920086A794 /* XPMessageRemoteExtModel.h */, - E87A24F0272935920086A794 /* XPMessageRemoteExtModel.m */, - E8398069290288660084BFC8 /* XPMessageInfoModel.h */, - E839806A290288660084BFC8 /* XPMessageInfoModel.m */, - 23B8D8DF2B87715100CA472F /* PIGeneralPublicScreenModel.h */, - 23B8D8E02B87715100CA472F /* PIGeneralPublicScreenModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E84B0E47272801F6008818C6 /* Tool */ = { - isa = PBXGroup; - children = ( - E84B0E4927280289008818C6 /* XPRoomMessageConstant.h */, - E84B0E442727EF9D008818C6 /* XPRoomMessageParser.h */, - E84B0E452727EF9D008818C6 /* XPRoomMessageParser.m */, - ); - path = Tool; - sourceTree = ""; - }; - E85E7A3B2A4EB0D200B6D00A /* Guild */ = { - isa = PBXGroup; - children = ( - E85E7A3C2A4EB0D200B6D00A /* Presenter */, - E85E7A582A4EB0D200B6D00A /* Protocol */, - E85E7A682A4EB0D200B6D00A /* Model */, - E85E7A852A4EB0D200B6D00A /* View */, - E85E7AFE2A4EB0D200B6D00A /* Api */, - ); - path = Guild; - sourceTree = ""; - }; - E85E7A3C2A4EB0D200B6D00A /* Presenter */ = { - isa = PBXGroup; - children = ( - E85E7B6D2A4EC4AE00B6D00A /* XPMineGuildPresenter.h */, - E85E7B6C2A4EC4AE00B6D00A /* XPMineGuildPresenter.m */, - E85E7A442A4EB0D200B6D00A /* Income */, - E85E7A4C2A4EB0D200B6D00A /* Setting */, - E85E7A3F2A4EB0D200B6D00A /* SuperAdmin */, - E85E7A572A4EB0D200B6D00A /* XPClanPresenter.h */, - E85E7A492A4EB0D200B6D00A /* XPClanPresenter.m */, - E85E7A3E2A4EB0D200B6D00A /* XPGuildPresenter.h */, - E85E7A4B2A4EB0D200B6D00A /* XPGuildPresenter.m */, - E85E7A3D2A4EB0D200B6D00A /* XPGuildSearchPresenter.h */, - E85E7A4A2A4EB0D200B6D00A /* XPGuildSearchPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E85E7A3F2A4EB0D200B6D00A /* SuperAdmin */ = { - isa = PBXGroup; - children = ( - E85E7A402A4EB0D200B6D00A /* XPSuperAdminSetPresenter.m */, - E85E7A412A4EB0D200B6D00A /* XPSuperAdminManagerRoomPresenter.m */, - E85E7A422A4EB0D200B6D00A /* XPSuperAdminSetPresenter.h */, - E85E7A432A4EB0D200B6D00A /* XPSuperAdminManagerRoomPresenter.h */, - ); - path = SuperAdmin; - sourceTree = ""; - }; - E85E7A442A4EB0D200B6D00A /* Income */ = { - isa = PBXGroup; - children = ( - E85E7A482A4EB0D200B6D00A /* XPGuildIncomeDetailPresenter.h */, - E85E7A462A4EB0D200B6D00A /* XPGuildIncomeDetailPresenter.m */, - E85E7A472A4EB0D200B6D00A /* XPGuildIncomePresenter.h */, - E85E7A452A4EB0D200B6D00A /* XPGuildIncomePresenter.m */, - ); - path = Income; - sourceTree = ""; - }; - E85E7A4C2A4EB0D200B6D00A /* Setting */ = { - isa = PBXGroup; - children = ( - E85E7A562A4EB0D200B6D00A /* XPGuildManagerPerPresenter.h */, - E85E7A502A4EB0D200B6D00A /* XPGuildManagerPerPresenter.m */, - E85E7A4F2A4EB0D200B6D00A /* XPGuildMangerListPresenter.h */, - E85E7A532A4EB0D200B6D00A /* XPGuildMangerListPresenter.m */, - E85E7A542A4EB0D200B6D00A /* XPGuildRemoveMemberPresenter.h */, - E85E7A4E2A4EB0D200B6D00A /* XPGuildRemoveMemberPresenter.m */, - E85E7A552A4EB0D200B6D00A /* XPGuildSetNamePresenter.h */, - E85E7A512A4EB0D200B6D00A /* XPGuildSetNamePresenter.m */, - E85E7A522A4EB0D200B6D00A /* XPMineManagerSetPresenter.h */, - E85E7A4D2A4EB0D200B6D00A /* XPMineManagerSetPresenter.m */, - ); - path = Setting; - sourceTree = ""; - }; - E85E7A582A4EB0D200B6D00A /* Protocol */ = { - isa = PBXGroup; - children = ( - E85E7B6F2A4EC4B700B6D00A /* XPMineGuildProtocol.h */, - E85E7A5D2A4EB0D200B6D00A /* Income */, - E85E7A622A4EB0D200B6D00A /* Setting */, - E85E7A5A2A4EB0D200B6D00A /* SuperAdmin */, - E85E7A592A4EB0D200B6D00A /* XPClanProtocol.h */, - E85E7A612A4EB0D200B6D00A /* XPGuildProtocol.h */, - E85E7A602A4EB0D200B6D00A /* XPGuildSearchProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E85E7A5A2A4EB0D200B6D00A /* SuperAdmin */ = { - isa = PBXGroup; - children = ( - E85E7A5B2A4EB0D200B6D00A /* XPSuperAdminSetProtocol.h */, - E85E7A5C2A4EB0D200B6D00A /* XPSuperAdminManagerRoomProtocol.h */, - ); - path = SuperAdmin; - sourceTree = ""; - }; - E85E7A5D2A4EB0D200B6D00A /* Income */ = { - isa = PBXGroup; - children = ( - E85E7A5E2A4EB0D200B6D00A /* XPGuildIncomeProtocol.h */, - E85E7A5F2A4EB0D200B6D00A /* XPGuildIncomeDetailProtocol.h */, - ); - path = Income; - sourceTree = ""; - }; - E85E7A622A4EB0D200B6D00A /* Setting */ = { - isa = PBXGroup; - children = ( - E85E7A632A4EB0D200B6D00A /* XPGuildSetManagerProtocol.h */, - E85E7A642A4EB0D200B6D00A /* XPGuildManagerPerProtocol.h */, - E85E7A652A4EB0D200B6D00A /* XPGuildRemoveMemberProtocol.h */, - E85E7A662A4EB0D200B6D00A /* XPGuildSetNameProtocol.h */, - E85E7A672A4EB0D200B6D00A /* XPGuildManagerListProtocol.h */, - ); - path = Setting; - sourceTree = ""; - }; - E85E7A682A4EB0D200B6D00A /* Model */ = { - isa = PBXGroup; - children = ( - 23E9E99F2A80C7DF00B792F2 /* XPMineGuildPersonalBillRecordModel.h */, - 23E9E9A02A80C7E000B792F2 /* XPMineGuildPersonalBillRecordModel.m */, - E85E7A6B2A4EB0D200B6D00A /* ClanDetailInfoModel.h */, - E85E7A822A4EB0D200B6D00A /* ClanDetailInfoModel.m */, - E85E7A6A2A4EB0D200B6D00A /* ClanInfoModel.h */, - E85E7A7F2A4EB0D200B6D00A /* ClanInfoModel.m */, - E85E7A6C2A4EB0D200B6D00A /* ClanMemberDetailInfoModel.h */, - E85E7A812A4EB0D200B6D00A /* ClanMemberDetailInfoModel.m */, - E85E7A692A4EB0D200B6D00A /* GuildAuthModel.h */, - E85E7A7E2A4EB0D200B6D00A /* GuildAuthModel.m */, - E85E7A6D2A4EB0D200B6D00A /* GuildInfoModel.h */, - E85E7A802A4EB0D200B6D00A /* GuildInfoModel.m */, - E85E7A7D2A4EB0D200B6D00A /* GuildMessageModel.h */, - E85E7A832A4EB0D200B6D00A /* GuildMessageModel.m */, - E85E7A842A4EB0D200B6D00A /* GuildSearchUserInfoModel.h */, - E85E7A7C2A4EB0D200B6D00A /* GuildSearchUserInfoModel.m */, - E85E7A752A4EB0D200B6D00A /* Income */, - E85E7A6E2A4EB0D200B6D00A /* SuperAdmin */, - E85E7B522A4EB4AD00B6D00A /* XPMineGuildListModel.h */, - E85E7B532A4EB4AD00B6D00A /* XPMineGuildListModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E85E7A6E2A4EB0D200B6D00A /* SuperAdmin */ = { - isa = PBXGroup; - children = ( - E85E7A6F2A4EB0D200B6D00A /* GuildRoomInfoModel.h */, - E85E7A722A4EB0D200B6D00A /* GuildRoomInfoModel.m */, - E85E7A742A4EB0D200B6D00A /* GuildSearchSuperAdminModel.h */, - E85E7A712A4EB0D200B6D00A /* GuildSearchSuperAdminModel.m */, - E85E7A732A4EB0D200B6D00A /* GuildSuperAdminInfoModel.h */, - E85E7A702A4EB0D200B6D00A /* GuildSuperAdminInfoModel.m */, - ); - path = SuperAdmin; - sourceTree = ""; - }; - E85E7A752A4EB0D200B6D00A /* Income */ = { - isa = PBXGroup; - children = ( - E85E7A7A2A4EB0D200B6D00A /* GuildIncomeDetailModel.h */, - E85E7A772A4EB0D200B6D00A /* GuildIncomeDetailModel.m */, - E85E7A762A4EB0D200B6D00A /* GuildIncomeRecordModel.h */, - E85E7A792A4EB0D200B6D00A /* GuildIncomeRecordModel.m */, - E85E7A7B2A4EB0D200B6D00A /* GuildPersonIncomeRecordModel.h */, - E85E7A782A4EB0D200B6D00A /* GuildPersonIncomeRecordModel.m */, - ); - path = Income; - sourceTree = ""; - }; - E85E7A852A4EB0D200B6D00A /* View */ = { - isa = PBXGroup; - children = ( - E85E7ABF2A4EB0D200B6D00A /* Cell */, - E85E7A862A4EB0D200B6D00A /* IncomeStatis */, - E85E7AEF2A4EB0D200B6D00A /* Setting */, - E85E7AA32A4EB0D200B6D00A /* SubViews */, - E85E7A9B2A4EB0D200B6D00A /* SuperAdmin */, - E85E7AEE2A4EB0D200B6D00A /* XPMineClanViewController.h */, - E85E7A9A2A4EB0D200B6D00A /* XPMineClanViewController.m */, - E85E7AA22A4EB0D200B6D00A /* XPMineExchangeAuthorityVC.h */, - E85E7AFA2A4EB0D200B6D00A /* XPMineExchangeAuthorityVC.m */, - E85E7AA12A4EB0D200B6D00A /* XPMineGuildListVC.h */, - E85E7AFD2A4EB0D200B6D00A /* XPMineGuildListVC.m */, - E85E7A992A4EB0D200B6D00A /* XPMineGuildSearchViewController.h */, - E85E7AED2A4EB0D200B6D00A /* XPMineGuildSearchViewController.m */, - E85E7AFC2A4EB0D200B6D00A /* XPMineGuildViewController.h */, - E85E7AA02A4EB0D200B6D00A /* XPMineGuildViewController.m */, - E85E7AFB2A4EB0D200B6D00A /* XPMineMainGuildListVC.h */, - E85E7ABE2A4EB0D200B6D00A /* XPMineMainGuildListVC.m */, - ); - path = View; - sourceTree = ""; - }; - E85E7A862A4EB0D200B6D00A /* IncomeStatis */ = { - isa = PBXGroup; - children = ( - E85E7A962A4EB0D200B6D00A /* XPMineClanIncomeStatisViewController.h */, - E85E7A8C2A4EB0D200B6D00A /* XPMineClanIncomeStatisViewController.m */, - E85E7A922A4EB0D200B6D00A /* XPMineGoldIncomeRecordVC.h */, - E85E7A882A4EB0D200B6D00A /* XPMineGoldIncomeRecordVC.m */, - 23E9E9952A80C3A000B792F2 /* XPMineGuildPersonalBillRecordVC.h */, - 23E9E9942A80C39F00B792F2 /* XPMineGuildPersonalBillRecordVC.m */, - 23E9E9932A80C39E00B792F2 /* XPMineGuildPersonalBillStatisVC.h */, - 23E9E9962A80C3A100B792F2 /* XPMineGuildPersonalBillStatisVC.m */, - E85E7A8E2A4EB0D200B6D00A /* XPMineGuildIncomeDetailViewController.h */, - E85E7A942A4EB0D200B6D00A /* XPMineGuildIncomeDetailViewController.m */, - E85E7A8F2A4EB0D200B6D00A /* XPMineGuildIncomeRecordViewController.h */, - E85E7A982A4EB0D200B6D00A /* XPMineGuildIncomeRecordViewController.m */, - E85E7A872A4EB0D200B6D00A /* XPMineGuildIncomeStatisViewController.h */, - E85E7A932A4EB0D200B6D00A /* XPMineGuildIncomeStatisViewController.m */, - E85E7A972A4EB0D200B6D00A /* XPMineHallAnchorIncomeStatisViewController.h */, - E85E7A8B2A4EB0D200B6D00A /* XPMineHallAnchorIncomeStatisViewController.m */, - E85E7A902A4EB0D200B6D00A /* XPMineMainIncomeStatisViewController.h */, - E85E7A8A2A4EB0D200B6D00A /* XPMineMainIncomeStatisViewController.m */, - E85E7A8D2A4EB0D200B6D00A /* XPNewMineGuildIncomeRecordViewController.h */, - E85E7A952A4EB0D200B6D00A /* XPNewMineGuildIncomeRecordViewController.m */, - 23E9E9A52A80F1C300B792F2 /* XPNewMineHallIncomeVC.h */, - 23E9E9A62A80F1C300B792F2 /* XPNewMineHallIncomeVC.m */, - ); - path = IncomeStatis; - sourceTree = ""; - }; - E85E7A9B2A4EB0D200B6D00A /* SuperAdmin */ = { - isa = PBXGroup; - children = ( - E85E7A9D2A4EB0D200B6D00A /* XPMineGuildChooseManagerViewController.h */, - E85E7A9F2A4EB0D200B6D00A /* XPMineGuildChooseManagerViewController.m */, - E85E7A9C2A4EB0D200B6D00A /* XPMineGuildSuperAdminSetViewController.h */, - E85E7A9E2A4EB0D200B6D00A /* XPMineGuildSuperAdminSetViewController.m */, - ); - path = SuperAdmin; - sourceTree = ""; - }; - E85E7AA32A4EB0D200B6D00A /* SubViews */ = { - isa = PBXGroup; - children = ( - E85E7AB32A4EB0D200B6D00A /* XPClanMenuView.h */, - E85E7AA62A4EB0D200B6D00A /* XPClanMenuView.m */, - E85E7AA82A4EB0D200B6D00A /* XPClanSectionView.h */, - E85E7AB12A4EB0D200B6D00A /* XPClanSectionView.m */, - E85E7AAA2A4EB0D200B6D00A /* XPGoldIncomeSectionView.h */, - E85E7AB82A4EB0D200B6D00A /* XPGoldIncomeSectionView.m */, - E85E7AB02A4EB0D200B6D00A /* XPGuildAnchorIncomeSectionView.h */, - E85E7ABC2A4EB0D200B6D00A /* XPGuildAnchorIncomeSectionView.m */, - 23C9DFCA2B85DD8B00B51558 /* PIGuildAnchorIncomeSectionView.h */, - 23C9DFCB2B85DD8B00B51558 /* PIGuildAnchorIncomeSectionView.m */, - E85E7AA52A4EB0D200B6D00A /* XPGuildHeaderView.h */, - E85E7AB22A4EB0D200B6D00A /* XPGuildHeaderView.m */, - E85E7AA92A4EB0D200B6D00A /* XPGuildIncomeHeaderView.h */, - E85E7AB92A4EB0D200B6D00A /* XPGuildIncomeHeaderView.m */, - E85E7AAF2A4EB0D200B6D00A /* XPGuildIncomeSectionView.h */, - E85E7ABD2A4EB0D200B6D00A /* XPGuildIncomeSectionView.m */, - E85E7AAB2A4EB0D200B6D00A /* XPGuildSearchNavView.h */, - E85E7AB72A4EB0D200B6D00A /* XPGuildSearchNavView.m */, - E85E7AB52A4EB0D200B6D00A /* XPGuildSuperAdminMenuView.h */, - E85E7AA42A4EB0D200B6D00A /* XPGuildSuperAdminMenuView.m */, - E85E7AB62A4EB0D200B6D00A /* XPGuildTimeMonthPickerView.h */, - E85E7AAC2A4EB0D200B6D00A /* XPGuildTimeMonthPickerView.m */, - E85E7AB42A4EB0D200B6D00A /* XPGuildTimePickView.h */, - E85E7AA72A4EB0D200B6D00A /* XPGuildTimePickView.m */, - E85E7AAD2A4EB0D200B6D00A /* XPNewGuildIncomeHeaderView.h */, - E85E7ABB2A4EB0D200B6D00A /* XPNewGuildIncomeHeaderView.m */, - E85E7ABA2A4EB0D200B6D00A /* XPNewGuildTimePickView.h */, - E85E7AAE2A4EB0D200B6D00A /* XPNewGuildTimePickView.m */, - E85E7B702A4EC93C00B6D00A /* XPMineGiveDiamondSearchView.h */, - E85E7B712A4EC93C00B6D00A /* XPMineGiveDiamondSearchView.m */, - 23C7C0B52A7CD7B000802205 /* XPNewMineGuildItemView.h */, - 23C7C0B62A7CD7B000802205 /* XPNewMineGuildItemView.m */, - 23E9E99A2A80C40000B792F2 /* XPMineGuildPersonalBillRecordHeadView.h */, - 23E9E9992A80C3FF00B792F2 /* XPMineGuildPersonalBillRecordHeadView.m */, - 23E9E9A22A80DEAF00B792F2 /* XPMineGuildPersonalBillRecordContentView.h */, - 23E9E9A32A80DEAF00B792F2 /* XPMineGuildPersonalBillRecordContentView.m */, - 23E9E99D2A80C7AF00B792F2 /* XPMineGuildPersonalBillRecordItemView.h */, - 23E9E99C2A80C7AE00B792F2 /* XPMineGuildPersonalBillRecordItemView.m */, - ); - path = SubViews; - sourceTree = ""; - }; - E85E7ABF2A4EB0D200B6D00A /* Cell */ = { - isa = PBXGroup; - children = ( - E85E7ADE2A4EB0D200B6D00A /* ExchangeAuthority */, - E85E7AC22A4EB0D200B6D00A /* GuildList */, - E85E7AD12A4EB0D200B6D00A /* Income */, - E85E7AE82A4EB0D200B6D00A /* Setting */, - E85E7AC82A4EB0D200B6D00A /* SuperAdmin */, - E85E7ADB2A4EB0D200B6D00A /* XPClanMemberTableViewCell.h */, - E85E7AC02A4EB0D200B6D00A /* XPClanMemberTableViewCell.m */, - E85E7ADA2A4EB0D200B6D00A /* XPClanRoomCollectionViewCell.h */, - E85E7AC12A4EB0D200B6D00A /* XPClanRoomCollectionViewCell.m */, - E85E7AC72A4EB0D200B6D00A /* XPGuildEmptyCollectionViewCell.h */, - E85E7AE72A4EB0D200B6D00A /* XPGuildEmptyCollectionViewCell.m */, - E85E7AC62A4EB0D200B6D00A /* XPMineGuildEmptyTableViewCell.h */, - E85E7ADC2A4EB0D200B6D00A /* XPMineGuildEmptyTableViewCell.m */, - E85E7ADD2A4EB0D200B6D00A /* XPMineGuildSearchMemberTableViewCell.h */, - E85E7AC52A4EB0D200B6D00A /* XPMineGuildSearchMemberTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E85E7AC22A4EB0D200B6D00A /* GuildList */ = { - isa = PBXGroup; - children = ( - E85E7AC42A4EB0D200B6D00A /* XPMineGuildListCell.h */, - E85E7AC32A4EB0D200B6D00A /* XPMineGuildListCell.m */, - ); - path = GuildList; - sourceTree = ""; - }; - E85E7AC82A4EB0D200B6D00A /* SuperAdmin */ = { - isa = PBXGroup; - children = ( - E85E7AC92A4EB0D200B6D00A /* XPGuildSuperAdminRoomCollectionViewCell.h */, - E85E7ACA2A4EB0D200B6D00A /* XPGuildChooseManagerRoomTableViewCell.m */, - E85E7ACB2A4EB0D200B6D00A /* XPGuildSuperAdminSetTableViewCell.m */, - E85E7ACC2A4EB0D200B6D00A /* XPGuildSearchSuperAdminTableViewCell.m */, - E85E7ACD2A4EB0D200B6D00A /* XPGuildSuperAdminRoomCollectionViewCell.m */, - E85E7ACE2A4EB0D200B6D00A /* XPGuildChooseManagerRoomTableViewCell.h */, - E85E7ACF2A4EB0D200B6D00A /* XPGuildSearchSuperAdminTableViewCell.h */, - E85E7AD02A4EB0D200B6D00A /* XPGuildSuperAdminSetTableViewCell.h */, - ); - path = SuperAdmin; - sourceTree = ""; - }; - E85E7AD12A4EB0D200B6D00A /* Income */ = { - isa = PBXGroup; - children = ( - E85E7AD62A4EB0D200B6D00A /* XPGuildIncomeDetailCollectionViewCell.h */, - E85E7AD22A4EB0D200B6D00A /* XPGuildIncomeDetailCollectionViewCell.m */, - E85E7AD82A4EB0D200B6D00A /* XPGuildIncomeRecordTableViewCell.h */, - E85E7AD32A4EB0D200B6D00A /* XPGuildIncomeRecordTableViewCell.m */, - 23E9E9A82A80FDF100B792F2 /* XPNewMineHallIncomeCell.h */, - 23E9E9A92A80FDF100B792F2 /* XPNewMineHallIncomeCell.m */, - E85E7AD42A4EB0D200B6D00A /* XPGuildPersonIncomeTableViewCell.h */, - E85E7AD72A4EB0D200B6D00A /* XPGuildPersonIncomeTableViewCell.m */, - E85E7AD92A4EB0D200B6D00A /* XPGuildSingleRoomIncomeTableViewCell.h */, - E85E7AD52A4EB0D200B6D00A /* XPGuildSingleRoomIncomeTableViewCell.m */, - 23C9DFCD2B85E21E00B51558 /* PIGuildSingleRoomIncomeCell.h */, - 23C9DFCE2B85E21E00B51558 /* PIGuildSingleRoomIncomeCell.m */, - ); - path = Income; - sourceTree = ""; - }; - E85E7ADE2A4EB0D200B6D00A /* ExchangeAuthority */ = { - isa = PBXGroup; - children = ( - E85E7ADF2A4EB0D200B6D00A /* XPMineExchangeAuthorityCell.h */, - E85E7AE32A4EB0D200B6D00A /* XPMineExchangeAuthorityCell.m */, - E85E7AE12A4EB0D200B6D00A /* XPMineExchangeAuthorityFooderView.h */, - E85E7AE62A4EB0D200B6D00A /* XPMineExchangeAuthorityFooderView.m */, - E85E7AE52A4EB0D200B6D00A /* XPMineExchangeAuthorityHeadView.h */, - E85E7AE22A4EB0D200B6D00A /* XPMineExchangeAuthorityHeadView.m */, - E85E7AE42A4EB0D200B6D00A /* XPMinePromptWindow.h */, - E85E7AE02A4EB0D200B6D00A /* XPMinePromptWindow.m */, - ); - path = ExchangeAuthority; - sourceTree = ""; - }; - E85E7AE82A4EB0D200B6D00A /* Setting */ = { - isa = PBXGroup; - children = ( - E85E7AEB2A4EB0D200B6D00A /* XPMineGuildManagerPerTableViewCell.h */, - E85E7AE92A4EB0D200B6D00A /* XPMineGuildManagerPerTableViewCell.m */, - 2305F3452AD94E9C00AD403C /* XPMaskManagerCell.h */, - 2305F3462AD94E9C00AD403C /* XPMaskManagerCell.m */, - ); - path = Setting; - sourceTree = ""; - }; - E85E7AEF2A4EB0D200B6D00A /* Setting */ = { - isa = PBXGroup; - children = ( - E85E7AF92A4EB0D200B6D00A /* XPMineGuildManagerPerViewController.h */, - E85E7AF42A4EB0D200B6D00A /* XPMineGuildManagerPerViewController.m */, - E85E7AF52A4EB0D200B6D00A /* XPMineGuildManagerSetViewController.h */, - E85E7AF32A4EB0D200B6D00A /* XPMineGuildManagerSetViewController.m */, - E85E7AF22A4EB0D200B6D00A /* XPMineGuildRemoveMemberViewController.h */, - E85E7AF62A4EB0D200B6D00A /* XPMineGuildRemoveMemberViewController.m */, - E85E7AF02A4EB0D200B6D00A /* XPMineGuildSetNameViewController.h */, - E85E7AF82A4EB0D200B6D00A /* XPMineGuildSetNameViewController.m */, - E85E7AF72A4EB0D200B6D00A /* XPMineMangerListViewController.h */, - E85E7AF12A4EB0D200B6D00A /* XPMineMangerListViewController.m */, - ); - path = Setting; - sourceTree = ""; - }; - E85E7AFE2A4EB0D200B6D00A /* Api */ = { - isa = PBXGroup; - children = ( - E85E7AFF2A4EB0D200B6D00A /* Api+Guild.m */, - E85E7B002A4EB0D200B6D00A /* Api+Guild.h */, - ); - path = Api; - sourceTree = ""; - }; - E85E7B582A4EC35A00B6D00A /* RecordIncome */ = { - isa = PBXGroup; - children = ( - E85E7B592A4EC35A00B6D00A /* XPIncomeRecordGoldDetailsModel.h */, - E85E7B5A2A4EC35A00B6D00A /* XPExchangeDiamondsModel.h */, - E85E7B5B2A4EC35A00B6D00A /* XPIncomeRecordModel.h */, - E85E7B5E2A4EC35A00B6D00A /* XPIncomeRecordModel.m */, - E85E7B5F2A4EC35A00B6D00A /* XPExchangeDiamondsModel.m */, - E85E7B602A4EC35A00B6D00A /* XPIncomeRecordGoldDetailsModel.m */, - ); - path = RecordIncome; - sourceTree = ""; - }; - E85E7B682A4EC39400B6D00A /* ExchangeAuthority */ = { - isa = PBXGroup; - children = ( - E85E7B692A4EC39400B6D00A /* XPMineExchangeAuthorityModel.m */, - E85E7B6A2A4EC39400B6D00A /* XPMineExchangeAuthorityModel.h */, - ); - path = ExchangeAuthority; - sourceTree = ""; - }; - E85E7B732A4EC99200B6D00A /* GiveDiamond */ = { - isa = PBXGroup; - children = ( - E85E7B742A4EC99200B6D00A /* Presenter */, - E85E7B772A4EC99200B6D00A /* Protocol */, - E85E7B792A4EC99200B6D00A /* Model */, - E85E7B802A4EC99200B6D00A /* View */, - E85E7B9C2A4EC99200B6D00A /* Api */, - ); - path = GiveDiamond; - sourceTree = ""; - }; - E85E7B742A4EC99200B6D00A /* Presenter */ = { - isa = PBXGroup; - children = ( - E85E7B752A4EC99200B6D00A /* XPMineGiveDiamondPresenter.m */, - E85E7B762A4EC99200B6D00A /* XPMineGiveDiamondPresenter.h */, - ); - path = Presenter; - sourceTree = ""; - }; - E85E7B772A4EC99200B6D00A /* Protocol */ = { - isa = PBXGroup; - children = ( - E85E7B782A4EC99200B6D00A /* XPMineGiveDiamondProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E85E7B792A4EC99200B6D00A /* Model */ = { - isa = PBXGroup; - children = ( - E85E7B7D2A4EC99200B6D00A /* XPMineGiveDiamondDetailsModel.h */, - E85E7B7A2A4EC99200B6D00A /* XPMineGiveDiamondDetailsModel.m */, - E85E7B7E2A4EC99200B6D00A /* XPMineGiveDiamondModel.h */, - E85E7B7B2A4EC99200B6D00A /* XPMineGiveDiamondModel.m */, - E85E7B7C2A4EC99200B6D00A /* XPMineGiveDiamondSearchModel.h */, - E85E7B7F2A4EC99200B6D00A /* XPMineGiveDiamondSearchModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E85E7B802A4EC99200B6D00A /* View */ = { - isa = PBXGroup; - children = ( - E85E7BB72A4ED89E00B6D00A /* XPIncomeRecordGoldDetailsHeadView.h */, - E85E7BB82A4ED89F00B6D00A /* XPIncomeRecordGoldDetailsHeadView.m */, - E85E7B852A4EC99200B6D00A /* Cell */, - E85E7B822A4EC99200B6D00A /* XPMineChooseGiveDiamondVC.h */, - E85E7B9B2A4EC99200B6D00A /* XPMineChooseGiveDiamondVC.m */, - E85E7B842A4EC99200B6D00A /* XPMineGiveDiamondDetailsVC.h */, - E85E7B832A4EC99200B6D00A /* XPMineGiveDiamondDetailsVC.m */, - E85E7B812A4EC99200B6D00A /* XPMineGiveDiamondVC.h */, - E85E7B9A2A4EC99200B6D00A /* XPMineGiveDiamondVC.m */, - 4C1392912D6D963600A6DFB5 /* SubRechargersViewController.h */, - 4C1392922D6D963600A6DFB5 /* SubRechargersViewController.m */, - 4C1392942D6DA22B00A6DFB5 /* RechargerTransferHistoryViewController.h */, - 4C1392952D6DA22B00A6DFB5 /* RechargerTransferHistoryViewController.m */, - ); - path = View; - sourceTree = ""; - }; - E85E7B852A4EC99200B6D00A /* Cell */ = { - isa = PBXGroup; - children = ( - E85E7B902A4EC99200B6D00A /* XPMineChooseGiveDiamondView.h */, - E85E7B872A4EC99200B6D00A /* XPMineChooseGiveDiamondView.m */, - E85E7B8D2A4EC99200B6D00A /* XPMineChooseGiveGiftView.h */, - E85E7B972A4EC99200B6D00A /* XPMineChooseGiveGiftView.m */, - E85E7B8B2A4EC99200B6D00A /* XPMineChooseGiveGiftViewCell.h */, - E85E7B922A4EC99200B6D00A /* XPMineChooseGiveGiftViewCell.m */, - E85E7B882A4EC99200B6D00A /* XPMineConfirmGiveDiamondView.h */, - E85E7B952A4EC99200B6D00A /* XPMineConfirmGiveDiamondView.m */, - E85E7B912A4EC99200B6D00A /* XPMineGiveDiamondCell.h */, - E85E7B862A4EC99200B6D00A /* XPMineGiveDiamondCell.m */, - E85E7B8F2A4EC99200B6D00A /* XPMineGiveDiamondDetailsCell.h */, - E85E7B992A4EC99200B6D00A /* XPMineGiveDiamondDetailsCell.m */, - E85E7B8C2A4EC99200B6D00A /* XPMineGiveDiamondDetailsView.h */, - E85E7B982A4EC99200B6D00A /* XPMineGiveDiamondDetailsView.m */, - E85E7B932A4EC99200B6D00A /* XPMineGiveDiamondPasswordView.h */, - E85E7B8A2A4EC99200B6D00A /* XPMineGiveDiamondPasswordView.m */, - E85E7B8E2A4EC99200B6D00A /* XPMineGiveDiamondPwdView.h */, - E85E7B962A4EC99200B6D00A /* XPMineGiveDiamondPwdView.m */, - E85E7B942A4EC99200B6D00A /* XPMineGiveDiamondSearchView.h */, - E85E7B892A4EC99200B6D00A /* XPMineGiveDiamondSearchView.m */, - E85E7BB12A4ED45300B6D00A /* XPPageControl.h */, - E85E7BB22A4ED45300B6D00A /* XPPageControl.m */, - E85E7BB42A4ED59900B6D00A /* XPIncomeRecordGoldDetailsCell.h */, - E85E7BB52A4ED59900B6D00A /* XPIncomeRecordGoldDetailsCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E85E7B9C2A4EC99200B6D00A /* Api */ = { - isa = PBXGroup; - children = ( - E85E7B9D2A4EC99200B6D00A /* Api+GiveDiamond.h */, - E85E7B9E2A4EC99200B6D00A /* Api+GiveDiamond.m */, - ); - path = Api; - sourceTree = ""; - }; - E8659640270160F200846EBD /* VagueImageView */ = { - isa = PBXGroup; - children = ( - E86596422701611A00846EBD /* UIImage+ImageEffects.h */, - E86596412701611A00846EBD /* UIImage+ImageEffects.m */, - ); - path = VagueImageView; - sourceTree = ""; - }; - E865964E2701A1A900846EBD /* StatisticsService */ = { - isa = PBXGroup; - children = ( - E865964F2701A1C000846EBD /* StatisticsService.h */, - E86596502701A1C000846EBD /* StatisticsService.m */, - E86596522701A55500846EBD /* StatisticsServiceHelper.h */, - E86596532701A55500846EBD /* StatisticsServiceHelper.m */, - ); - path = StatisticsService; - sourceTree = ""; - }; - E8680707271959090024F48F /* MicroView */ = { - isa = PBXGroup; - children = ( - 9B0086C727BA4F4A0032BD2B /* Anchor */, - E8DBB6FA27B63CC300AA285D /* LittleGame */, - E8899C7C27853B46007944BE /* Dating */, - 180806DA27297269001FD836 /* MicroViewProtocol.h */, - E8680716271967B00024F48F /* MicroView.h */, - E8680717271967B00024F48F /* MicroView.m */, - 9B86D884281942D200494FCD /* SocialMicroView.h */, - 9B86D885281942D200494FCD /* SocialMicroView.m */, - E81D58802720082A003063FE /* MicroWaveView.h */, - E81D58812720082A003063FE /* MicroWaveView.m */, - 9BCD02C52796C02800F396AA /* MicroNobleWaveView.h */, - 9BCD02C62796C02800F396AA /* MicroNobleWaveView.m */, - E8DACCF92766EDC60052092C /* MicroGiftValueView.h */, - E8DACCFA2766EDC60052092C /* MicroGiftValueView.m */, - 545831A42C2C085C00364026 /* ArabMicroView.h */, - 545831A52C2C085C00364026 /* ArabMicroView.m */, - ); - path = MicroView; - sourceTree = ""; - }; - E86B911B281034F10007DEE7 /* Cell */ = { - isa = PBXGroup; - children = ( - 9B7D804B27537950003DAC0C /* MessageCell.h */, - 9B7D804C27537950003DAC0C /* MessageCell.m */, - E875A1B629755EE200AB1BBD /* SessionUserInfoTableViewCell.h */, - E875A1B729755EE200AB1BBD /* SessionUserInfoTableViewCell.m */, - E885D531297798E1004DC088 /* SessionSettingTableViewCell.h */, - E885D532297798E1004DC088 /* SessionSettingTableViewCell.m */, - 4CD6FF672D673F7F00262AB7 /* AgentMessageTableViewCell.h */, - 4CD6FF682D673F7F00262AB7 /* AgentMessageTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E872308A26E89D5100B90D4F /* CustomView */ = { - isa = PBXGroup; - children = ( - 23B2AEBF2A64E9C200543D17 /* LoginForgetEditView.h */, - 23B2AEC02A64E9C200543D17 /* LoginForgetEditView.m */, - E872309126E8D31500B90D4F /* LoginVerifCodeView.h */, - E872309226E8D31500B90D4F /* LoginVerifCodeView.m */, - E824543B26F58C3A00BE8163 /* XPLoginBindSuccessView.h */, - E824543C26F58C3A00BE8163 /* XPLoginBindSuccessView.m */, - E82EE0F6272FDDFA00D15DC1 /* UserPrivacyView.h */, - E82EE0F7272FDDFA00D15DC1 /* UserPrivacyView.m */, - ); - path = CustomView; - sourceTree = ""; - }; - E874B88527215CFF003954B9 /* Model */ = { - isa = PBXGroup; - children = ( - E874B88627215D39003954B9 /* MicroStateModel.h */, - E874B88727215D39003954B9 /* MicroStateModel.m */, - E874B88927215EAF003954B9 /* MicroQueueModel.h */, - E874B88A27215EAF003954B9 /* MicroQueueModel.m */, - E87E91502796A15500A7B3F2 /* MicroExtModel.h */, - E87E91512796A15500A7B3F2 /* MicroExtModel.m */, - 9B044D9E282D32F700DE4859 /* MicroInviteExtModel.h */, - 9B044D9F282D32F700DE4859 /* MicroInviteExtModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E8751E5128A629EB0056EF44 /* Sailing */ = { - isa = PBXGroup; - children = ( - E8751E5628A62A250056EF44 /* Model */, - E8751E5528A62A1D0056EF44 /* Api */, - E8751E5428A62A150056EF44 /* View */, - E8751E5328A62A0E0056EF44 /* Presenter */, - ); - path = Sailing; - sourceTree = ""; - }; - E8751E5228A62A010056EF44 /* Protocol */ = { - isa = PBXGroup; - children = ( - E8751E6028A62AA60056EF44 /* XPSailingProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E8751E5328A62A0E0056EF44 /* Presenter */ = { - isa = PBXGroup; - children = ( - E8751E5D28A62A970056EF44 /* XPSailingPresenter.h */, - E8751E5E28A62A970056EF44 /* XPSailingPresenter.m */, - E8751E5228A62A010056EF44 /* Protocol */, - ); - path = Presenter; - sourceTree = ""; - }; - E8751E5428A62A150056EF44 /* View */ = { - isa = PBXGroup; - children = ( - E8751E6828A64C550056EF44 /* Cell */, - E8751E6728A64C480056EF44 /* SubViews */, - E8751E5A28A62A530056EF44 /* XPSailingViewController.h */, - E8751E5B28A62A530056EF44 /* XPSailingViewController.m */, - E8751E6128A646400056EF44 /* XPSailingRankView.h */, - E8751E6228A646400056EF44 /* XPSailingRankView.m */, - E8751E6428A6465A0056EF44 /* XPSailingRankSubView.h */, - E8751E6528A6465A0056EF44 /* XPSailingRankSubView.m */, - E8AB633128AE51470023B0D2 /* XPSailingPrizeView.h */, - E8AB633228AE51470023B0D2 /* XPSailingPrizeView.m */, - E897ABFA28AF2E71003B3587 /* XPSailingGiftView.h */, - E897ABFB28AF2E71003B3587 /* XPSailingGiftView.m */, - E8E21A9C28B4DFE8008F7C9D /* XPSailingBuyFuelView.h */, - E8E21A9D28B4DFE8008F7C9D /* XPSailingBuyFuelView.m */, - E897ABFD28AF39B4003B3587 /* XPSailingAnimationView.h */, - E897ABFE28AF39B4003B3587 /* XPSailingAnimationView.m */, - ); - path = View; - sourceTree = ""; - }; - E8751E5528A62A1D0056EF44 /* Api */ = { - isa = PBXGroup; - children = ( - E8751E5728A62A390056EF44 /* Api+Sailing.h */, - E8751E5828A62A390056EF44 /* Api+Sailing.m */, - ); - path = Api; - sourceTree = ""; - }; - E8751E5628A62A250056EF44 /* Model */ = { - isa = PBXGroup; - children = ( - E8751E6F28A6541B0056EF44 /* RoomSailingRankModel.h */, - E8751E7028A6541B0056EF44 /* RoomSailingRankModel.m */, - E8751E7228A665BC0056EF44 /* RoomSailingInfoModel.h */, - E8751E7328A665BC0056EF44 /* RoomSailingInfoModel.m */, - E8BD0F8928A9EB0A00DE050D /* RoomSailingPrizeListModel.h */, - E8BD0F8A28A9EB0A00DE050D /* RoomSailingPrizeListModel.m */, - E8BD0F8628A9E9E400DE050D /* RoomSailingPrizeModel.h */, - E8BD0F8728A9E9E400DE050D /* RoomSailingPrizeModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E8751E6728A64C480056EF44 /* SubViews */ = { - isa = PBXGroup; - children = ( - ); - path = SubViews; - sourceTree = ""; - }; - E8751E6828A64C550056EF44 /* Cell */ = { - isa = PBXGroup; - children = ( - E8751E6928A64C6E0056EF44 /* XPSailingRankTableViewCell.h */, - E8751E6A28A64C6E0056EF44 /* XPSailingRankTableViewCell.m */, - E8751E6C28A64F990056EF44 /* XPSailingEmptyTableViewCell.h */, - E8751E6D28A64F990056EF44 /* XPSailingEmptyTableViewCell.m */, - E8AB633428AE54A40023B0D2 /* XPSailingPrizeCollectionViewCell.h */, - E8AB633528AE54A40023B0D2 /* XPSailingPrizeCollectionViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E8778AE82988EE9200CF139B /* SayHello */ = { - isa = PBXGroup; - children = ( - E8778AED2988EEED00CF139B /* Model */, - E8778AEC2988EEE600CF139B /* Api */, - E8778AEB2988EEDB00CF139B /* View */, - E8778AEA2988EED400CF139B /* Presenter */, - E8778AE92988EEBF00CF139B /* Protocol */, - ); - path = SayHello; - sourceTree = ""; - }; - E8778AE92988EEBF00CF139B /* Protocol */ = { - isa = PBXGroup; - children = ( - E8F63CB8298B5F3D00B338BA /* XPSessionSayHelloProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E8778AEA2988EED400CF139B /* Presenter */ = { - isa = PBXGroup; - children = ( - E8F63CB5298B566D00B338BA /* XPSessionSayHelloPresenter.h */, - E8F63CB6298B566D00B338BA /* XPSessionSayHelloPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E8778AEB2988EEDB00CF139B /* View */ = { - isa = PBXGroup; - children = ( - E8778AF22988EF1300CF139B /* CustomView */, - E8778AF12988EF0A00CF139B /* Cell */, - E8778AEE2988EF0600CF139B /* XPSessionSayHelloViewController.h */, - E8778AEF2988EF0600CF139B /* XPSessionSayHelloViewController.m */, - ); - path = View; - sourceTree = ""; - }; - E8778AEC2988EEE600CF139B /* Api */ = { - isa = PBXGroup; - children = ( - E8F63CB2298B563D00B338BA /* Api+SayHello.h */, - E8F63CB3298B563D00B338BA /* Api+SayHello.m */, - ); - path = Api; - sourceTree = ""; - }; - E8778AED2988EEED00CF139B /* Model */ = { - isa = PBXGroup; - children = ( - E8F63CAF298B553500B338BA /* SessionSayHelloLevelModel.h */, - E8F63CB0298B553500B338BA /* SessionSayHelloLevelModel.m */, - E8F63CB9298B648300B338BA /* SessionSayHelloListModel.h */, - E8F63CBA298B648300B338BA /* SessionSayHelloListModel.m */, - E8AFF7E1298CA1E500FBDE32 /* SessionSayHelloCountModel.h */, - E8AFF7E2298CA1E500FBDE32 /* SessionSayHelloCountModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E8778AF12988EF0A00CF139B /* Cell */ = { - isa = PBXGroup; - children = ( - E8778AF32988EF2B00CF139B /* XPSessionSayHelloTableViewCell.h */, - E8778AF42988EF2B00CF139B /* XPSessionSayHelloTableViewCell.m */, - E8778AF92989034200CF139B /* XPSessionSayHelloEmptyTableViewCell.h */, - E8778AFA2989034200CF139B /* XPSessionSayHelloEmptyTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E8778AF22988EF1300CF139B /* CustomView */ = { - isa = PBXGroup; - children = ( - E8778AF62988F4E200CF139B /* XPSessionSayHelloHeaderView.h */, - E8778AF72988F4E200CF139B /* XPSessionSayHelloHeaderView.m */, - ); - path = CustomView; - sourceTree = ""; - }; - E8788931273A53B000BF1D57 /* SendGiftView */ = { - isa = PBXGroup; - children = ( - E8788935273A540400BF1D57 /* Model */, - E8788936273A541500BF1D57 /* Api */, - E8788937273A542700BF1D57 /* View */, - E8788938273A542E00BF1D57 /* Presenter */, - E8788939273A544000BF1D57 /* Protocol */, - E878894E273A699900BF1D57 /* ThemeColor+SendGift.h */, - E878894F273A699900BF1D57 /* ThemeColor+SendGift.m */, - 540EC1D12C89998500F3BF0D /* GiftComboManager.h */, - 540EC1D22C89998500F3BF0D /* GiftComboManager.m */, - ); - path = SendGiftView; - sourceTree = ""; - }; - E8788935273A540400BF1D57 /* Model */ = { - isa = PBXGroup; - children = ( - 23FF25782ABD67CD0064E904 /* XPFreeGiftModel.h */, - 23FF25772ABD67CD0064E904 /* XPFreeGiftModel.m */, - E890BC02273CF0500007C46B /* XPGiftCountModel.h */, - E890BC03273CF0500007C46B /* XPGiftCountModel.m */, - E890BC0E273D23F00007C46B /* GiftInfoModel.h */, - E890BC0F273D23F00007C46B /* GiftInfoModel.m */, - E884C36A2743951B00E1EBED /* GiftReceiveInfoModel.h */, - E884C36B2743951B00E1EBED /* GiftReceiveInfoModel.m */, - E8E7DAE92745158500C631CC /* XPGiftUserInfoModel.h */, - E8E7DAEA2745158500C631CC /* XPGiftUserInfoModel.m */, - E8DACCFC27673F870052092C /* GiftValueInfoModel.h */, - E8DACCFD27673F870052092C /* GiftValueInfoModel.m */, - 9B208A342779B50100F9E54A /* GiftNobleInfoModel.h */, - 9B208A352779B50100F9E54A /* GiftNobleInfoModel.m */, - 9B41D36C282649230048C588 /* XPWeekStarRankUserModel.h */, - 9B41D36D282649230048C588 /* XPWeekStarRankUserModel.m */, - E8A3538328FD67320014A784 /* GiftLuckyBroadcastModel.h */, - E8A3538428FD67320014A784 /* GiftLuckyBroadcastModel.m */, - E8D4DE452940473500EC788D /* GiftTwelveStarFirstModel.h */, - E8D4DE462940473500EC788D /* GiftTwelveStarFirstModel.m */, - 548E01CA2C3FB1C70071C83D /* i18nGiftNameMap.h */, - 548E01CB2C3FB1C70071C83D /* i18nGiftNameMap.m */, - ); - path = Model; - sourceTree = ""; - }; - E8788936273A541500BF1D57 /* Api */ = { - isa = PBXGroup; - children = ( - E878893A273A54C300BF1D57 /* Api+Gift.h */, - E878893B273A54C300BF1D57 /* Api+Gift.m */, - ); - path = Api; - sourceTree = ""; - }; - E8788937273A542700BF1D57 /* View */ = { - isa = PBXGroup; - children = ( - E8788949273A594C00BF1D57 /* Cell */, - E8788932273A53D700BF1D57 /* XPSendGiftView.h */, - E8788933273A53D700BF1D57 /* XPSendGiftView.m */, - 9B4E91FE28E57A620033419E /* XPGiftHeadTypeView.h */, - 9B4E91FF28E57A620033419E /* XPGiftHeadTypeView.m */, - E8788940273A55AD00BF1D57 /* XPGiftUsersView.h */, - E8788941273A55AD00BF1D57 /* XPGiftUsersView.m */, - 23CEFC662AFCCE7700576D89 /* PIGiftInfoSegmentedView.h */, - 23CEFC672AFCCE7700576D89 /* PIGiftInfoSegmentedView.m */, - E8788943273A55C200BF1D57 /* XPGiftInfoView.h */, - E8788944273A55C200BF1D57 /* XPGiftInfoView.m */, - E8788946273A55D000BF1D57 /* XPGiftBarView.h */, - E8788947273A55D000BF1D57 /* XPGiftBarView.m */, - E890BC0B273D09A50007C46B /* XPGiftCountView.h */, - E890BC0C273D09A50007C46B /* XPGiftCountView.m */, - E8901CF428B38D89001E9A92 /* XPGraffitiGiftView.h */, - E8901CF528B38D89001E9A92 /* XPGraffitiGiftView.m */, - 9B4D449128F15765002572D5 /* XPGiftLuckyGiftBroadcastView.h */, - 9B4D449228F15765002572D5 /* XPGiftLuckyGiftBroadcastView.m */, - 23630BA42BAC3888003AD25D /* PIGiftSuperGiftBroadcastView.h */, - 23630BA52BAC3888003AD25D /* PIGiftSuperGiftBroadcastView.m */, - E8D4DE422940462C00EC788D /* XPGiftTwelveStarBroadcastView.h */, - E8D4DE432940462C00EC788D /* XPGiftTwelveStarBroadcastView.m */, - 540EC1CE2C89925F00F3BF0D /* GiftComboView.h */, - 540EC1CF2C89925F00F3BF0D /* GiftComboView.m */, - 54F179082C8EDDF400CB5219 /* CountdownRingView.h */, - 54F179092C8EDDF400CB5219 /* CountdownRingView.m */, - 5468995B2C8AFE4C0049136A /* GiftComboFlagView.h */, - 5468995C2C8AFE4C0049136A /* GiftComboFlagView.m */, - ); - path = View; - sourceTree = ""; - }; - E8788938273A542E00BF1D57 /* Presenter */ = { - isa = PBXGroup; - children = ( - E878893D273A54F500BF1D57 /* XPGiftPresenter.h */, - E878893E273A54F500BF1D57 /* XPGiftPresenter.m */, - E8E7DAE62744F5EF00C631CC /* XPGiftStorage.h */, - E8E7DAE72744F5EF00C631CC /* XPGiftStorage.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E8788939273A544000BF1D57 /* Protocol */ = { - isa = PBXGroup; - children = ( - E878894D273A672200BF1D57 /* XPGiftProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E8788949273A594C00BF1D57 /* Cell */ = { - isa = PBXGroup; - children = ( - 23FF257A2ABD68020064E904 /* XPGiftFreeItemCell.h */, - 23FF257B2ABD68020064E904 /* XPGiftFreeItemCell.m */, - E878894A273A607C00BF1D57 /* XPGiftUserCollectionViewCell.h */, - E878894B273A607C00BF1D57 /* XPGiftUserCollectionViewCell.m */, - E890BC05273CF1800007C46B /* XPGiftCountCollectionViewCell.h */, - E890BC06273CF1800007C46B /* XPGiftCountCollectionViewCell.m */, - E8133914273E532D00708B66 /* XPGiftItemCollectionViewCell.h */, - E8133915273E532D00708B66 /* XPGiftItemCollectionViewCell.m */, - E8A73F8528586A6F00FD9CBC /* XPGiftWeekStarCollectionViewCell.h */, - E8A73F8628586A6F00FD9CBC /* XPGiftWeekStarCollectionViewCell.m */, - E811FFF52742367B00918544 /* XPGiftEmptyCollectionViewCell.h */, - E811FFF62742367B00918544 /* XPGiftEmptyCollectionViewCell.m */, - E8659907273E800D00EE349D /* XPGiftCollectionViewFlowLayout.h */, - E8659908273E800D00EE349D /* XPGiftCollectionViewFlowLayout.m */, - ); - path = Cell; - sourceTree = ""; - }; - E87AE8C2284E1A6B00CAFBB3 /* NewUserGreet */ = { - isa = PBXGroup; - children = ( - E87AE8C3284E1A8400CAFBB3 /* XPRoomNewUserGreetView.h */, - E87AE8C4284E1A8400CAFBB3 /* XPRoomNewUserGreetView.m */, - ); - path = NewUserGreet; - sourceTree = ""; - }; - E87DF4B82A42C7BB009C1185 /* Search */ = { - isa = PBXGroup; - children = ( - E87DF4BC2A42C82F009C1185 /* Protocol */, - E87DF4BB2A42C81A009C1185 /* Presenter */, - E87DF4BA2A42C7F9009C1185 /* Model */, - E87DF4B92A42C7E9009C1185 /* View */, - ); - path = Search; - sourceTree = ""; - }; - E87DF4B92A42C7E9009C1185 /* View */ = { - isa = PBXGroup; - children = ( - E87DF4E92A42CB51009C1185 /* Cell */, - E87DF4E12A42CAC1009C1185 /* SubView */, - E8C6FFDE2754EEF9004DC9F0 /* XPHomeSearchViewController.h */, - E8C6FFDF2754EEF9004DC9F0 /* XPHomeSearchViewController.m */, - E87A27012758BC81002DDC7A /* XPRoomSearchContainerViewController.h */, - E87A27022758BC81002DDC7A /* XPRoomSearchContainerViewController.m */, - 9B88E20D28C6305400D26FBA /* XPRoomSearchRecordViewController.h */, - 9B88E20E28C6305400D26FBA /* XPRoomSearchRecordViewController.m */, - ); - path = View; - sourceTree = ""; - }; - E87DF4BA2A42C7F9009C1185 /* Model */ = { - isa = PBXGroup; - children = ( - E87DF50C2A42CF15009C1185 /* HomeLiveRoomModel.h */, - E87DF50D2A42CF15009C1185 /* HomeLiveRoomModel.m */, - E87DF5092A42CEC9009C1185 /* HomeEveryOneSearchModel.h */, - E87DF50A2A42CEC9009C1185 /* HomeEveryOneSearchModel.m */, - E87DF4DC2A42CA12009C1185 /* HomeSearchResultModel.h */, - E87DF4DB2A42CA12009C1185 /* HomeSearchResultModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E87DF4BB2A42C81A009C1185 /* Presenter */ = { - isa = PBXGroup; - children = ( - E87DF5062A42CE79009C1185 /* XPInRoomRecordPresenter.h */, - E87DF5072A42CE79009C1185 /* XPInRoomRecordPresenter.m */, - E8C6FFE42754FE53004DC9F0 /* XPHomeSearchPresenter.h */, - E8C6FFE52754FE53004DC9F0 /* XPHomeSearchPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E87DF4BC2A42C82F009C1185 /* Protocol */ = { - isa = PBXGroup; - children = ( - E8C6FFE72754FE66004DC9F0 /* XPHomeSearchProtocol.h */, - 9BAD41AD28C6ECBA005E47B3 /* XPInRoomRecordProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E87DF4E12A42CAC1009C1185 /* SubView */ = { - isa = PBXGroup; - children = ( - E87DF4FD2A42CD7E009C1185 /* XPRoomSearchRecommendHeadView.h */, - E87DF4FC2A42CD7D009C1185 /* XPRoomSearchRecommendHeadView.m */, - E87DF4F72A42CCAB009C1185 /* XPHomeSearchRelateView.h */, - E87DF4F62A42CCAB009C1185 /* XPHomeSearchRelateView.m */, - E87DF4E32A42CAD2009C1185 /* XPHomeSearchNavView.h */, - E87DF4E22A42CAD2009C1185 /* XPHomeSearchNavView.m */, - ); - path = SubView; - sourceTree = ""; - }; - E87DF4E92A42CB51009C1185 /* Cell */ = { - isa = PBXGroup; - children = ( - E87DF5032A42CE21009C1185 /* XPHomeSearchRecordCell.h */, - E87DF5042A42CE21009C1185 /* XPHomeSearchRecordCell.m */, - E87DF5002A42CDF1009C1185 /* XPHomeAttentionCollectionViewCell.h */, - E87DF5012A42CDF1009C1185 /* XPHomeAttentionCollectionViewCell.m */, - E87DF4F92A42CCDD009C1185 /* XPHomeRedommendCollectionViewCell.h */, - E87DF4FA2A42CCDE009C1185 /* XPHomeRedommendCollectionViewCell.m */, - E87DF4ED2A42CB90009C1185 /* XPHomeCollectRoomTableViewCell.h */, - E87DF4EE2A42CB90009C1185 /* XPHomeCollectRoomTableViewCell.m */, - E87DF4EB2A42CB60009C1185 /* XPSearchListTableViewCell.h */, - E87DF4EA2A42CB60009C1185 /* XPSearchListTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E87E624F2A3F54B5002F68C9 /* YMNewHome */ = { - isa = PBXGroup; - children = ( - E87E62542A3F55BE002F68C9 /* Model */, - E87E62532A3F55B7002F68C9 /* Api */, - E87E62522A3F55B2002F68C9 /* View */, - E87E62512A3F55AB002F68C9 /* Presenter */, - E87E62502A3F559D002F68C9 /* Protocol */, - ); - path = YMNewHome; - sourceTree = ""; - }; - E87E62502A3F559D002F68C9 /* Protocol */ = { - isa = PBXGroup; - children = ( - E87DF4FF2A42CDB4009C1185 /* XPHomeRecommendProtocol.h */, - E87DF4E82A42CB24009C1185 /* XPHomeProtocol.h */, - E87E62692A3F5756002F68C9 /* XPHomeContainerProtocol.h */, - E87E627C2A3F5A63002F68C9 /* XPNewHomeRecommendProtocol.h */, - 54C389642C24448900FD47B1 /* XPHomeMineProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E87E62512A3F55AB002F68C9 /* Presenter */ = { - isa = PBXGroup; - children = ( - E87DF4E62A42CB00009C1185 /* XPHomePresenter.h */, - E87DF4E52A42CAFF009C1185 /* XPHomePresenter.m */, - E87E62672A3F571D002F68C9 /* XPHomeContainerPresenter.h */, - E87E62662A3F571C002F68C9 /* XPHomeContainerPresenter.m */, - E87E62792A3F5A0D002F68C9 /* XPNewHomeRecommendPresenter.h */, - E87E627A2A3F5A0D002F68C9 /* XPNewHomeRecommendPresenter.m */, - 54C3895D2C2189DD00FD47B1 /* XPHomeMinePresenter.h */, - 54C3895E2C2189DD00FD47B1 /* XPHomeMinePresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E87E62522A3F55B2002F68C9 /* View */ = { - isa = PBXGroup; - children = ( - E87DF4B82A42C7BB009C1185 /* Search */, - E87E625F2A3F5669002F68C9 /* Cell */, - E87E625E2A3F565D002F68C9 /* CustomView */, - E87E62552A3F560A002F68C9 /* XPHomePartyViewController.h */, - E87E62562A3F560A002F68C9 /* XPHomePartyViewController.m */, - E87E62572A3F560A002F68C9 /* XPHomeRecommendViewController.h */, - E87E62582A3F560A002F68C9 /* XPHomeRecommendViewController.m */, - E87E625B2A3F5622002F68C9 /* XPNewHomeViewController.h */, - E87E625C2A3F5622002F68C9 /* XPNewHomeViewController.m */, - 54C3895A2C215F5100FD47B1 /* XPHomeMineViewController.h */, - 54C3895B2C215F5100FD47B1 /* XPHomeMineViewController.m */, - 239BEED92AA1E058005CDA94 /* PIHoemCategoryTitleView.h */, - 239BEEDA2AA1E058005CDA94 /* PIHoemCategoryTitleView.m */, - 23B8D8DC2B860B8800CA472F /* PIHoemCategoryCollectionView.h */, - 23B8D8DD2B860B8800CA472F /* PIHoemCategoryCollectionView.m */, - 23B8D8D62B85F8B900CA472F /* PIHoemCategoryTitleCell.h */, - 23B8D8D72B85F8B900CA472F /* PIHoemCategoryTitleCell.m */, - 541DD9532C1EDEFB00B616C4 /* XPHomePagingViewController.h */, - 541DD9542C1EDEFB00B616C4 /* XPHomePagingViewController.m */, - ); - path = View; - sourceTree = ""; - }; - E87E62532A3F55B7002F68C9 /* Api */ = { - isa = PBXGroup; - children = ( - E8C6FFC927548120004DC9F0 /* Api+Home.h */, - E8C6FFC827548120004DC9F0 /* Api+Home.m */, - ); - path = Api; - sourceTree = ""; - }; - E87E62542A3F55BE002F68C9 /* Model */ = { - isa = PBXGroup; - children = ( - 23FF42772AA6E19C0055733C /* HomeMenuSourceModel.h */, - 23FF42782AA6E19C0055733C /* HomeMenuSourceModel.m */, - E87DF4F32A42CC49009C1185 /* HomeMenuInfoModel.h */, - E87DF4F42A42CC49009C1185 /* HomeMenuInfoModel.m */, - E87DF4D92A42C9D9009C1185 /* HomeCollectRoomModel.h */, - E87DF4D82A42C9D8009C1185 /* HomeCollectRoomModel.m */, - 236B2E5B2AA19168003967A8 /* HomeLittleGameRoomModel.h */, - 236B2E5C2AA19169003967A8 /* HomeLittleGameRoomModel.m */, - E87DF4D62A42C9C3009C1185 /* HomePlayRoomModel.h */, - E87DF4D52A42C9C3009C1185 /* HomePlayRoomModel.m */, - E87DF4D22A42C9B1009C1185 /* HomeRecommendRoomModel.h */, - E87DF4D32A42C9B1009C1185 /* HomeRecommendRoomModel.m */, - E87DF4CA2A42C960009C1185 /* HomeBannerInfoModel.h */, - E87DF4CB2A42C960009C1185 /* HomeBannerInfoModel.m */, - E87DF4BD2A42C8C1009C1185 /* HomeTagModel.h */, - E87DF4BE2A42C8C1009C1185 /* HomeTagModel.m */, - 54C389602C23BD1600FD47B1 /* HomeRankAvatarModel.h */, - 54C389612C23BD1600FD47B1 /* HomeRankAvatarModel.m */, - 23FF42712AA6CC480055733C /* PIHomeItemModel.h */, - 23FF42722AA6CC480055733C /* PIHomeItemModel.m */, - 23B8D8D92B85FDDD00CA472F /* PIHomeCategoryTitleModel.h */, - 23B8D8DA2B85FDDD00CA472F /* PIHomeCategoryTitleModel.m */, - 54C389652C24464600FD47B1 /* HomeMineRoomModel.h */, - 54C389662C24464600FD47B1 /* HomeMineRoomModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E87E625E2A3F565D002F68C9 /* CustomView */ = { - isa = PBXGroup; - children = ( - 23FF25632ABC3B3B0064E904 /* XPHomeGameView.h */, - 23FF25642ABC3B3B0064E904 /* XPHomeGameView.m */, - 23FF42742AA6E1480055733C /* XPHomeRecommendOtherRoomView.h */, - 23FF42752AA6E1480055733C /* XPHomeRecommendOtherRoomView.m */, - E87DF4F12A42CBEC009C1185 /* XPHomeUserView.h */, - E87DF4F02A42CBEC009C1185 /* XPHomeUserView.m */, - E87DF4C02A42C900009C1185 /* XPNoteView.h */, - E87DF4C12A42C900009C1185 /* XPNoteView.m */, - E87E62612A3F5689002F68C9 /* XPNewHomeNavView.h */, - E87E62602A3F5689002F68C9 /* XPNewHomeNavView.m */, - 23FF426E2AA6C7CF0055733C /* XPNewHomeItemCell.h */, - 23FF426F2AA6C7CF0055733C /* XPNewHomeItemCell.m */, - 23A439722AA1CF7C002E6039 /* XPNewHomeHeadView.h */, - 23A439732AA1CF7C002E6039 /* XPNewHomeHeadView.m */, - 23194DD32AD292F200649F51 /* PIPageControl.h */, - 23194DD42AD292F200649F51 /* PIPageControl.m */, - ); - path = CustomView; - sourceTree = ""; - }; - E87E625F2A3F5669002F68C9 /* Cell */ = { - isa = PBXGroup; - children = ( - 23FF25662ABC3BC00064E904 /* XPHomeGameCell.h */, - 23FF25672ABC3BC00064E904 /* XPHomeGameCell.m */, - E87E627D2A3F5D28002F68C9 /* XPNewHomePlayItemCollectionViewCell.h */, - E87E627E2A3F5D28002F68C9 /* XPNewHomePlayItemCollectionViewCell.m */, - E87E62722A3F5907002F68C9 /* XPHomeBannerTableViewCell.h */, - E87E626A2A3F5906002F68C9 /* XPHomeBannerTableViewCell.m */, - E87E626E2A3F5906002F68C9 /* XPNewHomePartyTableViewCell.h */, - E87E62712A3F5907002F68C9 /* XPNewHomePartyTableViewCell.m */, - 23FF42682AA5DF050055733C /* XPNewHomePartyTagView.h */, - 23FF42692AA5DF050055733C /* XPNewHomePartyTagView.m */, - 23FF426B2AA5E4EE0055733C /* XPNewHomePartyAudioView.h */, - 23FF426C2AA5E4EE0055733C /* XPNewHomePartyAudioView.m */, - E87E626B2A3F5906002F68C9 /* XPNewHomePlayEmptyTableViewCell.h */, - E87E626D2A3F5906002F68C9 /* XPNewHomePlayEmptyTableViewCell.m */, - E87E626C2A3F5906002F68C9 /* XPNewHomePlayTableViewCell.h */, - E87E626F2A3F5906002F68C9 /* XPNewHomePlayTableViewCell.m */, - E87E62732A3F5907002F68C9 /* XPNewHomeRecommendTableViewCell.h */, - E87E62702A3F5907002F68C9 /* XPNewHomeRecommendTableViewCell.m */, - 23FF42612AA5861E0055733C /* XPNewHomePartyCollectionViewCell.h */, - 23FF42622AA5861E0055733C /* XPNewHomePartyCollectionViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E880B396278BD3D800A83B0D /* AcrossRoomPK */ = { - isa = PBXGroup; - children = ( - E880B39B278BD45A00A83B0D /* Model */, - E880B39A278BD45200A83B0D /* Api */, - E880B399278BD44500A83B0D /* View */, - E880B398278BD43D00A83B0D /* Presenter */, - E880B397278BD43600A83B0D /* Protocol */, - ); - path = AcrossRoomPK; - sourceTree = ""; - }; - E880B397278BD43600A83B0D /* Protocol */ = { - isa = PBXGroup; - children = ( - E880B3B6278C1FFB00A83B0D /* XPAcrossRoomProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E880B398278BD43D00A83B0D /* Presenter */ = { - isa = PBXGroup; - children = ( - E880B3B3278C1FE400A83B0D /* XPAcrossRoomPKPresenter.h */, - E880B3B4278C1FE400A83B0D /* XPAcrossRoomPKPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E880B399278BD44500A83B0D /* View */ = { - isa = PBXGroup; - children = ( - E880B3A3278BD66400A83B0D /* SubViews */, - E880B3A2278BD65E00A83B0D /* Cell */, - E880B39C278BD49E00A83B0D /* XPAcrossRoomPKViewController.h */, - E880B39D278BD49E00A83B0D /* XPAcrossRoomPKViewController.m */, - E880B39F278BD60C00A83B0D /* XPAcrossRoomPKSelectRoomView.h */, - E880B3A0278BD60C00A83B0D /* XPAcrossRoomPKSelectRoomView.m */, - ); - path = View; - sourceTree = ""; - }; - E880B39A278BD45200A83B0D /* Api */ = { - isa = PBXGroup; - children = ( - E880B3AD278BE1D800A83B0D /* Api+AcrossRoomPK.h */, - E880B3AE278BE1D800A83B0D /* Api+AcrossRoomPK.m */, - ); - path = Api; - sourceTree = ""; - }; - E880B39B278BD45A00A83B0D /* Model */ = { - isa = PBXGroup; - children = ( - E880B3A7278BD82300A83B0D /* AcrossRoomPKInfoModel.h */, - E880B3A8278BD82300A83B0D /* AcrossRoomPKInfoModel.m */, - E8D48251278D8228003C1D08 /* AcrossRoomPKPanelModel.h */, - E8D48252278D8228003C1D08 /* AcrossRoomPKPanelModel.m */, - E88863CA278EC336004BCFAB /* AcrossRoomPKPrizeModel.h */, - E88863CB278EC336004BCFAB /* AcrossRoomPKPrizeModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E880B3A2278BD65E00A83B0D /* Cell */ = { - isa = PBXGroup; - children = ( - E880B3A4278BD69900A83B0D /* XPAcrossRoomPKTableViewCell.h */, - E880B3A5278BD69900A83B0D /* XPAcrossRoomPKTableViewCell.m */, - E880B3AA278BD98600A83B0D /* XPAcrossRoomPKEmptyTableViewCell.h */, - E880B3AB278BD98600A83B0D /* XPAcrossRoomPKEmptyTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E880B3A3278BD66400A83B0D /* SubViews */ = { - isa = PBXGroup; - children = ( - E880B3B0278C1D1800A83B0D /* XPAcrossRoomPKRuleView.h */, - E880B3B1278C1D1800A83B0D /* XPAcrossRoomPKRuleView.m */, - E8D48248278D1F72003C1D08 /* XPAcrossRoomPKInviteView.h */, - E8D48249278D1F73003C1D08 /* XPAcrossRoomPKInviteView.m */, - E8D4824B278D2CE4003C1D08 /* XPAcrossRoomPKInviteResultView.h */, - E8D4824C278D2CE4003C1D08 /* XPAcrossRoomPKInviteResultView.m */, - E8D4824E278D68BA003C1D08 /* XPAcrossRoomPKPanelView.h */, - E8D4824F278D68BA003C1D08 /* XPAcrossRoomPKPanelView.m */, - E8D48254278D83AE003C1D08 /* XPAcrossRoomPKPanelUserView.h */, - E8D48255278D83AE003C1D08 /* XPAcrossRoomPKPanelUserView.m */, - E88863C4278EAFC3004BCFAB /* XPAcrossRoomPKResultView.h */, - E88863C5278EAFC3004BCFAB /* XPAcrossRoomPKResultView.m */, - E88863C7278EBA43004BCFAB /* XPAcrossRoomPKForceEndResultView.h */, - E88863C8278EBA43004BCFAB /* XPAcrossRoomPKForceEndResultView.m */, - E88863CD278EC393004BCFAB /* XPAcrossRoomPKPrizeView.h */, - E88863CE278EC393004BCFAB /* XPAcrossRoomPKPrizeView.m */, - 9BF5192428801D4700B6BE92 /* XPAcrossRoomPKCountDownView.h */, - 9BF5192528801D4700B6BE92 /* XPAcrossRoomPKCountDownView.m */, - 9B3C1818292CE4FA003AF543 /* XPAnchorPKMatchView.h */, - 9B3C1819292CE4FA003AF543 /* XPAnchorPKMatchView.m */, - ); - path = SubViews; - sourceTree = ""; - }; - E884C3782743B6AA00E1EBED /* Tool */ = { - isa = PBXGroup; - children = ( - E884C3702743AEDE00E1EBED /* CustomAttachmentDecoder.h */, - E884C3712743AEDE00E1EBED /* CustomAttachmentDecoder.m */, - ); - path = Tool; - sourceTree = ""; - }; - E88863D0278ED4A0004BCFAB /* Timestamp */ = { - isa = PBXGroup; - children = ( - E88863D1278ED4C0004BCFAB /* Timestamp.h */, - E88863D2278ED4C0004BCFAB /* Timestamp.m */, - ); - path = Timestamp; - sourceTree = ""; - }; - E8899C7C27853B46007944BE /* Dating */ = { - isa = PBXGroup; - children = ( - E877A7EC278428FB00EFACED /* MicroDatingProgressView.h */, - E877A7ED278428FB00EFACED /* MicroDatingProgressView.m */, - E8899C7D27853B6A007944BE /* DatingMicroView.h */, - E8899C7E27853B6A007944BE /* DatingMicroView.m */, - ); - path = Dating; - sourceTree = ""; - }; - E88B5CBE26FB404800DA9178 /* MineInfo */ = { - isa = PBXGroup; - children = ( - E88B5CBF26FB407B00DA9178 /* XPMineUserInfoViewController.h */, - E88B5CC026FB407B00DA9178 /* XPMineUserInfoViewController.m */, - E8D34D4528080295009C4835 /* XPMineUserDataViewController.h */, - E8D34D4628080295009C4835 /* XPMineUserDataViewController.m */, - E8EEB90426FC5772007C6EBA /* XPMineUserInfoEditViewController.h */, - E8EEB90526FC5772007C6EBA /* XPMineUserInfoEditViewController.m */, - E8EEB91226FC7786007C6EBA /* XPMineUserInfoNickViewController.h */, - E8EEB91326FC7786007C6EBA /* XPMineUserInfoNickViewController.m */, - E8EEB91526FC7B35007C6EBA /* XPMineUserInfoDesViewController.h */, - E8EEB91626FC7B35007C6EBA /* XPMineUserInfoDesViewController.m */, - E8B846BD26FD827900A777FE /* XPMineUserInfoAlbumViewController.h */, - E8B846BE26FD827900A777FE /* XPMineUserInfoAlbumViewController.m */, - E8D34D6228084E40009C4835 /* XPMineUserInfoGiftWallViewController.h */, - E8D34D6328084E40009C4835 /* XPMineUserInfoGiftWallViewController.m */, - E8998D892859CB6A00C68558 /* XPMineUserInfoGiftWallSubViewController.h */, - E8998D8A2859CB6A00C68558 /* XPMineUserInfoGiftWallSubViewController.m */, - 1464C5EE29A49DDD00AF7C94 /* XPMineSimpleUserInfoHeaderView.h */, - 1464C5EF29A49DDD00AF7C94 /* XPMineSimpleUserInfoHeaderView.m */, - ); - path = MineInfo; - sourceTree = ""; - }; - E88B5CC226FB429C00DA9178 /* MineInfo */ = { - isa = PBXGroup; - children = ( - 23E9EB132A84D02400B792F2 /* XPMineUserInfoEditPickView.h */, - 23E9EB142A84D02400B792F2 /* XPMineUserInfoEditPickView.m */, - 23E9EA902A84BD5B00B792F2 /* XPMineUserInfoIndividualTagView.h */, - 23E9EA8F2A84BD5B00B792F2 /* XPMineUserInfoIndividualTagView.m */, - 23E9EA8C2A84BC8F00B792F2 /* XPMineUserInfoHeaderTagCell.h */, - 23E9EA8D2A84BC9000B792F2 /* XPMineUserInfoHeaderTagCell.m */, - 23E9EA892A84B9BD00B792F2 /* XPMineUserInfoTagFlowLayout.h */, - 23E9EA8A2A84B9BD00B792F2 /* XPMineUserInfoTagFlowLayout.m */, - 23E9EAAC2A84C9B800B792F2 /* XPMineUserInfoTagHeadView.h */, - 23E9EAAB2A84C9B800B792F2 /* XPMineUserInfoTagHeadView.m */, - 23E9EAA72A84C9B700B792F2 /* XPMineUserInfoTagItemView.h */, - 23E9EAA82A84C9B700B792F2 /* XPMineUserInfoTagItemView.m */, - 23E9EAB42A84CB2600B792F2 /* XPMineUserInfoTagEmptyView.h */, - 23E9EAB32A84CB2600B792F2 /* XPMineUserInfoTagEmptyView.m */, - 23E9EB1D2A84DA5F00B792F2 /* XPMineUserInfoNavView.h */, - 23E9EB1C2A84DA5F00B792F2 /* XPMineUserInfoNavView.m */, - 23E9EAA92A84C9B700B792F2 /* XPMineUserInfoTagView.h */, - 23E9EAAA2A84C9B700B792F2 /* XPMineUserInfoTagView.m */, - 23E9EAB02A84C9DD00B792F2 /* XPMineUserInfoTagViewCell.h */, - 23E9EAB12A84C9DE00B792F2 /* XPMineUserInfoTagViewCell.m */, - 23E9EA872A84B75900B792F2 /* XPMineUserInfoHeaderTagView.h */, - 23E9EA862A84B75900B792F2 /* XPMineUserInfoHeaderTagView.m */, - E8EEB8FC26FC2DF8007C6EBA /* XPMineUserInfoCustomNavView.h */, - E8EEB8FD26FC2DF8007C6EBA /* XPMineUserInfoCustomNavView.m */, - E88B5CC326FB42B000DA9178 /* XPMineUserInfoHeaderView.h */, - E88B5CC426FB42B000DA9178 /* XPMineUserInfoHeaderView.m */, - 5478539F2C258F2A00F45E60 /* XPMineUserViewHeader.h */, - 547853A02C258F2A00F45E60 /* XPMineUserViewHeader.m */, - E8EEB91B26FC9D58007C6EBA /* XPMineUserInfoDateView.h */, - E8EEB91C26FC9D58007C6EBA /* XPMineUserInfoDateView.m */, - E873EB07280960990071030D /* XPMineUserInfoVoiceCardView.h */, - E873EB08280960990071030D /* XPMineUserInfoVoiceCardView.m */, - E8998D832859B4FA00C68558 /* XPMineUserInfoGiftView.h */, - E8998D842859B4FA00C68558 /* XPMineUserInfoGiftView.m */, - 54ACDCC02C5B31BD0099472C /* XPBeautIDView.h */, - 54ACDCC12C5B31BD0099472C /* XPBeautIDView.m */, - ); - path = MineInfo; - sourceTree = ""; - }; - E88C72962828F3410047FB2B /* Cell */ = { - isa = PBXGroup; - children = ( - E88C72972828F3620047FB2B /* XPRoomMusicLibraryTableViewCell.h */, - E88C72982828F3620047FB2B /* XPRoomMusicLibraryTableViewCell.m */, - E88C729A2828F37D0047FB2B /* XPRoomMusicLibraryEmptyTableViewCell.h */, - E88C729B2828F37D0047FB2B /* XPRoomMusicLibraryEmptyTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E88C729D2828FCB10047FB2B /* SubViews */ = { - isa = PBXGroup; - children = ( - E88C729E2828FCD40047FB2B /* XPMusicLibraryPlayView.h */, - E88C729F2828FCD40047FB2B /* XPMusicLibraryPlayView.m */, - E88C72A1282917590047FB2B /* XPRoomMusicVoiceSettingView.h */, - E88C72A2282917590047FB2B /* XPRoomMusicVoiceSettingView.m */, - E88C72A4282921D60047FB2B /* XPRoomBackMusicPlayerView.h */, - E88C72A5282921D60047FB2B /* XPRoomBackMusicPlayerView.m */, - ); - path = SubViews; - sourceTree = ""; - }; - E88E4A7D297673C600019A50 /* View */ = { - isa = PBXGroup; - children = ( - 18F404B5276095D700A6C548 /* SessionChatLimitView.h */, - 18F404B6276095D700A6C548 /* SessionChatLimitView.m */, - E86E79D128A4E94E006DAF48 /* SessionRiskView.h */, - E86E79D228A4E94E006DAF48 /* SessionRiskView.m */, - E8D55C9E281186D6006935A5 /* SessionAudioRecordView.h */, - E8D55C9F281186D6006935A5 /* SessionAudioRecordView.m */, - E8E20BDC28164D3A0033B688 /* SessionNavView.h */, - E8E20BDD28164D3A0033B688 /* SessionNavView.m */, - E88E4A7E297673DC00019A50 /* SessionNavLiveView.h */, - E88E4A7F297673DC00019A50 /* SessionNavLiveView.m */, - E885D5372977D10E004DC088 /* SessionSettingUserView.h */, - E885D5382977D10E004DC088 /* SessionSettingUserView.m */, - ); - path = View; - sourceTree = ""; - }; - E896EF912771AA6C00AD2CC1 /* Friend */ = { - isa = PBXGroup; - children = ( - E896EF9A2771AE6B00AD2CC1 /* XPMineFansViewController.h */, - E896EF9B2771AE6B00AD2CC1 /* XPMineFansViewController.m */, - E896EF9D2771AE7B00AD2CC1 /* XPMineAttentionViewController.h */, - E896EF9E2771AE7B00AD2CC1 /* XPMineAttentionViewController.m */, - E896EFA02771AE9400AD2CC1 /* XPMineFriendViewController.h */, - E896EFA12771AE9400AD2CC1 /* XPMineFriendViewController.m */, - E84CBCDF28436D3C00D43221 /* XPMineContactViewController.h */, - E84CBCE028436D3C00D43221 /* XPMineContactViewController.m */, - E8F65C1D286998C9009BB5B9 /* XPMineShareViewController.h */, - E8F65C1E286998C9009BB5B9 /* XPMineShareViewController.m */, - E84CBCE2284372D800D43221 /* XPRoomHalfMessageView.h */, - E84CBCE3284372D800D43221 /* XPRoomHalfMessageView.m */, - E8DAC5AA2858305A00012CFD /* XPRoomMessageBubbleView.h */, - E8DAC5AB2858305A00012CFD /* XPRoomMessageBubbleView.m */, - ); - path = Friend; - sourceTree = ""; - }; - E896EFA32771AEC500AD2CC1 /* Friend */ = { - isa = PBXGroup; - children = ( - E896EFA42771AEDD00AD2CC1 /* XPMineFansTableViewCell.h */, - E896EFA52771AEDD00AD2CC1 /* XPMineFansTableViewCell.m */, - E896EFA72771AEEC00AD2CC1 /* XPMineAttentionTableViewCell.h */, - E896EFA82771AEEC00AD2CC1 /* XPMineAttentionTableViewCell.m */, - E896EFAA2771AEFE00AD2CC1 /* XPMineFriendTableViewCell.h */, - E896EFAB2771AEFE00AD2CC1 /* XPMineFriendTableViewCell.m */, - E896EFAD2771AF0F00AD2CC1 /* XPMineFriendEmptyTableViewCell.h */, - E896EFAE2771AF0F00AD2CC1 /* XPMineFriendEmptyTableViewCell.m */, - ); - path = Friend; - sourceTree = ""; - }; - E8998D772859782C00C68558 /* SVGA */ = { - isa = PBXGroup; - children = ( - E8998D782859784200C68558 /* XPSVGAPlayer.h */, - E8998D792859784200C68558 /* XPSVGAPlayer.m */, - ); - path = SVGA; - sourceTree = ""; - }; - E8998D932859DD3F00C68558 /* UIViewCorner */ = { - isa = PBXGroup; - children = ( - E8998D942859DD6F00C68558 /* UIView+Corner.h */, - E8998D952859DD6F00C68558 /* UIView+Corner.m */, - ); - path = UIViewCorner; - sourceTree = ""; - }; - E899C68D2750DA3C00E189E5 /* CustomMessage */ = { - isa = PBXGroup; - children = ( - E833ED0B274FAD1C00A2463B /* XPKickUserModel.h */, - E833ED0C274FAD1C00A2463B /* XPKickUserModel.m */, - ); - path = CustomMessage; - sourceTree = ""; - }; - E89D60B7271D6417001F8895 /* Model */ = { - isa = PBXGroup; - children = ( - E80487632717DDD9008595F2 /* XPRoomMenuItem.h */, - E80487642717DDD9008595F2 /* XPRoomMenuItem.m */, - ); - path = Model; - sourceTree = ""; - }; - E89DA6612700590A008483C1 /* IAPHelper */ = { - isa = PBXGroup; - children = ( - E89DA66527006443008483C1 /* RechargeStorage.h */, - E89DA66627006443008483C1 /* RechargeStorage.m */, - ); - path = IAPHelper; - sourceTree = ""; - }; - E8A1E45C276220B100B294CA /* Resources */ = { - isa = PBXGroup; - children = ( - 5461040A2CD4B3CB00066B21 /* banner */, - 54C608512CBE0BEB003DD5D2 /* game */, - 54FFD3802C9BD12600DE61E5 /* cp */, - 54F179062C8EA48C00CB5219 /* Combo_Boom.svga */, - 23EE96F12B9FF6BE00475D69 /* pi_crazy_zoo.svga */, - 237701182BD6143700D661F1 /* pi_happy_egg_smash.svga */, - 23A03F2C2B4408CD0094227A /* pi_room_lucky_gift.svga */, - 23FF256F2ABD456C0064E904 /* pi_home_new_play.svga */, - 23FF25612ABAE6310064E904 /* pi_room_game_fine_love.svga */, - 232C444A2AB4363200D4B2ED /* pi_room_tarrow_h5_banner.svga */, - 239D0F9A2BFC9E6C002977CE /* ms_room_gift_svga_icon.svga */, - 23FF42662AA5CFBB0055733C /* home_sound_wave.gif */, - 23E9EB232A84E98300B792F2 /* pi_new_mine_info_online.svga */, - 23FF255A2AB956D50064E904 /* pi_home_new_pk.svga */, - 232C43EB2AB169EB00D4B2ED /* pi_room_tarrow_banner.svga */, - 23E9EB222A84E98300B792F2 /* pi_new_mine_info_sound_play.svga */, - 23E9EAA22A84C80300B792F2 /* pi_new_loading.svga */, - 23E9EA6C2A83813000B792F2 /* fairy */, - ); - path = Resources; - sourceTree = ""; - }; - E8A30BDB28534667003B4873 /* FindNew */ = { - isa = PBXGroup; - children = ( - E8A30BE02853469C003B4873 /* Model */, - E8A30BDF28534693003B4873 /* Api */, - E8A30BDE28534686003B4873 /* View */, - E8A30BDD2853467B003B4873 /* Presenter */, - E8A30BDC28534673003B4873 /* Protocol */, - ); - path = FindNew; - sourceTree = ""; - }; - E8A30BDC28534673003B4873 /* Protocol */ = { - isa = PBXGroup; - children = ( - E8A30BF028534B03003B4873 /* XPSessionFindNewProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E8A30BDD2853467B003B4873 /* Presenter */ = { - isa = PBXGroup; - children = ( - E8A30BEC28534AB1003B4873 /* XPSessionFindNewPresenter.h */, - E8A30BED28534AB1003B4873 /* XPSessionFindNewPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E8A30BDE28534686003B4873 /* View */ = { - isa = PBXGroup; - children = ( - E8A30BE528534A3A003B4873 /* Cell */, - E8A30BE428534A2D003B4873 /* View */, - E8A30BE128534A28003B4873 /* XPSessionFindNewViewController.h */, - E8A30BE228534A28003B4873 /* XPSessionFindNewViewController.m */, - ); - path = View; - sourceTree = ""; - }; - E8A30BDF28534693003B4873 /* Api */ = { - isa = PBXGroup; - children = ( - E8A30BF128534B17003B4873 /* Api+FindNew.h */, - E8A30BF228534B17003B4873 /* Api+FindNew.m */, - ); - path = Api; - sourceTree = ""; - }; - E8A30BE02853469C003B4873 /* Model */ = { - isa = PBXGroup; - children = ( - E8A30BF428534B35003B4873 /* FindNewUserInfoModel.h */, - E8A30BF528534B35003B4873 /* FindNewUserInfoModel.m */, - E86A16C32856DBEC004228B8 /* FindNewGreetListModel.h */, - E86A16C42856DBEC004228B8 /* FindNewGreetListModel.m */, - E8E0DAE7285C2E8C00566A2F /* FindNewGreetMessageModel.h */, - E8E0DAE8285C2E8C00566A2F /* FindNewGreetMessageModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E8A30BE428534A2D003B4873 /* View */ = { - isa = PBXGroup; - children = ( - E8A30BE928534A96003B4873 /* XPSessionFindNewFiltrateView.h */, - E8A30BEA28534A96003B4873 /* XPSessionFindNewFiltrateView.m */, - E86A16BD2856D4D5004228B8 /* XPSessionFindNewGreetListView.h */, - E86A16BE2856D4D5004228B8 /* XPSessionFindNewGreetListView.m */, - E8E0DAE4285C280E00566A2F /* XPSessionFindNewAlertView.h */, - E8E0DAE5285C280E00566A2F /* XPSessionFindNewAlertView.m */, - ); - path = View; - sourceTree = ""; - }; - E8A30BE528534A3A003B4873 /* Cell */ = { - isa = PBXGroup; - children = ( - E8A30BE628534A63003B4873 /* XPSessionFindNewTableViewCell.h */, - E8A30BE728534A63003B4873 /* XPSessionFindNewTableViewCell.m */, - E8A30BF728534E48003B4873 /* XPSessionFindNewEmptyTableViewCell.h */, - E8A30BF828534E48003B4873 /* XPSessionFindNewEmptyTableViewCell.m */, - E86A16C02856D635004228B8 /* XPSessionFindNewGreetTableViewCell.h */, - E86A16C12856D635004228B8 /* XPSessionFindNewGreetTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E8A3538628FE5C5B0014A784 /* WishGift */ = { - isa = PBXGroup; - children = ( - E8A3538728FE5C9B0014A784 /* Model */, - E8A3538B28FE5CC80014A784 /* Api */, - E8A3538A28FE5CB90014A784 /* View */, - E8A3538928FE5CB00014A784 /* Presenter */, - E8A3538828FE5CA70014A784 /* Protocol */, - ); - path = WishGift; - sourceTree = ""; - }; - E8A3538728FE5C9B0014A784 /* Model */ = { - isa = PBXGroup; - children = ( - E8A3538F28FE5F0F0014A784 /* WishGiftInfoModel.h */, - E8A3539028FE5F0F0014A784 /* WishGiftInfoModel.m */, - E8A3539228FE605F0014A784 /* WishGiftUserModel.h */, - E8A3539328FE605F0014A784 /* WishGiftUserModel.m */, - E89DCF5B2900E5EE001647EC /* WishGiftHistoryModel.h */, - E89DCF5C2900E5EE001647EC /* WishGiftHistoryModel.m */, - E823E38C290BE8BD00EADD86 /* WishGiftInfoUpdateModel.h */, - E823E38D290BE8BD00EADD86 /* WishGiftInfoUpdateModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E8A3538828FE5CA70014A784 /* Protocol */ = { - isa = PBXGroup; - children = ( - E8A3539828FE7C4F0014A784 /* XPWishGiftProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E8A3538928FE5CB00014A784 /* Presenter */ = { - isa = PBXGroup; - children = ( - E8A3539528FE7C250014A784 /* XPWishGiftPresenter.h */, - E8A3539628FE7C250014A784 /* XPWishGiftPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E8A3538A28FE5CB90014A784 /* View */ = { - isa = PBXGroup; - children = ( - E8A3539D28FE84470014A784 /* Cell */, - E8A3539C28FE84400014A784 /* View */, - E8A3539928FE840A0014A784 /* XPWishGiftViewController.h */, - E8A3539A28FE840A0014A784 /* XPWishGiftViewController.m */, - E8A353A128FE90F60014A784 /* XPWishGiftCreateViewController.h */, - E8A353A228FE90F60014A784 /* XPWishGiftCreateViewController.m */, - E8A3540228FEB7100014A784 /* XPWishGiftHistoryViewController.h */, - E8A3540328FEB7100014A784 /* XPWishGiftHistoryViewController.m */, - E8A3540528FEBD460014A784 /* XPWishGiftCreateItemViewController.h */, - E8A3540628FEBD460014A784 /* XPWishGiftCreateItemViewController.m */, - ); - path = View; - sourceTree = ""; - }; - E8A3538B28FE5CC80014A784 /* Api */ = { - isa = PBXGroup; - children = ( - E8A3538C28FE5CED0014A784 /* Api+WishGift.h */, - E8A3538D28FE5CED0014A784 /* Api+WishGift.m */, - ); - path = Api; - sourceTree = ""; - }; - E8A3539C28FE84400014A784 /* View */ = { - isa = PBXGroup; - children = ( - E8A3539E28FE84670014A784 /* XPWishGiftInfoView.h */, - E8A3539F28FE84670014A784 /* XPWishGiftInfoView.m */, - E8A3540828FEC0510014A784 /* XPWishGiftListView.h */, - E8A3540928FEC0510014A784 /* XPWishGiftListView.m */, - E89DCF5828FFF1AD001647EC /* XPWishGiftSectionView.h */, - E89DCF5928FFF1AD001647EC /* XPWishGiftSectionView.m */, - E89DCF5E2900F4FB001647EC /* XPWishGiftEnterView.h */, - E89DCF5F2900F4FB001647EC /* XPWishGiftEnterView.m */, - ); - path = View; - sourceTree = ""; - }; - E8A3539D28FE84470014A784 /* Cell */ = { - isa = PBXGroup; - children = ( - E8A353FF28FEAC5E0014A784 /* XPWishGiftTableViewCell.h */, - E8A3540028FEAC5E0014A784 /* XPWishGiftTableViewCell.m */, - E89DCF5228FFEC67001647EC /* XPWishGiftHistoryTableViewCell.h */, - E89DCF5328FFEC67001647EC /* XPWishGiftHistoryTableViewCell.m */, - E89DCF5528FFF076001647EC /* XPWishGiftEmptyTableViewCell.h */, - E89DCF5628FFF076001647EC /* XPWishGiftEmptyTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E8AC720A26F435AF007D6E91 /* UIImageView */ = { - isa = PBXGroup; - children = ( - E8AC720E26F43955007D6E91 /* UIImageConstant.h */, - E8AC720F26F43955007D6E91 /* UIImageConstant.m */, - 1808072E27315E8E001FD836 /* NetImageView.h */, - 1808072F27315E8E001FD836 /* NetImageView.m */, - 18A61BD5274F7F6900A09A54 /* NetImageConfig.h */, - 18A61BD6274F7F6900A09A54 /* NetImageConfig.m */, - ); - path = UIImageView; - sourceTree = ""; - }; - E8AEAED3271412D00017FCE0 /* YMRoom */ = { - isa = PBXGroup; - children = ( - 54E82E9B2CA684A600C931D9 /* Features */, - E804875F2717DD70008595F2 /* Model */, - E80487602717DD89008595F2 /* Api */, - E8AEAED8271413530017FCE0 /* View */, - E80487612717DD92008595F2 /* Presenter */, - E80487622717DDAE008595F2 /* Protocol */, - 4C5527BD2D1C099500833FFD /* RoomResourceManager.h */, - 4C5527BE2D1C099500833FFD /* RoomResourceManager.m */, - ); - path = YMRoom; - sourceTree = ""; - }; - E8AEAED8271413530017FCE0 /* View */ = { - isa = PBXGroup; - children = ( - 4CB753CF2D30F08E00B13DF5 /* LuckyPackage */, - 4CB753CE2D2FE80100B13DF5 /* RoomSideMenu */, - 547080D82CD0EE7A009879E5 /* Custom Background */, - 239D0F932BFB3284002977CE /* MSRoomOnLineView */, - E880B396278BD3D800A83B0D /* AcrossRoomPK */, - E8AEAEE527141ACC0017FCE0 /* ActivityContainerView */, - 9B7D904A287BC4FC0033A45E /* AnchorCycleView */, - 9B1B72A228002F76003FACE9 /* AnchorPK */, - 9B7B605827BB52FD0070BB72 /* AnchorView */, - E838D99D275E1B6C0079E0B5 /* AnimationView */, - E81C1B1327705EF00020D1E4 /* ArrangeMic */, - E8E859E628264F0000EE4857 /* BackMusic */, - E8AEAEE727141ACC0017FCE0 /* BaseUIContainerView */, - 2331C1822A60F32D00E1D940 /* CandyTree */, - 9B208A372779C1EF00F9E54A /* FaceView */, - E84150B027747A7400A7F548 /* FirstRecharge */, - 23FF25712ABD66B90064E904 /* FreeGiftsView */, - 236B2E202AA07D06003967A8 /* LittleGame */, - E8AEAEE927141ACC0017FCE0 /* MenuContainerView */, - E8AEAEE627141ACC0017FCE0 /* MessageContainerView */, - 186F8B472733F2AE007A17BC /* MicroQueueProtocol.h */, - E8DEC9962764A51F0078CB70 /* MoreView */, - 9B9BBF80288FBF93004E2E74 /* NewUserGift */, - E87AE8C2284E1A6B00CAFBB3 /* NewUserGreet */, - 237B94AB2A984DA7007853E3 /* NobleTrumpet */, - 9B2F72CD28E45A1C0000E4FA /* QuickMessageView */, - 9BC5C915277C809E007C8719 /* ReleaseRadio */, - 1845C6412790320E00016EAC /* RoomAnimationProtocol.h */, - 180806F827298F9B001FD836 /* RoomGuestDelegate.h */, - E8AEAEE827141ACC0017FCE0 /* RoomHeaderView */, - 181D7F222727DB1E00B7C059 /* RoomHostDelegate.h */, - E801273827E322D700BAC3F2 /* RoomPK */, - 9B6E8570281AAD260041A321 /* RoomRecommend */, - E8751E5128A629EB0056EF44 /* Sailing */, - E8788931273A53B000BF1D57 /* SendGiftView */, - 9BA812D328BF52A500783EA7 /* SendRedPacket */, - E8412F9A2779BAC2006E1101 /* Setting */, - 2305EEE62AD677D300AD403C /* RoomPhotoAlbum */, - 238B37222AC55A2C00BFC9D5 /* TreasureFairy */, - E8AEAEEA27141ACC0017FCE0 /* StageView */, - 9BFE0D8F289903F600F53C24 /* TaskTip */, - 180806F92729A354001FD836 /* ThemeColor+Room.h */, - 180806FA2729A354001FD836 /* ThemeColor+Room.m */, - E82325EA274E2D52003A3332 /* UserCard */, - E8A3538628FE5C5B0014A784 /* WishGift */, - 239D0FC82C045F92002977CE /* RoomGame */, - E866B6E32759F96F009B002A /* XPMiniRoomView.h */, - E866B6E42759F96F009B002A /* XPMiniRoomView.m */, - E816C11327608A7500C84014 /* XPRoomMiniManager.h */, - E816C11427608A7500C84014 /* XPRoomMiniManager.m */, - E8AEAED4271412EC0017FCE0 /* XPRoomViewController.h */, - E8AEAED5271412EC0017FCE0 /* XPRoomViewController.m */, - 5458319B2C2AE09300364026 /* XPRoomTypeSelectionViewController.h */, - 5458319C2C2AE09300364026 /* XPRoomTypeSelectionViewController.m */, - 4C7989F02D195293006AE07B /* RoomMode */, - ); - path = View; - sourceTree = ""; - }; - E8AEAEE527141ACC0017FCE0 /* ActivityContainerView */ = { - isa = PBXGroup; - children = ( - E8AE427127153A3500BEEBB2 /* XPRoomActivityContainerView.h */, - E8AE427227153A3500BEEBB2 /* XPRoomActivityContainerView.m */, - 23C9DFC12B84807A00B51558 /* PIRoomActivityClickView.h */, - 23C9DFC22B84807A00B51558 /* PIRoomActivityClickView.m */, - 23C9DFC42B84903500B51558 /* PIRoomActivityChoosePlayView.h */, - 23C9DFC52B84903500B51558 /* PIRoomActivityChoosePlayView.m */, - 23C9DFC72B84917B00B51558 /* PIRoomActivityChoosePlayCell.h */, - 23C9DFC82B84917B00B51558 /* PIRoomActivityChoosePlayCell.m */, - 235A45182B04A352009753F5 /* PIRoomActivityWebView.h */, - 235A45192B04A352009753F5 /* PIRoomActivityWebView.m */, - 235A451B2B04A452009753F5 /* PIRoomActivityWebCell.h */, - 235A451C2B04A452009753F5 /* PIRoomActivityWebCell.m */, - ); - path = ActivityContainerView; - sourceTree = ""; - }; - E8AEAEE627141ACC0017FCE0 /* MessageContainerView */ = { - isa = PBXGroup; - children = ( - E84B0E47272801F6008818C6 /* Tool */, - E84B0E432727EF2C008818C6 /* Model */, - E84B0E3C2727EDD4008818C6 /* View */, - 235714962BEDF54E004C81D6 /* MsRoomMessageMainView.h */, - 235714972BEDF54E004C81D6 /* MsRoomMessageMainView.m */, - E8AEAEF127141C7C0017FCE0 /* XPRoomMessageContainerView.h */, - E8AEAEF227141C7C0017FCE0 /* XPRoomMessageContainerView.m */, - ); - path = MessageContainerView; - sourceTree = ""; - }; - E8AEAEE727141ACC0017FCE0 /* BaseUIContainerView */ = { - isa = PBXGroup; - children = ( - 239D0F9F2BFCB88C002977CE /* XPRoomAnchorRankEnterView.h */, - 239D0FA52BFCB88D002977CE /* XPRoomAnchorRankEnterView.m */, - 239D0FA72BFCB88D002977CE /* XPRoomBackContainerView.h */, - 239D0F9C2BFCB88C002977CE /* XPRoomBackContainerView.m */, - 239D0FA02BFCB88D002977CE /* XPRoomDatingVipUpMicView.h */, - 239D0FA12BFCB88D002977CE /* XPRoomDatingVipUpMicView.m */, - 239D0F9D2BFCB88C002977CE /* XPRoomDatingWebAlertView.h */, - 239D0FA22BFCB88D002977CE /* XPRoomDatingWebAlertView.m */, - 239D0F9E2BFCB88C002977CE /* XPRoomFunctionContainerView.h */, - 239D0FA32BFCB88D002977CE /* XPRoomFunctionContainerView.m */, - 239D0FA62BFCB88D002977CE /* XPRoomRankEntranceView.h */, - 239D0FA42BFCB88D002977CE /* XPRoomRankEntranceView.m */, - ); - path = BaseUIContainerView; - sourceTree = ""; - }; - E8AEAEE827141ACC0017FCE0 /* RoomHeaderView */ = { - isa = PBXGroup; - children = ( - E8AEAEF727141CA30017FCE0 /* RoomHeaderView.h */, - E8AEAEF827141CA30017FCE0 /* RoomHeaderView.m */, - ); - path = RoomHeaderView; - sourceTree = ""; - }; - E8AEAEE927141ACC0017FCE0 /* MenuContainerView */ = { - isa = PBXGroup; - children = ( - E89D60B7271D6417001F8895 /* Model */, - E8EE827B272B9A2300A17217 /* XPRoomSendTextView.h */, - E8EE827C272B9A2300A17217 /* XPRoomSendTextView.m */, - E8AEAEEE27141C430017FCE0 /* XPRoomMenuContainerView.h */, - E8AEAEEF27141C430017FCE0 /* XPRoomMenuContainerView.m */, - 2320F6372BDF732C00227EEB /* MSRoomMenuGameView.h */, - 2320F6382BDF732C00227EEB /* MSRoomMenuGameView.m */, - 2320F63D2BDF8B3000227EEB /* MSRoomMenuGameVC.h */, - 2320F63E2BDF8B3000227EEB /* MSRoomMenuGameVC.m */, - 2320F63A2BDF738E00227EEB /* MSRoomMenuGameCell.h */, - 2320F63B2BDF738E00227EEB /* MSRoomMenuGameCell.m */, - 2320F6402BE0F53F00227EEB /* MSRoomMenuGameEmptyCell.h */, - 2320F6412BE0F53F00227EEB /* MSRoomMenuGameEmptyCell.m */, - 544A36332C94160F00CA7858 /* RoomMenuBar.h */, - 544A36342C94160F00CA7858 /* RoomMenuBar.m */, - ); - path = MenuContainerView; - sourceTree = ""; - }; - E8AEAEEA27141ACC0017FCE0 /* StageView */ = { - isa = PBXGroup; - children = ( - E874B88527215CFF003954B9 /* Model */, - E8680707271959090024F48F /* MicroView */, - 181D7F192726CE2A00B7C059 /* StageView.h */, - 181D7F1A2726CE2A00B7C059 /* StageView.m */, - 181D7F1F2727D9DB00B7C059 /* SocialStageView.h */, - 181D7F202727D9DB00B7C059 /* SocialStageView.m */, - 5458319E2C2AEFAF00364026 /* TenMicStageView.h */, - 5458319F2C2AEFAF00364026 /* TenMicStageView.m */, - 545831A12C2AF01100364026 /* FifteenMicStageView.h */, - 545831A22C2AF01100364026 /* FifteenMicStageView.m */, - E877A7E92783E24700EFACED /* DatingStageView.h */, - E877A7EA2783E24700EFACED /* DatingStageView.m */, - 9B0086C427BA392B0032BD2B /* AnchorStageView.h */, - 9B0086C527BA392B0032BD2B /* AnchorStageView.m */, - 9B2EA7BE2804037700ED17BF /* AnchorPKStageView.h */, - 9B2EA7BF2804037700ED17BF /* AnchorPKStageView.m */, - 236B2E4F2AA08756003967A8 /* LittleGameScrollStageView.h */, - 236B2E512AA08756003967A8 /* LittleGameScrollStageView.m */, - 236B2E522AA08757003967A8 /* LittleGameStageView.h */, - 236B2E502AA08756003967A8 /* LittleGameStageView.m */, - 4CEB9EAE2D0AF4FE00443480 /* TwentyMicStageView.h */, - 4CEB9EAF2D0AF4FE00443480 /* TwentyMicStageView.m */, - 4CEB9EB12D0AFCE200443480 /* NineteenMicStageView.h */, - 4CEB9EB22D0AFCE200443480 /* NineteenMicStageView.m */, - ); - path = StageView; - sourceTree = ""; - }; - E8B3E8022848B828009746AB /* Protocol */ = { - isa = PBXGroup; - children = ( - 18E7B1AE26E8AD760064BC9B /* MainProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E8B3E8032848B838009746AB /* Presenter */ = { - isa = PBXGroup; - children = ( - 18E7B1B026E8AF980064BC9B /* MainPresenter.h */, - 18E7B1B126E8AF980064BC9B /* MainPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E8B3E8042848B842009746AB /* View */ = { - isa = PBXGroup; - children = ( - 9BA3B40C293DD2E00071DF1C /* VersionUpdate */, - 9BFB101C2897CC3300B3985E /* AnchorCard */, - 9BE01AF42893E7E000B50299 /* Cell */, - 189DD53226DE255300AB55B1 /* TabbarViewController.h */, - 189DD53326DE255300AB55B1 /* TabbarViewController.m */, - 142721B029A7647F00C7C423 /* XPBlankViewController.h */, - 142721B129A7647F00C7C423 /* XPBlankViewController.m */, - 140A7F50299CC69000841594 /* XPTabBar.h */, - 140A7F51299CC69000841594 /* XPTabBar.m */, - ); - path = View; - sourceTree = ""; - }; - E8B3E8052848B849009746AB /* Api */ = { - isa = PBXGroup; - children = ( - 18E7B1B526E8B2D10064BC9B /* Api+Main.h */, - 18E7B1B626E8B2D10064BC9B /* Api+Main.m */, - ); - path = Api; - sourceTree = ""; - }; - E8B3E8062848B84F009746AB /* Model */ = { - isa = PBXGroup; - children = ( - E836456A2A40A33300E0DBE4 /* MineSkillCardListInfoModel.h */, - E83645692A40A33300E0DBE4 /* MineSkillCardListInfoModel.m */, - E8B3E8072848B871009746AB /* InviteUserInfoModel.h */, - E8B3E8082848B871009746AB /* InviteUserInfoModel.m */, - E8B3E80A2848BA40009746AB /* NewUserGreetModel.h */, - E8B3E80B2848BA40009746AB /* NewUserGreetModel.m */, - 9BE01AEE2893E31700B50299 /* NewUserRechargeModel.h */, - 9BE01AEF2893E31700B50299 /* NewUserRechargeModel.m */, - 9BFB10202897D68400B3985E /* XPTabAnchorCardModel.h */, - 9BFB10212897D68400B3985E /* XPTabAnchorCardModel.m */, - 9BA3B409293DCDFD0071DF1C /* XPVersionUpdateModel.h */, - 9BA3B40A293DCDFD0071DF1C /* XPVersionUpdateModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E8B825BC26E9E520009E8E9F /* Model */ = { - isa = PBXGroup; - children = ( - 548E01C72C3F78600071C83D /* FeedBackConfigModel.h */, - 548E01C82C3F78600071C83D /* FeedBackConfigModel.m */, - E81C27A926EF2D920031E639 /* ThirdUserInfo.h */, - E81C27AA26EF2D920031E639 /* ThirdUserInfo.m */, - E818DD1D2A48974300F163F7 /* LoginAreaModel.h */, - E818DD1E2A48974300F163F7 /* LoginAreaModel.m */, - 4C6C92BE2D1172D9000A4693 /* RegionListInfo.h */, - 4C6C92BF2D1172D9000A4693 /* RegionListInfo.m */, - ); - path = Model; - sourceTree = ""; - }; - E8B846C826FDD79700A777FE /* Recharge */ = { - isa = PBXGroup; - children = ( - 1464C5F129A4C18000AF7C94 /* XPIAPRechargeViewController.h */, - 1464C5F229A4C18000AF7C94 /* XPIAPRechargeViewController.m */, - 1464C5F429A4CA8C00AF7C94 /* XPIAPRechargeCollectionViewCell.h */, - 1464C5F529A4CA8C00AF7C94 /* XPIAPRechargeCollectionViewCell.m */, - 233423D12AAF0F4F00B1253F /* XPIAPRechargeHeadCell.h */, - 233423D22AAF0F4F00B1253F /* XPIAPRechargeHeadCell.m */, - 1464C5F729A4D00000AF7C94 /* XPIAPRechargeHeaderView.h */, - 1464C5F829A4D00000AF7C94 /* XPIAPRechargeHeaderView.m */, - 5484E1FB2CA2897B008E8754 /* IAPManager.h */, - 5484E1FC2CA2897B008E8754 /* IAPManager.m */, - ); - path = Recharge; - sourceTree = ""; - }; - E8B846CC26FDD93D00A777FE /* Recharge */ = { - isa = PBXGroup; - children = ( - E8B846CD26FDD96100A777FE /* XPMineRechageHeadView.h */, - E8B846CE26FDD96100A777FE /* XPMineRechageHeadView.m */, - E89DA67327009ACD008483C1 /* XPMineRechargeNavView.h */, - E89DA67427009ACD008483C1 /* XPMineRechargeNavView.m */, - ); - path = Recharge; - sourceTree = ""; - }; - E8B846D026FDDBCD00A777FE /* Recharge */ = { - isa = PBXGroup; - children = ( - E8B846D126FDDBE600A777FE /* XPMineRechargeTableViewCell.h */, - E8B846D226FDDBE600A777FE /* XPMineRechargeTableViewCell.m */, - ); - path = Recharge; - sourceTree = ""; - }; - E8B846D926FDE21900A777FE /* Recharge */ = { - isa = PBXGroup; - children = ( - E8B846DA26FDE24300A777FE /* RechargeListModel.h */, - E8B846DB26FDE24300A777FE /* RechargeListModel.m */, - E89DA67027008D59008483C1 /* WalletInfoModel.h */, - E89DA67127008D59008483C1 /* WalletInfoModel.m */, - ); - path = Recharge; - sourceTree = ""; - }; - E8C1CD5F27D88E4900376F83 /* Model */ = { - isa = PBXGroup; - children = ( - E8C1CD6E27D894B800376F83 /* RoomFaceTitleItemModel.h */, - E8C1CD6F27D894B800376F83 /* RoomFaceTitleItemModel.m */, - E8C1CD7827D8B29E00376F83 /* RoomFaceInfoModel.h */, - E8C1CD7927D8B29E00376F83 /* RoomFaceInfoModel.m */, - E87C0A9E27D9DE6400CB2241 /* RoomFaceSendInfoModel.h */, - E87C0A9F27D9DE6400CB2241 /* RoomFaceSendInfoModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E8C1CD6127D88E6A00376F83 /* View */ = { - isa = PBXGroup; - children = ( - E8C1CD6727D8933A00376F83 /* Cell */, - E8C1CD6427D88EF800376F83 /* XPRoomFaceViewController.h */, - E8C1CD6527D88EF800376F83 /* XPRoomFaceViewController.m */, - ); - path = View; - sourceTree = ""; - }; - E8C1CD6227D88E7900376F83 /* Presenter */ = { - isa = PBXGroup; - children = ( - E8C1CD7127D8A16500376F83 /* XPRoomFaceTool.h */, - E8C1CD7227D8A16500376F83 /* XPRoomFaceTool.m */, - E8C1CD7427D8AE3D00376F83 /* XPRoomFacePresenter.h */, - E8C1CD7527D8AE3D00376F83 /* XPRoomFacePresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E8C1CD6327D88EA300376F83 /* Protocol */ = { - isa = PBXGroup; - children = ( - E8C1CD7727D8AE5600376F83 /* XPRoomFaceProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E8C1CD6727D8933A00376F83 /* Cell */ = { - isa = PBXGroup; - children = ( - E8C1CD6827D8937800376F83 /* XPRoomFaceCollectionViewCell.h */, - E8C1CD6927D8937800376F83 /* XPRoomFaceCollectionViewCell.m */, - E8C1CD6B27D8938C00376F83 /* XPRoomFaceTitleCollectionViewCell.h */, - E8C1CD6C27D8938C00376F83 /* XPRoomFaceTitleCollectionViewCell.m */, - E87C0A9B27D9986700CB2241 /* XPRoomFaceCollectionFlowLayout.h */, - E87C0A9C27D9986700CB2241 /* XPRoomFaceCollectionFlowLayout.m */, - ); - path = Cell; - sourceTree = ""; - }; - E8D34D57280821F3009C4835 /* UserInfo */ = { - isa = PBXGroup; - children = ( - 23E9EA822A84B6FC00B792F2 /* XPMineUserInfoTagModel.h */, - 23E9EA802A84B6FC00B792F2 /* XPMineUserInfoTagModel.m */, - 23E9EA812A84B6FC00B792F2 /* XPSoundCardModel.h */, - 23E9EA832A84B6FD00B792F2 /* XPSoundCardModel.m */, - E8D34D5828082357009C4835 /* UserGiftWallInfoModel.h */, - E8D34D5928082357009C4835 /* UserGiftWallInfoModel.m */, - ); - path = UserInfo; - sourceTree = ""; - }; - E8D55C9A281131F1006935A5 /* SessionToolBar */ = { - isa = PBXGroup; - children = ( - E8D55C9B28113218006935A5 /* MessageMenuModel.h */, - E8D55C9C28113218006935A5 /* MessageMenuModel.m */, - ); - path = SessionToolBar; - sourceTree = ""; - }; - E8D7D747282BA1C20007D7BD /* Cell */ = { - isa = PBXGroup; - children = ( - E8D7D749282BA1EC0007D7BD /* XPMomentsTableViewCell.h */, - E8D7D74A282BA1EC0007D7BD /* XPMomentsTableViewCell.m */, - E8098CAC282E07C00090B9F0 /* XPMomentsEmptyTableViewCell.h */, - E8098CAD282E07C00090B9F0 /* XPMomentsEmptyTableViewCell.m */, - E81A654A28351D9900F55894 /* XPMonentsTopicCollectionViewCell.h */, - E81A654B28351D9900F55894 /* XPMonentsTopicCollectionViewCell.m */, - E878B8592835F3BF00E22DCF /* XPMonentsInteractiveTableViewCell.h */, - E878B85A2835F3BF00E22DCF /* XPMonentsInteractiveTableViewCell.m */, - E852D73C28631C18001465ED /* XPMonentsCommentTableViewCell.h */, - E852D73D28631C18001465ED /* XPMonentsCommentTableViewCell.m */, - E852D73F2863249F001465ED /* XPMonentsReplyTableViewCell.h */, - E852D7402863249F001465ED /* XPMonentsReplyTableViewCell.m */, - E854103728646A00005CFD9F /* XPMonentsReplyMoreTableViewCell.h */, - E854103828646A00005CFD9F /* XPMonentsReplyMoreTableViewCell.m */, - E818E34D286EDF72005EDF68 /* XPMonentsPublishCollectionViewCell.h */, - E818E34E286EDF72005EDF68 /* XPMonentsPublishCollectionViewCell.m */, - 149839C5299E0B9F00F82CBF /* XPMomentListCollectionViewCell.h */, - 149839C6299E0B9F00F82CBF /* XPMomentListCollectionViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E8D7D748282BA1C90007D7BD /* SubViews */ = { - isa = PBXGroup; - children = ( - E895017E282CAC49007E459A /* XPMomentsUserInfoView.h */, - E895017F282CAC49007E459A /* XPMomentsUserInfoView.m */, - E8950181282CAC6A007E459A /* XPMomentsPhotoView.h */, - E8950182282CAC6A007E459A /* XPMomentsPhotoView.m */, - E8950184282CAC80007E459A /* XPMomentsTooBarView.h */, - E8950185282CAC80007E459A /* XPMomentsTooBarView.m */, - E8098CAF282E86EF0090B9F0 /* XPMomentsContentView.h */, - E8098CB0282E86EF0090B9F0 /* XPMomentsContentView.m */, - E895018A282D0701007E459A /* XPMomentsTopicView.h */, - E895018B282D0701007E459A /* XPMomentsTopicView.m */, - E81A654728351B9500F55894 /* XPMomentsRecommendHeaderView.h */, - E81A654828351B9500F55894 /* XPMomentsRecommendHeaderView.m */, - E8B9842B28AB77F10022D026 /* XPMonentsPublishTopicView.h */, - E8B9842C28AB77F10022D026 /* XPMonentsPublishTopicView.m */, - E8B9842E28AB90200022D026 /* XPMoentsTopicListView.h */, - E8B9842F28AB90200022D026 /* XPMoentsTopicListView.m */, - E8B9843428ABA8B40022D026 /* XPMonentPublishSuccessView.h */, - E8B9843528ABA8B40022D026 /* XPMonentPublishSuccessView.m */, - E8AB631128ADDCF20023B0D2 /* XPMonentsTopicHeaderView.h */, - E8AB631228ADDCF20023B0D2 /* XPMonentsTopicHeaderView.m */, - ); - path = SubViews; - sourceTree = ""; - }; - E8DBB6FA27B63CC300AA285D /* LittleGame */ = { - isa = PBXGroup; - children = ( - E8DBB6FB27B63CE000AA285D /* LittleGameMicroView.h */, - E8DBB6FC27B63CE000AA285D /* LittleGameMicroView.m */, - ); - path = LittleGame; - sourceTree = ""; - }; - E8DEC9962764A51F0078CB70 /* MoreView */ = { - isa = PBXGroup; - children = ( - E8DEC99B2764A5620078CB70 /* Model */, - E8DEC99A2764A55C0078CB70 /* Api */, - E8DEC9992764A54C0078CB70 /* View */, - E8DEC9982764A5400078CB70 /* Presenter */, - E8DEC9972764A5340078CB70 /* Protocol */, - ); - path = MoreView; - sourceTree = ""; - }; - E8DEC9972764A5340078CB70 /* Protocol */ = { - isa = PBXGroup; - children = ( - E8DEC9A52764A6760078CB70 /* XPMoreMenuProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E8DEC9982764A5400078CB70 /* Presenter */ = { - isa = PBXGroup; - children = ( - E8DEC9A22764A6600078CB70 /* XPMoreMenuPresenter.h */, - E8DEC9A32764A6600078CB70 /* XPMoreMenuPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E8DEC9992764A54C0078CB70 /* View */ = { - isa = PBXGroup; - children = ( - E8DEC9A92764A6AF0078CB70 /* Cell */, - E8DEC99C2764A5B60078CB70 /* XPRoomMoreMenuViewController.h */, - E8DEC99D2764A5B60078CB70 /* XPRoomMoreMenuViewController.m */, - E8412F9427795E34006E1101 /* XPRoomInviteFansView.h */, - E8412F9527795E34006E1101 /* XPRoomInviteFansView.m */, - 4CFFEFCB2D3A4E410035D016 /* AppOfficalManagerActionsViewController.h */, - 4CFFEFCC2D3A4E410035D016 /* AppOfficalManagerActionsViewController.m */, - ); - path = View; - sourceTree = ""; - }; - E8DEC99A2764A55C0078CB70 /* Api */ = { - isa = PBXGroup; - children = ( - E8DEC9A62764A68B0078CB70 /* Api+MoreMenu.h */, - E8DEC9A72764A68B0078CB70 /* Api+MoreMenu.m */, - ); - path = Api; - sourceTree = ""; - }; - E8DEC99B2764A5620078CB70 /* Model */ = { - isa = PBXGroup; - children = ( - E8DEC99F2764A5D20078CB70 /* XPRoomMoreItemModel.h */, - E8DEC9A02764A5D20078CB70 /* XPRoomMoreItemModel.m */, - E8412F9727799249006E1101 /* InviteFansModel.h */, - E8412F9827799249006E1101 /* InviteFansModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E8DEC9A92764A6AF0078CB70 /* Cell */ = { - isa = PBXGroup; - children = ( - E8DEC9AA2764A6CD0078CB70 /* XPRoomMoreMenuCollectionViewCell.h */, - E8DEC9AB2764A6CD0078CB70 /* XPRoomMoreMenuCollectionViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E8E20BDF281695430033B688 /* Setting */ = { - isa = PBXGroup; - children = ( - E8AC721126F46ADD007D6E91 /* XPMineSettingViewController.h */, - E8AC721226F46ADD007D6E91 /* XPMineSettingViewController.m */, - 2368ECD82BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.h */, - 2368ECD92BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.m */, - E8AC721F26F47E23007D6E91 /* XPMineAboutUsViewController.h */, - E8AC722026F47E23007D6E91 /* XPMineAboutUsViewController.m */, - E8AC722226F47E5E007D6E91 /* XPMineFeedbackViewController.h */, - E8AC722326F47E5E007D6E91 /* XPMineFeedbackViewController.m */, - E8AC722A26F49580007D6E91 /* XPMineNotificaViewController.h */, - E8AC722B26F49580007D6E91 /* XPMineNotificaViewController.m */, - E824543E26F58F9400BE8163 /* XPMinePayPwdViewController.h */, - E824543F26F58F9400BE8163 /* XPMinePayPwdViewController.m */, - E824544926F5BBB800BE8163 /* XPMineModifPayPwdViewController.h */, - E824544A26F5BBB800BE8163 /* XPMineModifPayPwdViewController.m */, - E824545F26F5F4E400BE8163 /* XPMineResetPayPwdViewController.h */, - E824546026F5F4E400BE8163 /* XPMineResetPayPwdViewController.m */, - E8E20BE0281695800033B688 /* XPMineLoginPasswordViewController.h */, - E8E20BE1281695800033B688 /* XPMineLoginPasswordViewController.m */, - E8E20BEA2816A5B90033B688 /* XPMineBlackListViewController.h */, - E8E20BEB2816A5B90033B688 /* XPMineBlackListViewController.m */, - 2305F3402AD94D5200AD403C /* XPMaskManagerVC.h */, - 2305F33F2AD94D5200AD403C /* XPMaskManagerVC.m */, - ); - path = Setting; - sourceTree = ""; - }; - E8E70D6E26F2EB1200F03460 /* YMMine */ = { - isa = PBXGroup; - children = ( - E8E70D7026F2EB3800F03460 /* Model */, - E8E70D6F26F2EB2A00F03460 /* Api */, - E8E70D7126F2EB4900F03460 /* View */, - E8E70D7226F2EB5100F03460 /* Presenter */, - E8E70D7426F2EB6B00F03460 /* Protocol */, - ); - path = YMMine; - sourceTree = ""; - }; - E8E70D6F26F2EB2A00F03460 /* Api */ = { - isa = PBXGroup; - children = ( - E8E70D7C26F2F19D00F03460 /* Api+Mine.h */, - E8E70D7D26F2F19D00F03460 /* Api+Mine.m */, - 54C9A11A2C3D9EDD00C6D970 /* Api+GameOrder.h */, - 54C9A11B2C3D9EDD00C6D970 /* Api+GameOrder.m */, - ); - path = Api; - sourceTree = ""; - }; - E8E70D7026F2EB3800F03460 /* Model */ = { - isa = PBXGroup; - children = ( - E85E7B682A4EC39400B6D00A /* ExchangeAuthority */, - E85E7B582A4EC35A00B6D00A /* RecordIncome */, - 9BD2ECCF288F832300F5CD9A /* FootPrint */, - E80B070F280D0A6700A79F63 /* Friend */, - 9B1B729A28002249003FACE9 /* AnchorFansTeam */, - E8D34D57280821F3009C4835 /* UserInfo */, - 9BD9A18127A0F110004186FE /* Visitor */, - E8B846D926FDE21900A777FE /* Recharge */, - E8E70D9026F2F60C00F03460 /* XPMineItemModel.h */, - E8E70D9126F2F60C00F03460 /* XPMineItemModel.m */, - E8AC721726F46E0B007D6E91 /* XPMineSettingItemModel.h */, - E8AC721826F46E0B007D6E91 /* XPMineSettingItemModel.m */, - E8AC722D26F49610007D6E91 /* XPMineNotificationItemModel.h */, - E8AC722E26F49610007D6E91 /* XPMineNotificationItemModel.m */, - E8AC723826F49AAE007D6E91 /* XPMineNotifyStatus.h */, - E8AC723926F49AAE007D6E91 /* XPMineNotifyStatus.m */, - 2305F3422AD94E2700AD403C /* XPMaskManagerModel.h */, - 2305F3432AD94E2700AD403C /* XPMaskManagerModel.m */, - E8EEB90A26FC5EBC007C6EBA /* XPMineUserInfoEditModel.h */, - E8EEB90B26FC5EBC007C6EBA /* XPMineUserInfoEditModel.m */, - 9B734F74288A92FB00CBDAA9 /* XPMineFunctionItemModel.h */, - 9B734F75288A92FB00CBDAA9 /* XPMineFunctionItemModel.m */, - 54C9A11D2C3DA08000C6D970 /* XPMineGamePartnerInfoModel.h */, - 54C9A11E2C3DA08000C6D970 /* XPMineGamePartnerInfoModel.m */, - 54CE5EF72CCA4A2600A67898 /* LocationModel.h */, - 54CE5EF82CCA4A2600A67898 /* LocationModel.m */, - 4CE3A9442D22754C003F0796 /* RechargeUserModel.h */, - 4CE3A9452D22754C003F0796 /* RechargeUserModel.m */, - ); - path = Model; - sourceTree = ""; - }; - E8E70D7126F2EB4900F03460 /* View */ = { - isa = PBXGroup; - children = ( - 2331C12F2A5EB71000E1D940 /* Noble */, - E84A2E7E2A527DF800D6AF8A /* IncomeRecord */, - E85E7B732A4EC99200B6D00A /* GiveDiamond */, - E85E7A3B2A4EB0D200B6D00A /* Guild */, - 9BCB999D28F5716E00466D64 /* CollectRoom */, - E8E20BDF281695430033B688 /* Setting */, - E896EF912771AA6C00AD2CC1 /* Friend */, - E83953232769FF2400CF2F24 /* DressUp */, - E8E70D8026F2F3C500F03460 /* Cell */, - E8E70D7F26F2F39000F03460 /* SubViews */, - E8E70D7526F2F15100F03460 /* XPMineViewController.h */, - E8E70D7626F2F15100F03460 /* XPMineViewController.m */, - 54AE7E152C9AE589006D2BE2 /* CPListViewController.h */, - 54AE7E162C9AE589006D2BE2 /* CPListViewController.m */, - 54C9A1112C3D5A2300C6D970 /* XPGameOrdersListViewController.h */, - 54C9A1122C3D5A2300C6D970 /* XPGameOrdersListViewController.m */, - 23CEFB6A2AFB803B00576D89 /* PISwitchingEnvironmentVC.h */, - 23CEFB6B2AFB803B00576D89 /* PISwitchingEnvironmentVC.m */, - 54E8C4D42CC78DA900646C44 /* VipSettingViewController.h */, - 54E8C4D52CC78DA900646C44 /* VipSettingViewController.m */, - 23E9EA932A84BE4800B792F2 /* XPGiftUserDataViewController.h */, - 23E9EA922A84BE4800B792F2 /* XPGiftUserDataViewController.m */, - 54F469332C29711400A83655 /* XPMomentUserDataViewController.h */, - 54F469342C29711400A83655 /* XPMomentUserDataViewController.m */, - 23E9EAA42A84C97C00B792F2 /* XPMineUserInfoTagVC.h */, - 23E9EAA52A84C97C00B792F2 /* XPMineUserInfoTagVC.m */, - 23E9EA962A84C37000B792F2 /* XPMineUserInfoRecordedSoundVC.h */, - 23E9EA952A84C37000B792F2 /* XPMineUserInfoRecordedSoundVC.m */, - 9BD8D4E128911E9900AE03FF /* XPMineCollectRoomListViewController.h */, - 9BD8D4E228911E9900AE03FF /* XPMineCollectRoomListViewController.m */, - 9BD9A17A27A0EE24004186FE /* XPMineVisitorViewController.h */, - 9BD9A17B27A0EE24004186FE /* XPMineVisitorViewController.m */, - 9BD2ECCC288F829600F5CD9A /* XPMineFootPrintViewController.h */, - 9BD2ECCD288F829600F5CD9A /* XPMineFootPrintViewController.m */, - 9B1B729328002099003FACE9 /* XPMineFansTeamViewController.h */, - 9B1B729428002099003FACE9 /* XPMineFansTeamViewController.m */, - 14A6034A29A35EE600D2A6A5 /* XPMineItemTableViewCell.h */, - 14A6034B29A35EE600D2A6A5 /* XPMineItemTableViewCell.m */, - 14A6034D29A36D8300D2A6A5 /* XPSimpleMineHeaderView.h */, - 14A6034E29A36D8300D2A6A5 /* XPSimpleMineHeaderView.m */, - 1464C5E829A45FC300AF7C94 /* XPButton.h */, - 1464C5E929A45FC300AF7C94 /* XPButton.m */, - E8B846C826FDD79700A777FE /* Recharge */, - E88B5CBE26FB404800DA9178 /* MineInfo */, - 9BAA5FEB277A1BBE007453F3 /* XPPrivacyViewController.h */, - 9BAA5FEC277A1BBE007453F3 /* XPPrivacyViewController.m */, - 9BAA5FEE277A23F4007453F3 /* XPPermissionsViewController.h */, - 9BAA5FEF277A23F4007453F3 /* XPPermissionsViewController.m */, - ); - path = View; - sourceTree = ""; - }; - E8E70D7226F2EB5100F03460 /* Presenter */ = { - isa = PBXGroup; - children = ( - E8E70D7826F2F16600F03460 /* XPMinePresent.h */, - E8E70D7926F2F16600F03460 /* XPMinePresent.m */, - E8AC721A26F4720B007D6E91 /* XPMineSettingPresent.h */, - E8AC721B26F4720B007D6E91 /* XPMineSettingPresent.m */, - E8098CB2282E97550090B9F0 /* XPMineBlackListPresenter.h */, - E8098CB3282E97550090B9F0 /* XPMineBlackListPresenter.m */, - E8AC722526F482A4007D6E91 /* XPMineFeedbackPresenter.h */, - E8AC722626F482A4007D6E91 /* XPMineFeedbackPresenter.m */, - E8AC723326F49939007D6E91 /* XPMineNotificaPresenter.h */, - E8AC723426F49939007D6E91 /* XPMineNotificaPresenter.m */, - E824544426F5934600BE8163 /* XPMinePayPwdPresenter.h */, - E824544526F5934600BE8163 /* XPMinePayPwdPresenter.m */, - E824544F26F5CE6E00BE8163 /* XPMineModifPayPwdPresenter.h */, - E824545026F5CE6E00BE8163 /* XPMineModifPayPwdPresenter.m */, - E824545A26F5EEBA00BE8163 /* XPMineVerifIdentityPresenter.h */, - E824545B26F5EEBA00BE8163 /* XPMineVerifIdentityPresenter.m */, - E824546226F5FF1C00BE8163 /* XPMineResetPayPasswordPresenter.h */, - E824546326F5FF1C00BE8163 /* XPMineResetPayPasswordPresenter.m */, - E8E20BE628169BDC0033B688 /* XPMineLoginPasswordPresenter.h */, - E8E20BE728169BDC0033B688 /* XPMineLoginPasswordPresenter.m */, - E87C54BC2823CC5B0051AA11 /* XPMineResetLoginPwdPresenter.h */, - E87C54BD2823CC5B0051AA11 /* XPMineResetLoginPwdPresenter.m */, - E8EEB8FF26FC31B6007C6EBA /* XPMineUserInfoPresenter.h */, - E8EEB90026FC31B6007C6EBA /* XPMineUserInfoPresenter.m */, - E8D34D5E28082BA5009C4835 /* XPMineUserDataPresenter.h */, - E8D34D5F28082BA5009C4835 /* XPMineUserDataPresenter.m */, - E873EB03280943ED0071030D /* XPMineUserInfoGiftWallPresenter.h */, - E873EB04280943ED0071030D /* XPMineUserInfoGiftWallPresenter.m */, - E8EEB90D26FC6AB8007C6EBA /* XPMineUserInfoEditPresenter.h */, - E8EEB90E26FC6AB8007C6EBA /* XPMineUserInfoEditPresenter.m */, - E8B846C326FDB41A00A777FE /* XPMineUserInfolbumPresenter.h */, - E8B846C426FDB41A00A777FE /* XPMineUserInfolbumPresenter.m */, - E8B846D426FDE01B00A777FE /* XPMineRechargePresenter.h */, - E8B846D526FDE01B00A777FE /* XPMineRechargePresenter.m */, - E896EF922771AAC100AD2CC1 /* XPMineFansPresenter.h */, - E896EF932771AAC100AD2CC1 /* XPMineFansPresenter.m */, - E896EF952771AAE400AD2CC1 /* XPMineAttentionPresenter.h */, - E896EF962771AAE400AD2CC1 /* XPMineAttentionPresenter.m */, - E84CBCE52843807400D43221 /* XPMineFriendPresenter.h */, - E84CBCE62843807400D43221 /* XPMineFriendPresenter.m */, - 9BD9A17727A0EC57004186FE /* XPMineVisitorPresenter.h */, - 9BD9A17827A0EC57004186FE /* XPMineVisitorPresenter.m */, - 9B1B729628002147003FACE9 /* XPMineFansTeamPresenter.h */, - 9B1B729728002147003FACE9 /* XPMineFansTeamPresenter.m */, - 9BD2ECD3288F838200F5CD9A /* XPMineFootPrintPresenter.h */, - 9BD2ECD4288F838200F5CD9A /* XPMineFootPrintPresenter.m */, - 9BD8D4E428911F7700AE03FF /* XPMineCollectRoomListPresenter.h */, - 9BD8D4E528911F7700AE03FF /* XPMineCollectRoomListPresenter.m */, - ); - path = Presenter; - sourceTree = ""; - }; - E8E70D7426F2EB6B00F03460 /* Protocol */ = { - isa = PBXGroup; - children = ( - E8E70D7B26F2F18900F03460 /* XPMineProtocol.h */, - E8AC721D26F4723D007D6E91 /* XPMineSettingProtocol.h */, - E8098CB6282E97AC0090B9F0 /* XPMineBlackListProtocol.h */, - E8AC722826F48889007D6E91 /* XPMineFeedbackProtocol.h */, - E8AC723626F49957007D6E91 /* XPMineNotificaProtocol.h */, - E824544726F5940600BE8163 /* XPMinePayPwdProtocol.h */, - E824545226F5CE9C00BE8163 /* XPMineModifPayProtocol.h */, - E824545D26F5EEFD00BE8163 /* XPMineVerifIdentityProtocol.h */, - E824546526F5FF5100BE8163 /* XPMineResetPayPasswordProtocol.h */, - E8E20BE928169E410033B688 /* XPMineLoginPasswordProtocol.h */, - E87C54BF2823CC940051AA11 /* XPMineResetLoginPwdProtocol.h */, - E8EEB90226FC31CE007C6EBA /* XPMineUserInfoProtocol.h */, - E8D34D6128082BD4009C4835 /* XPMineUserDataProtocol.h */, - E873EB06280944020071030D /* XPMineUserInfoGiftWallProtocol.h */, - E8EEB91026FC6AD3007C6EBA /* XPMineUserInfoEditProtocol.h */, - E8B846C626FDB44100A777FE /* XPMineUserInfoAlbumProtocol.h */, - E8B846D726FDE16300A777FE /* XPMineRechargeProtocol.h */, - E896EF982771AB0000AD2CC1 /* XPMineFansProtocol.h */, - E896EF992771AB1800AD2CC1 /* XPMineAttentionProtocol.h */, - E84CBCE8284380B300D43221 /* XPMineFriendProtocol.h */, - 9BD9A17627A0E953004186FE /* XPMineVisitorProtocol.h */, - 9B1B7299280021E7003FACE9 /* XPMineAnchorFansTeamProtocol.h */, - 9BD2ECD6288F849300F5CD9A /* XPMineFootPrintProtocol.h */, - 9BD8D4E728911FBD00AE03FF /* XPMineCollectRoomListProtocol.h */, - ); - path = Protocol; - sourceTree = ""; - }; - E8E70D7F26F2F39000F03460 /* SubViews */ = { - isa = PBXGroup; - children = ( - 54AE7E122C9AD98C006D2BE2 /* CPCard.h */, - 54AE7E132C9AD9A6006D2BE2 /* CPCard.m */, - 544B19B42CA14A7100885BEB /* CPGiftBanner.h */, - 544B19B52CA14A7100885BEB /* CPGiftBanner.m */, - 544B19AE2CA1299500885BEB /* CPBindingAnimation.h */, - 544B19AF2CA1299500885BEB /* CPBindingAnimation.m */, - 544B19B12CA129A800885BEB /* CPLevelUpAnimation.h */, - 544B19B22CA129A800885BEB /* CPLevelUpAnimation.m */, - E87E545229AA05EA00EBE52B /* XPFootPrintNavView.h */, - E87E545329AA05EA00EBE52B /* XPFootPrintNavView.m */, - E8B846CC26FDD93D00A777FE /* Recharge */, - E88B5CC226FB429C00DA9178 /* MineInfo */, - E8E70D8126F2F51A00F03460 /* XPMineHeadView.h */, - E8E70D8226F2F51A00F03460 /* XPMineHeadView.m */, - E896EFB02771C93B00AD2CC1 /* XPMineFriendNumberView.h */, - E896EFB12771C93B00AD2CC1 /* XPMineFriendNumberView.m */, - 9B734F71288A787000CBDAA9 /* XPMineAccountView.h */, - 9B734F72288A787000CBDAA9 /* XPMineAccountView.m */, - 23E9EABA2A84CCBE00B792F2 /* XPMineDataSkillDataCollectionViewCell.h */, - 23E9EAB92A84CCBD00B792F2 /* XPMineDataSkillDataCollectionViewCell.m */, - E824544126F58FCE00BE8163 /* XPMinePayPwdInputView.h */, - E824544226F58FCE00BE8163 /* XPMinePayPwdInputView.m */, - E824544C26F5BC1A00BE8163 /* XPMineModifPayPwdView.h */, - E824544D26F5BC1A00BE8163 /* XPMineModifPayPwdView.m */, - E824545726F5E65900BE8163 /* XPMineVerifIdentityView.h */, - E824545826F5E65900BE8163 /* XPMineVerifIdentityView.m */, - 23E9EA982A84C39600B792F2 /* XPMineUserInfoRecordedSoundView.h */, - 23E9EA992A84C39700B792F2 /* XPMineUserInfoRecordedSoundView.m */, - 9BE01ACC28925F7D00B50299 /* XPMineNewUserRechargeView.h */, - 9BE01ACD28925F7D00B50299 /* XPMineNewUserRechargeView.m */, - 4C815A152CFEB758002A46A6 /* SuperBlockViewController.h */, - 4C815A162CFEB758002A46A6 /* SuperBlockViewController.m */, - 4C75CEFC2D632CD5009147A5 /* CPEnterRoomTableViewCell.h */, - 4C75CEFD2D632CD5009147A5 /* CPEnterRoomTableViewCell.m */, - ); - path = SubViews; - sourceTree = ""; - }; - E8E70D8026F2F3C500F03460 /* Cell */ = { - isa = PBXGroup; - children = ( - 9BD2ECD7288F865900F5CD9A /* FootPrint */, - 9B1B729E280023D5003FACE9 /* AnchorFansTeam */, - E896EFA32771AEC500AD2CC1 /* Friend */, - 9BD9A17D27A0EFB1004186FE /* Visitor */, - E8B846D026FDDBCD00A777FE /* Recharge */, - E8EEB8F826FC285B007C6EBA /* MineInfo */, - E8E70D8A26F2F5A500F03460 /* XPMineHeadItemCollectionViewCell.h */, - E8E70D8B26F2F5A500F03460 /* XPMineHeadItemCollectionViewCell.m */, - E8AC721426F46B06007D6E91 /* XPMineSettingTableViewCell.h */, - E8AC721526F46B06007D6E91 /* XPMineSettingTableViewCell.m */, - 2368ECDD2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.h */, - 2368ECDE2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.m */, - E8AC723026F49710007D6E91 /* XPMineNotificationTableViewCell.h */, - E8AC723126F49710007D6E91 /* XPMineNotificationTableViewCell.m */, - 9B92A33A2797E38100AD168F /* XPMineHeadItemTableViewCell.h */, - 9B92A33B2797E38100AD168F /* XPMineHeadItemTableViewCell.m */, - 9BCFB826289BAC7D0093D863 /* XPMineHeadFunctionItemLayout.h */, - 9BCFB827289BAC7D0093D863 /* XPMineHeadFunctionItemLayout.m */, - E8E20BED2816A5FC0033B688 /* XPMineBlackListTableViewCell.h */, - E8E20BEE2816A5FC0033B688 /* XPMineBlackListTableViewCell.m */, - E85E7BBA2A4EE70B00B6D00A /* XPMineTheGuildCell.h */, - E85E7BBB2A4EE70B00B6D00A /* XPMineTheGuildCell.m */, - E85E7BBD2A4EE7AC00B6D00A /* XPMinePersonalCenterCell.h */, - E85E7BBE2A4EE7AC00B6D00A /* XPMinePersonalCenterCell.m */, - E85E7BC02A4EE82300B6D00A /* XPMineListCell.h */, - E85E7BC12A4EE82300B6D00A /* XPMineListCell.m */, - 236B2E582AA18E12003967A8 /* XPMIneGameCollectionViewCell.h */, - 236B2E552AA18E12003967A8 /* XPMIneGameCollectionViewCell.m */, - 236B2E562AA18E12003967A8 /* XPMineGameTableViewCell.h */, - 236B2E572AA18E12003967A8 /* XPMineGameTableViewCell.m */, - 54C9A1142C3D5C9000C6D970 /* XPGameOrdersListTableViewCell.h */, - 54C9A1152C3D5C9000C6D970 /* XPGameOrdersListTableViewCell.m */, - ); - path = Cell; - sourceTree = ""; - }; - E8E859E628264F0000EE4857 /* BackMusic */ = { - isa = PBXGroup; - children = ( - E82E74F92828B1FC00C25EF7 /* Model */, - E8E859EA28264F4C00EE4857 /* View */, - E82E74FA2828B20F00C25EF7 /* Presenter */, - ); - path = BackMusic; - sourceTree = ""; - }; - E8E859EA28264F4C00EE4857 /* View */ = { - isa = PBXGroup; - children = ( - E88C729D2828FCB10047FB2B /* SubViews */, - E88C72962828F3410047FB2B /* Cell */, - E8E859E728264F4500EE4857 /* XPRoomTransferMusicViewController.h */, - E8E859E828264F4500EE4857 /* XPRoomTransferMusicViewController.m */, - E88C72932828F1AD0047FB2B /* XPRoomMusicLibraryViewController.h */, - E88C72942828F1AD0047FB2B /* XPRoomMusicLibraryViewController.m */, - ); - path = View; - sourceTree = ""; - }; - E8EEB8EA26FC2050007C6EBA /* SDPhotoBrowser */ = { - isa = PBXGroup; - children = ( - E8EEB8F126FC2050007C6EBA /* SDBrowserImageView.h */, - E8EEB8EE26FC2050007C6EBA /* SDBrowserImageView.m */, - E8EEB8F026FC2050007C6EBA /* SDPhotoBrowser.h */, - E8EEB8EC26FC2050007C6EBA /* SDPhotoBrowser.m */, - E8EEB8EB26FC2050007C6EBA /* SDPhotoBrowserConfig.h */, - E8EEB8EF26FC2050007C6EBA /* SDWaitingView.h */, - E8EEB8ED26FC2050007C6EBA /* SDWaitingView.m */, - ); - path = SDPhotoBrowser; - sourceTree = ""; - }; - E8EEB8F826FC285B007C6EBA /* MineInfo */ = { - isa = PBXGroup; - children = ( - E8EEB90726FC579A007C6EBA /* XPMineUserInfoEditTableViewCell.h */, - E8EEB90826FC579A007C6EBA /* XPMineUserInfoEditTableViewCell.m */, - 23E9EB172A84D0E700B792F2 /* XPMineUserInfoEditMainTagView.h */, - 23E9EB162A84D0E700B792F2 /* XPMineUserInfoEditMainTagView.m */, - 23E9EB192A84D28900B792F2 /* XPMineUserInfoEditTagView.h */, - 23E9EB1A2A84D28A00B792F2 /* XPMineUserInfoEditTagView.m */, - E8B846C026FD82DC00A777FE /* XPMineUserInfoAlbumCollectionViewCell.h */, - E8B846C126FD82DC00A777FE /* XPMineUserInfoAlbumCollectionViewCell.m */, - E8D34D4B28080351009C4835 /* XPMineDataClanTableViewCell.h */, - E8D34D4C28080351009C4835 /* XPMineDataClanTableViewCell.m */, - 54F469362C29C3B400A83655 /* XPMineAlbumTableViewCell.h */, - 54F469372C29C3B400A83655 /* XPMineAlbumTableViewCell.m */, - 54B9C6F12C9D27F3003F1CC5 /* XPMineMultipleContentTableViewCell.h */, - 54B9C6F22C9D27F3003F1CC5 /* XPMineMultipleContentTableViewCell.m */, - 54B9C6E52C9C2CA1003F1CC5 /* XPMineGuildTableViewCell.h */, - 54B9C6E62C9C2CA1003F1CC5 /* XPMineGuildTableViewCell.m */, - 54F4693C2C2A9D4E00A83655 /* XPMineMedalsTableViewCell.h */, - 54F4693D2C2A9D4E00A83655 /* XPMineMedalsTableViewCell.m */, - 54F4693F2C2AB56900A83655 /* XPMineGiftsTableViewCell.h */, - 54F469402C2AB56900A83655 /* XPMineGiftsTableViewCell.m */, - E8D34D4E28080362009C4835 /* XPMineDataGiftTableViewCell.h */, - E8D34D4F28080362009C4835 /* XPMineDataGiftTableViewCell.m */, - E8D34D5428080393009C4835 /* XPMineDataGiftCollectionViewCell.h */, - E8D34D5528080393009C4835 /* XPMineDataGiftCollectionViewCell.m */, - E8D34D6528084E88009C4835 /* XPMineUserInfoGiftWallCollectionViewCell.h */, - E8D34D6628084E88009C4835 /* XPMineUserInfoGiftWallCollectionViewCell.m */, - E873EB00280922720071030D /* XPMineUserInfoEmptyCollectionViewCell.h */, - E873EB01280922720071030D /* XPMineUserInfoEmptyCollectionViewCell.m */, - 54C9A10B2C3D2FD300C6D970 /* XPMineDataGameMateTableViewCell.h */, - 54C9A10C2C3D2FD300C6D970 /* XPMineDataGameMateTableViewCell.m */, - 54C9A10E2C3D3E1700C6D970 /* XPMineGameMateOrderView.h */, - 54C9A10F2C3D3E1700C6D970 /* XPMineGameMateOrderView.m */, - ); - path = MineInfo; - sourceTree = ""; - }; - E8F61356291E269700E12650 /* Safe */ = { - isa = PBXGroup; - children = ( - E8F6135A291E26BD00E12650 /* NSMutableDictionary+Saft.h */, - E8F6135B291E26BD00E12650 /* NSMutableDictionary+Saft.m */, - E8F6135D291E274E00E12650 /* NSArray+Safe.h */, - E8F6135E291E274E00E12650 /* NSArray+Safe.m */, - ); - path = Safe; - sourceTree = ""; - }; - E8FE3C292994D0CC0006C6C7 /* SwitchView */ = { - isa = PBXGroup; - children = ( - E8FE3C2A2994D0E80006C6C7 /* XPSwitch.h */, - E8FE3C2B2994D0E80006C6C7 /* XPSwitch.m */, - ); - path = SwitchView; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 189DD52826DE255300AB55B1 /* YuMi */ = { - isa = PBXNativeTarget; - buildConfigurationList = 189DD54226DE255600AB55B1 /* Build configuration list for PBXNativeTarget "YuMi" */; - buildPhases = ( - 1865B406E358C680125F108D /* [CP] Check Pods Manifest.lock */, - 189DD52526DE255300AB55B1 /* Sources */, - 189DD52626DE255300AB55B1 /* Frameworks */, - 189DD52726DE255300AB55B1 /* Resources */, - 8311720C3643AC2030B96510 /* [CP] Embed Pods Frameworks */, - 4C25F8F9E2D1F501119C383D /* [CP] Copy Pods Resources */, - 18E7B21326E8CD220064BC9B /* Embed Frameworks */, - 232C43E62AB0754700D4B2ED /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = YuMi; - productName = YuMi; - productReference = 189DD52926DE255300AB55B1 /* YuMi.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 189DD52126DE255300AB55B1 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 1240; - TargetAttributes = { - 189DD52826DE255300AB55B1 = { - CreatedOnToolsVersion = 12.4; - }; - }; - }; - buildConfigurationList = 189DD52426DE255300AB55B1 /* Build configuration list for PBXProject "YuMi" */; - compatibilityVersion = "Xcode 13.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - "zh-Hant", - ar, - tr, - ); - mainGroup = 189DD52026DE255300AB55B1; - productRefGroup = 189DD52A26DE255300AB55B1 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 189DD52826DE255300AB55B1 /* YuMi */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 189DD52726DE255300AB55B1 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 23116B0B2BDB8FDC00F7F97A /* PrivacyInfo.xcprivacy in Resources */, - E80EC88928ACD84000D133C5 /* emoj_s_normal@2x.png in Resources */, - E80EC84628ACD84000D133C5 /* emoji_98@2x.png in Resources */, - E80EC84728ACD84000D133C5 /* emoji_104@2x.png in Resources */, - E80EC83328ACD84000D133C5 /* emoji_136@2x.png in Resources */, - 54B9C6FB2C9DA4C4003F1CC5 /* CP绑定.mp4 in Resources */, - E80EC82628ACD84000D133C5 /* emoji_10@2x.png in Resources */, - E80EC82C28ACD84000D133C5 /* emoji_59@2x.png in Resources */, - E80EC81A28ACD84000D133C5 /* emoji_161@2x.png in Resources */, - E80EC85228ACD84000D133C5 /* emoji_114@2x.png in Resources */, - E80EC81F28ACD84000D133C5 /* emoji_45@2x.png in Resources */, - E80EC85A28ACD84000D133C5 /* emoji_14@2x.png in Resources */, - E80EC8B828ACD84100D133C5 /* emoji_85@2x.png in Resources */, - 23CEFC5A2AFB8FC100576D89 /* pay_on.png in Resources */, - E80EC82828ACD84000D133C5 /* emoji_55@2x.png in Resources */, - 2368ECD32BC38FDA00EDF4C9 /* Launch Screen.storyboard in Resources */, - E80EC86728ACD84000D133C5 /* emoji_11@2x.png in Resources */, - E80EC88B28ACD84000D133C5 /* emoji_58@2x.png in Resources */, - 23EE96F22B9FF6BE00475D69 /* pi_crazy_zoo.svga in Resources */, - E80EC85D28ACD84000D133C5 /* emoji_06@2x.png in Resources */, - E80EC83428ACD84000D133C5 /* emoji_128@2x.png in Resources */, - E80EC81C28ACD84000D133C5 /* emoji_92@2x.png in Resources */, - E80EC81D28ACD84000D133C5 /* emoji_110@2x.png in Resources */, - E80EC8B128ACD84100D133C5 /* emoji_123@2x.png in Resources */, - E80EC89B28ACD84000D133C5 /* emoji_33@2x.png in Resources */, - E80EC85C28ACD84000D133C5 /* emoji_77@2x.png in Resources */, - E80EC85528ACD84000D133C5 /* emoji_118@2x.png in Resources */, - E80EC8B728ACD84100D133C5 /* emoji_119@2x.png in Resources */, - E80EC86228ACD84000D133C5 /* emoji_22@2x.png in Resources */, - E80EC82528ACD84000D133C5 /* emoji_61@2x.png in Resources */, - E80EC81528ACD84000D133C5 /* emoji_145@2x.png in Resources */, - E80EC85428ACD84000D133C5 /* emoji_165@2x.png in Resources */, - E80EC88728ACD84000D133C5 /* emoji_29@2x.png in Resources */, - E80EC83728ACD84000D133C5 /* emoji_112@2x.png in Resources */, - E80EC88C28ACD84000D133C5 /* emoji_46@2x.png in Resources */, - 4C13929D2D70441500A6DFB5 /* giftgift.mp4 in Resources */, - E80EC86028ACD84000D133C5 /* emoji_30@2x.png in Resources */, - E80EC84928ACD84000D133C5 /* emoji_116@2x.png in Resources */, - E80EC89328ACD84000D133C5 /* emoji_166@2x.png in Resources */, - E80EC84228ACD84000D133C5 /* emoji_43@2x.png in Resources */, - E80EC83828ACD84000D133C5 /* emoji_90@2x.png in Resources */, - E80EC86F28ACD84000D133C5 /* emoji_103@2x.png in Resources */, - E80EC8BF28ACDB2A00D133C5 /* Assets.xcassets in Resources */, - E80EC88028ACD84000D133C5 /* emoji_146@2x.png in Resources */, - E80EC82F28ACD84000D133C5 /* emoji_71@2x.png in Resources */, - 23CEFC582AFB8FC100576D89 /* pay_on@3x.png in Resources */, - E80EC8A428ACD84100D133C5 /* emoji_31@2x.png in Resources */, - E80EC85028ACD84000D133C5 /* emoji_96@2x.png in Resources */, - E80EC85E28ACD84000D133C5 /* emoji_18@2x.png in Resources */, - E80EC81428ACD84000D133C5 /* emoji_138@2x.png in Resources */, - E80EC87228ACD84000D133C5 /* emoji_111@2x.png in Resources */, - E80EC8A728ACD84100D133C5 /* emoji_del_normal@2x.png in Resources */, - E80EC88628ACD84000D133C5 /* emoji_37@2x.png in Resources */, - E80EC86C28ACD84000D133C5 /* emoji_56@2x.png in Resources */, - E80EC85128ACD84000D133C5 /* emoji_88@2x.png in Resources */, - E80EC83E28ACD84000D133C5 /* emoji_79@2x.png in Resources */, - E80EC83228ACD84000D133C5 /* emoji_00@2x.png in Resources */, - E80EC89C28ACD84000D133C5 /* emoji_50@2x.png in Resources */, - E80EC87A28ACD84000D133C5 /* emoji_113@2x.png in Resources */, - 548E01C52C3F78360071C83D /* FeedBackViewController.xib in Resources */, - 23FF25622ABAE6310064E904 /* pi_room_game_fine_love.svga in Resources */, - 23FF42672AA5CFBB0055733C /* home_sound_wave.gif in Resources */, - 4C1392A12D71675900A6DFB5 /* coincoin.mp4 in Resources */, - E80EC88A28ACD84000D133C5 /* emoji_25@2x.png in Resources */, - E80EC87828ACD84000D133C5 /* emoji_135@2x.png in Resources */, - E80EC8AD28ACD84100D133C5 /* emoji_07@2x.png in Resources */, - E80EC8B528ACD84100D133C5 /* emoji_97@2x.png in Resources */, - E80EC82428ACD84000D133C5 /* emoji_02@2x.png in Resources */, - E80EC87428ACD84000D133C5 /* emoji_127@2x.png in Resources */, - E80E09A92A40B70100CD2BE7 /* Localizable.strings in Resources */, - E80EC84828ACD84000D133C5 /* emoji_86@2x.png in Resources */, - E80EC87728ACD84000D133C5 /* emoji_148@2x.png in Resources */, - E80EC81928ACD84000D133C5 /* emoji_80@2x.png in Resources */, - 237701192BD6143700D661F1 /* pi_happy_egg_smash.svga in Resources */, - 544B19BC2CA169BE00885BEB /* level up 3.svga in Resources */, - 544B19BD2CA169BE00885BEB /* level up 4.svga in Resources */, - 544B19BE2CA169BE00885BEB /* level up 5.svga in Resources */, - 544B19BF2CA169BE00885BEB /* level up 1.svga in Resources */, - 544B19C02CA169BE00885BEB /* level up 2.svga in Resources */, - E80EC8B328ACD84100D133C5 /* emoji_115@2x.png in Resources */, - 54FFD3812C9BD12600DE61E5 /* 4.svga in Resources */, - 54FFD3822C9BD12600DE61E5 /* 1.svga in Resources */, - 54FFD3832C9BD12600DE61E5 /* 5.svga in Resources */, - 54FFD3842C9BD12600DE61E5 /* 3.svga in Resources */, - 54FFD3852C9BD12600DE61E5 /* 2.svga in Resources */, - 54C608522CBE0BEB003DD5D2 /* game_floating_bg.svga in Resources */, - E80EC8A828ACD84100D133C5 /* emoji_76@2x.png in Resources */, - 2368ECCF2BC38F9800EDF4C9 /* InfoPlist.strings in Resources */, - E80EC88E28ACD84000D133C5 /* emoji_142@2x.png in Resources */, - 2368ECE72BC5280300EDF4C9 /* css in Resources */, - E80EC83D28ACD84000D133C5 /* emoji_04@2x.png in Resources */, - E80EC81728ACD84000D133C5 /* emoji_134@2x.png in Resources */, - 2368ECE92BC5280300EDF4C9 /* js in Resources */, - E80EC88328ACD84000D133C5 /* emoji_70@2x.png in Resources */, - 23CEFC532AFB8FC100576D89 /* readMe_FileOption.txt in Resources */, - E80EC89528ACD84000D133C5 /* emoji_99@2x.png in Resources */, - E80EC89128ACD84000D133C5 /* emoji_133@2x.png in Resources */, - E80EC87F28ACD84000D133C5 /* emoji_137@2x.png in Resources */, - E80EC8B028ACD84100D133C5 /* emoji_152@2x.png in Resources */, - E80EC85728ACD84000D133C5 /* emoji_130@2x.png in Resources */, - E80EC85F28ACD84000D133C5 /* emoji_65@2x.png in Resources */, - E80EC84028ACD84000D133C5 /* emoji_75@2x.png in Resources */, - E80EC88D28ACD84000D133C5 /* emoji_del_pressed@2x.png in Resources */, - E80EC83A28ACD84000D133C5 /* emoji_82@2x.png in Resources */, - E80EC8B428ACD84100D133C5 /* emoji_89@2x.png in Resources */, - E80EC89F28ACD84000D133C5 /* emoji_66@2x.png in Resources */, - E80EC87128ACD84000D133C5 /* emoji_160@2x.png in Resources */, - 23E9EB252A84E98300B792F2 /* pi_new_mine_info_online.svga in Resources */, - 2368ECEB2BC5280300EDF4C9 /* upload.html in Resources */, - 546104112CD4B46F00066B21 /* gift_normal_1.svga in Resources */, - 546104122CD4B46F00066B21 /* gift_normal_3.svga in Resources */, - 546104132CD4B46F00066B21 /* gift_VIP_2.svga in Resources */, - 546104142CD4B46F00066B21 /* gift_normal_2.svga in Resources */, - 546104152CD4B46F00066B21 /* gift_VIP_1.svga in Resources */, - 546104162CD4B46F00066B21 /* gift_VIP_3.svga in Resources */, - 23A03F2D2B4408CD0094227A /* pi_room_lucky_gift.svga in Resources */, - E80EC86D28ACD84000D133C5 /* emoji_35@2x.png in Resources */, - E80EC86528ACD84000D133C5 /* emoji_03@2x.png in Resources */, - E80EC85B28ACD84000D133C5 /* emoji_69@2x.png in Resources */, - E80EC8A128ACD84100D133C5 /* emoji_74@2x.png in Resources */, - E80EC8AF28ACD84100D133C5 /* emoj_s_pressed@2x.png in Resources */, - E80EC84528ACD84000D133C5 /* emoji_32@2x.png in Resources */, - E80EC86928ACD84000D133C5 /* emoji_44@2x.png in Resources */, - E80EC83528ACD84000D133C5 /* emoji_124@2x.png in Resources */, - E80EC8A928ACD84100D133C5 /* emoji_68@2x.png in Resources */, - E80EC89D28ACD84000D133C5 /* emoji_78@2x.png in Resources */, - 232C43EC2AB169EC00D4B2ED /* pi_room_tarrow_banner.svga in Resources */, - E80EC8AC28ACD84100D133C5 /* emoji_19@2x.png in Resources */, - E80EC84428ACD84000D133C5 /* emoji_51@2x.png in Resources */, - 232C444B2AB4363200D4B2ED /* pi_room_tarrow_h5_banner.svga in Resources */, - E80EC84D28ACD84000D133C5 /* emoji_143@2x.png in Resources */, - E80EC81B28ACD84000D133C5 /* emoji_102@2x.png in Resources */, - E80EC89028ACD84000D133C5 /* emoji_150@2x.png in Resources */, - E80EC84128ACD84000D133C5 /* emoji_16@2x.png in Resources */, - E80EC83C28ACD84000D133C5 /* emoji_67@2x.png in Resources */, - E80EC8B928ACD84100D133C5 /* emoji_164@2x.png in Resources */, - 2368ECEA2BC5280300EDF4C9 /* index.html in Resources */, - E80EC87028ACD84000D133C5 /* emoji_81@2x.png in Resources */, - E80EC8AA28ACD84100D133C5 /* emoji_15@2x.png in Resources */, - E80EC85628ACD84000D133C5 /* emoji_106@2x.png in Resources */, - E80EC89728ACD84000D133C5 /* emoji_95@2x.png in Resources */, - E80EC88828ACD84000D133C5 /* emoji_54@2x.png in Resources */, - E80EC8A528ACD84100D133C5 /* emoji_40@2x.png in Resources */, - E80EC83F28ACD84000D133C5 /* emoji_08@2x.png in Resources */, - E80EC84A28ACD84000D133C5 /* emoji_94@2x.png in Resources */, - 23FF255B2AB956D50064E904 /* pi_home_new_pk.svga in Resources */, - E80EC84F28ACD84000D133C5 /* emoji_151@2x.png in Resources */, - 23CEFC592AFB8FC100576D89 /* pay_on@2x.png in Resources */, - E80EC88428ACD84000D133C5 /* emoji_01@2x.png in Resources */, - E80EC8B628ACD84100D133C5 /* emoji_107@2x.png in Resources */, - E80EC83B28ACD84000D133C5 /* emoji_163@2x.png in Resources */, - E80EC87328ACD84000D133C5 /* emoji_93@2x.png in Resources */, - E80EC87D28ACD84000D133C5 /* emoji_101@2x.png in Resources */, - E80EC85328ACD84000D133C5 /* emoji_84@2x.png in Resources */, - E80EC86428ACD84000D133C5 /* emoji_60@2x.png in Resources */, - E80EC89928ACD84000D133C5 /* emoji_21@2x.png in Resources */, - 23FF25702ABD456C0064E904 /* pi_home_new_play.svga in Resources */, - E80EC8BA28ACD84100D133C5 /* emoji.plist in Resources */, - 2368ECE82BC5280300EDF4C9 /* images in Resources */, - E80EC82328ACD84000D133C5 /* emoji_57@2x.png in Resources */, - 2369F9932A8B21EB00563B48 /* pi_treasure_fairy_gift_bg.svga in Resources */, - E80EC87E28ACD84000D133C5 /* emoji_129@2x.png in Resources */, - E80EC86828ACD84000D133C5 /* emoji_39@2x.png in Resources */, - E80EC8B228ACD84100D133C5 /* emoji_140@2x.png in Resources */, - 9B0997A127F19D8A00EB8F14 /* README.md in Resources */, - 54B9C6F72C9D8D05003F1CC5 /* 4.mp4 in Resources */, - 54B9C6F82C9D8D05003F1CC5 /* 5.mp4 in Resources */, - 54B9C6F92C9D8D05003F1CC5 /* 3.mp4 in Resources */, - E80EC89828ACD84000D133C5 /* emoji_117@2x.png in Resources */, - E80EC8A228ACD84100D133C5 /* emoji_09@2x.png in Resources */, - E80EC89228ACD84000D133C5 /* emoji_87@2x.png in Resources */, - E80EC81828ACD84000D133C5 /* emoji_149@2x.png in Resources */, - 54F179072C8EA48C00CB5219 /* Combo_Boom.svga in Resources */, - E80EC83928ACD84000D133C5 /* emoji_100@2x.png in Resources */, - E80EC83028ACD84000D133C5 /* emoji_12@2x.png in Resources */, - E80EC8AE28ACD84100D133C5 /* emoji_131@2x.png in Resources */, - E80EC86128ACD84000D133C5 /* emoji_53@2x.png in Resources */, - E80EC89428ACD84000D133C5 /* emoji_105@2x.png in Resources */, - E80EC82A28ACD84000D133C5 /* emoji_36@2x.png in Resources */, - 23E9E9B72A82200500B792F2 /* GoogleService-Info.plist in Resources */, - 189DD53926DE255600AB55B1 /* Assets.xcassets in Resources */, - E80EC8A028ACD84100D133C5 /* emoji_17@2x.png in Resources */, - E80EC85828ACD84000D133C5 /* emoji_141@2x.png in Resources */, - E80EC81E28ACD84000D133C5 /* emoji_26@2x.png in Resources */, - E80EC89628ACD84000D133C5 /* emoji_109@2x.png in Resources */, - E80EC82B28ACD84000D133C5 /* emoji_47@2x.png in Resources */, - E80EC86628ACD84000D133C5 /* emoji_72@2x.png in Resources */, - E80EC83128ACD84000D133C5 /* emoji_63@2x.png in Resources */, - E80EC89E28ACD84000D133C5 /* emoji_05@2x.png in Resources */, - E80EC89A28ACD84000D133C5 /* emoji_42@2x.png in Resources */, - E80EC87528ACD84000D133C5 /* emoji_144@2x.png in Resources */, - 237700CF2BC697D500D661F1 /* pi_login_new_logo.png in Resources */, - E80EC81628ACD84000D133C5 /* emoji_126@2x.png in Resources */, - E80EC8A328ACD84100D133C5 /* emoji_52@2x.png in Resources */, - E80EC84E28ACD84000D133C5 /* emoji_132@2x.png in Resources */, - 23CEFC562AFB8FC100576D89 /* pay_off.png in Resources */, - 237FD35D2C0F187B00B5335C /* pi_app_logo_new_bg.png in Resources */, - E80EC82928ACD84000D133C5 /* emoji_28@2x.png in Resources */, - E80EC82028ACD84000D133C5 /* emoji_38@2x.png in Resources */, - E80EC8A628ACD84100D133C5 /* emoji_23@2x.png in Resources */, - E80EC84328ACD84000D133C5 /* emoji_20@2x.png in Resources */, - E80EC88528ACD84000D133C5 /* emoji_62@2x.png in Resources */, - E80EC84B28ACD84000D133C5 /* emoji_108@2x.png in Resources */, - E80EC82D28ACD84000D133C5 /* emoji_24@2x.png in Resources */, - E80EC82128ACD84000D133C5 /* emoji_49@2x.png in Resources */, - E80EC8AB28ACD84100D133C5 /* emoji_64@2x.png in Resources */, - E80EC88128ACD84000D133C5 /* emoji_125@2x.png in Resources */, - E80EC87B28ACD84000D133C5 /* emoji_83@2x.png in Resources */, - E80EC82E28ACD84000D133C5 /* emoji.xml in Resources */, - E80EC87928ACD84000D133C5 /* emoji_91@2x.png in Resources */, - E80EC84C28ACD84000D133C5 /* emoji_120@2x.png in Resources */, - 23E9EAA32A84C80300B792F2 /* pi_new_loading.svga in Resources */, - 239D0F9B2BFC9E6C002977CE /* ms_room_gift_svga_icon.svga in Resources */, - E80EC83628ACD84000D133C5 /* emoji_147@2x.png in Resources */, - 2368ECEC2BC5280300EDF4C9 /* local in Resources */, - 23E9EB242A84E98300B792F2 /* pi_new_mine_info_sound_play.svga in Resources */, - 23CEFC552AFB8FC100576D89 /* pay_off@3x.png in Resources */, - E80EC86B28ACD84000D133C5 /* emoji_200@2x.png in Resources */, - E80EC88F28ACD84000D133C5 /* emoji_121@2x.png in Resources */, - E80EC87C28ACD84000D133C5 /* emoji_162@2x.png in Resources */, - E80EC82728ACD84000D133C5 /* emoji_73@2x.png in Resources */, - E80EC85928ACD84000D133C5 /* emoji_122@2x.png in Resources */, - E80EC86E28ACD84000D133C5 /* emoji_48@2x.png in Resources */, - E80EC86A28ACD84000D133C5 /* emoji_27@2x.png in Resources */, - E80EC88228ACD84000D133C5 /* emoji_13@2x.png in Resources */, - E80EC82228ACD84000D133C5 /* emoji_34@2x.png in Resources */, - E80EC87628ACD84000D133C5 /* emoji_139@2x.png in Resources */, - 23CEFC572AFB8FC100576D89 /* pay_off@2x.png in Resources */, - E80EC86328ACD84000D133C5 /* emoji_41@2x.png in Resources */, - 2396FCE42B22BE5D0014021D /* pi_area_info.json in Resources */, - 4C75CF002D633C27009147A5 /* CP进场.svga in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 1865B406E358C680125F108D /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-YuMi-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - 4C25F8F9E2D1F501119C383D /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-YuMi/Pods-YuMi-resources-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Copy Pods Resources"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-YuMi/Pods-YuMi-resources-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-YuMi/Pods-YuMi-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 8311720C3643AC2030B96510 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-YuMi/Pods-YuMi-frameworks-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-YuMi/Pods-YuMi-frameworks-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-YuMi/Pods-YuMi-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 189DD52526DE255300AB55B1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9BE01ADA289296B500B50299 /* XPDressUpShopPresenter.m in Sources */, - E8751E6628A6465A0056EF44 /* XPSailingRankSubView.m in Sources */, - 9B2EA7C32804052E00ED17BF /* AnchorPKMicroView.m in Sources */, - E8F65C1F286998C9009BB5B9 /* XPMineShareViewController.m in Sources */, - E85E7BAB2A4EC99300B6D00A /* XPMineChooseGiveGiftView.m in Sources */, - E85E7B3D2A4EB0D300B6D00A /* XPGuildIncomeDetailCollectionViewCell.m in Sources */, - 181D7F1B2726CE2A00B7C059 /* StageView.m in Sources */, - 18EE3FF12750D2AD00A452BF /* NIMTimeUtils.m in Sources */, - E84BF7DA277C72AC00EF8877 /* XPRoomRoleTableViewCell.m in Sources */, - E839532D276A030F00CF2F24 /* XPMineDressUpListViewController.m in Sources */, - E821077B2987D4AB00DE7040 /* MessageFindNewGreetModel.m in Sources */, - E85E7BA32A4EC99300B6D00A /* XPMineGiveDiamondDetailsVC.m in Sources */, - 238A90072BA9729200828123 /* PIUniversalBannerView.m in Sources */, - E8B846D826FDE17300A777FE /* XPMineRechargeProtocol.h in Sources */, - E88C72A6282921D60047FB2B /* XPRoomBackMusicPlayerView.m in Sources */, - E84CBCE72843807500D43221 /* XPMineFriendPresenter.m in Sources */, - E82D5C7D276B343300858D6D /* YYAnimatedImageView+ImageShow.m in Sources */, - E80E09B32A42071D00CD2BE7 /* XPRoomStarKitchenBannerView.m in Sources */, - E8B846C726FDB45000A777FE /* XPMineUserInfoAlbumProtocol.h in Sources */, - 9B1EF3D527E8294B00554295 /* XPMineDressEmptyCollectionViewCell.m in Sources */, - E890BC07273CF1800007C46B /* XPGiftCountCollectionViewCell.m in Sources */, - E88C72A02828FCD40047FB2B /* XPMusicLibraryPlayView.m in Sources */, - E823E38E290BE8BD00EADD86 /* WishGiftInfoUpdateModel.m in Sources */, - E80EC80A28ACD84000D133C5 /* QEmotionBoardView.m in Sources */, - 235A451A2B04A352009753F5 /* PIRoomActivityWebView.m in Sources */, - E8998D962859DD6F00C68558 /* UIView+Corner.m in Sources */, - E8EEB91126FC6AE2007C6EBA /* XPMineUserInfoEditProtocol.h in Sources */, - E87E625D2A3F5622002F68C9 /* XPNewHomeViewController.m in Sources */, - E85E7B202A4EB0D300B6D00A /* XPMineGuildIncomeDetailViewController.m in Sources */, - E84A2EA82A5288FD00D6AF8A /* XPGoldDetailsChooseRoomCell.m in Sources */, - E8A353A328FE90F60014A784 /* XPWishGiftCreateViewController.m in Sources */, - 2331C1AF2A60F32D00E1D940 /* XPCandyTreeRankView.m in Sources */, - 180116FC279E8CCE00F2CBC0 /* NVDate.m in Sources */, - E801275827E347FD00BAC3F2 /* RoomPKRecordModel.m in Sources */, - E8E0DAE0285C20E500566A2F /* MessageContentFindNewGreetView.m in Sources */, - E8A3540128FEAC5E0014A784 /* XPWishGiftTableViewCell.m in Sources */, - 237700E32BC7D7C000D661F1 /* NSMutableAttributedString+MSRTL.m in Sources */, - 54B9C6EA2C9C2DDC003F1CC5 /* GuildInfo.m in Sources */, - 234D821E2AEC57CF0022EFEB /* YYTextAsyncLayer+PITextAsyncLayer.m in Sources */, - 23B2AEC12A64E9C200543D17 /* LoginForgetEditView.m in Sources */, - E8EEB90326FC31DC007C6EBA /* XPMineUserInfoProtocol.h in Sources */, - E8232603274E4AA0003A3332 /* ThemeColor+UserCard.m in Sources */, - E87A24F1272935920086A794 /* XPMessageRemoteExtModel.m in Sources */, - 4C5527BC2D1BDCDE00833FFD /* RoomLevelInfoModel.m in Sources */, - E8D34D5028080362009C4835 /* XPMineDataGiftTableViewCell.m in Sources */, - E87C54BE2823CC5B0051AA11 /* XPMineResetLoginPwdPresenter.m in Sources */, - 237852A42C082A9800E360AC /* MSRoomGameSendTextView.m in Sources */, - E85E7B322A4EB0D300B6D00A /* XPGuildAnchorIncomeSectionView.m in Sources */, - E87C0AA027D9DE6400CB2241 /* RoomFaceSendInfoModel.m in Sources */, - 1464C5F629A4CA8C00AF7C94 /* XPIAPRechargeCollectionViewCell.m in Sources */, - E8751E6328A646400056EF44 /* XPSailingRankView.m in Sources */, - 23C9DFCC2B85DD8B00B51558 /* PIGuildAnchorIncomeSectionView.m in Sources */, - 4C4707A52D53430300C8CD24 /* NSData+GZIP.m in Sources */, - 9BD9A18027A0EFC7004186FE /* XPMineVisitorTableViewCell.m in Sources */, - 4C6C92C02D1172D9000A4693 /* RegionListInfo.m in Sources */, - 233423D02AAEFBC300B1253F /* PICandyTreeSetModel.m in Sources */, - E85E7B112A4EB0D200B6D00A /* GuildPersonIncomeRecordModel.m in Sources */, - 54283CEB2CE48B71009729B5 /* ShoppingMallCategoryListView.m in Sources */, - 548E01CC2C3FB1C70071C83D /* i18nGiftNameMap.m in Sources */, - 4CA532B42D5AEE9400B8F59F /* Api+LuckyPackage.m in Sources */, - 9BD2ECD2288F833B00F5CD9A /* XPMineFootPrintModel.m in Sources */, - E824546626F5FF6000BE8163 /* XPMineResetPayPasswordProtocol.h in Sources */, - 23D321E22ADFD0FB006B259C /* PIRedPacketChooseTypeCell.m in Sources */, - E824545E26F5EF2200BE8163 /* XPMineVerifIdentityProtocol.h in Sources */, - E824545326F5CEAD00BE8163 /* XPMineModifPayProtocol.h in Sources */, - E84BF7D7277C6E2100EF8877 /* XPRoomRoleViewController.m in Sources */, - E85E7B242A4EB0D300B6D00A /* XPMineGuildSuperAdminSetViewController.m in Sources */, - E87DF4C22A42C900009C1185 /* XPNoteView.m in Sources */, - E8AB631328ADDCF20023B0D2 /* XPMonentsTopicHeaderView.m in Sources */, - 238B37B52AC55A2C00BFC9D5 /* XPTreasureFailyResultGiftCell.m in Sources */, - 23E9E9982A80C3A100B792F2 /* XPMineGuildPersonalBillStatisVC.m in Sources */, - 9B86D886281942D200494FCD /* SocialMicroView.m in Sources */, - 54E8C4D62CC78DA900646C44 /* VipSettingViewController.m in Sources */, - E8664ED027E42238000171BA /* XPRoomPKTimePickerView.m in Sources */, - E85E7B2B2A4EB0D300B6D00A /* XPNewGuildTimePickView.m in Sources */, - E824544826F5945300BE8163 /* XPMinePayPwdProtocol.h in Sources */, - E8AB633628AE54A40023B0D2 /* XPSailingPrizeCollectionViewCell.m in Sources */, - 2305EF0A2AD7CC7C00AD403C /* PIRoomPhotoAlbumChooseGiftView.m in Sources */, - 23D321D92ADD1B46006B259C /* PIRoomPhotoAlbumItemModel.m in Sources */, - 23FF42792AA6E19C0055733C /* HomeMenuSourceModel.m in Sources */, - E85E7B4E2A4EB0D300B6D00A /* XPMineGuildSetNameViewController.m in Sources */, - 2331C1642A5EB71000E1D940 /* NobleInfo.m in Sources */, - 23E9EB182A84D0E700B792F2 /* XPMineUserInfoEditMainTagView.m in Sources */, - E824543A26F5880E00BE8163 /* XPLoginVerifBindPhoneProtocol.h in Sources */, - E821077E2987D67100DE7040 /* MessageRiskAlertModel.m in Sources */, - E818DD222A48977F00F163F7 /* XPLoginAreaTableViewCell.m in Sources */, - E81060F72987C8A700B772F0 /* MessageApplicationShareModel.m in Sources */, - E8E20BE2281695800033B688 /* XPMineLoginPasswordViewController.m in Sources */, - E84A2EA22A52883000D6AF8A /* XPIncomeRecordGoldDetailsTimeView.m in Sources */, - E86E79D628A4EA0C006DAF48 /* SessionRiskCache.m in Sources */, - 23CEFC542AFB8FC100576D89 /* BSNotification.m in Sources */, - E824543826F5820A00BE8163 /* XPLoginVerifBindPhonePresenter.m in Sources */, - E8B846BF26FD827900A777FE /* XPMineUserInfoAlbumViewController.m in Sources */, - E84CBCE128436D3C00D43221 /* XPMineContactViewController.m in Sources */, - E8D48253278D8228003C1D08 /* AcrossRoomPKPanelModel.m in Sources */, - 23D321E52ADFE900006B259C /* PIRoomSendRedPacketVC.m in Sources */, - E824545C26F5EEBA00BE8163 /* XPMineVerifIdentityPresenter.m in Sources */, - 9B9BBF83288FBFB3004E2E74 /* XPNewUserRoomGiftView.m in Sources */, - E838369A298A59C100112E1C /* MessageTipsView.m in Sources */, - E8899C852785CC69007944BE /* XPRoomDatingAnimationView.m in Sources */, - 2331C16F2A5EB71000E1D940 /* XPNobleCenterNavView.m in Sources */, - E85E7B1B2A4EB0D200B6D00A /* XPMineMainIncomeStatisViewController.m in Sources */, - E84BF7D4277C383700EF8877 /* XPRoomSettingInputView.m in Sources */, - E8AC723726F49982007D6E91 /* XPMineNotificaProtocol.h in Sources */, - E896EFAC2771AEFE00AD2CC1 /* XPMineFriendTableViewCell.m in Sources */, - E8664ED327E4258A000171BA /* RoomPKTimeItemModel.m in Sources */, - E8412FA22779BE8F006E1101 /* XPRoomSettingViewController.m in Sources */, - E89D60BD271D647A001F8895 /* XPRoomPresenter.m in Sources */, - E8751E5C28A62A530056EF44 /* XPSailingViewController.m in Sources */, - 9B7D904D287BC5E20033A45E /* AnchorRoomScrollView.m in Sources */, - E80DE4072775665000BE5BCB /* XPFirstRechargeCollectionViewCell.m in Sources */, - 238B37D12AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordSubView.m in Sources */, - E8899C822785A694007944BE /* DatingInfoModel.m in Sources */, - 9BB89DC327FE7F3A00586A83 /* XPAnchorFansRelationModel.m in Sources */, - E8AC723226F49710007D6E91 /* XPMineNotificationTableViewCell.m in Sources */, - E87E62592A3F560B002F68C9 /* XPHomePartyViewController.m in Sources */, - E8AC722926F488DA007D6E91 /* XPMineFeedbackProtocol.h in Sources */, - E8A3539128FE5F0F0014A784 /* WishGiftInfoModel.m in Sources */, - 2305EEF62AD67E5500AD403C /* PIRoomPhotoAlbumItemCell.m in Sources */, - E85E7B3C2A4EB0D300B6D00A /* XPGuildSuperAdminRoomCollectionViewCell.m in Sources */, - 237700EC2BC914B400D661F1 /* UISwipeGestureRecognizer+MSRTL.m in Sources */, - 4C5527BF2D1C099500833FFD /* RoomResourceManager.m in Sources */, - 23D321E82ADFED10006B259C /* PIRoomSendRedPacketItemVC.m in Sources */, - E85E7B2A2A4EB0D300B6D00A /* XPGuildTimeMonthPickerView.m in Sources */, - E87E62782A3F5907002F68C9 /* XPNewHomePartyTableViewCell.m in Sources */, - 238B37B72AC55A2C00BFC9D5 /* XPTreasureFairySendRecordCell.m in Sources */, - E8A3539B28FE840A0014A784 /* XPWishGiftViewController.m in Sources */, - E8950183282CAC6A007E459A /* XPMomentsPhotoView.m in Sources */, - E8AC721E26F472BF007D6E91 /* XPMineSettingProtocol.h in Sources */, - E8F63CB4298B563D00B338BA /* Api+SayHello.m in Sources */, - 23E9EA972A84C37000B792F2 /* XPMineUserInfoRecordedSoundVC.m in Sources */, - E81E09C9290F71BF00A1F410 /* XPAdvertiseView.m in Sources */, - 2305F3412AD94D5200AD403C /* XPMaskManagerVC.m in Sources */, - 238B37D32AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordView.m in Sources */, - 4CFFEFD02D3A5E130035D016 /* Api+SuperAdmin.m in Sources */, - 9BC5C91F277C902B007C8719 /* XPReleaseRadioView.m in Sources */, - E84843AF27F59E7E0050D365 /* XPRoomPKResultView.m in Sources */, - E83DB47A27462C4500D8CBD1 /* XPGiftBigPrizeModel.m in Sources */, - E86A16C52856DBEC004228B8 /* FindNewGreetListModel.m in Sources */, - 4CB753D22D30F10900B13DF5 /* LuckyPackageViewController.m in Sources */, - 2331C1632A5EB71000E1D940 /* XPNobleCenterPresenter.m in Sources */, - 54E82EA22CA6886700C931D9 /* RoomBoomBannerAnimation.m in Sources */, - E81366F826F0C12A0076364C /* LoginFullInfoProtocol.h in Sources */, - 9BBC028E2786FA060007C24B /* NobleCardModel.m in Sources */, - 9BCB99A628F582EC00466D64 /* XPMineCollectRoomEditCell.m in Sources */, - E8E70D7E26F2F19D00F03460 /* Api+Mine.m in Sources */, - E85E7B3B2A4EB0D300B6D00A /* XPGuildSearchSuperAdminTableViewCell.m in Sources */, - 54C3895F2C2189DD00FD47B1 /* XPHomeMinePresenter.m in Sources */, - E8751E6E28A64F990056EF44 /* XPSailingEmptyTableViewCell.m in Sources */, - E87E625A2A3F560B002F68C9 /* XPHomeRecommendViewController.m in Sources */, - E8950189282CFFB1007E459A /* XPMomentsLayoutConfig.m in Sources */, - E81061032987CFCE00B772F0 /* MessageSkillCardModel.m in Sources */, - 9BD9A18727A120FD004186FE /* XPMineVisitorUnReadModel.m in Sources */, - E85E7BAD2A4EC99300B6D00A /* XPMineGiveDiamondDetailsCell.m in Sources */, - 2320F63C2BDF738E00227EEB /* MSRoomMenuGameCell.m in Sources */, - E824543D26F58C3A00BE8163 /* XPLoginBindSuccessView.m in Sources */, - E85E7B282A4EB0D300B6D00A /* XPClanMenuView.m in Sources */, - 9BE01AF72893E7F500B50299 /* XPNewUserRechargeCollectionViewCell.m in Sources */, - E81125C7296E596D000D9804 /* QInputPhototCell.m in Sources */, - 545831A62C2C085C00364026 /* ArabMicroView.m in Sources */, - E8EEB8F726FC2673007C6EBA /* UserPhoto.m in Sources */, - E81061002987CDCC00B772F0 /* MessageTweetModel.m in Sources */, - E87DF4CC2A42C960009C1185 /* HomeBannerInfoModel.m in Sources */, - 235714892BECC38F004C81D6 /* MessageHeadlinesTextModel.m in Sources */, - E8664EDF27E45EC7000171BA /* XPRoomPKRecordPresenter.m in Sources */, - 238B37B62AC55A2C00BFC9D5 /* XPTreasureFairyShopingRecordCell.m in Sources */, - 23FF25762ABD66B90064E904 /* XPFreeGiftsObtainView.m in Sources */, - E81C27A226EF23490031E639 /* YUMINNNN.h in Sources */, - E80E900C27E0358900434B90 /* XPRoomTopicAlertView.m in Sources */, - 54E82EA52CA693FA00C931D9 /* RoomBoomExplosionView.m in Sources */, - 9BDA3E7A27FD43EF00517FE6 /* XPAnchorFansTeamEntranceView.m in Sources */, - E81C279826EB3AC40031E639 /* LoginForgetPasswordProtocol.h in Sources */, - 9BD8D4E328911E9900AE03FF /* XPMineCollectRoomListViewController.m in Sources */, - 2331C1732A5EB71000E1D940 /* XPNoblePrivilegeCell.m in Sources */, - 9B2EA7C628041EFC00ED17BF /* XPAnchorPkPanelView.m in Sources */, - E84150BB27747BAF00A7F548 /* XPFirstRechargePresenter.m in Sources */, - 4C6E1F752CEAEC3C0073D0A3 /* ShoppingMallTagView.m in Sources */, - E8A88D2D27E81E8700CA8837 /* RoomPKChooseUserModel.m in Sources */, - E82325F9274E2E42003A3332 /* Api+UserCard.m in Sources */, - 238B37A62AC55A2C00BFC9D5 /* TreasureFairySendRecordModel.m in Sources */, - E8AB632F28AE19DE0023B0D2 /* XPMomentMinePresenter.m in Sources */, - E85E7B042A4EB0D200B6D00A /* XPGuildIncomeDetailPresenter.m in Sources */, - 54B9C6F32C9D27F3003F1CC5 /* XPMineMultipleContentTableViewCell.m in Sources */, - 54F4693E2C2A9D4E00A83655 /* XPMineMedalsTableViewCell.m in Sources */, - 9BD9A17C27A0EE24004186FE /* XPMineVisitorViewController.m in Sources */, - 2369F9912A89CE0E00563B48 /* PIUserSexView.m in Sources */, - 238B37D92AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordView.m in Sources */, - 239D0FAB2BFCB88D002977CE /* XPRoomFunctionContainerView.m in Sources */, - E82109B026F1D83500FC3319 /* LoginBindPhonePresent.m in Sources */, - E81C1B1F27705F7A0020D1E4 /* XPArrangeMicViewController.m in Sources */, - 4C7989F32D1952DA006AE07B /* RoomModePresenter.m in Sources */, - E8B825C726EA0D9A009E8E9F /* LoginVerifCodeProtocol.h in Sources */, - 23E9EAAE2A84C9B800B792F2 /* XPMineUserInfoTagView.m in Sources */, - 236B2E4E2AA07D06003967A8 /* Api+LittleGame.m in Sources */, - 237700E02BC7D78600D661F1 /* MSBaseRTLFlowLayout.m in Sources */, - 4CEB9EB32D0AFCE200443480 /* NineteenMicStageView.m in Sources */, - 2331C1B32A60F32D00E1D940 /* XPCandyTreeMoreRuleCell.m in Sources */, - 14A6034C29A35EE600D2A6A5 /* XPMineItemTableViewCell.m in Sources */, - 9BAC92F528E6E63000147DD8 /* XPRoomInsideOperationCell.m in Sources */, - 9BE570BC28F65B7200D491A5 /* XPMineCollectRoomCell.m in Sources */, - E86A16C22856D635004228B8 /* XPSessionFindNewGreetTableViewCell.m in Sources */, - E824544E26F5BC1A00BE8163 /* XPMineModifPayPwdView.m in Sources */, - E86E79CD28A4E045006DAF48 /* MessageContentRiskAlertView.m in Sources */, - E855515B280559FE005F293F /* NSDate+DateUtils.m in Sources */, - 544879F02CD22D4B00D58DC1 /* CustomRoomBGItemModel.m in Sources */, - E8664EE327E47711000171BA /* XPRoomPKRecordNickView.m in Sources */, - E8C1CD7327D8A16500376F83 /* XPRoomFaceTool.m in Sources */, - 236B2E462AA07D06003967A8 /* UIImage+RW.m in Sources */, - E81DCCCD282B63B40039E5C5 /* XPMomentsViewController.m in Sources */, - 237700FD2BCD254000D661F1 /* MSBaseTextField.m in Sources */, - 237700E62BC7E81F00D661F1 /* UITextField+MSRTL.m in Sources */, - E86507EB281A88A9006951B0 /* MessageContentSkillCardView.m in Sources */, - E8B825CA26EA1231009E8E9F /* LoginVerifCodeViewController.m in Sources */, - 189DD76226E60DDC00AB55B1 /* Api+Login.m in Sources */, - 238B37B82AC55A2C00BFC9D5 /* XPTreasureFairyShopingExchangeCell.m in Sources */, - E8412FA62779BED1006E1101 /* XPRoomSettingTableViewCell.m in Sources */, - 9B7D80502753AA9D003DAC0C /* UITableView+NIMScrollToBottom.m in Sources */, - E8AFF7E3298CA1E500FBDE32 /* SessionSayHelloCountModel.m in Sources */, - E8998D7A2859784200C68558 /* XPSVGAPlayer.m in Sources */, - 23FE47D82BB3CEAF00F09D23 /* PINobleCenterTitleView.m in Sources */, - 54C9A1252C3E74AE00C6D970 /* MessageGameOrderView.m in Sources */, - 9BD9A18427A0F128004186FE /* XPMineVisitorItemModel.m in Sources */, - E852D73E28631C18001465ED /* XPMonentsCommentTableViewCell.m in Sources */, - 54F4693B2C2A984D00A83655 /* MedalModel.m in Sources */, - 23CEFC4E2AFB8FC100576D89 /* BSNSDictionary.m in Sources */, - 23FF426A2AA5DF050055733C /* XPNewHomePartyTagView.m in Sources */, - E85E7BA22A4EC99300B6D00A /* XPMineGiveDiamondSearchModel.m in Sources */, - 1427219829A75F6F00C7C423 /* HTTPServer.m in Sources */, - E80B0712280D0A6700A79F63 /* FansInfoModel.m in Sources */, - 2305EEFB2AD696B400AD403C /* PIRoomPhotoAlbumChoosePhotoView.m in Sources */, - E87E62682A3F571D002F68C9 /* XPHomeContainerPresenter.m in Sources */, - E8EEB8F326FC2050007C6EBA /* SDWaitingView.m in Sources */, - E85E7B2F2A4EB0D300B6D00A /* XPGoldIncomeSectionView.m in Sources */, - 54F469382C29C3B400A83655 /* XPMineAlbumTableViewCell.m in Sources */, - 23E9EAA12A84C53900B792F2 /* TTNewAlertView.m in Sources */, - 238B37BC2AC55A2C00BFC9D5 /* XPTreasureFairySendView.m in Sources */, - 544B19B02CA1299500885BEB /* CPBindingAnimation.m in Sources */, - E8DEC9A12764A5D20078CB70 /* XPRoomMoreItemModel.m in Sources */, - E80EC81028ACD84000D133C5 /* QExtendBoardView.m in Sources */, - 9B87B3CD2926473D00085110 /* XPSessionListHeadFriendCell.m in Sources */, - 23194DCD2AD14BF000649F51 /* DDASLLogger.m in Sources */, - E85E7B492A4EB0D300B6D00A /* XPMineGuildSearchViewController.m in Sources */, - 238A900A2BA9756600828123 /* PIUniversalBannerModel.m in Sources */, - 4C1892992CF84349004D4426 /* RoomCahtCell.m in Sources */, - E85E7B012A4EB0D200B6D00A /* XPSuperAdminSetPresenter.m in Sources */, - 18F404B7276095D700A6C548 /* SessionChatLimitView.m in Sources */, - E8788942273A55AD00BF1D57 /* XPGiftUsersView.m in Sources */, - 9BD9A17927A0EC57004186FE /* XPMineVisitorPresenter.m in Sources */, - E8BD0F8828A9E9E400DE050D /* RoomSailingPrizeModel.m in Sources */, - 4CFFEFCD2D3A4E410035D016 /* AppOfficalManagerActionsViewController.m in Sources */, - 238B37B32AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordCell.m in Sources */, - 23CEFC512AFB8FC100576D89 /* SystemUtil.m in Sources */, - E8659909273E800D00EE349D /* XPGiftCollectionViewFlowLayout.m in Sources */, - 238B37BD2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsContentView.m in Sources */, - E85E7B262A4EB0D300B6D00A /* XPMineGuildViewController.m in Sources */, - E86596512701A1C000846EBD /* StatisticsService.m in Sources */, - 54E82EAB2CA9261000C931D9 /* Api+Boom.m in Sources */, - 5412E0F42C4E460300FDD668 /* XPMineCenterAgencyView.m in Sources */, - 23CEFC5E2AFB8FC100576D89 /* BSRealTimeView.m in Sources */, - E824544026F58F9400BE8163 /* XPMinePayPwdViewController.m in Sources */, - 9BE01AED2893D0DF00B50299 /* XPDressShopSearchTableViewCell.m in Sources */, - 23FF42732AA6CC480055733C /* PIHomeItemModel.m in Sources */, - E81060F12987C52B00B772F0 /* MessageGuildModel.m in Sources */, - 54ACDCC22C5B31BD0099472C /* XPBeautIDView.m in Sources */, - E87E62772A3F5907002F68C9 /* XPNewHomeRecommendTableViewCell.m in Sources */, - 9BA812D228BF145700783EA7 /* ClientRedPacketModel.m in Sources */, - 1427219229A75F6F00C7C423 /* MultipartFormDataParser.m in Sources */, - 23E9EAAF2A84C9B800B792F2 /* XPMineUserInfoTagHeadView.m in Sources */, - E890BC04273CF0500007C46B /* XPGiftCountModel.m in Sources */, - E899C68C275093B800E189E5 /* XPUserCardMicroItemModel.m in Sources */, - 2331C1B52A60F32D00E1D940 /* XPCandyTreeViewController.m in Sources */, - 9B6E8573281AB9B20041A321 /* XPRoomInsideRecommendCell.m in Sources */, - 2305F33E2AD9295800AD403C /* PIRoomPhotoAlbumOperateCell.m in Sources */, - E8A3538528FD67320014A784 /* GiftLuckyBroadcastModel.m in Sources */, - 9B4C5B86292F81FA00CEA41B /* XPSessionListFansPartyModel.m in Sources */, - 547080DB2CD0EEB4009879E5 /* CustomRoomBGContentViewController.m in Sources */, - 237B94BD2A984DA7007853E3 /* XPNobleTrumpetModel.m in Sources */, - E82325F5274E2E09003A3332 /* XPUserCardPresenter.m in Sources */, - 236B2E4C2AA07D06003967A8 /* XPLittleGameRoomOpenView.m in Sources */, - E80EC80B28ACD84000D133C5 /* QInputBarViewConfiguration.m in Sources */, - 2331C1772A5EB71000E1D940 /* XPNobleCenterListViewController.m in Sources */, - E880B39E278BD49E00A83B0D /* XPAcrossRoomPKViewController.m in Sources */, - 239D0FE12C04850A002977CE /* MSRoomGameHeadView.m in Sources */, - 2331C1AA2A60F32D00E1D940 /* XPCandyTreePresenter.m in Sources */, - E8AC723D26F4B6AA007D6E91 /* XPLoginBindPhoneResultViewController.m in Sources */, - E8AB632728AE13210023B0D2 /* XPMomentsTopicListPresenter.m in Sources */, - 239D0FB32BFD8C67002977CE /* MSRoomSetingBackdropCell.m in Sources */, - 1427218729A75F6F00C7C423 /* MyHTTPConnection.m in Sources */, - 23CEFB6C2AFB803B00576D89 /* PISwitchingEnvironmentVC.m in Sources */, - E8D55C9D28113218006935A5 /* MessageMenuModel.m in Sources */, - E87DF4EF2A42CB90009C1185 /* XPHomeCollectRoomTableViewCell.m in Sources */, - 2368ECDF2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.m in Sources */, - 236B2E442AA07D06003967A8 /* UIColor+RW.m in Sources */, - 189DD73E26E21C3F00AB55B1 /* YYUtility.m in Sources */, - 14A6034F29A36D8300D2A6A5 /* XPSimpleMineHeaderView.m in Sources */, - 23CEFC652AFB8FC100576D89 /* BSDrawLine.m in Sources */, - E81C1B2F277071670020D1E4 /* XPArrangeMicInfoModel.m in Sources */, - 9B0086CA27BA4F570032BD2B /* AnchorMicroView.m in Sources */, - E83ABF00280EC45700322EE4 /* MessageContentApplicationShareView.m in Sources */, - 238B37D82AC55A2C00BFC9D5 /* XPTreasureFairyShopingView.m in Sources */, - F1D8556F2931FC86008C418F /* XPRoomYearActivityView.m in Sources */, - 238B37C72AC55A2C00BFC9D5 /* XPTreasureFairyPrizeRecordView.m in Sources */, - E8B9843628ABA8B40022D026 /* XPMonentPublishSuccessView.m in Sources */, - 238ED83A2AE2891D0014EF9D /* PIRoomEnterRedPacketView.m in Sources */, - 23E9E9972A80C3A100B792F2 /* XPMineGuildPersonalBillRecordVC.m in Sources */, - E81C279626EB39CC0031E639 /* LoginForgetPasswordPresent.m in Sources */, - 546104192CD4C06400066B21 /* Api+CustomBackground.m in Sources */, - 18EE3FF42750FA3700A452BF /* UIView+NIM.m in Sources */, - 9BD63FB4277EF1B3006EB744 /* XPReleaseRadioModel.m in Sources */, - E80EC8C228ACF97A00D133C5 /* QEEmotionImageView.m in Sources */, - E8A03DFF27635F960098D9EA /* XPRoomCandyGiftView.m in Sources */, - E8A3538E28FE5CED0014A784 /* Api+WishGift.m in Sources */, - 180116F9279E8C4C00F2CBC0 /* PLTimeUtil.m in Sources */, - 23CEFC502AFB8FC100576D89 /* UILabel+YBAttributeTextTapAction.m in Sources */, - E87E545429AA05EA00EBE52B /* XPFootPrintNavView.m in Sources */, - E8252FEE27687DF1002B3164 /* ActivityInfoModel.m in Sources */, - 54C9A1222C3E6C3200C6D970 /* MessageGameOrderModel.m in Sources */, - E84BF7D1277BFCDD00EF8877 /* RoomTagModel.m in Sources */, - E8AC723526F49939007D6E91 /* XPMineNotificaPresenter.m in Sources */, - 1427218E29A75F6F00C7C423 /* HTTPMessage.m in Sources */, - 239D0FE72C049D61002977CE /* MSRoomGameMsgView.m in Sources */, - E80DE40A277568D300BE5BCB /* ThemeColor+FirstRecharge.m in Sources */, - 238B37BE2AC55A2C00BFC9D5 /* XPTreasureFairyBottomView.m in Sources */, - 9B42869828C1E06B009034D2 /* XPRedPacketModel.m in Sources */, - 233423D62AB0397500B1253F /* PIMessageContentServiceReplyView.m in Sources */, - 18EE3FE22750C29D00A452BF /* NIMBadgeView.m in Sources */, - E82EE0F8272FDDFA00D15DC1 /* UserPrivacyView.m in Sources */, - 2331C1672A5EB71000E1D940 /* NobleLevelUpModel.m in Sources */, - 238B37DD2AC55A2C00BFC9D5 /* XPTreasureFairyStoreView.m in Sources */, - 9BA812E428BF70A600783EA7 /* XPRoomRedPacketPwdView.m in Sources */, - 23E9EB1B2A84D28A00B792F2 /* XPMineUserInfoEditTagView.m in Sources */, - 237B94BE2A984DA7007853E3 /* XPRoomTrumpetViewController.m in Sources */, - 23CEFC5C2AFB8FC100576D89 /* BSNetListenModel.m in Sources */, - 2331C1662A5EB71000E1D940 /* NobleCenterModel.m in Sources */, - E8998D8B2859CB6A00C68558 /* XPMineUserInfoGiftWallSubViewController.m in Sources */, - E8DEC9A42764A6600078CB70 /* XPMoreMenuPresenter.m in Sources */, - 189DD53426DE255300AB55B1 /* TabbarViewController.m in Sources */, - 23C9DFC92B84917B00B51558 /* PIRoomActivityChoosePlayCell.m in Sources */, - 9BA3B40B293DCDFD0071DF1C /* XPVersionUpdateModel.m in Sources */, - 4C7989EC2D19392E006AE07B /* EmptyDataView.m in Sources */, - 23C9DFCF2B85E21E00B51558 /* PIGuildSingleRoomIncomeCell.m in Sources */, - 18EE401A2754BA9F00A452BF /* NIMMessageMaker.m in Sources */, - E8EEB91D26FC9D58007C6EBA /* XPMineUserInfoDateView.m in Sources */, - E82325E9274CE56A003A3332 /* XPShareItem.m in Sources */, - 236B2E5D2AA19169003967A8 /* HomeLittleGameRoomModel.m in Sources */, - E85E7B192A4EB0D200B6D00A /* GuildMessageModel.m in Sources */, - 1427219429A75F6F00C7C423 /* HTTPAuthenticationRequest.m in Sources */, - E890BC0D273D09A50007C46B /* XPGiftCountView.m in Sources */, - E880B3B2278C1D1800A83B0D /* XPAcrossRoomPKRuleView.m in Sources */, - 23E9E9A42A80DEAF00B792F2 /* XPMineGuildPersonalBillRecordContentView.m in Sources */, - E8A3539428FE605F0014A784 /* WishGiftUserModel.m in Sources */, - E81C1B262770663B0020D1E4 /* XPArrangeMicTableViewCell.m in Sources */, - 238B37D22AC55A2C00BFC9D5 /* XPTreasureFairyExchangeView.m in Sources */, - E81A652B2834E4F600F55894 /* XPMomentsAttentionViewController.m in Sources */, - E8E20BEC2816A5B90033B688 /* XPMineBlackListViewController.m in Sources */, - E8AC722F26F49610007D6E91 /* XPMineNotificationItemModel.m in Sources */, - E85410352864155A005CFD9F /* XPMonentDetailPresenter.m in Sources */, - 54C9A11F2C3DA08000C6D970 /* XPMineGamePartnerInfoModel.m in Sources */, - 2331C1B12A60F32D00E1D940 /* XPCandyTreeGiftView.m in Sources */, - 9B1B72BC28003E06003FACE9 /* XPAnchorPKTableViewCell.m in Sources */, - E8E70D7A26F2F16600F03460 /* XPMinePresent.m in Sources */, - 238B37AA2AC55A2C00BFC9D5 /* TreasureFairyInfoModel.m in Sources */, - 238B37A42AC55A2C00BFC9D5 /* TreasureFairyLimitModel.m in Sources */, - E87DF4D42A42C9B1009C1185 /* HomeRecommendRoomModel.m in Sources */, - 23E9EAB22A84C9DE00B792F2 /* XPMineUserInfoTagViewCell.m in Sources */, - 9B42869C28C1FD3D009034D2 /* XPOpenRedPacketCell.m in Sources */, - 23D321D22ADD0EBC006B259C /* PIRoomPhotoAlbumItemPresenter.m in Sources */, - 239D0FD22C046EAD002977CE /* MSTabbarRoomGameView.m in Sources */, - 4C864A052D561E1D00191AE0 /* LuckyPackageLogicManager.m in Sources */, - 9BFE992E288142FD009DA429 /* RoomClassifyModel.m in Sources */, - 2331C1B72A60F32D00E1D940 /* XPCandyRankContainerView.m in Sources */, - 239D0FF72C05BD2A002977CE /* MSRoomGameVictoryView.m in Sources */, - 23194DCE2AD14BF000649F51 /* ContextFilterLogFormatter.m in Sources */, - E8A88D3027E85EEA00CA8837 /* RoomPKInfoModel.m in Sources */, - E85E7B022A4EB0D200B6D00A /* XPSuperAdminManagerRoomPresenter.m in Sources */, - 237700DD2BC7D70E00D661F1 /* UIImage+MSRTL.m in Sources */, - E8AB633328AE51470023B0D2 /* XPSailingPrizeView.m in Sources */, - 548D54202CC208FD0084A2FF /* AlbumResourcePickerViewController.m in Sources */, - 9B2F72D328E45C5A0000E4FA /* XPRoomQuidkMessageCell.m in Sources */, - E85E7B402A4EB0D300B6D00A /* XPGuildPersonIncomeTableViewCell.m in Sources */, - E87E63F729AA1A5600EBE52B /* YuMi.xcdatamodeld in Sources */, - 9BE01ACE28925F7D00B50299 /* XPMineNewUserRechargeView.m in Sources */, - E83ABF03280EC90C00322EE4 /* ContentApplicationShareModel.m in Sources */, - 9BA812E028BF6ABB00783EA7 /* Api+RedPacket.m in Sources */, - 9BA3B40F293DD2F90071DF1C /* XPUpgradeView.m in Sources */, - E81A654928351B9500F55894 /* XPMomentsRecommendHeaderView.m in Sources */, - E84B0E3F2727EDF6008818C6 /* XPRoomMessageTableViewCell.m in Sources */, - E82325FC274E4735003A3332 /* XPUserCardItemModel.m in Sources */, - E8C1CD6627D88EF800376F83 /* XPRoomFaceViewController.m in Sources */, - E80DE4102775C34E00BE5BCB /* XPFirstRechargeSuccessView.m in Sources */, - E8412FB32779E285006E1101 /* Api+RoomSetting.m in Sources */, - 23CEFC4A2AFB8FC100576D89 /* BSNSStringUtil.m in Sources */, - 9B2F72D028E45A480000E4FA /* XPRoomQuickMessageContainView.m in Sources */, - 23FF426D2AA5E4EE0055733C /* XPNewHomePartyAudioView.m in Sources */, - E81060E82987720F00B772F0 /* MessageUnSupportModel.m in Sources */, - E8D34D6028082BA5009C4835 /* XPMineUserDataPresenter.m in Sources */, - E84CBCE4284372D800D43221 /* XPRoomHalfMessageView.m in Sources */, - 238B37A52AC55A2C00BFC9D5 /* TreasureFailyKeyInfoModel.m in Sources */, - E8EEB8F226FC2050007C6EBA /* SDPhotoBrowser.m in Sources */, - 23CEFC4F2AFB8FC100576D89 /* BSSDLayoutUtil.m in Sources */, - E81C27AB26EF2D920031E639 /* ThirdUserInfo.m in Sources */, - 23FF25682ABC3BC00064E904 /* XPHomeGameCell.m in Sources */, - E8788950273A699900BF1D57 /* ThemeColor+SendGift.m in Sources */, - 23B8D8D82B85F8B900CA472F /* PIHoemCategoryTitleCell.m in Sources */, - E81C279D26EEEC620031E639 /* YUMIConstant.m in Sources */, - 238B37AF2AC55A2C00BFC9D5 /* XPTreasureFairyViewController.m in Sources */, - 238B37DB2AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardSuccessView.m in Sources */, - 9B734F73288A787000CBDAA9 /* XPMineAccountView.m in Sources */, - 14B880E1299A1799005FCA1B /* XPLoginViewController.m in Sources */, - 239141C92AE1358F00322CA9 /* PIInputEntireServerScrollingView.m in Sources */, - E8AA6EF227DF1E97009B4C2B /* XPRoomTopicPresenter.m in Sources */, - 9BF4BEBC28D4182E009CF6C2 /* XPOpenRedPacketModel.m in Sources */, - E89DCF5D2900E5EE001647EC /* WishGiftHistoryModel.m in Sources */, - E873EB0C2809850D0071030D /* MessageContentCustomView.m in Sources */, - 238B37D42AC55A2C00BFC9D5 /* XPTreasureFailrySummonBallView.m in Sources */, - E884C36F2743AAC800E1EBED /* AttachmentModel.m in Sources */, - E8AC721926F46E0B007D6E91 /* XPMineSettingItemModel.m in Sources */, - 238B37B22AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolCell.m in Sources */, - 9BE01AF02893E31700B50299 /* NewUserRechargeModel.m in Sources */, - E82325E6274CCAFA003A3332 /* XPShareInfoModel.m in Sources */, - 2320F6392BDF732C00227EEB /* MSRoomMenuGameView.m in Sources */, - 9B32A04728881845002009D2 /* XPRoomTagListView.m in Sources */, - E85E7B1D2A4EB0D200B6D00A /* XPMineClanIncomeStatisViewController.m in Sources */, - 189DD55A26DE39D200AB55B1 /* BaseMvpPresenter.m in Sources */, - 5458319D2C2AE09300364026 /* XPRoomTypeSelectionViewController.m in Sources */, - 1427219029A75F6F00C7C423 /* WebSocket.m in Sources */, - E83ABEF9280EAF3F00322EE4 /* MessageContentOpenLiveView.m in Sources */, - E83ABF06280EDE2B00322EE4 /* MessageContentLevelUpgradeView.m in Sources */, - E85E7B0E2A4EB0D200B6D00A /* GuildSearchSuperAdminModel.m in Sources */, - E85E7B4C2A4EB0D300B6D00A /* XPMineGuildManagerPerViewController.m in Sources */, - E87DF4BF2A42C8C1009C1185 /* HomeTagModel.m in Sources */, - 23FF25652ABC3B3C0064E904 /* XPHomeGameView.m in Sources */, - E88863D3278ED4C0004BCFAB /* Timestamp.m in Sources */, - 23E7FE9C2BB6CD42008F6800 /* XPNobleCenterWindow.m in Sources */, - E8A3540A28FEC0510014A784 /* XPWishGiftListView.m in Sources */, - 238B37BF2AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultView.m in Sources */, - E88863CF278EC393004BCFAB /* XPAcrossRoomPKPrizeView.m in Sources */, - 4CE3A9462D22754C003F0796 /* RechargeUserModel.m in Sources */, - 239D0FFD2C05D086002977CE /* MSRoomGameQuitGameView.m in Sources */, - 23E9EA8E2A84BC9000B792F2 /* XPMineUserInfoHeaderTagCell.m in Sources */, - E87DF5082A42CE79009C1185 /* XPInRoomRecordPresenter.m in Sources */, - 239D0FD82C047DD8002977CE /* MSTabbarRoomGameModel.m in Sources */, - 189DD6FF26E20E5900AB55B1 /* HttpRequestHelper.m in Sources */, - 238B37DE2AC55A2C00BFC9D5 /* Api+TreasureFairy.m in Sources */, - E85E7B062A4EB0D200B6D00A /* XPGuildSearchPresenter.m in Sources */, - E8788945273A55C200BF1D57 /* XPGiftInfoView.m in Sources */, - 9BF5192628801D4700B6BE92 /* XPAcrossRoomPKCountDownView.m in Sources */, - 239141CC2AE267EF00322CA9 /* PIReceiveRedPacketSuccessView.m in Sources */, - 23D321DC2ADFBFF6006B259C /* PIInputRedPacketView.m in Sources */, - 23E9E99E2A80C7AF00B792F2 /* XPMineGuildPersonalBillRecordItemView.m in Sources */, - E87DF4F52A42CC49009C1185 /* HomeMenuInfoModel.m in Sources */, - 9BD63FAB277EE885006EB744 /* Api+RoomRadio.m in Sources */, - E8A30BF328534B17003B4873 /* Api+FindNew.m in Sources */, - E852D7412863249F001465ED /* XPMonentsReplyTableViewCell.m in Sources */, - 237B94BC2A984DA7007853E3 /* XPTrumpetPresenter.m in Sources */, - 239D0FFA2C05BE9B002977CE /* MSRoomGameVictoryCell.m in Sources */, - 54C9A1162C3D5C9000C6D970 /* XPGameOrdersListTableViewCell.m in Sources */, - 23E9EA942A84BE4800B792F2 /* XPGiftUserDataViewController.m in Sources */, - 2331C16D2A5EB71000E1D940 /* XPNobleSettingNavView.m in Sources */, - E8AEAED6271412EC0017FCE0 /* XPRoomViewController.m in Sources */, - 2305F33B2AD9293D00AD403C /* PIRoomPhotoAlbumOperateView.m in Sources */, - E8E70D9226F2F60C00F03460 /* XPMineItemModel.m in Sources */, - E818DD1F2A48974300F163F7 /* LoginAreaModel.m in Sources */, - 1427218A29A75F6F00C7C423 /* HTTPDynamicFileResponse.m in Sources */, - E8DACCFE27673F870052092C /* GiftValueInfoModel.m in Sources */, - E8412F9927799249006E1101 /* InviteFansModel.m in Sources */, - E88C72912828EA4E0047FB2B /* Music+CoreDataProperties.m in Sources */, - E84BF7CA277AF79D00EF8877 /* XPRoomSettingTagCell.m in Sources */, - 54FFD37A2C9BCB1900DE61E5 /* RelationUserVO.m in Sources */, - 9BE9F0F927FED12D00667200 /* XPAnchorFansPrivilegeModel.m in Sources */, - E87DF5022A42CDF1009C1185 /* XPHomeAttentionCollectionViewCell.m in Sources */, - E8AB631628ADE2D20023B0D2 /* XPMonentsTopicLatestViewController.m in Sources */, - E8B846CF26FDD96100A777FE /* XPMineRechageHeadView.m in Sources */, - E852D74728633E92001465ED /* MonentsCommentReplyModel.m in Sources */, - 186A534926FC6ED900D67B2C /* TTAlertMessageAttributedConfig.m in Sources */, - 4CEB9EB02D0AF4FE00443480 /* TwentyMicStageView.m in Sources */, - E8B3E80C2848BA40009746AB /* NewUserGreetModel.m in Sources */, - E85E7B4D2A4EB0D300B6D00A /* XPMineGuildRemoveMemberViewController.m in Sources */, - 9BCB99A028F571B500466D64 /* XPMineCollectPartyRoomViewController.m in Sources */, - E81C27AE26EF39AB0031E639 /* AppDelegate+ThirdConfig.m in Sources */, - E8AB631028ADD92D0023B0D2 /* XPMonentsTopicRecommondViewController.m in Sources */, - E8E70D8326F2F51A00F03460 /* XPMineHeadView.m in Sources */, - 54CE5EF92CCA4A2600A67898 /* LocationModel.m in Sources */, - E80EC81128ACD84000D133C5 /* QEmotionHelper.m in Sources */, - E8EEB90C26FC5EBC007C6EBA /* XPMineUserInfoEditModel.m in Sources */, - 23630BA62BAC3888003AD25D /* PIGiftSuperGiftBroadcastView.m in Sources */, - 18E7B31826F097E00064BC9B /* UserInfoModel.m in Sources */, - E87DF4F22A42CBEC009C1185 /* XPHomeUserView.m in Sources */, - E83ABEF6280E9AD800322EE4 /* MessageContentUnSupportView.m in Sources */, - E8AC721326F46ADD007D6E91 /* XPMineSettingViewController.m in Sources */, - 18E7B32126F098650064BC9B /* UserInfoSkillVo.m in Sources */, - E8AC722726F482A4007D6E91 /* XPMineFeedbackPresenter.m in Sources */, - 23FF42632AA5861E0055733C /* XPNewHomePartyCollectionViewCell.m in Sources */, - E85E7B422A4EB0D300B6D00A /* XPMinePromptWindow.m in Sources */, - 14EB640929A5BDDD00A4A00B /* XPMomentsSimpleDetailViewController.m in Sources */, - 18AAF3F0279EA59300CD7DAD /* MessageContentTextClickable.m in Sources */, - E8C6FFCC27548120004DC9F0 /* Api+Home.m in Sources */, - E8778AF52988EF2B00CF139B /* XPSessionSayHelloTableViewCell.m in Sources */, - 4C7989EF2D195277006AE07B /* RoomModeViewController.m in Sources */, - 23FF257C2ABD68020064E904 /* XPGiftFreeItemCell.m in Sources */, - 236B2E532AA08757003967A8 /* LittleGameStageView.m in Sources */, - 186A534E26FC6ED900D67B2C /* TTPopupService.m in Sources */, - E85E7B3A2A4EB0D300B6D00A /* XPGuildSuperAdminSetTableViewCell.m in Sources */, - E8778AE72988C1E000CF139B /* XPSessionHelloEnterView.m in Sources */, - 18A61BD7274F7F6900A09A54 /* NetImageConfig.m in Sources */, - E8C21501274B76F60079E6BF /* XPRoomAnimationHitView.m in Sources */, - 54283CE82CE48ABB009729B5 /* MyDressingViewController.m in Sources */, - E84A2E9F2A5287D200D6AF8A /* XPIncomeRecordGoldDetailsView.m in Sources */, - 233423C72AAEE5C600B1253F /* XPCandyTreeBuySuccessView.m in Sources */, - E873EB0F28098D500071030D /* MessageContentGiftView.m in Sources */, - 2331C1702A5EB71000E1D940 /* XPNoblePrivilegeContentCell.m in Sources */, - E8D34D4D28080351009C4835 /* XPMineDataClanTableViewCell.m in Sources */, - E85E7B292A4EB0D300B6D00A /* XPGuildTimePickView.m in Sources */, - E85E7BBF2A4EE7AC00B6D00A /* XPMinePersonalCenterCell.m in Sources */, - E8AC722426F47E5E007D6E91 /* XPMineFeedbackViewController.m in Sources */, - E8664ED627E434D5000171BA /* XPRoomPKRecordViewController.m in Sources */, - E87E914E2796678D00A7B3F2 /* XPMineDressEmptyTableViewCell.m in Sources */, - 232EBBFF2BD7A25500E8CEAD /* MSParamsDecode.m in Sources */, - 9B7D804D27537950003DAC0C /* MessageCell.m in Sources */, - 23E9EAA62A84C97C00B792F2 /* XPMineUserInfoTagVC.m in Sources */, - E8950180282CAC49007E459A /* XPMomentsUserInfoView.m in Sources */, - 18F404C927609A4300A6C548 /* MessagePresenter.m in Sources */, - 9BC9DAEF27E33B3F009EE409 /* XPRoomGiftAnimationParser.m in Sources */, - E89DCF602900F4FB001647EC /* XPWishGiftEnterView.m in Sources */, - E81366E326F0A1FC0076364C /* LoginBindPhoneViewController.m in Sources */, - 1464C5F329A4C18000AF7C94 /* XPIAPRechargeViewController.m in Sources */, - E85E7B662A4EC35A00B6D00A /* XPIncomeRecordGoldDetailsModel.m in Sources */, - 9B2EA7CC2804245500ED17BF /* XPAnchorPKPanelUserView.m in Sources */, - 23EE970A2BA2D39C00475D69 /* PIWebViewSavePhotoView.m in Sources */, - 2331C1B42A60F32D00E1D940 /* XPCandyTreeRankTableViewCell.m in Sources */, - 4CA532BD2D5CA49A00B8F59F /* OpenLuckyPackageEntranceView.m in Sources */, - 9B85B6DA279FDC5200A0A1AC /* XPUserCardSkillCollectionViewCell.m in Sources */, - E85E7B0D2A4EB0D200B6D00A /* GuildSuperAdminInfoModel.m in Sources */, - 54F1790A2C8EDDF400CB5219 /* CountdownRingView.m in Sources */, - 189DD68426E1FDBB00AB55B1 /* XNDJTDDLoadingTool.m in Sources */, - 9B1B72AF280031F8003FACE9 /* XPAnchorPKSelectRoomView.m in Sources */, - 5412E0FD2C52512100FDD668 /* RoomBottomEntranceModel.m in Sources */, - E818DD1C2A4896EE00F163F7 /* XPLoginAraeViewController.m in Sources */, - 4C6E31EE2D363CA800D8EEDD /* addMoveAnimationToView.m in Sources */, - 23959FE72BB15C930085A282 /* UploadFileModel.m in Sources */, - 54AE7E142C9AD9AB006D2BE2 /* CPCard.m in Sources */, - E8D4824A278D1F73003C1D08 /* XPAcrossRoomPKInviteView.m in Sources */, - E85E7B432A4EB0D300B6D00A /* XPMineExchangeAuthorityHeadView.m in Sources */, - 23194DD02AD14BF000649F51 /* DDLog.m in Sources */, - 189DD73F26E21C3F00AB55B1 /* YYUtility+Carrier.m in Sources */, - 238B37AE2AC55A2C00BFC9D5 /* TreasureFairyFragmentModel.m in Sources */, - E87AE7F9277AABE50037823A /* XPRoomTagListViewController.m in Sources */, - 18E7B26926E8D5D60064BC9B /* XCCurrentVCStackManager.m in Sources */, - E85E7B472A4EB0D300B6D00A /* XPMineGuildManagerPerTableViewCell.m in Sources */, - E824544326F58FCE00BE8163 /* XPMinePayPwdInputView.m in Sources */, - 23C7C0B72A7CD7B000802205 /* XPNewMineGuildItemView.m in Sources */, - 23A7FB692BDDEDFA00411860 /* MSRoomGameWebVC.m in Sources */, - 23CEFC5D2AFB8FC100576D89 /* BSRecordModel.m in Sources */, - 9B1B72A1280023F3003FACE9 /* XPMineAnchorFansTeamTableViewCell.m in Sources */, - 1808073027315E8E001FD836 /* NetImageView.m in Sources */, - E880B3AC278BD98600A83B0D /* XPAcrossRoomPKEmptyTableViewCell.m in Sources */, - 18486235271EB794005FC5DC /* AgoraRtcImpl.m in Sources */, - E8C1CD7A27D8B29E00376F83 /* RoomFaceInfoModel.m in Sources */, - E81C1B1C27705F6B0020D1E4 /* XPArrangeMicPresenter.m in Sources */, - 184862CE27213FD7005FC5DC /* ZegoRtcImpl.m in Sources */, - E85E7BB32A4ED45300B6D00A /* XPPageControl.m in Sources */, - 23E9EA6B2A83808000B792F2 /* ContentTreasureFairyModel.m in Sources */, - E85E7B3E2A4EB0D300B6D00A /* XPGuildIncomeRecordTableViewCell.m in Sources */, - E8A88D2727E8193400CA8837 /* XPRoomPKSelectUserView.m in Sources */, - 238B37C12AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonView.m in Sources */, - 9B0E1C5926E77022005D4442 /* BaseNavigationController.m in Sources */, - E8664ED927E4355C000171BA /* XPRoomPKRecordTableViewCell.m in Sources */, - 238B37AB2AC55A2C00BFC9D5 /* TreasureFairyConvertRecordModel.m in Sources */, - 4CEB9EAD2D09AA0400443480 /* SexAgeLabel.m in Sources */, - 23FF42762AA6E1480055733C /* XPHomeRecommendOtherRoomView.m in Sources */, - 142721B229A7647F00C7C423 /* XPBlankViewController.m in Sources */, - E85E7B6B2A4EC39400B6D00A /* XPMineExchangeAuthorityModel.m in Sources */, - E836456B2A40A33300E0DBE4 /* MineSkillCardListInfoModel.m in Sources */, - 236B2E482AA07D06003967A8 /* XPLittleGameMiniStageView.m in Sources */, - E85E7B1C2A4EB0D200B6D00A /* XPMineHallAnchorIncomeStatisViewController.m in Sources */, - 238B37C32AC55A2C00BFC9D5 /* XPTreasureFairyMessageSendView.m in Sources */, - 239BEEDB2AA1E058005CDA94 /* PIHoemCategoryTitleView.m in Sources */, - 238B37CA2AC55A2C00BFC9D5 /* XPTreasureFairyPrizePoolView.m in Sources */, - E81060FD2987CC9100B772F0 /* MessageLevelUpgradeModel.m in Sources */, - 2305EF0D2AD7CC9A00AD403C /* PIRoomPhotoAlbumChooseGiftCell.m in Sources */, - 237700FA2BCCD25500D661F1 /* YYLabel+MSRTL.m in Sources */, - E84BF7DD277C765400EF8877 /* XPRoomRoleEmptyTableViewCell.m in Sources */, - E8F6135C291E26BD00E12650 /* NSMutableDictionary+Saft.m in Sources */, - 239D0F992BFB43BC002977CE /* MSRoomOnLineAvatarView.m in Sources */, - 1427213429A75A2600C7C423 /* XPMomentsLatestPresenter.m in Sources */, - E83ABEFD280EB5E200322EE4 /* ContentOpenLiveInfoModel.m in Sources */, - E85E7BAF2A4EC99300B6D00A /* XPMineChooseGiveDiamondVC.m in Sources */, - E8EEB8F426FC2050007C6EBA /* SDBrowserImageView.m in Sources */, - E88863CC278EC336004BCFAB /* AcrossRoomPKPrizeModel.m in Sources */, - 236B2E492AA07D06003967A8 /* XPCreateLittleGameCollectionViewCell.m in Sources */, - 2305EF042AD6B11700AD403C /* PIRoomPhotoAlbumChoosePhotoTypeView.m in Sources */, - 2305EEF02AD677F200AD403C /* PIRoomPhotoAlbumVC.m in Sources */, - 54C9A1132C3D5A2300C6D970 /* XPGameOrdersListViewController.m in Sources */, - 14B880E7299A4B62005FCA1B /* XPLoginPhoneViewController.m in Sources */, - E824544626F5934700BE8163 /* XPMinePayPwdPresenter.m in Sources */, - 189DD54B26DE338800AB55B1 /* BaseViewController.m in Sources */, - E8B846C226FD82DC00A777FE /* XPMineUserInfoAlbumCollectionViewCell.m in Sources */, - 233423CD2AAEE98200B1253F /* XPCandyTreeConfirmBuyNumView.m in Sources */, - 2331C1AD2A60F32D00E1D940 /* XPCandyTreeAnimationModel.m in Sources */, - E816C11527608A7500C84014 /* XPRoomMiniManager.m in Sources */, - E81060EB2987BE8300B772F0 /* MessageGiftModel.m in Sources */, - E8EEB91726FC7B35007C6EBA /* XPMineUserInfoDesViewController.m in Sources */, - 544A36352C94160F00CA7858 /* RoomMenuBar.m in Sources */, - 9B1B72AC280031DB003FACE9 /* XPAnchorPKViewController.m in Sources */, - 4CEB9EA72D09643E00443480 /* UserRoomCardViewController.m in Sources */, - 237852A12C072D8D00E360AC /* MSRoomGameModel.m in Sources */, - 180806FB2729A354001FD836 /* ThemeColor+Room.m in Sources */, - 9BC8C83028090C9200C24F85 /* XPRoomAnchorRankBannerView.m in Sources */, - E81A653F283511BE00F55894 /* XPMonentsInteractiveViewController.m in Sources */, - 1464C5EA29A45FC300AF7C94 /* XPButton.m in Sources */, - 54E82EB12CA93BE200C931D9 /* BoomInfoViewController.m in Sources */, - 238B37C82AC55A2C00BFC9D5 /* XPTreasureFailyPrizeGiftView.m in Sources */, - 2331C17E2A5ECCF600E1D940 /* XPNobleCenterPayView.m in Sources */, - E8395331276A03AE00CF2F24 /* Api+DressUp.m in Sources */, - E8B3E8092848B871009746AB /* InviteUserInfoModel.m in Sources */, - E85E7B352A4EB0D300B6D00A /* XPClanMemberTableViewCell.m in Sources */, - 54E82EA82CA6940900C931D9 /* RoomBoomResultView.m in Sources */, - 23194DBB2AD13EAB00649F51 /* PILoginManager.m in Sources */, - E8DEC99E2764A5B60078CB70 /* XPRoomMoreMenuViewController.m in Sources */, - 4C6E1F7C2CEB25B10073D0A3 /* ShoppingMallItemPreview.m in Sources */, - 4CA532C02D5CA4D300B8F59F /* LuckyPackageStatusView.m in Sources */, - E82325F2274E2DE6003A3332 /* XPUserCardViewController.m in Sources */, - 4CA532B72D5B333200B8F59F /* RoomLuckyPackageInfoModel.m in Sources */, - E85E7B512A4EB0D300B6D00A /* Api+Guild.m in Sources */, - E83645682A40A2DC00E0DBE4 /* XPSkillCardPlayerManager.m in Sources */, - E8F65C222869A36F009BB5B9 /* ContentShareMonentsModel.m in Sources */, - 9B6E856E281AABAB0041A321 /* XPRoomRecommendModel.m in Sources */, - E84A2E992A52817E00D6AF8A /* XPIncomeRecordView.m in Sources */, - E801274B27E327DA00BAC3F2 /* XPRoomPKTypeTableViewCell.m in Sources */, - 2331C1B02A60F32D00E1D940 /* XPCandyTreeMoreView.m in Sources */, - 4CC6195D2CEC996E008C1EE8 /* MyDressingDataModel.m in Sources */, - E8412FB02779CB4D006E1101 /* XPRoomSettingPresenter.m in Sources */, - E87DF4B02A429B32009C1185 /* XPFirstRechargeView.m in Sources */, - E878893C273A54C300BF1D57 /* Api+Gift.m in Sources */, - E897ABFC28AF2E71003B3587 /* XPSailingGiftView.m in Sources */, - E8998D8028597B0300C68558 /* XPRoomLuckyBigPrizeView.m in Sources */, - E88E4A80297673DC00019A50 /* SessionNavLiveView.m in Sources */, - 544879EA2CD215F400D58DC1 /* CustomRoomBGCell.m in Sources */, - E81060DC298761F100B772F0 /* MessageTextModel.m in Sources */, - 23C9DFC62B84903500B51558 /* PIRoomActivityChoosePlayView.m in Sources */, - 235A45232B04BEB6009753F5 /* PIBaseModel.m in Sources */, - E8DEC9A82764A68B0078CB70 /* Api+MoreMenu.m in Sources */, - 9B86D87A2817DD8400494FCD /* XPRoomEnterHideTipView.m in Sources */, - 23FE47E12BB41CF200F09D23 /* PINobleCenterListReusableView.m in Sources */, - E8AC721026F43955007D6E91 /* UIImageConstant.m in Sources */, - E85E7B122A4EB0D200B6D00A /* GuildIncomeRecordModel.m in Sources */, - E81C27A026EEF83D0031E639 /* YUMIHtmlUrl.m in Sources */, - E8F1558D28124D5200EE8C06 /* MessageConentAudioView.m in Sources */, - E8E20BDB281645300033B688 /* SessionInfoViewController.m in Sources */, - 2331C1B92A60F32D00E1D940 /* Api+CandyTree.m in Sources */, - E8AB631C28ADE30E0023B0D2 /* XPMonentsTopicLatestPresenter.m in Sources */, - E80A63DC28B86B9700690914 /* MessageContentMonentsAutoView.m in Sources */, - E8098CB4282E97550090B9F0 /* XPMineBlackListPresenter.m in Sources */, - E87DF4DD2A42CA12009C1185 /* HomeSearchResultModel.m in Sources */, - 1464C5F029A49DDD00AF7C94 /* XPMineSimpleUserInfoHeaderView.m in Sources */, - E85E7B2C2A4EB0D300B6D00A /* XPClanSectionView.m in Sources */, - E801274E27E3280000BAC3F2 /* XPRoomPKVoteTableViewCell.m in Sources */, - 18E7B1B726E8B2D10064BC9B /* Api+Main.m in Sources */, - E87DF4D72A42C9C3009C1185 /* HomePlayRoomModel.m in Sources */, - E8B846D326FDDBE600A777FE /* XPMineRechargeTableViewCell.m in Sources */, - E8D48256278D83AE003C1D08 /* XPAcrossRoomPKPanelUserView.m in Sources */, - E85E7B372A4EB0D300B6D00A /* XPMineGuildListCell.m in Sources */, - E85E7B502A4EB0D300B6D00A /* XPMineGuildListVC.m in Sources */, - E824546126F5F4E400BE8163 /* XPMineResetPayPwdViewController.m in Sources */, - 239D0FCF2C046048002977CE /* MSTabbarRoomGameHeadView.m in Sources */, - E81D58822720082A003063FE /* MicroWaveView.m in Sources */, - E8A73F8728586A6F00FD9CBC /* XPGiftWeekStarCollectionViewCell.m in Sources */, - E80E09B62A42078F00CD2BE7 /* XPRoomStarKitchenModel.m in Sources */, - 2331C16B2A5EB71000E1D940 /* XPNobleCenterMyNobleView.m in Sources */, - E8B825C226EA00DF009E8E9F /* LoginVerifCodePresent.m in Sources */, - E878B85B2835F3BF00E22DCF /* XPMonentsInteractiveTableViewCell.m in Sources */, - 9BCFB828289BAC7D0093D863 /* XPMineHeadFunctionItemLayout.m in Sources */, - E8D34D6428084E40009C4835 /* XPMineUserInfoGiftWallViewController.m in Sources */, - 238B37CE2AC55A2C00BFC9D5 /* XPTreasureFairyDrawView.m in Sources */, - E899C68927508F4E00E189E5 /* XPUserCardInfoModel.m in Sources */, - 9B6B3AAB278C2EA7005551EC /* XPRoomNobleLevelUpView.m in Sources */, - E85E7B302A4EB0D300B6D00A /* XPGuildIncomeHeaderView.m in Sources */, - E85E7B222A4EB0D300B6D00A /* XPMineGuildIncomeRecordViewController.m in Sources */, - 544B19B32CA129A800885BEB /* CPLevelUpAnimation.m in Sources */, - 9BD2ECD5288F838200F5CD9A /* XPMineFootPrintPresenter.m in Sources */, - 9B1B72BF2800422E003FACE9 /* XPAnchorPKRuleView.m in Sources */, - 54F469352C29711400A83655 /* XPMomentUserDataViewController.m in Sources */, - 1427219729A75F6F00C7C423 /* DDRange.m in Sources */, - 4CD6FF662D673A5C00262AB7 /* AgentMessageModel.m in Sources */, - E85E7B6E2A4EC4AE00B6D00A /* XPMineGuildPresenter.m in Sources */, - 23CEFC5B2AFB8FC100576D89 /* BSSelectView.m in Sources */, - E81125CA296E606F000D9804 /* QPhotoImageModel.m in Sources */, - 239D0FAA2BFCB88D002977CE /* XPRoomDatingWebAlertView.m in Sources */, - 9B42869528C1E00A009034D2 /* XPRedPacketResultModel.m in Sources */, - 2331C16E2A5EB71000E1D940 /* XPNobleAuthorityDescView.m in Sources */, - 9BE01AE428937EDE00B50299 /* XPDressUpShopCollectionViewCell.m in Sources */, - 1427219129A75F6F00C7C423 /* MultipartMessageHeaderField.m in Sources */, - 54E82EAE2CA9293C00C931D9 /* BoomInfoModel.m in Sources */, - 186A534B26FC6ED900D67B2C /* TTPopupManagerService.m in Sources */, - E8BD0F8B28A9EB0A00DE050D /* RoomSailingPrizeListModel.m in Sources */, - 9BA812DD28BF6A7300783EA7 /* XPRoomRedPacketPresenter.m in Sources */, - E85E7B642A4EC35A00B6D00A /* XPIncomeRecordModel.m in Sources */, - 544879ED2CD22A6B00D58DC1 /* CustomRoomBGPresenter.m in Sources */, - E85E7B082A4EB0D200B6D00A /* XPMineManagerSetPresenter.m in Sources */, - 18E7B1B226E8AF980064BC9B /* MainPresenter.m in Sources */, - E81366F626F0C0DF0076364C /* LoginFullInfoPresenter.m in Sources */, - 237700DA2BC7D5EC00D661F1 /* UILabel+MSRTL.m in Sources */, - E8A30BEE28534AB1003B4873 /* XPSessionFindNewPresenter.m in Sources */, - 9BDA3E7727FD41C200517FE6 /* XPAnchorFansTeamViewController.m in Sources */, - 23E9EAAD2A84C9B800B792F2 /* XPMineUserInfoTagItemView.m in Sources */, - 18A61BE8274F9CF000A09A54 /* SessionListViewController.m in Sources */, - E8C1CD6A27D8937800376F83 /* XPRoomFaceCollectionViewCell.m in Sources */, - 9B2EA7C02804037700ED17BF /* AnchorPKStageView.m in Sources */, - 4C1392992D6DB4CD00A6DFB5 /* MoliMoneyLabel.m in Sources */, - 23CEFC622AFB8FC100576D89 /* BSLogNetDetailViewController.m in Sources */, - 238B37CF2AC55A2C00BFC9D5 /* XPTreasureFairySendRecordView.m in Sources */, - 238B37C52AC55A2C00BFC9D5 /* XPTreasureFairyMoreView.m in Sources */, - E811FFF72742367B00918544 /* XPGiftEmptyCollectionViewCell.m in Sources */, - 189DD67E26E1FD8900AB55B1 /* UIImage+Utils.m in Sources */, - 4C71C6A22D06DB3D00ECCA24 /* GiftAnimationManager.m in Sources */, - E82D5C73276AE94800858D6D /* CarModel.m in Sources */, - E85E7B0B2A4EB0D200B6D00A /* XPGuildSetNamePresenter.m in Sources */, - E87E62762A3F5907002F68C9 /* XPNewHomePlayTableViewCell.m in Sources */, - 186A534726FC6ED900D67B2C /* TTAlertConfig.m in Sources */, - 18F403EE2758CF2F00A6C548 /* MessageContentImage.m in Sources */, - 238B37A32AC55A2C00BFC9D5 /* XPTreasureFailyPresenter.m in Sources */, - 18E7B31E26F0984C0064BC9B /* UserLevelVo.m in Sources */, - 23B8D8DB2B85FDDD00CA472F /* PIHomeCategoryTitleModel.m in Sources */, - 2331C1762A5EB71000E1D940 /* ThemeColor+NobleCenter.m in Sources */, - 1427218C29A75F6F00C7C423 /* HTTPAsyncFileResponse.m in Sources */, - E8DD25DA295583920043C7D5 /* XPAnchorRandomPKRuleView.m in Sources */, - E8664EDC27E43632000171BA /* XPRoomPKEmptyTableViewCell.m in Sources */, - E8778AE42988B57B00CF139B /* MessageContentRevokeView.m in Sources */, - E880B3A9278BD82300A83B0D /* AcrossRoomPKInfoModel.m in Sources */, - 9B88E20F28C6305400D26FBA /* XPRoomSearchRecordViewController.m in Sources */, - E84A2E892A527DF800D6AF8A /* XPIncomeRecordVC.m in Sources */, - E82D5C7A276B25D100858D6D /* SpriteSheetImageManager.m in Sources */, - E85E7BB02A4EC99300B6D00A /* Api+GiveDiamond.m in Sources */, - E874B88B27215EAF003954B9 /* MicroQueueModel.m in Sources */, - 9B1B72B828003772003FACE9 /* XPAnchorPKPresenter.m in Sources */, - E8EE827D272B9A2300A17217 /* XPRoomSendTextView.m in Sources */, - E8AB631928ADE2F40023B0D2 /* XPMonentsTopicRecommendPresenter.m in Sources */, - 9BD63FAE277EE97A006EB744 /* XPReleaseRadioPresenter.m in Sources */, - 9B1FC3D827E49C36006EFFE0 /* XPMineDressBubbleCollectionViewCell.m in Sources */, - 9BE01AEA2893CB4400B50299 /* XPDressSearchViewController.m in Sources */, - 238B37DA2AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardInputNumView.m in Sources */, - E8751E6B28A64C6E0056EF44 /* XPSailingRankTableViewCell.m in Sources */, - 9B1B72B528003664003FACE9 /* Api+AnchorPk.m in Sources */, - 23194DCC2AD14BF000649F51 /* DDTTYLogger.m in Sources */, - E8EEB90626FC5772007C6EBA /* XPMineUserInfoEditViewController.m in Sources */, - 23E9EA912A84BD5B00B792F2 /* XPMineUserInfoIndividualTagView.m in Sources */, - E8B846D626FDE01B00A777FE /* XPMineRechargePresenter.m in Sources */, - E8A30BF628534B35003B4873 /* FindNewUserInfoModel.m in Sources */, - 23D8DEF22AC5633300644637 /* PIIAPRegulate.swift in Sources */, - E801274027E323C800BAC3F2 /* XPRoomPKViewController.m in Sources */, - E8EEB91426FC7786007C6EBA /* XPMineUserInfoNickViewController.m in Sources */, - 18E7B31B26F0982E0064BC9B /* UserExpand.m in Sources */, - 236B2E592AA18E13003967A8 /* XPMIneGameCollectionViewCell.m in Sources */, - 9BDA3E7D27FD47AB00517FE6 /* XPAnchorFansTeamPresenter.m in Sources */, - E8C6FFE62754FE53004DC9F0 /* XPHomeSearchPresenter.m in Sources */, - 2320F6422BE0F53F00227EEB /* MSRoomMenuGameEmptyCell.m in Sources */, - 238B37C02AC55A2C00BFC9D5 /* XPTreasureFairyPoolRecordView.m in Sources */, - 9B2A12DE2783FEDD00CED41B /* UserVipInfoVo.m in Sources */, - 233423CA2AAEE97500B1253F /* XPCandyTreeConfirmBuyView.m in Sources */, - E824543526F57D6E00BE8163 /* XPLoginVerifBindPhoneViewController.m in Sources */, - E8680718271967B00024F48F /* MicroView.m in Sources */, - E896EF942771AAC100AD2CC1 /* XPMineFansPresenter.m in Sources */, - E8B825CD26EA18C8009E8E9F /* DJDKMIMOMColor.m in Sources */, - E8751E5F28A62A970056EF44 /* XPSailingPresenter.m in Sources */, - E84A2E962A5280F900D6AF8A /* XPExchangeDiamondsView.m in Sources */, - 23F9636A2BB6919D00F440A6 /* PINobleRebateModel.m in Sources */, - E8DAC5AC2858305A00012CFD /* XPRoomMessageBubbleView.m in Sources */, - 1427218929A75F6F00C7C423 /* HTTPDataResponse.m in Sources */, - E8B9843028AB90200022D026 /* XPMoentsTopicListView.m in Sources */, - 23E9EA9A2A84C39700B792F2 /* XPMineUserInfoRecordedSoundView.m in Sources */, - E8E20BDE28164D3A0033B688 /* SessionNavView.m in Sources */, - 9B734F76288A92FB00CBDAA9 /* XPMineFunctionItemModel.m in Sources */, - 541DD9552C1EDEFB00B616C4 /* XPHomePagingViewController.m in Sources */, - E82D5C70276AE60000858D6D /* HeadwearModel.m in Sources */, - 4C5C37232D0C1C7900BA9AB8 /* RegionListViewController.m in Sources */, - 238B37CC2AC55A2C00BFC9D5 /* XPTreasureFairyPrizeSubView.m in Sources */, - E81125C4296E57B7000D9804 /* QinputPhotoView.m in Sources */, - E880B3A1278BD60C00A83B0D /* XPAcrossRoomPKSelectRoomView.m in Sources */, - 9B3C181A292CE4FA003AF543 /* XPAnchorPKMatchView.m in Sources */, - E80EC80D28ACD84000D133C5 /* QInputBarView.m in Sources */, - 23E9EA852A84B6FD00B792F2 /* XPSoundCardModel.m in Sources */, - E8D48250278D68BA003C1D08 /* XPAcrossRoomPKPanelView.m in Sources */, - 18F404C3276098F100A6C548 /* Api+Message.m in Sources */, - 9B85B6D7279FDABA00A0A1AC /* XPUserCardSkillCardView.m in Sources */, - 9B33E3CB27D85379003B0E62 /* UploadFile.m in Sources */, - E8AEAEF327141C7C0017FCE0 /* XPRoomMessageContainerView.m in Sources */, - 9B1B729D28002264003FACE9 /* XPMineAnchorFansTeamModel.m in Sources */, - E8C6FFE02754EEF9004DC9F0 /* XPHomeSearchViewController.m in Sources */, - E87E627F2A3F5D28002F68C9 /* XPNewHomePlayItemCollectionViewCell.m in Sources */, - E8AE427327153A3500BEEBB2 /* XPRoomActivityContainerView.m in Sources */, - 23E9E99B2A80C40000B792F2 /* XPMineGuildPersonalBillRecordHeadView.m in Sources */, - 2305EEF32AD67A8D00AD403C /* PIRoomPhotoAlbumItemVC.m in Sources */, - E89DCF5428FFEC67001647EC /* XPWishGiftHistoryTableViewCell.m in Sources */, - 2331C1B22A60F32D00E1D940 /* XPCandyTreeEmptyableViewCell.m in Sources */, - E85E7B072A4EB0D200B6D00A /* XPGuildPresenter.m in Sources */, - 2331C17B2A5EB7AB00E1D940 /* XPNobleCenterEntranceView.m in Sources */, - 9BB89DC627FEB9E100586A83 /* XPAnchorFansTaskViewController.m in Sources */, - E86596432701611A00846EBD /* UIImage+ImageEffects.m in Sources */, - E8E20BEF2816A5FC0033B688 /* XPMineBlackListTableViewCell.m in Sources */, - 23BA165B2A5D2ACF0030C5A3 /* PIBaseAnimationViewModel.m in Sources */, - 18486217271EAB8C005FC5DC /* BaseRtcImpl.m in Sources */, - E80EC81228ACD84000D133C5 /* QEmotionAttachment.m in Sources */, - E8DACCFB2766EDC60052092C /* MicroGiftValueView.m in Sources */, - E85E7BAE2A4EC99300B6D00A /* XPMineGiveDiamondVC.m in Sources */, - 23942E912A86424500D0ECC2 /* XPLoginAuthCodeVC.m in Sources */, - E8CEA03D26EA3DE500644B44 /* LoginPasswordPresent.m in Sources */, - 2331C1752A5EB71000E1D940 /* XPNobleUpgradeLevelView.m in Sources */, - E885D533297798E1004DC088 /* SessionSettingTableViewCell.m in Sources */, - E85E7BA82A4EC99300B6D00A /* XPMineChooseGiveGiftViewCell.m in Sources */, - E8E70D7726F2F15100F03460 /* XPMineViewController.m in Sources */, - 9B1FC3D527E49A5D006EFFE0 /* ChatBubbleModel.m in Sources */, - E896EFA62771AEDD00AD2CC1 /* XPMineFansTableViewCell.m in Sources */, - E8E7DAEB2745158500C631CC /* XPGiftUserInfoModel.m in Sources */, - E88863C6278EAFC3004BCFAB /* XPAcrossRoomPKResultView.m in Sources */, - E8AC722C26F49580007D6E91 /* XPMineNotificaViewController.m in Sources */, - 237B94BF2A984DA7007853E3 /* XPRoomTrumpetView.m in Sources */, - 9B335B492925D8A00048A116 /* XPAnchorPKSelectTypeController.m in Sources */, - E8098CAE282E07C00090B9F0 /* XPMomentsEmptyTableViewCell.m in Sources */, - 237700D72BC7D51400D661F1 /* UIButton+MSRTL.m in Sources */, - E85E7B4F2A4EB0D300B6D00A /* XPMineExchangeAuthorityVC.m in Sources */, - 23FE47DB2BB4171C00F09D23 /* PINobleCenterListView.m in Sources */, - 4C75CEFB2D6318FF009147A5 /* RoomEnterModel.m in Sources */, - E84A2E932A527EC800D6AF8A /* XPIncomeRecordPresent.m in Sources */, - 236B2E432AA07D06003967A8 /* NSString+RW.m in Sources */, - 239D0FC92C045F92002977CE /* MSRoomGameVC.m in Sources */, - E85E7B172A4EB0D200B6D00A /* ClanMemberDetailInfoModel.m in Sources */, - 54C3895C2C215F5100FD47B1 /* XPHomeMineViewController.m in Sources */, - 9B044DA0282D32F700DE4859 /* MicroInviteExtModel.m in Sources */, - E8D7D74B282BA1EC0007D7BD /* XPMomentsTableViewCell.m in Sources */, - E8D34D5A28082357009C4835 /* UserGiftWallInfoModel.m in Sources */, - 5461041C2CD4D35A00066B21 /* RoomHighValueGiftBannerAnimation.m in Sources */, - E82107842987E35300DE7040 /* MessageMonentsAutoModel.m in Sources */, - 189DD52E26DE255300AB55B1 /* AppDelegate.m in Sources */, - 23FE47E42BB41EBF00F09D23 /* PINobleCenterListCell.m in Sources */, - E83DB4842746661800D8CBD1 /* XPRoomGiftBroadcastView.m in Sources */, - E8778AF82988F4E200CF139B /* XPSessionSayHelloHeaderView.m in Sources */, - E84150C527747E0900A7F548 /* FirstRechargeRewardModel.m in Sources */, - E8B9843328ABA2FF0022D026 /* MonentsPicResInfo.m in Sources */, - 239D0FDB2C047F24002977CE /* MSTabbarRoomGameCell.m in Sources */, - 54F469412C2AB56900A83655 /* XPMineGiftsTableViewCell.m in Sources */, - 235714982BEDF54E004C81D6 /* MsRoomMessageMainView.m in Sources */, - 237852A72C08764B00E360AC /* MSRoomGameResultsModel.m in Sources */, - 9BE9F10227FEE5C200667200 /* XPAnchorFansTaskDetailModel.m in Sources */, - E8E0DAE6285C280E00566A2F /* XPSessionFindNewAlertView.m in Sources */, - E85E7B1A2A4EB0D200B6D00A /* XPMineGoldIncomeRecordVC.m in Sources */, - E86596542701A55500846EBD /* StatisticsServiceHelper.m in Sources */, - E8E21A9B28B4BD92008F7C9D /* XPRoomGraffitiGiftAnimationView.m in Sources */, - E85E7B102A4EB0D200B6D00A /* GuildIncomeDetailModel.m in Sources */, - E85E7B132A4EB0D200B6D00A /* GuildSearchUserInfoModel.m in Sources */, - E8E70D8C26F2F5A500F03460 /* XPMineHeadItemCollectionViewCell.m in Sources */, - 9B17F71827BD150600440843 /* SVGAParserManager.m in Sources */, - E87DF5052A42CE21009C1185 /* XPHomeSearchRecordCell.m in Sources */, - E8751E5928A62A390056EF44 /* Api+Sailing.m in Sources */, - E897ABFF28AF39B4003B3587 /* XPSailingAnimationView.m in Sources */, - E885D5362977CE28004DC088 /* SessionSettingModel.m in Sources */, - E80DE40D2775ABA500BE5BCB /* XPFirstRechargeFlowLayout.m in Sources */, - 9BE01AE128937DBC00B50299 /* XPDressUpShopCardViewController.m in Sources */, - E896EFA22771AE9400AD2CC1 /* XPMineFriendViewController.m in Sources */, - 1427218D29A75F6F00C7C423 /* HTTPRedirectResponse.m in Sources */, - E875A1B829755EE200AB1BBD /* SessionUserInfoTableViewCell.m in Sources */, - E8E70D8C26F2F5A500F03460 /* XPMineHeadItemCollectionViewCell.m in Sources */, - 9BE9F0FC27FED2E100667200 /* XPAnchorFansJoinModel.m in Sources */, - E87DF50B2A42CEC9009C1185 /* HomeEveryOneSearchModel.m in Sources */, - 23E9EA8B2A84B9BD00B792F2 /* XPMineUserInfoTagFlowLayout.m in Sources */, - 186A534A26FC6ED900D67B2C /* TTActionSheetConfig.m in Sources */, - 9B6E856A281A982A0041A321 /* XPRoomRecommendView.m in Sources */, - E8DBB6FD27B63CE000AA285D /* LittleGameMicroView.m in Sources */, - E85E7B4A2A4EB0D300B6D00A /* XPMineMangerListViewController.m in Sources */, - E81C278D26EAFAF60031E639 /* DESEncrypt.m in Sources */, - E85E7BB92A4ED89F00B6D00A /* XPIncomeRecordGoldDetailsHeadView.m in Sources */, - E84A2EAB2A528A4100D6AF8A /* XPIncomeRecordGoldDetailsPickViewView.m in Sources */, - E82107812987D7F300DE7040 /* MessageMonentsModel.m in Sources */, - E81366E726F0A49E0076364C /* NSString+Utils.m in Sources */, - 23194DD22AD14BF000649F51 /* DDFileLogger.m in Sources */, - E8EEB90126FC31B6007C6EBA /* XPMineUserInfoPresenter.m in Sources */, - 4C864A022D55F4F600191AE0 /* LuckyPackagePresenter.m in Sources */, - E81A65312834E53600F55894 /* XPMomentsLatestViewController.m in Sources */, - 18F404BB2760982000A6C548 /* ChatLimitModel.m in Sources */, - E8A30BE828534A63003B4873 /* XPSessionFindNewTableViewCell.m in Sources */, - 9BE9F10527FF04CF00667200 /* XPAnchorFansTaskTableViewCell.m in Sources */, - 4C6E31EC2D35010F00D8EEDD /* RoomAnimationView.m in Sources */, - 23FF25792ABD67CD0064E904 /* XPFreeGiftModel.m in Sources */, - 9B92A33C2797E38100AD168F /* XPMineHeadItemTableViewCell.m in Sources */, - E854103928646A00005CFD9F /* XPMonentsReplyMoreTableViewCell.m in Sources */, - 4CEB9EAA2D097E8400443480 /* MoliAvatar.m in Sources */, - 9B8DE0E1289CF02900FB6EC2 /* XPGiftCompoundModel.m in Sources */, - 23FF256E2ABC48810064E904 /* XPSessionMainViewController.m in Sources */, - E85E7B092A4EB0D200B6D00A /* XPGuildRemoveMemberPresenter.m in Sources */, - E8950186282CAC80007E459A /* XPMomentsTooBarView.m in Sources */, - E86507E5281A7D4D006951B0 /* MessageContentTweetView.m in Sources */, - E824544B26F5BBB800BE8163 /* XPMineModifPayPwdViewController.m in Sources */, - E81C1B2227705F950020D1E4 /* Api+ArrangeMic.m in Sources */, - E8E20BE828169BDC0033B688 /* XPMineLoginPasswordPresenter.m in Sources */, - 238B37D52AC55A2C00BFC9D5 /* PITreasureFairyBuyElfShardView.m in Sources */, - E85E7B3F2A4EB0D300B6D00A /* XPGuildSingleRoomIncomeTableViewCell.m in Sources */, - E84150C227747BF700A7F548 /* FirstRechargeModel.m in Sources */, - 9B1EF3D227E81C0600554295 /* XPMineDressUpBubbleViewController.m in Sources */, - 2331C1AB2A60F32D00E1D940 /* CandyTreeResultModel.m in Sources */, - 23C9DFC32B84807A00B51558 /* PIRoomActivityClickView.m in Sources */, - 1427218B29A75F6F00C7C423 /* HTTPFileResponse.m in Sources */, - 4C75CEFE2D632CD5009147A5 /* CPEnterRoomTableViewCell.m in Sources */, - E839533C276A0CCD00CF2F24 /* XPMineCarTableViewCell.m in Sources */, - 2331C1B62A60F32D00E1D940 /* XPCandyTreeInsufficientBalanceView.m in Sources */, - E8751E7128A6541B0056EF44 /* RoomSailingRankModel.m in Sources */, - E85E7B452A4EB0D300B6D00A /* XPMineExchangeAuthorityFooderView.m in Sources */, - E8EEB8FE26FC2DF8007C6EBA /* XPMineUserInfoCustomNavView.m in Sources */, - E85E7B2E2A4EB0D300B6D00A /* XPGuildSearchNavView.m in Sources */, - E87E62752A3F5907002F68C9 /* XPNewHomePlayEmptyTableViewCell.m in Sources */, - 2331C1682A5EB71000E1D940 /* NobleAuthInfo.m in Sources */, - E896EF972771AAE400AD2CC1 /* XPMineAttentionPresenter.m in Sources */, - E86F6185284F4E4800E8EC9A /* RoomHalfHourRankModel.m in Sources */, - 9B208A362779B50100F9E54A /* GiftNobleInfoModel.m in Sources */, - E80A086227F2AC190027B30C /* RoomPKDetailInfoModel.m in Sources */, - 238B37CD2AC55A2C00BFC9D5 /* XPTreasureFailyResultView.m in Sources */, - E824545126F5CE6E00BE8163 /* XPMineModifPayPwdPresenter.m in Sources */, - E8098CB1282E86EF0090B9F0 /* XPMomentsContentView.m in Sources */, - E85E3FA728B7A6F000268DC8 /* MessageContentMonentsView.m in Sources */, - E880B3AF278BE1D800A83B0D /* Api+AcrossRoomPK.m in Sources */, - 238B37DC2AC55A2C00BFC9D5 /* XPTreasureFairyBallView.m in Sources */, - 23CEFC4B2AFB8FC100576D89 /* BSUIDemoUtil.m in Sources */, - E8B9842D28AB77F10022D026 /* XPMonentsPublishTopicView.m in Sources */, - 239141C62AE129F700322CA9 /* PIInputScrollingView.m in Sources */, - E88C72992828F3620047FB2B /* XPRoomMusicLibraryTableViewCell.m in Sources */, - E8D34D4728080295009C4835 /* XPMineUserDataViewController.m in Sources */, - E801275127E3281100BAC3F2 /* XPRoomPKTimeTableViewCell.m in Sources */, - E8EEB90F26FC6AB8007C6EBA /* XPMineUserInfoEditPresenter.m in Sources */, - E873EB09280960990071030D /* XPMineUserInfoVoiceCardView.m in Sources */, - E85E7B162A4EB0D200B6D00A /* GuildInfoModel.m in Sources */, - E885D53C2977FBFD004DC088 /* MessageTimeView.m in Sources */, - E8AC723A26F49AAE007D6E91 /* XPMineNotifyStatus.m in Sources */, - E87DF50E2A42CF15009C1185 /* HomeLiveRoomModel.m in Sources */, - E8F6135F291E274E00E12650 /* NSArray+Safe.m in Sources */, - 4C44BD5D2D151B5C00F321FA /* RoomSideMenu.m in Sources */, - E87E62622A3F568A002F68C9 /* XPNewHomeNavView.m in Sources */, - 54E82E9F2CA6876300C931D9 /* RoomBoomManager.m in Sources */, - 18E7B33226F317A20064BC9B /* XPWebViewController.m in Sources */, - E8AEAEF927141CA30017FCE0 /* RoomHeaderView.m in Sources */, - 545831A32C2AF01100364026 /* FifteenMicStageView.m in Sources */, - E8AB632428AE10310023B0D2 /* XPMomentsTopicListViewController.m in Sources */, - E8098CAA282E03B40090B9F0 /* XPMomentsRecommendPresenter.m in Sources */, - E8F63CBB298B648300B338BA /* SessionSayHelloListModel.m in Sources */, - 9B1B729828002147003FACE9 /* XPMineFansTeamPresenter.m in Sources */, - 23FF42702AA6C7CF0055733C /* XPNewHomeItemCell.m in Sources */, - E87DF4DA2A42C9D9009C1185 /* HomeCollectRoomModel.m in Sources */, - E86507E8281A8212006951B0 /* ContentTweetModel.m in Sources */, - E8D55CA0281186D6006935A5 /* SessionAudioRecordView.m in Sources */, - E8A88D2A27E81C8600CA8837 /* XPRoomPKUserCollectionViewCell.m in Sources */, - 9B7B606627BBA0EE0070BB72 /* XPAnchorAttentSendInfo.m in Sources */, - E81C1B29277069DD0020D1E4 /* XPArrangeMicEmptyTableViewCell.m in Sources */, - E8AC721C26F4720B007D6E91 /* XPMineSettingPresent.m in Sources */, - 2305EF102AD8006900AD403C /* PIRoomMessagePhotoAlbumCell.m in Sources */, - 238B37BA2AC55A2C00BFC9D5 /* XPTreasureFairyFriendView.m in Sources */, - E81060EE2987C35700B772F0 /* MessageTextClickModel.m in Sources */, - E87AE8C5284E1A8400CAFBB3 /* XPRoomNewUserGreetView.m in Sources */, - E8A3540728FEBD460014A784 /* XPWishGiftCreateItemViewController.m in Sources */, - E87E627B2A3F5A0D002F68C9 /* XPNewHomeRecommendPresenter.m in Sources */, - 14DCAD08299B36A500A7DD31 /* XPLoginPwdViewController.m in Sources */, - E81060F42987C6B200B772F0 /* MessageOpenLiveModel.m in Sources */, - E8AEAEF027141C430017FCE0 /* XPRoomMenuContainerView.m in Sources */, - 9B85F3532806AB9A006EDF51 /* XPAnchorPKResultView.m in Sources */, - E8DEC99527648FA50078CB70 /* ClientConfig.m in Sources */, - 9B6E8577281ABECC0041A321 /* XPRoomInsideRecommendEmptyCell.m in Sources */, - E85E7BC22A4EE82300B6D00A /* XPMineListCell.m in Sources */, - E880B3A6278BD69900A83B0D /* XPAcrossRoomPKTableViewCell.m in Sources */, - 4C1392932D6D963700A6DFB5 /* SubRechargersViewController.m in Sources */, - 5456F3C82C6EF962000E1805 /* VIPCenterViewController.m in Sources */, - E8EEB90926FC579A007C6EBA /* XPMineUserInfoEditTableViewCell.m in Sources */, - E8F1559028125E2D00EE8C06 /* MessageAudioCenter.m in Sources */, - E8901CF628B38D89001E9A92 /* XPGraffitiGiftView.m in Sources */, - E89DA67527009ACD008483C1 /* XPMineRechargeNavView.m in Sources */, - E81A6546283519CA00F55894 /* MomentsTopicModel.m in Sources */, - E86E79D028A4E0B2006DAF48 /* ContentRistAlertModel.m in Sources */, - 9BFE0D922899042600F53C24 /* XPTaskCompleteTipView.m in Sources */, - 54C9A10D2C3D2FD300C6D970 /* XPMineDataGameMateTableViewCell.m in Sources */, - 23B8D8DE2B860B8800CA472F /* PIHoemCategoryCollectionView.m in Sources */, - 9BE01AE728938AB600B50299 /* XPDressUpShopCardTableViewCell.m in Sources */, - E82E75062828E76400C25EF7 /* XPCoreDataManager.m in Sources */, - 9B8DE0E4289CF7AA00FB6EC2 /* XPRoomGiftCompoundView.m in Sources */, - 1808072D2731598F001FD836 /* XPNetImageYYLabel.m in Sources */, - E818E348286ECA4B005EDF68 /* XPMonentsPublishViewController.m in Sources */, - 9B88E20C28C5EB8300D26FBA /* MessageContentRedPacketView.m in Sources */, - E896EFAF2771AF0F00AD2CC1 /* XPMineFriendEmptyTableViewCell.m in Sources */, - E8E859E928264F4500EE4857 /* XPRoomTransferMusicViewController.m in Sources */, - 18486213271EA9DA005FC5DC /* RtcManager.m in Sources */, - E8D34D5628080393009C4835 /* XPMineDataGiftCollectionViewCell.m in Sources */, - E84A2E9C2A52823900D6AF8A /* XPTextField.m in Sources */, - 186A536926FC6F2E00D67B2C /* XPShareView.m in Sources */, - 23CEFC602AFB8FC100576D89 /* RealViewCellModel.m in Sources */, - E8AB632C28AE19600023B0D2 /* XPMomentsMineViewController.m in Sources */, - 23CEFC5F2AFB8FC100576D89 /* BSLogTableViewController.m in Sources */, - 236B2E4D2AA07D06003967A8 /* XPRoomLittleGameContainerView.m in Sources */, - E87AE8C1284E184300CAFBB3 /* RoomNewUserGreetModel.m in Sources */, - 239D0FAC2BFCB88D002977CE /* XPRoomRankEntranceView.m in Sources */, - 9BC5C91C277C8A7B007C8719 /* XPReleaseRadioViewController.m in Sources */, - 23B2AEC42A6516C200543D17 /* LoginForgetPasswordViewController.m in Sources */, - 186A534C26FC6ED900D67B2C /* TTAlertView.m in Sources */, - E8A3540428FEB7100014A784 /* XPWishGiftHistoryViewController.m in Sources */, - 23E9EB1E2A84DA5F00B792F2 /* XPMineUserInfoNavView.m in Sources */, - E85E7B332A4EB0D300B6D00A /* XPGuildIncomeSectionView.m in Sources */, - E85E7B0F2A4EB0D200B6D00A /* GuildRoomInfoModel.m in Sources */, - 232C43EA2AB15F4100D4B2ED /* XPRoomTarrowBannerView.m in Sources */, - E801275527E3326000BAC3F2 /* XPRoomPKUserView.m in Sources */, - 2305EF132AD8036B00AD403C /* PIRoomMessagePhotoAlbumView.m in Sources */, - E8FE3C2C2994D0E80006C6C7 /* XPSwitch.m in Sources */, - E8D4824D278D2CE4003C1D08 /* XPAcrossRoomPKInviteResultView.m in Sources */, - E81E09CC290F732600A1F410 /* XPAdImageTool.m in Sources */, - 9BD8D4E628911F7700AE03FF /* XPMineCollectRoomListPresenter.m in Sources */, - 233423D92AB0438400B1253F /* PIMessageContentServiceReplyModel.m in Sources */, - E866B6E52759F96F009B002A /* XPMiniRoomView.m in Sources */, - 23E9EAB52A84CB2700B792F2 /* XPMineUserInfoTagEmptyView.m in Sources */, - 2331C1AE2A60F32D00E1D940 /* CandyTreeInfoModel.m in Sources */, - 239D0FEA2C04A9EE002977CE /* MSRoomGameSendMsgView.m in Sources */, - E818E34B286ECABF005EDF68 /* XPMonentsPublishPresenter.m in Sources */, - E85E7B462A4EB0D300B6D00A /* XPGuildEmptyCollectionViewCell.m in Sources */, - 9B7B605B27BB53060070BB72 /* XPAnchorAudienceUpMicView.m in Sources */, - 23CEFC522AFB8FC100576D89 /* BSFileOptionModel.m in Sources */, - 238B37D02AC55A2C00BFC9D5 /* XPTreasureFairySummonGiftView.m in Sources */, - 14DCAD0E299B6AD900A7DD31 /* XPForgetPwdViewController.m in Sources */, - 23194DD12AD14BF000649F51 /* DDAbstractDatabaseLogger.m in Sources */, - 545831A02C2AEFAF00364026 /* TenMicStageView.m in Sources */, - 9BE9F0FF27FED76500667200 /* XPAnchorFansTaskModel.m in Sources */, - E85E7BAA2A4EC99300B6D00A /* XPMineGiveDiamondPwdView.m in Sources */, - 23FF428E2AAB2D3A0055733C /* XPCandyTreeBuyView.m in Sources */, - E88C72922828EA4E0047FB2B /* Music+CoreDataClass.m in Sources */, - E84A2EA52A5288CB00D6AF8A /* XPGoldDetailsChooseRoomView.m in Sources */, - E8E7DAE82744F5EF00C631CC /* XPGiftStorage.m in Sources */, - E8AA6EEF27DF1E6B009B4C2B /* XPRoomTopicViewController.m in Sources */, - 1427219629A75F6F00C7C423 /* DDData.m in Sources */, - E87AE7FC277AAC450037823A /* XPRoomTagPresenter.m in Sources */, - E85E7B652A4EC35A00B6D00A /* XPExchangeDiamondsModel.m in Sources */, - E878894C273A607C00BF1D57 /* XPGiftUserCollectionViewCell.m in Sources */, - 23E9E9A72A80F1C300B792F2 /* XPNewMineHallIncomeVC.m in Sources */, - 2331C1712A5EB71000E1D940 /* XPNobleCenterTableHeadView.m in Sources */, - 181D7F212727D9DB00B7C059 /* SocialStageView.m in Sources */, - E8AB630D28ADD8C60023B0D2 /* XPMomentTopicContainerViewController.m in Sources */, - 23E9EA7C2A83977400B792F2 /* MessageContentTreasureFairyView.m in Sources */, - E8D4DE472940473500EC788D /* GiftTwelveStarFirstModel.m in Sources */, - 547B30F92CB511700041E962 /* RoomBoomEntryView.m in Sources */, - E87DF4FB2A42CCDE009C1185 /* XPHomeRedommendCollectionViewCell.m in Sources */, - 2368ECDA2BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.m in Sources */, - 187EEEF026E89FE8002833B2 /* AccountInfoStorage.m in Sources */, - 2331C1B82A60F32D00E1D940 /* XPRoomHalfWebView.m in Sources */, - 9BFE0D8E2898C8C300F53C24 /* XPAnchorCardSkillCollectionViewCell.m in Sources */, - E87DF4B72A42C2FD009C1185 /* XPFirstRechargeCollectionView.m in Sources */, - 54AE7E172C9AE589006D2BE2 /* CPListViewController.m in Sources */, - 238B37A92AC55A2C00BFC9D5 /* TreasureFairyUserInfoModel.m in Sources */, - E85E7B382A4EB0D300B6D00A /* XPMineGuildSearchMemberTableViewCell.m in Sources */, - 23D321D52ADD0F05006B259C /* Api+PhotoAlbum.m in Sources */, - 23E9EA842A84B6FD00B792F2 /* XPMineUserInfoTagModel.m in Sources */, - E8998D852859B4FA00C68558 /* XPMineUserInfoGiftView.m in Sources */, - 23FE47E72BB4378700F09D23 /* PINobleCenterListModel.m in Sources */, - 186A536B26FC6F2E00D67B2C /* XPShareItemCell.m in Sources */, - 54C9A11C2C3D9EDD00C6D970 /* Api+GameOrder.m in Sources */, - 237B94C02A984DA7007853E3 /* Api+RoomTrumpet.m in Sources */, - 23E45C052AC2B0A200D88BCA /* SessionDiscoverNewTableViewCell.m in Sources */, - 9B42869228C1AED4009034D2 /* XPReceiveRedPacketModel.m in Sources */, - E8B846C526FDB41A00A777FE /* XPMineUserInfolbumPresenter.m in Sources */, - 239D0FE42C048700002977CE /* MSRoomGameHeadAvatarView.m in Sources */, - 9BFB101F2897CC4300B3985E /* XPAnchorCardView.m in Sources */, - 1427218F29A75F6F00C7C423 /* HTTPConnection.m in Sources */, - 9BAA5FED277A1BBE007453F3 /* XPPrivacyViewController.m in Sources */, - E873EB02280922720071030D /* XPMineUserInfoEmptyCollectionViewCell.m in Sources */, - E872309326E8D31500B90D4F /* LoginVerifCodeView.m in Sources */, - E82107872987E49100DE7040 /* MessageRedPacketModel.m in Sources */, - 23B8D8E12B87715100CA472F /* PIGeneralPublicScreenModel.m in Sources */, - 237700E92BC7E88E00D661F1 /* UITextView+MSRTL.m in Sources */, - 23194DD52AD292F200649F51 /* PIPageControl.m in Sources */, - 23E9EA9E2A84C42B00B792F2 /* SGYProgressView.m in Sources */, - E87E91552796B6DE00A7B3F2 /* XPRoomInviteUserViewController.m in Sources */, - 239D0FCC2C045FC9002977CE /* MSTabbarRoomGameVC.m in Sources */, - E880B3B5278C1FE400A83B0D /* XPAcrossRoomPKPresenter.m in Sources */, - 23CEFC612AFB8FC100576D89 /* RealViewNetWorkCell_0.m in Sources */, - 186A534626FC6ED900D67B2C /* TTPopup.m in Sources */, - 9B4D449328F15765002572D5 /* XPGiftLuckyGiftBroadcastView.m in Sources */, - E81C278C26EAFAF60031E639 /* Base64.m in Sources */, - 238B37C92AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultSmallView.m in Sources */, - 544B19B62CA14A7100885BEB /* CPGiftBanner.m in Sources */, - E8C1CD7027D894B800376F83 /* RoomFaceTitleItemModel.m in Sources */, - E85E7B4B2A4EB0D300B6D00A /* XPMineGuildManagerSetViewController.m in Sources */, - 189DD73D26E21C3F00AB55B1 /* YYUtility+Device.m in Sources */, - 187EEEDC26E89B32002833B2 /* BaseModel.m in Sources */, - 54E4D5302C9048E1009E1FEA /* LuckyGiftWinningFlagView.m in Sources */, - 23CEFC682AFCCE7700576D89 /* PIGiftInfoSegmentedView.m in Sources */, - E878B85E283640A500E22DCF /* MonentsUnReadModel.m in Sources */, - E81366FC26F0D2980076364C /* UIButton+EnlargeTouchArea.m in Sources */, - E85E7BA42A4EC99300B6D00A /* XPMineGiveDiamondCell.m in Sources */, - E824546426F5FF1C00BE8163 /* XPMineResetPayPasswordPresenter.m in Sources */, - E818E34F286EDF72005EDF68 /* XPMonentsPublishCollectionViewCell.m in Sources */, - E877A7EE278428FB00EFACED /* MicroDatingProgressView.m in Sources */, - E8E0DAE9285C2E8C00566A2F /* FindNewGreetMessageModel.m in Sources */, - E84A2E8A2A527DF800D6AF8A /* XPExchangeDiamondsVC.m in Sources */, - E87A27032758BC81002DDC7A /* XPRoomSearchContainerViewController.m in Sources */, - E84A2E8B2A527DF800D6AF8A /* XPIncomeRecordGoldDetailsVC.m in Sources */, - E884C3722743AEDE00E1EBED /* CustomAttachmentDecoder.m in Sources */, - 18EE3FEE2750CE6D00A452BF /* NIMMessageUtils.m in Sources */, - 1427219529A75F6F00C7C423 /* DDNumber.m in Sources */, - 236B2E5A2AA18E13003967A8 /* XPMineGameTableViewCell.m in Sources */, - E8DEC9AC2764A6CD0078CB70 /* XPRoomMoreMenuCollectionViewCell.m in Sources */, - E81DCCD0282B63FD0039E5C5 /* XPMomentsRecommendViewController.m in Sources */, - 9B7D804A2753783D003DAC0C /* SessionViewController.m in Sources */, - E85E7BA92A4EC99300B6D00A /* XPMineConfirmGiveDiamondView.m in Sources */, - 4C71C69F2D069D2B00ECCA24 /* GiftAnimationHelper.m in Sources */, - 54C9A1102C3D3E1700C6D970 /* XPMineGameMateOrderView.m in Sources */, - E85E7BA72A4EC99300B6D00A /* XPMineGiveDiamondPasswordView.m in Sources */, - 54283CEE2CE48B97009729B5 /* ShoppingMallDataPresent.m in Sources */, - 2331C1742A5EB71000E1D940 /* XPNobleCenterResidueView.m in Sources */, - E80E2377299A47F60013FD40 /* AESUtils.m in Sources */, - E81060E229876E9100B772F0 /* MessageImageModel.m in Sources */, - E839533F276A0CDB00CF2F24 /* XPMineNameplateTableViewCell.m in Sources */, - E80E09AE2A41336500CD2BE7 /* XPWebViewNavView.m in Sources */, - E85E7B2D2A4EB0D300B6D00A /* XPGuildHeaderView.m in Sources */, - E85E7B542A4EB4AD00B6D00A /* XPMineGuildListModel.m in Sources */, - 54283CE52CE48A69009729B5 /* ShoppingMallViewController.m in Sources */, - 9BCE6144277D657600CC0358 /* XPReleaseRadioTableViewCell.m in Sources */, - 186A534D26FC6ED900D67B2C /* TTActionSheetView.m in Sources */, - E81060E529876FF300B772F0 /* MessageAudioModel.m in Sources */, - 23CEFC642AFB8FC100576D89 /* BSkObject.m in Sources */, - 239D0FF42C05B9D2002977CE /* MSRoomGameView.m in Sources */, - E83DB481274649FB00D8CBD1 /* XPGiftBannerUserInfoModel.m in Sources */, - 9B3A1DF4280571000058E2DD /* XPAnchorPKInviteView.m in Sources */, - 2331C1BD2A60F69E00E1D940 /* UILabel+Utils.m in Sources */, - 9B2489BC27C4C056006CFB85 /* XPMineVisitorEmptyTableViewCell.m in Sources */, - 1427212F29A7599500C7C423 /* XPMonentsAttentionPresenter.m in Sources */, - E878893F273A54F500BF1D57 /* XPGiftPresenter.m in Sources */, - 1464C5F929A4D00000AF7C94 /* XPIAPRechargeHeaderView.m in Sources */, - E83645A82A40AF5400E0DBE4 /* NSBundle+Localizable.m in Sources */, - 23E9EA7F2A839B2F00B792F2 /* MessageTreasureFairyModel.m in Sources */, - E8778AFB2989034200CF139B /* XPSessionSayHelloEmptyTableViewCell.m in Sources */, - 238B37B02AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultCell.m in Sources */, - E88B5CC126FB407B00DA9178 /* XPMineUserInfoViewController.m in Sources */, - 2331C1AC2A60F32D00E1D940 /* CandyTreeRecordModel.m in Sources */, - 540EC1D32C89998500F3BF0D /* GiftComboManager.m in Sources */, - 5468995D2C8AFE4C0049136A /* GiftComboFlagView.m in Sources */, - E81E09CF290F750800A1F410 /* AdvertiseModel.m in Sources */, - 2305F3472AD94E9D00AD403C /* XPMaskManagerCell.m in Sources */, - E852D74428633A08001465ED /* MonentsCommentModel.m in Sources */, - 238B37C42AC55A2C00BFC9D5 /* XPTreasureFairyBallContentView.m in Sources */, - E8C1CD6D27D8938C00376F83 /* XPRoomFaceTitleCollectionViewCell.m in Sources */, - 548E01C62C3F78360071C83D /* FeedBackViewController.m in Sources */, - E8C1CD7627D8AE3D00376F83 /* XPRoomFacePresenter.m in Sources */, - E85E7B362A4EB0D300B6D00A /* XPClanRoomCollectionViewCell.m in Sources */, - 18F4043A275E20D900A6C548 /* TRTCRtcImpl.m in Sources */, - 2320F63F2BDF8B3000227EEB /* MSRoomMenuGameVC.m in Sources */, - E8899C7F27853B6A007944BE /* DatingMicroView.m in Sources */, - 23E9EA882A84B75900B792F2 /* XPMineUserInfoHeaderTagView.m in Sources */, - E87DF4EC2A42CB60009C1185 /* XPSearchListTableViewCell.m in Sources */, - 238B37C22AC55A2C00BFC9D5 /* XPTreasureFairyDrawSubView.m in Sources */, - E85E7B052A4EB0D200B6D00A /* XPClanPresenter.m in Sources */, - E85E7BA52A4EC99300B6D00A /* XPMineChooseGiveDiamondView.m in Sources */, - E8F63CB1298B553500B338BA /* SessionSayHelloLevelModel.m in Sources */, - 238B37BB2AC55A2C00BFC9D5 /* XPTreasureFairySummonView.m in Sources */, - 236B2E4B2AA07D06003967A8 /* XPLittleGameRoomListView.m in Sources */, - 9BE01AD428927E9C00B50299 /* XPDressUpShopListViewController.m in Sources */, - 239D0FED2C057362002977CE /* Api+MSRoomGameApi.m in Sources */, - 9B41D36E282649230048C588 /* XPWeekStarRankUserModel.m in Sources */, - E824545926F5E65900BE8163 /* XPMineVerifIdentityView.m in Sources */, - E841ED61280FB0BD00904808 /* ContentLevelUpgradeModel.m in Sources */, - 23CEFC632AFB8FC100576D89 /* BSRealTextView.m in Sources */, - 238B37B92AC55A2C00BFC9D5 /* XPTreasureFairyTrialsRecordCell.m in Sources */, - 236B2E542AA08757003967A8 /* LittleGameScrollStageView.m in Sources */, - 189DD74026E21C3F00AB55B1 /* YYUtility+App.m in Sources */, - E85E7B182A4EB0D200B6D00A /* ClanDetailInfoModel.m in Sources */, - 236B2E452AA07D06003967A8 /* NSData+RW.m in Sources */, - E85E7B272A4EB0D300B6D00A /* XPGuildSuperAdminMenuView.m in Sources */, - 189DD74526E21CCC00AB55B1 /* YYReachability.m in Sources */, - 238B37D62AC55A2C00BFC9D5 /* XPTreasureFairyTrialsView.m in Sources */, - E82109AD26F1C8A000FC3319 /* CountDownHelper.m in Sources */, - E878B8582835F0D300E22DCF /* MonentsInteractiveModel.m in Sources */, - 234F44E32B3EA4F900E2B532 /* PILineManager.swift in Sources */, - E87DF4E42A42CAD2009C1185 /* XPHomeSearchNavView.m in Sources */, - 9BD2ECCE288F829600F5CD9A /* XPMineFootPrintViewController.m in Sources */, - 9B4E920028E57A620033419E /* XPGiftHeadTypeView.m in Sources */, - 238B37C62AC55A2C00BFC9D5 /* XPTreasureFairyMyView.m in Sources */, - 54E4D5332C90658C009E1FEA /* LuckyGiftWinningBannerView.m in Sources */, - E86A16BF2856D4D5004228B8 /* XPSessionFindNewGreetListView.m in Sources */, - E85E7B312A4EB0D300B6D00A /* XPNewGuildIncomeHeaderView.m in Sources */, - 4CA532C32D5F37DC00B8F59F /* LuckyPackageMessageTableViewCell.m in Sources */, - 9B0997A327F19DE500EB8F14 /* QGHWDShaders.metal in Sources */, - E8778AF02988EF0600CF139B /* XPSessionSayHelloViewController.m in Sources */, - 187EEEE126E89BFB002833B2 /* AccountModel.m in Sources */, - 235A451D2B04A452009753F5 /* PIRoomActivityWebCell.m in Sources */, - E8098CA7282E00920090B9F0 /* Api+Moments.m in Sources */, - E896EFA92771AEEC00AD2CC1 /* XPMineAttentionTableViewCell.m in Sources */, - E8F1559328129EBA00EE8C06 /* ContentSecretaryModel.m in Sources */, - E85E7B342A4EB0D300B6D00A /* XPMineMainGuildListVC.m in Sources */, - 9BBC02912786FC570007C24B /* XPMineNobleCardTableViewCell.m in Sources */, - 238B37B12AC55A2C00BFC9D5 /* XPTreasureFairyFriendCell.m in Sources */, - E8751E7428A665BC0056EF44 /* RoomSailingInfoModel.m in Sources */, - E80EC81328ACD84000D133C5 /* QKeyboardManager.m in Sources */, - 4CD6FF692D673F7F00262AB7 /* AgentMessageTableViewCell.m in Sources */, - 4C1392962D6DA22B00A6DFB5 /* RechargerTransferHistoryViewController.m in Sources */, - E87DF4B32A429C6E009C1185 /* FirstChargeRoomWindowModel.m in Sources */, - E8AC722126F47E23007D6E91 /* XPMineAboutUsViewController.m in Sources */, - E8E21A9E28B4DFE8008F7C9D /* XPSailingBuyFuelView.m in Sources */, - 18F403CB2758C66800A6C548 /* MessageContentText.m in Sources */, - 547853A12C258F2A00F45E60 /* XPMineUserViewHeader.m in Sources */, - E87DF4E72A42CB00009C1185 /* XPHomePresenter.m in Sources */, - E8232600274E48EA003A3332 /* XPUserCardItemCollectionViewCell.m in Sources */, - 239D0FA92BFCB88D002977CE /* XPRoomDatingVipUpMicView.m in Sources */, - E88B5CC526FB42B000DA9178 /* XPMineUserInfoHeaderView.m in Sources */, - E8AC721626F46B06007D6E91 /* XPMineSettingTableViewCell.m in Sources */, - 18EE3FDF2750C1F700A452BF /* SessionListCell.m in Sources */, - 9BD798B72926362F003E03E6 /* XPSessionListHeadItem.m in Sources */, - E80487652717DDD9008595F2 /* XPRoomMenuItem.m in Sources */, - E895018C282D0701007E459A /* XPMomentsTopicView.m in Sources */, - E8A353A028FE84670014A784 /* XPWishGiftInfoView.m in Sources */, - E89BD7D4277D471100E31B19 /* XPRoomOnlineTableViewCell.m in Sources */, - 1427219329A75F6F00C7C423 /* MultipartMessageHeader.m in Sources */, - E8412F9627795E34006E1101 /* XPRoomInviteFansView.m in Sources */, - E801274327E323E500BAC3F2 /* XPRoomPKPresenter.m in Sources */, - 189DD75026E21D9000AB55B1 /* GCDHelper.m in Sources */, - E82D5C76276AEB5100858D6D /* NameplateModel.m in Sources */, - 142721AF29A75F6F00C7C423 /* SJXCSMIPHelper.m in Sources */, - E87E62742A3F5907002F68C9 /* XPHomeBannerTableViewCell.m in Sources */, - E88C72A3282917590047FB2B /* XPRoomMusicVoiceSettingView.m in Sources */, - 239D0FA82BFCB88D002977CE /* XPRoomBackContainerView.m in Sources */, - 23D321DF2ADFCEB2006B259C /* PIRedPacketChooseTypeView.m in Sources */, - E81AF32827F1EE69003B9E43 /* XPRoomPKPanelUserView.m in Sources */, - 4CC6195A2CEC7770008C1EE8 /* MyDressingDataPresent.m in Sources */, - E84150BF27747BD300A7F548 /* Api+FirstRecharge.m in Sources */, - E84B0E422727EE0A008818C6 /* XPRoomMessageHeaderView.m in Sources */, - 238B37AC2AC55A2C00BFC9D5 /* TreasureFailryMessageModel.m in Sources */, - 2331C1812A5ECD3800E1D940 /* XPNobleCenterPayCell.m in Sources */, - E852D73B286317F0001465ED /* XPMomentsDetailViewController.m in Sources */, - 2331C1692A5EB71000E1D940 /* XPNobleSettingViewController.m in Sources */, - E85E7B392A4EB0D300B6D00A /* XPGuildChooseManagerRoomTableViewCell.m in Sources */, - 239D0FAD2BFCB88D002977CE /* XPRoomAnchorRankEnterView.m in Sources */, - E81060D9298761A300B772F0 /* MessageBaseModel.m in Sources */, - E890BC10273D23F00007C46B /* GiftInfoModel.m in Sources */, - E8A30BEB28534A96003B4873 /* XPSessionFindNewFiltrateView.m in Sources */, - 238B37AD2AC55A2C00BFC9D5 /* TreasureFairyBallInfoModel.m in Sources */, - E84BF7E0277C869A00EF8877 /* XPRoomOnLineViewController.m in Sources */, - 186A534826FC6ED900D67B2C /* TTAlertButtonConfig.m in Sources */, - 236B2E422AA07D06003967A8 /* SudCommon.m in Sources */, - E88749B6282B8FC600C3C7DB /* MomentsInfoModel.m in Sources */, - E89D60BA271D643A001F8895 /* Api+Room.m in Sources */, - E84843B227F5A0740050D365 /* XPRomPKResultTitleLabel.m in Sources */, - E80EC80F28ACD84000D133C5 /* QEmotion.m in Sources */, - E877A7EB2783E24700EFACED /* DatingStageView.m in Sources */, - 9BD2ECDA288F867000F5CD9A /* XPMineFootPrintTableViewCell.m in Sources */, - 545888332C1AFFB500897585 /* XPRoomPKPanelView.m in Sources */, - E8395339276A0CC100CF2F24 /* XPMineHeadwearTableViewCell.m in Sources */, - 238B37CB2AC55A2C00BFC9D5 /* XPTreasureFairyWebView.m in Sources */, - E875FA8727D619820086ED04 /* ClientDataModel.m in Sources */, - 9BFB10222897D68400B3985E /* XPTabAnchorCardModel.m in Sources */, - E8B846DC26FDE24300A777FE /* RechargeListModel.m in Sources */, - 9B1B7292280010E8003FACE9 /* Api+FansTeam.m in Sources */, - 4C815A172CFEB758002A46A6 /* SuperBlockViewController.m in Sources */, - E8A3539728FE7C250014A784 /* XPWishGiftPresenter.m in Sources */, - E85E7B142A4EB0D200B6D00A /* GuildAuthModel.m in Sources */, - 9BE01ADE2892A66D00B50299 /* DressUpShopModel.m in Sources */, - 236B2E472AA07D06003967A8 /* LittleGameInfoModel.m in Sources */, - E884C36C2743951B00E1EBED /* GiftReceiveInfoModel.m in Sources */, - E85E7BB62A4ED59900B6D00A /* XPIncomeRecordGoldDetailsCell.m in Sources */, - 9B7B606227BB96E40070BB72 /* XPRoomAnchorInfoCardView.m in Sources */, - E87DF4FE2A42CD7E009C1185 /* XPRoomSearchRecommendHeadView.m in Sources */, - 23CEFC4D2AFB8FC100576D89 /* BSXWDateUtil.m in Sources */, - E85E7B442A4EB0D300B6D00A /* XPMineExchangeAuthorityCell.m in Sources */, - E80B0734280D740600A79F63 /* MessageContentGuildView.m in Sources */, - E8395334276A03C300CF2F24 /* XPMineDressUpPresenter.m in Sources */, - E85E7B212A4EB0D300B6D00A /* XPNewMineGuildIncomeRecordViewController.m in Sources */, - 54C389622C23BD1600FD47B1 /* HomeRankAvatarModel.m in Sources */, - 23A439742AA1CF7C002E6039 /* XPNewHomeHeadView.m in Sources */, - 189DD75926E6003C00AB55B1 /* Api.m in Sources */, - 2331C1652A5EB71000E1D940 /* NobleRechargeModel.m in Sources */, - E87C0A9D27D9986700CB2241 /* XPRoomFaceCollectionFlowLayout.m in Sources */, - 1427212C29A757EC00C7C423 /* MomentsListInfoModel.m in Sources */, - 23E9EB152A84D02400B792F2 /* XPMineUserInfoEditPickView.m in Sources */, - 9BA812D628BF52E100783EA7 /* XPRoomSendRedPacketViewController.m in Sources */, - E86E79D328A4E94E006DAF48 /* SessionRiskView.m in Sources */, - 548E01C92C3F78600071C83D /* FeedBackConfigModel.m in Sources */, - E85E7B1F2A4EB0D300B6D00A /* XPMineGuildIncomeStatisViewController.m in Sources */, - E85E7B412A4EB0D300B6D00A /* XPMineGuildEmptyTableViewCell.m in Sources */, - E8133916273E532D00708B66 /* XPGiftItemCollectionViewCell.m in Sources */, - 2331C1782A5EB71000E1D940 /* Api+NobleCenter.m in Sources */, - 236896A02AE6720600EED5F2 /* PIRoomGiftBroadcastWindow.m in Sources */, - 2305EF012AD6A33E00AD403C /* PIRoomPhotoAlbumItemChoosePhotoModel.m in Sources */, - 2305EEFE2AD6978200AD403C /* PIRoomPhotoAlbumChoosePhotoCell.m in Sources */, - E833ED0D274FAD1C00A2463B /* XPKickUserModel.m in Sources */, - 9B42868E28C1AE2D009034D2 /* XPReceiveRedPacketView.m in Sources */, - E8788934273A53D700BF1D57 /* XPSendGiftView.m in Sources */, - 234E50AF2BF7352C005CB6D5 /* NSTextAttachment+MSImage.m in Sources */, - E896EF9C2771AE6B00AD2CC1 /* XPMineFansViewController.m in Sources */, - 238B37A72AC55A2C00BFC9D5 /* TreasureFairyRewardModel.m in Sources */, - 54B9C6E72C9C2CA1003F1CC5 /* XPMineGuildTableViewCell.m in Sources */, - E84B0E462727EF9D008818C6 /* XPRoomMessageParser.m in Sources */, - 23E9E9A12A80C7E000B792F2 /* XPMineGuildPersonalBillRecordModel.m in Sources */, - 9B0086C627BA392B0032BD2B /* AnchorStageView.m in Sources */, - 9BCD02C72796C02800F396AA /* MicroNobleWaveView.m in Sources */, - 2305F3382AD9194B00AD403C /* PIRoomMessageUnlockPhotoAlbumView.m in Sources */, - 5484E1FD2CA2897B008E8754 /* IAPManager.m in Sources */, - E874B88827215D39003954B9 /* MicroStateModel.m in Sources */, - 23E9EABB2A84CCBE00B792F2 /* XPMineDataSkillDataCollectionViewCell.m in Sources */, - 23FE47D52BB3C64600F09D23 /* PINobleCenterTitleCell.m in Sources */, - E896EF9F2771AE7B00AD2CC1 /* XPMineAttentionViewController.m in Sources */, - E89D60C1271D64B9001F8895 /* RoomInfoModel.m in Sources */, - E89DA66727006443008483C1 /* RechargeStorage.m in Sources */, - 189DD53F26DE255600AB55B1 /* main.m in Sources */, - 236B2E4A2AA07D06003967A8 /* XPLittleGameTableViewCell.m in Sources */, - E85E7BBC2A4EE70B00B6D00A /* XPMineTheGuildCell.m in Sources */, - 239D0F962BFB3296002977CE /* MSRoomOnLineView.m in Sources */, - E885D5392977D10E004DC088 /* SessionSettingUserView.m in Sources */, - 2305EF072AD6B51200AD403C /* PIRoomPhotoAlbumChoosePhotoGiftView.m in Sources */, - 2331C16C2A5EB71000E1D940 /* XPNobleCenterEmptyView.m in Sources */, - 2305F3442AD94E2700AD403C /* XPMaskManagerModel.m in Sources */, - E8D34D6728084E88009C4835 /* XPMineUserInfoGiftWallCollectionViewCell.m in Sources */, - 23E9E9AA2A80FDF100B792F2 /* XPNewMineHallIncomeCell.m in Sources */, - 23194DCF2AD14BF000649F51 /* DispatchQueueLogFormatter.m in Sources */, - E8A30BE328534A28003B4873 /* XPSessionFindNewViewController.m in Sources */, - 140A7F52299CC69000841594 /* XPTabBar.m in Sources */, - 4CA532BA2D5C8EBE00B8F59F /* LuckyPackageBannerView.m in Sources */, - E85E7B0C2A4EB0D200B6D00A /* XPGuildMangerListPresenter.m in Sources */, - 14DCAD0B299B5D3A00A7DD31 /* XPLoginInputView.m in Sources */, - E839806B290288660084BFC8 /* XPMessageInfoModel.m in Sources */, - E81C1B2C27706E5C0020D1E4 /* ArrangeMicModel.m in Sources */, - 9B1B729528002099003FACE9 /* XPMineFansTeamViewController.m in Sources */, - 9BE2FA90288010D300EF3D83 /* AnchorRoomSrollTipView.m in Sources */, - E85E7B252A4EB0D300B6D00A /* XPMineGuildChooseManagerViewController.m in Sources */, - E87E91522796A15500A7B3F2 /* MicroExtModel.m in Sources */, - E8788948273A55D000BF1D57 /* XPGiftBarView.m in Sources */, - E89DCF5728FFF076001647EC /* XPWishGiftEmptyTableViewCell.m in Sources */, - 237700D32BC7CC7C00D661F1 /* NSObject+MJExtension.m in Sources */, - E8D4DE442940462C00EC788D /* XPGiftTwelveStarBroadcastView.m in Sources */, - 540EC1D02C89925F00F3BF0D /* GiftComboView.m in Sources */, - E81060DF29876D3A00B772F0 /* MessageTimeModel.m in Sources */, - E81A65422835120200F55894 /* XPMonentsInteractivePresenter.m in Sources */, - 238B37A82AC55A2C00BFC9D5 /* TreasureFairyTrialsRecordModel.m in Sources */, - 239D0FD52C0475E6002977CE /* MSTabbarBeginGameView.m in Sources */, - E80EC80C28ACD84000D133C5 /* UITextView+QEmotion.m in Sources */, - E8664EE627E482EF000171BA /* RoomPKTeamModel.m in Sources */, - 9BAA5FF0277A23F4007453F3 /* XPPermissionsViewController.m in Sources */, - E85E7BA02A4EC99300B6D00A /* XPMineGiveDiamondDetailsModel.m in Sources */, - E89DCF5A28FFF1AD001647EC /* XPWishGiftSectionView.m in Sources */, - E81A654C28351D9900F55894 /* XPMonentsTopicCollectionViewCell.m in Sources */, - E85E7B9F2A4EC99300B6D00A /* XPMineGiveDiamondPresenter.m in Sources */, - 14D8767C29A7445C00E1DD7F /* NSObject+AutoCoding.m in Sources */, - 23CEFC4C2AFB8FC100576D89 /* BS_UIColor.m in Sources */, - E8412FA92779C2ED006E1101 /* XPRoomSettingItemModel.m in Sources */, - 189DD58F26DF97E700AB55B1 /* LoginPresenter.m in Sources */, - E88863C9278EBA43004BCFAB /* XPAcrossRoomPKForceEndResultView.m in Sources */, - E8F63CB7298B566D00B338BA /* XPSessionSayHelloPresenter.m in Sources */, - E88C72952828F1AD0047FB2B /* XPRoomMusicLibraryViewController.m in Sources */, - 233423D32AAF0F4F00B1253F /* XPIAPRechargeHeadCell.m in Sources */, - E85E7BA62A4EC99300B6D00A /* XPMineGiveDiamondSearchView.m in Sources */, - 1427218829A75F6F00C7C423 /* HTTPErrorResponse.m in Sources */, - E85E7B032A4EB0D200B6D00A /* XPGuildIncomePresenter.m in Sources */, - E8A30BF928534E48003B4873 /* XPSessionFindNewEmptyTableViewCell.m in Sources */, - 54C608552CBE1EC7003DD5D2 /* GameUniversalBannerView.m in Sources */, - 545888362C1C306B00897585 /* XPRoomPKPaneAvatarView.m in Sources */, - E896EFB22771C93B00AD2CC1 /* XPMineFriendNumberView.m in Sources */, - 14EB640D29A5C16000A4A00B /* XPMomentsSimpleDetailNav.m in Sources */, - E80EC80E28ACD84000D133C5 /* QKeyboardBaseManager.m in Sources */, - 54C389672C24464600FD47B1 /* HomeMineRoomModel.m in Sources */, - 23E9EA792A8385CC00B792F2 /* XPTreasureFairyGiftView.m in Sources */, - 149839C7299E0B9F00F82CBF /* XPMomentListCollectionViewCell.m in Sources */, - 4C6E1F792CEB12780073D0A3 /* UIView+GradientLayer.m in Sources */, - 236BA4982BB6AFED00C7C73A /* PINoblePrivilegeEmptyCell.m in Sources */, - E88C729C2828F37D0047FB2B /* XPRoomMusicLibraryEmptyTableViewCell.m in Sources */, - E85E7B0A2A4EB0D200B6D00A /* XPGuildManagerPerPresenter.m in Sources */, - 9B85F3562806DD8A006EDF51 /* XPAnchorPKFinishView.m in Sources */, - 238B37D72AC55A2C00BFC9D5 /* XPTreasureFairyTrialsBallView.m in Sources */, - E85E7BA12A4EC99300B6D00A /* XPMineGiveDiamondModel.m in Sources */, - E85E7B232A4EB0D300B6D00A /* XPMineClanViewController.m in Sources */, - E89DA67227008D59008483C1 /* WalletInfoModel.m in Sources */, - E8778AE12988B4C300CF139B /* MessageRevokeModel.m in Sources */, - E873EB05280943ED0071030D /* XPMineUserInfoGiftWallPresenter.m in Sources */, - E8383697298A598D00112E1C /* MessageTipsModel.m in Sources */, - E801274727E3241700BAC3F2 /* Api+RoomPK.m in Sources */, - E87DF4F82A42CCAB009C1185 /* XPHomeSearchRelateView.m in Sources */, - 239D0FF02C057470002977CE /* MSRoomGamePresenter.m in Sources */, - E80CBDEA27D0C53F001E1EC2 /* XPWeakTimer.m in Sources */, - E85E7BAC2A4EC99300B6D00A /* XPMineGiveDiamondDetailsView.m in Sources */, - 238B37B42AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonCell.m in Sources */, - E85E7B152A4EB0D200B6D00A /* ClanInfoModel.m in Sources */, - 189DD55026DE37F900AB55B1 /* MvpViewController.m in Sources */, - E81366F326F0B7C80076364C /* LoginFullInfoViewController.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - 2368ECCD2BC38F9800EDF4C9 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 2368ECCE2BC38F9800EDF4C9 /* ar */, - 2368ECD02BC38FA900EDF4C9 /* en */, - 2368ECD22BC38FC500EDF4C9 /* zh-Hant */, - 54435F2C2CC89D4600F4884B /* tr */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - 2368ECD52BC38FDA00EDF4C9 /* Launch Screen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 2368ECD42BC38FDA00EDF4C9 /* Base */, - 2368ECD62BC38FDA00EDF4C9 /* mul */, - ); - name = "Launch Screen.storyboard"; - sourceTree = ""; - }; - E80E09AB2A40B70100CD2BE7 /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - E80E09AA2A40B70100CD2BE7 /* zh-Hant */, - 2368ECC92BC38F6400EDF4C9 /* ar */, - 2368ECCA2BC38F6F00EDF4C9 /* en */, - 54435F2D2CC89D4600F4884B /* tr */, - ); - name = Localizable.strings; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 189DD54026DE255600AB55B1 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - }; - name = Debug; - }; - 189DD54126DE255600AB55B1 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - SDKROOT = iphoneos; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 189DD54326DE255600AB55B1 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7DB00EC07F1D0ADFF900B38D /* Pods-YuMi.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_ENTITLEMENTS = YuMi/YuMi.entitlements; - CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEVELOPMENT_TEAM = 48UCG35Q9W; - ENABLE_BITCODE = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/YuMi/Main/RTC/Library", - "$(PROJECT_DIR)/YuMi/Modules/YMRTC/Library", - "$(PROJECT_DIR)/YuMi/Resources/Client", - "$(PROJECT_DIR)/YuMi/Library", - "$(PROJECT_DIR)/YuMi/Tools", - "$(PROJECT_DIR)/YuMi/Tools/TencentOpenApiSDK", - ); - GCC_PREFIX_HEADER = YuMi/Structure/PrefixHeader.pch; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(inherited)", - "SD_WEBP=1", - "COCOAPODS=1", - "$(inherited)", - "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1", - "$(inherited)", - "PB_FIELD_32BIT=1", - "PB_NO_PACKED_STRUCTS=1", - "PB_ENABLE_MALLOC=1", - ); - INFOPLIST_FILE = YuMi/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - MARKETING_VERSION = 20.20.51; - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - "-l\"c++\"", - "-l\"iconv\"", - "-l\"icucore\"", - "-l\"resolv\"", - "-l\"sqlite3\"", - "-l\"sqlite3.0\"", - "-ld64", - "-l\"z\"", - "-framework", - "\"AFNetworking\"", - "-framework", - "\"AVFoundation\"", - "-framework", - "\"AVKit\"", - "-framework", - "\"Accelerate\"", - "-framework", - "\"AgoraAiEchoCancellationExtension\"", - "-framework", - "\"AgoraAiEchoCancellationLLExtension\"", - "-framework", - "\"AgoraAiNoiseSuppressionExtension\"", - "-framework", - "\"AgoraAiNoiseSuppressionLLExtension\"", - "-framework", - "\"AgoraAudioBeautyExtension\"", - "-framework", - "\"AgoraClearVisionExtension\"", - "-framework", - "\"AgoraContentInspectExtension\"", - "-framework", - "\"AgoraFaceCaptureExtension\"", - "-framework", - "\"AgoraFaceDetectionExtension\"", - "-framework", - "\"AgoraLipSyncExtension\"", - "-framework", - "\"AgoraReplayKitExtension\"", - "-framework", - "\"AgoraRtcKit\"", - "-framework", - "\"AgoraSoundTouch\"", - "-framework", - "\"AgoraSpatialAudioExtension\"", - "-framework", - "\"AgoraVideoAv1DecoderExtension\"", - "-framework", - "\"AgoraVideoAv1EncoderExtension\"", - "-framework", - "\"AgoraVideoDecoderExtension\"", - "-framework", - "\"AgoraVideoEncoderExtension\"", - "-framework", - "\"AgoraVideoQualityAnalyzerExtension\"", - "-framework", - "\"AgoraVideoSegmentationExtension\"", - "-framework", - "\"Agorafdkaac\"", - "-framework", - "\"Agoraffmpeg\"", - "-framework", - "\"AppAuth\"", - "-framework", - "\"AppleAccountConnector\"", - "-framework", - "\"AssetsLibrary\"", - "-framework", - "\"AudioToolbox\"", - "-framework", - "\"Base64\"", - "-framework", - "\"Bugly\"", - "-framework", - "\"CFNetwork\"", - "-framework", - "\"COSBeaconAPI_Base\"", - "-framework", - "\"CocoaAsyncSocket\"", - "-framework", - "\"CoreFoundation\"", - "-framework", - "\"CoreGraphics\"", - "-framework", - "\"CoreMedia\"", - "-framework", - "\"CoreMotion\"", - "-framework", - "\"CoreServices\"", - "-framework", - "\"CoreTelephony\"", - "-framework", - "\"CoreText\"", - "-framework", - "\"FBAEMKit\"", - "-framework", - "\"FBSDKCoreKit\"", - "-framework", - "\"FBSDKCoreKit_Basics\"", - "-framework", - "\"FBSDKLoginKit\"", - "-framework", - "\"FBSDKShareKit\"", - "-framework", - "\"FFPopup\"", - "-framework", - "\"FLAnimatedImage\"", - "-framework", - "\"Foundation\"", - "-framework", - "\"GKCycleScrollView\"", - "-framework", - "\"GTMAppAuth\"", - "-framework", - "\"GTMSessionFetcher\"", - "-framework", - "\"GoogleSignIn\"", - "-framework", - "\"IQKeyboardManager\"", - "-framework", - "\"ImageIO\"", - "-framework", - "\"JXCategoryView\"", - "-framework", - "\"JXPagingView\"", - "-framework", - "\"JavaScriptCore\"", - "-framework", - "\"LineSDK\"", - "-framework", - "\"LocalAuthentication\"", - "-framework", - "\"MBProgressHUD\"", - "-framework", - "\"MJExtension\"", - "-framework", - "\"MJRefresh\"", - "-framework", - "\"MOBFoundation\"", - "-framework", - "\"MarqueeLabel\"", - "-framework", - "\"Masonry\"", - "-framework", - "\"Metal\"", - "-framework", - "\"MetalKit\"", - "-framework", - "\"MetalPerformanceShaders\"", - "-framework", - "\"MobLinkPro\"", - "-framework", - "\"MobileCoreServices\"", - "-framework", - "\"NIMNOS\"", - "-framework", - "\"NIMSDK\"", - "-framework", - "\"Photos\"", - "-framework", - "\"PhotosUI\"", - "-framework", - "\"Protobuf\"", - "-framework", - "\"QCloudCOSXML\"", - "-framework", - "\"QCloudCore\"", - "-framework", - "\"QCloudTrack\"", - "-framework", - "\"QGVAPlayer\"", - "-framework", - "\"QimeiSDK\"", - "-framework", - "\"QuartzCore\"", - "-framework", - "\"ReactiveObjC\"", - "-framework", - "\"ReplayKit\"", - "-framework", - "\"SDCycleScrollView\"", - "-framework", - "\"SDWebImage\"", - "-framework", - "\"SDWebImageFLPlugin\"", - "-framework", - "\"SSKeychain\"", - "-framework", - "\"SSZipArchive\"", - "-framework", - "\"SVGAPlayer\"", - "-framework", - "\"SZTextView\"", - "-framework", - "\"SafariServices\"", - "-framework", - "\"Security\"", - "-framework", - "\"ShareSDK\"", - "-framework", - "\"ShareSDKConnector\"", - "-framework", - "\"ShareSDKExtension\"", - "-framework", - "\"StoreKit\"", - "-framework", - "\"SystemConfiguration\"", - "-framework", - "\"TABAnimated\"", - "-framework", - "\"TXFFmpeg\"", - "-framework", - "\"TXLiteAVSDK_TRTC\"", - "-framework", - "\"TXSoundTouch\"", - "-framework", - "\"TYCyclePagerView\"", - "-framework", - "\"TZImagePickerController\"", - "-framework", - "\"UIKit\"", - "-framework", - "\"UMCommon\"", - "-framework", - "\"UMDevice\"", - "-framework", - "\"VideoToolbox\"", - "-framework", - "\"YXArtemis\"", - "-framework", - "\"YYCache\"", - "-framework", - "\"YYImage\"", - "-framework", - "\"YYText\"", - "-framework", - "\"YYWebImage\"", - "-framework", - "\"YuMi\"", - "-framework", - "\"ZLCollectionViewFlowLayout\"", - "-framework", - "\"aosl\"", - "-framework", - "\"libpag\"", - "-framework", - "\"pop\"", - "-framework", - "\"video_dec\"", - "-framework", - "\"video_enc\"", - "-weak_framework", - "\"AgoraAiEchoCancellationExtension\"", - "-weak_framework", - "\"AgoraAiEchoCancellationLLExtension\"", - "-weak_framework", - "\"AgoraAiNoiseSuppressionExtension\"", - "-weak_framework", - "\"AgoraAiNoiseSuppressionLLExtension\"", - "-weak_framework", - "\"AgoraAudioBeautyExtension\"", - "-weak_framework", - "\"AgoraClearVisionExtension\"", - "-weak_framework", - "\"AgoraContentInspectExtension\"", - "-weak_framework", - "\"AgoraFaceCaptureExtension\"", - "-weak_framework", - "\"AgoraFaceDetectionExtension\"", - "-weak_framework", - "\"AgoraLipSyncExtension\"", - "-weak_framework", - "\"AgoraReplayKitExtension\"", - "-weak_framework", - "\"AgoraSpatialAudioExtension\"", - "-weak_framework", - "\"AgoraVideoAv1DecoderExtension\"", - "-weak_framework", - "\"AgoraVideoAv1EncoderExtension\"", - "-weak_framework", - "\"AgoraVideoDecoderExtension\"", - "-weak_framework", - "\"AgoraVideoEncoderExtension\"", - "-weak_framework", - "\"AgoraVideoQualityAnalyzerExtension\"", - "-weak_framework", - "\"AgoraVideoSegmentationExtension\"", - "-weak_framework", - "\"AuthenticationServices\"", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.peko.enterprise.ios; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_OBJC_BRIDGING_HEADER = ""; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = 1; - }; - name = Debug; - }; - 189DD54426DE255600AB55B1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B66633E061B1B34177CD011C /* Pods-YuMi.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_ENTITLEMENTS = YuMi/YuMiRelease.entitlements; - CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = 48UCG35Q9W; - ENABLE_BITCODE = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/YuMi/Main/RTC/Library", - "$(PROJECT_DIR)/YuMi/Modules/YMRTC/Library", - "$(PROJECT_DIR)/YuMi/Resources/Client", - "$(PROJECT_DIR)/YuMi/Library", - "$(PROJECT_DIR)/YuMi/Tools", - "$(PROJECT_DIR)/YuMi/Tools/TencentOpenApiSDK", - ); - GCC_PREFIX_HEADER = YuMi/Structure/PrefixHeader.pch; - INFOPLIST_FILE = YuMi/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - MARKETING_VERSION = 20.20.51; - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - "-l\"c++\"", - "-l\"iconv\"", - "-l\"icucore\"", - "-l\"resolv\"", - "-l\"sqlite3\"", - "-l\"sqlite3.0\"", - "-ld64", - "-l\"z\"", - "-framework", - "\"AFNetworking\"", - "-framework", - "\"AVFoundation\"", - "-framework", - "\"AVKit\"", - "-framework", - "\"Accelerate\"", - "-framework", - "\"AgoraAiEchoCancellationExtension\"", - "-framework", - "\"AgoraAiEchoCancellationLLExtension\"", - "-framework", - "\"AgoraAiNoiseSuppressionExtension\"", - "-framework", - "\"AgoraAiNoiseSuppressionLLExtension\"", - "-framework", - "\"AgoraAudioBeautyExtension\"", - "-framework", - "\"AgoraClearVisionExtension\"", - "-framework", - "\"AgoraContentInspectExtension\"", - "-framework", - "\"AgoraFaceCaptureExtension\"", - "-framework", - "\"AgoraFaceDetectionExtension\"", - "-framework", - "\"AgoraLipSyncExtension\"", - "-framework", - "\"AgoraReplayKitExtension\"", - "-framework", - "\"AgoraRtcKit\"", - "-framework", - "\"AgoraSoundTouch\"", - "-framework", - "\"AgoraSpatialAudioExtension\"", - "-framework", - "\"AgoraVideoAv1DecoderExtension\"", - "-framework", - "\"AgoraVideoAv1EncoderExtension\"", - "-framework", - "\"AgoraVideoDecoderExtension\"", - "-framework", - "\"AgoraVideoEncoderExtension\"", - "-framework", - "\"AgoraVideoQualityAnalyzerExtension\"", - "-framework", - "\"AgoraVideoSegmentationExtension\"", - "-framework", - "\"Agorafdkaac\"", - "-framework", - "\"Agoraffmpeg\"", - "-framework", - "\"AppAuth\"", - "-framework", - "\"AppleAccountConnector\"", - "-framework", - "\"AssetsLibrary\"", - "-framework", - "\"AudioToolbox\"", - "-framework", - "\"Base64\"", - "-framework", - "\"Bugly\"", - "-framework", - "\"CFNetwork\"", - "-framework", - "\"COSBeaconAPI_Base\"", - "-framework", - "\"CocoaAsyncSocket\"", - "-framework", - "\"CoreFoundation\"", - "-framework", - "\"CoreGraphics\"", - "-framework", - "\"CoreMedia\"", - "-framework", - "\"CoreMotion\"", - "-framework", - "\"CoreServices\"", - "-framework", - "\"CoreTelephony\"", - "-framework", - "\"CoreText\"", - "-framework", - "\"FBAEMKit\"", - "-framework", - "\"FBSDKCoreKit\"", - "-framework", - "\"FBSDKCoreKit_Basics\"", - "-framework", - "\"FBSDKLoginKit\"", - "-framework", - "\"FBSDKShareKit\"", - "-framework", - "\"FFPopup\"", - "-framework", - "\"FLAnimatedImage\"", - "-framework", - "\"Foundation\"", - "-framework", - "\"GKCycleScrollView\"", - "-framework", - "\"GTMAppAuth\"", - "-framework", - "\"GTMSessionFetcher\"", - "-framework", - "\"GoogleSignIn\"", - "-framework", - "\"IQKeyboardManager\"", - "-framework", - "\"ImageIO\"", - "-framework", - "\"JXCategoryView\"", - "-framework", - "\"JXPagingView\"", - "-framework", - "\"JavaScriptCore\"", - "-framework", - "\"LineSDK\"", - "-framework", - "\"LocalAuthentication\"", - "-framework", - "\"MBProgressHUD\"", - "-framework", - "\"MJExtension\"", - "-framework", - "\"MJRefresh\"", - "-framework", - "\"MOBFoundation\"", - "-framework", - "\"MarqueeLabel\"", - "-framework", - "\"Masonry\"", - "-framework", - "\"Metal\"", - "-framework", - "\"MetalKit\"", - "-framework", - "\"MetalPerformanceShaders\"", - "-framework", - "\"MobLinkPro\"", - "-framework", - "\"MobileCoreServices\"", - "-framework", - "\"NIMNOS\"", - "-framework", - "\"NIMSDK\"", - "-framework", - "\"Photos\"", - "-framework", - "\"PhotosUI\"", - "-framework", - "\"Protobuf\"", - "-framework", - "\"QCloudCOSXML\"", - "-framework", - "\"QCloudCore\"", - "-framework", - "\"QCloudTrack\"", - "-framework", - "\"QGVAPlayer\"", - "-framework", - "\"QimeiSDK\"", - "-framework", - "\"QuartzCore\"", - "-framework", - "\"ReactiveObjC\"", - "-framework", - "\"ReplayKit\"", - "-framework", - "\"SDCycleScrollView\"", - "-framework", - "\"SDWebImage\"", - "-framework", - "\"SDWebImageFLPlugin\"", - "-framework", - "\"SSKeychain\"", - "-framework", - "\"SSZipArchive\"", - "-framework", - "\"SVGAPlayer\"", - "-framework", - "\"SZTextView\"", - "-framework", - "\"SafariServices\"", - "-framework", - "\"Security\"", - "-framework", - "\"ShareSDK\"", - "-framework", - "\"ShareSDKConnector\"", - "-framework", - "\"ShareSDKExtension\"", - "-framework", - "\"StoreKit\"", - "-framework", - "\"SystemConfiguration\"", - "-framework", - "\"TABAnimated\"", - "-framework", - "\"TXFFmpeg\"", - "-framework", - "\"TXLiteAVSDK_TRTC\"", - "-framework", - "\"TXSoundTouch\"", - "-framework", - "\"TYCyclePagerView\"", - "-framework", - "\"TZImagePickerController\"", - "-framework", - "\"UIKit\"", - "-framework", - "\"UMCommon\"", - "-framework", - "\"UMDevice\"", - "-framework", - "\"VideoToolbox\"", - "-framework", - "\"YXArtemis\"", - "-framework", - "\"YYCache\"", - "-framework", - "\"YYImage\"", - "-framework", - "\"YYText\"", - "-framework", - "\"YYWebImage\"", - "-framework", - "\"YuMi\"", - "-framework", - "\"ZLCollectionViewFlowLayout\"", - "-framework", - "\"aosl\"", - "-framework", - "\"libpag\"", - "-framework", - "\"pop\"", - "-framework", - "\"video_dec\"", - "-framework", - "\"video_enc\"", - "-weak_framework", - "\"AgoraAiEchoCancellationExtension\"", - "-weak_framework", - "\"AgoraAiEchoCancellationLLExtension\"", - "-weak_framework", - "\"AgoraAiNoiseSuppressionExtension\"", - "-weak_framework", - "\"AgoraAiNoiseSuppressionLLExtension\"", - "-weak_framework", - "\"AgoraAudioBeautyExtension\"", - "-weak_framework", - "\"AgoraClearVisionExtension\"", - "-weak_framework", - "\"AgoraContentInspectExtension\"", - "-weak_framework", - "\"AgoraFaceCaptureExtension\"", - "-weak_framework", - "\"AgoraFaceDetectionExtension\"", - "-weak_framework", - "\"AgoraLipSyncExtension\"", - "-weak_framework", - "\"AgoraReplayKitExtension\"", - "-weak_framework", - "\"AgoraSpatialAudioExtension\"", - "-weak_framework", - "\"AgoraVideoAv1DecoderExtension\"", - "-weak_framework", - "\"AgoraVideoAv1EncoderExtension\"", - "-weak_framework", - "\"AgoraVideoDecoderExtension\"", - "-weak_framework", - "\"AgoraVideoEncoderExtension\"", - "-weak_framework", - "\"AgoraVideoQualityAnalyzerExtension\"", - "-weak_framework", - "\"AgoraVideoSegmentationExtension\"", - "-weak_framework", - "\"AuthenticationServices\"", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.peko.enterprise.ios; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_COMPILATION_MODE = singlefile; - SWIFT_OBJC_BRIDGING_HEADER = ""; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = 1; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 189DD52426DE255300AB55B1 /* Build configuration list for PBXProject "YuMi" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 189DD54026DE255600AB55B1 /* Debug */, - 189DD54126DE255600AB55B1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 189DD54226DE255600AB55B1 /* Build configuration list for PBXNativeTarget "YuMi" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 189DD54326DE255600AB55B1 /* Debug */, - 189DD54426DE255600AB55B1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - -/* Begin XCVersionGroup section */ - E87E63F529AA1A5600EBE52B /* YuMi.xcdatamodeld */ = { - isa = XCVersionGroup; - children = ( - E87E63F629AA1A5600EBE52B /* xplan-ios.xcdatamodel */, - ); - currentVersion = E87E63F629AA1A5600EBE52B /* xplan-ios.xcdatamodel */; - path = YuMi.xcdatamodeld; - sourceTree = ""; - versionGroupType = wrapper.xcdatamodel; - }; -/* End XCVersionGroup section */ - }; - rootObject = 189DD52126DE255300AB55B1 /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 60 + objects + + 140A7F50299CC69000841594 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTabBar.h + sourceTree + <group> + + 140A7F51299CC69000841594 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTabBar.m + sourceTree + <group> + + 140A7F52299CC69000841594 + + fileRef + 140A7F51299CC69000841594 + isa + PBXBuildFile + + 1427212329A7563A00C7C423 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + path + ZegoAudioRoom.framework + sourceTree + <group> + + 1427212529A7566100C7C423 + + fileRef + 1427212329A7563A00C7C423 + isa + PBXBuildFile + + 1427212629A7566100C7C423 + + fileRef + 1427212329A7563A00C7C423 + isa + PBXBuildFile + settings + + ATTRIBUTES + + CodeSignOnCopy + RemoveHeadersOnCopy + + + + 1427212A29A757EC00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MomentsListInfoModel.m + sourceTree + <group> + + 1427212B29A757EC00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MomentsListInfoModel.h + sourceTree + <group> + + 1427212C29A757EC00C7C423 + + fileRef + 1427212A29A757EC00C7C423 + isa + PBXBuildFile + + 1427212D29A7599500C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsAttentionPresenter.m + sourceTree + <group> + + 1427212E29A7599500C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsAttentionPresenter.h + sourceTree + <group> + + 1427212F29A7599500C7C423 + + fileRef + 1427212D29A7599500C7C423 + isa + PBXBuildFile + + 1427213029A759D200C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsAttentionProtocol.h + sourceTree + <group> + + 1427213129A75A1700C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsLatestProtocol.h + sourceTree + <group> + + 1427213229A75A2600C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsLatestPresenter.h + sourceTree + <group> + + 1427213329A75A2600C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsLatestPresenter.m + sourceTree + <group> + + 1427213429A75A2600C7C423 + + fileRef + 1427213329A75A2600C7C423 + isa + PBXBuildFile + + 1427213529A75C7D00C7C423 + + children + + 189DD54926DE338800AB55B1 + 189DD54A26DE338800AB55B1 + 9B0E1C5726E77022005D4442 + 9B0E1C5826E77022005D4442 + + isa + PBXGroup + path + Base + sourceTree + <group> + + 1427213629A75F6F00C7C423 + + children + + 1427213829A75F6F00C7C423 + 1427217429A75F6F00C7C423 + 1427213729A75F6F00C7C423 + 1427217329A75F6F00C7C423 + 1427218629A75F6F00C7C423 + 1427217529A75F6F00C7C423 + 1427216029A75F6F00C7C423 + + isa + PBXGroup + path + CocoaHttpServer + sourceTree + <group> + + 1427213729A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MyHTTPConnection.m + sourceTree + <group> + + 1427213829A75F6F00C7C423 + + children + + 1427213929A75F6F00C7C423 + 1427213A29A75F6F00C7C423 + 1427213B29A75F6F00C7C423 + 1427213C29A75F6F00C7C423 + 1427213D29A75F6F00C7C423 + 1427213E29A75F6F00C7C423 + 1427214B29A75F6F00C7C423 + 1427214C29A75F6F00C7C423 + 1427214D29A75F6F00C7C423 + 1427214E29A75F6F00C7C423 + 1427214F29A75F6F00C7C423 + 1427215029A75F6F00C7C423 + 1427215729A75F6F00C7C423 + 1427215829A75F6F00C7C423 + 1427215F29A75F6F00C7C423 + + isa + PBXGroup + path + Core + sourceTree + <group> + + 1427213929A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HTTPConnection.h + sourceTree + <group> + + 1427213A29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HTTPLogging.h + sourceTree + <group> + + 1427213B29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HTTPMessage.h + sourceTree + <group> + + 1427213C29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WebSocket.h + sourceTree + <group> + + 1427213D29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HTTPAuthenticationRequest.h + sourceTree + <group> + + 1427213E29A75F6F00C7C423 + + children + + 1427213F29A75F6F00C7C423 + 1427214029A75F6F00C7C423 + 1427214129A75F6F00C7C423 + 1427214229A75F6F00C7C423 + 1427214329A75F6F00C7C423 + 1427214429A75F6F00C7C423 + 1427214529A75F6F00C7C423 + 1427214629A75F6F00C7C423 + 1427214729A75F6F00C7C423 + 1427214829A75F6F00C7C423 + 1427214929A75F6F00C7C423 + 1427214A29A75F6F00C7C423 + + isa + PBXGroup + path + Responses + sourceTree + <group> + + 1427213F29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HTTPAsyncFileResponse.h + sourceTree + <group> + + 1427214029A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HTTPErrorResponse.m + sourceTree + <group> + + 1427214129A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HTTPDataResponse.m + sourceTree + <group> + + 1427214229A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HTTPRedirectResponse.h + sourceTree + <group> + + 1427214329A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HTTPDynamicFileResponse.m + sourceTree + <group> + + 1427214429A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HTTPFileResponse.m + sourceTree + <group> + + 1427214529A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HTTPAsyncFileResponse.m + sourceTree + <group> + + 1427214629A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HTTPRedirectResponse.m + sourceTree + <group> + + 1427214729A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HTTPDataResponse.h + sourceTree + <group> + + 1427214829A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HTTPErrorResponse.h + sourceTree + <group> + + 1427214929A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HTTPFileResponse.h + sourceTree + <group> + + 1427214A29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HTTPDynamicFileResponse.h + sourceTree + <group> + + 1427214B29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HTTPServer.h + sourceTree + <group> + + 1427214C29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HTTPMessage.m + sourceTree + <group> + + 1427214D29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HTTPConnection.m + sourceTree + <group> + + 1427214E29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WebSocket.m + sourceTree + <group> + + 1427214F29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HTTPResponse.h + sourceTree + <group> + + 1427215029A75F6F00C7C423 + + children + + 1427215129A75F6F00C7C423 + 1427215229A75F6F00C7C423 + 1427215329A75F6F00C7C423 + 1427215429A75F6F00C7C423 + 1427215529A75F6F00C7C423 + 1427215629A75F6F00C7C423 + + isa + PBXGroup + path + Mime + sourceTree + <group> + + 1427215129A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MultipartFormDataParser.h + sourceTree + <group> + + 1427215229A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MultipartMessageHeader.h + sourceTree + <group> + + 1427215329A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MultipartMessageHeaderField.m + sourceTree + <group> + + 1427215429A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MultipartFormDataParser.m + sourceTree + <group> + + 1427215529A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MultipartMessageHeader.m + sourceTree + <group> + + 1427215629A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MultipartMessageHeaderField.h + sourceTree + <group> + + 1427215729A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HTTPAuthenticationRequest.m + sourceTree + <group> + + 1427215829A75F6F00C7C423 + + children + + 1427215929A75F6F00C7C423 + 1427215A29A75F6F00C7C423 + 1427215B29A75F6F00C7C423 + 1427215C29A75F6F00C7C423 + 1427215D29A75F6F00C7C423 + 1427215E29A75F6F00C7C423 + + isa + PBXGroup + path + Categories + sourceTree + <group> + + 1427215929A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DDNumber.m + sourceTree + <group> + + 1427215A29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DDData.m + sourceTree + <group> + + 1427215B29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DDRange.h + sourceTree + <group> + + 1427215C29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DDNumber.h + sourceTree + <group> + + 1427215D29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DDRange.m + sourceTree + <group> + + 1427215E29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DDData.h + sourceTree + <group> + + 1427215F29A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HTTPServer.m + sourceTree + <group> + + 1427216029A75F6F00C7C423 + + children + + 2368ECE12BC5280300EDF4C9 + 2368ECE22BC5280300EDF4C9 + 2368ECE42BC5280300EDF4C9 + 2368ECE32BC5280300EDF4C9 + 2368ECE62BC5280300EDF4C9 + 2368ECE52BC5280300EDF4C9 + + isa + PBXGroup + path + Web + sourceTree + <group> + + 1427217329A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SJXCSMIPHelper.h + sourceTree + <group> + + 1427217429A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MyHTTPConnection.h + sourceTree + <group> + + 1427217529A75F6F00C7C423 + + children + + 23194DBC2AD14BF000649F51 + + isa + PBXGroup + path + Vendor + sourceTree + <group> + + 1427218629A75F6F00C7C423 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SJXCSMIPHelper.m + sourceTree + <group> + + 1427218729A75F6F00C7C423 + + fileRef + 1427213729A75F6F00C7C423 + isa + PBXBuildFile + + 1427218829A75F6F00C7C423 + + fileRef + 1427214029A75F6F00C7C423 + isa + PBXBuildFile + + 1427218929A75F6F00C7C423 + + fileRef + 1427214129A75F6F00C7C423 + isa + PBXBuildFile + + 1427218A29A75F6F00C7C423 + + fileRef + 1427214329A75F6F00C7C423 + isa + PBXBuildFile + + 1427218B29A75F6F00C7C423 + + fileRef + 1427214429A75F6F00C7C423 + isa + PBXBuildFile + + 1427218C29A75F6F00C7C423 + + fileRef + 1427214529A75F6F00C7C423 + isa + PBXBuildFile + + 1427218D29A75F6F00C7C423 + + fileRef + 1427214629A75F6F00C7C423 + isa + PBXBuildFile + + 1427218E29A75F6F00C7C423 + + fileRef + 1427214C29A75F6F00C7C423 + isa + PBXBuildFile + + 1427218F29A75F6F00C7C423 + + fileRef + 1427214D29A75F6F00C7C423 + isa + PBXBuildFile + + 1427219029A75F6F00C7C423 + + fileRef + 1427214E29A75F6F00C7C423 + isa + PBXBuildFile + + 1427219129A75F6F00C7C423 + + fileRef + 1427215329A75F6F00C7C423 + isa + PBXBuildFile + + 1427219229A75F6F00C7C423 + + fileRef + 1427215429A75F6F00C7C423 + isa + PBXBuildFile + + 1427219329A75F6F00C7C423 + + fileRef + 1427215529A75F6F00C7C423 + isa + PBXBuildFile + + 1427219429A75F6F00C7C423 + + fileRef + 1427215729A75F6F00C7C423 + isa + PBXBuildFile + + 1427219529A75F6F00C7C423 + + fileRef + 1427215929A75F6F00C7C423 + isa + PBXBuildFile + + 1427219629A75F6F00C7C423 + + fileRef + 1427215A29A75F6F00C7C423 + isa + PBXBuildFile + + 1427219729A75F6F00C7C423 + + fileRef + 1427215D29A75F6F00C7C423 + isa + PBXBuildFile + + 1427219829A75F6F00C7C423 + + fileRef + 1427215F29A75F6F00C7C423 + isa + PBXBuildFile + + 142721AF29A75F6F00C7C423 + + fileRef + 1427218629A75F6F00C7C423 + isa + PBXBuildFile + + 142721B029A7647F00C7C423 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPBlankViewController.h + sourceTree + <group> + + 142721B129A7647F00C7C423 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPBlankViewController.m + sourceTree + <group> + + 142721B229A7647F00C7C423 + + fileRef + 142721B129A7647F00C7C423 + isa + PBXBuildFile + + 1464C5E829A45FC300AF7C94 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPButton.h + sourceTree + <group> + + 1464C5E929A45FC300AF7C94 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPButton.m + sourceTree + <group> + + 1464C5EA29A45FC300AF7C94 + + fileRef + 1464C5E929A45FC300AF7C94 + isa + PBXBuildFile + + 1464C5EE29A49DDD00AF7C94 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineSimpleUserInfoHeaderView.h + sourceTree + <group> + + 1464C5EF29A49DDD00AF7C94 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineSimpleUserInfoHeaderView.m + sourceTree + <group> + + 1464C5F029A49DDD00AF7C94 + + fileRef + 1464C5EF29A49DDD00AF7C94 + isa + PBXBuildFile + + 1464C5F129A4C18000AF7C94 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIAPRechargeViewController.h + sourceTree + <group> + + 1464C5F229A4C18000AF7C94 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIAPRechargeViewController.m + sourceTree + <group> + + 1464C5F329A4C18000AF7C94 + + fileRef + 1464C5F229A4C18000AF7C94 + isa + PBXBuildFile + + 1464C5F429A4CA8C00AF7C94 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIAPRechargeCollectionViewCell.h + sourceTree + <group> + + 1464C5F529A4CA8C00AF7C94 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIAPRechargeCollectionViewCell.m + sourceTree + <group> + + 1464C5F629A4CA8C00AF7C94 + + fileRef + 1464C5F529A4CA8C00AF7C94 + isa + PBXBuildFile + + 1464C5F729A4D00000AF7C94 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIAPRechargeHeaderView.h + sourceTree + <group> + + 1464C5F829A4D00000AF7C94 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIAPRechargeHeaderView.m + sourceTree + <group> + + 1464C5F929A4D00000AF7C94 + + fileRef + 1464C5F829A4D00000AF7C94 + isa + PBXBuildFile + + 149839C5299E0B9F00F82CBF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentListCollectionViewCell.h + sourceTree + <group> + + 149839C6299E0B9F00F82CBF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentListCollectionViewCell.m + sourceTree + <group> + + 149839C7299E0B9F00F82CBF + + fileRef + 149839C6299E0B9F00F82CBF + isa + PBXBuildFile + + 14A6034A29A35EE600D2A6A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineItemTableViewCell.h + sourceTree + <group> + + 14A6034B29A35EE600D2A6A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineItemTableViewCell.m + sourceTree + <group> + + 14A6034C29A35EE600D2A6A5 + + fileRef + 14A6034B29A35EE600D2A6A5 + isa + PBXBuildFile + + 14A6034D29A36D8300D2A6A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSimpleMineHeaderView.h + sourceTree + <group> + + 14A6034E29A36D8300D2A6A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSimpleMineHeaderView.m + sourceTree + <group> + + 14A6034F29A36D8300D2A6A5 + + fileRef + 14A6034E29A36D8300D2A6A5 + isa + PBXBuildFile + + 14B880DF299A1799005FCA1B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLoginViewController.h + sourceTree + <group> + + 14B880E0299A1799005FCA1B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLoginViewController.m + sourceTree + <group> + + 14B880E1299A1799005FCA1B + + fileRef + 14B880E0299A1799005FCA1B + isa + PBXBuildFile + + 14B880E5299A4B62005FCA1B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLoginPhoneViewController.h + sourceTree + <group> + + 14B880E6299A4B62005FCA1B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLoginPhoneViewController.m + sourceTree + <group> + + 14B880E7299A4B62005FCA1B + + fileRef + 14B880E6299A4B62005FCA1B + isa + PBXBuildFile + + 14D8767A29A7445C00E1DD7F + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSObject+AutoCoding.h + sourceTree + <group> + + 14D8767B29A7445C00E1DD7F + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSObject+AutoCoding.m + sourceTree + <group> + + 14D8767C29A7445C00E1DD7F + + fileRef + 14D8767B29A7445C00E1DD7F + isa + PBXBuildFile + + 14D8767E29A750A300E1DD7F + + children + + E80E09AD2A41336500CD2BE7 + E80E09AC2A41336500CD2BE7 + 18E7B33026F317A20064BC9B + 18E7B33126F317A20064BC9B + 23A7FB672BDDEDFA00411860 + 23A7FB682BDDEDFA00411860 + 23EE97082BA2D39C00475D69 + 23EE97092BA2D39C00475D69 + + isa + PBXGroup + path + YMWeb + sourceTree + <group> + + 14D8768029A751A100E1DD7F + + children + + E8DEC99327648FA50078CB70 + E8DEC99427648FA50078CB70 + E875FA8527D619820086ED04 + E875FA8627D619820086ED04 + 9BA812D028BF145700783EA7 + 9BA812D128BF145700783EA7 + + isa + PBXGroup + path + Config + sourceTree + <group> + + 14D8768429A752B500E1DD7F + + children + + 189DD6FD26E20E5900AB55B1 + 189DD6FE26E20E5900AB55B1 + 232EBBFD2BD7A25500E8CEAD + 232EBBFE2BD7A25500E8CEAD + + isa + PBXGroup + path + Network + sourceTree + <group> + + 14DCAD06299B36A500A7DD31 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLoginPwdViewController.h + sourceTree + <group> + + 14DCAD07299B36A500A7DD31 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLoginPwdViewController.m + sourceTree + <group> + + 14DCAD08299B36A500A7DD31 + + fileRef + 14DCAD07299B36A500A7DD31 + isa + PBXBuildFile + + 14DCAD09299B5D3A00A7DD31 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLoginInputView.h + sourceTree + <group> + + 14DCAD0A299B5D3A00A7DD31 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLoginInputView.m + sourceTree + <group> + + 14DCAD0B299B5D3A00A7DD31 + + fileRef + 14DCAD0A299B5D3A00A7DD31 + isa + PBXBuildFile + + 14DCAD0C299B6AD900A7DD31 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPForgetPwdViewController.h + sourceTree + <group> + + 14DCAD0D299B6AD900A7DD31 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPForgetPwdViewController.m + sourceTree + <group> + + 14DCAD0E299B6AD900A7DD31 + + fileRef + 14DCAD0D299B6AD900A7DD31 + isa + PBXBuildFile + + 14DCAD12299B9B0B00A7DD31 + + children + + 14B880DF299A1799005FCA1B + 14B880E0299A1799005FCA1B + 14B880E5299A4B62005FCA1B + 14B880E6299A4B62005FCA1B + 14DCAD06299B36A500A7DD31 + 14DCAD07299B36A500A7DD31 + 23942E8F2A86424500D0ECC2 + 23942E902A86424500D0ECC2 + 14DCAD0C299B6AD900A7DD31 + 14DCAD0D299B6AD900A7DD31 + 14DCAD09299B5D3A00A7DD31 + 14DCAD0A299B5D3A00A7DD31 + E818DD1A2A4896EE00F163F7 + E818DD1B2A4896EE00F163F7 + E818DD202A48977F00F163F7 + E818DD212A48977F00F163F7 + 2369F98F2A89CE0E00563B48 + 2369F9902A89CE0E00563B48 + + isa + PBXGroup + path + NewLogin + sourceTree + <group> + + 14EB640729A5BDDD00A4A00B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsSimpleDetailViewController.h + sourceTree + <group> + + 14EB640829A5BDDD00A4A00B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsSimpleDetailViewController.m + sourceTree + <group> + + 14EB640929A5BDDD00A4A00B + + fileRef + 14EB640829A5BDDD00A4A00B + isa + PBXBuildFile + + 14EB640A29A5BEE800A4A00B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsDetailViewControllerDelegate.h + sourceTree + <group> + + 14EB640B29A5C16000A4A00B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsSimpleDetailNav.h + sourceTree + <group> + + 14EB640C29A5C16000A4A00B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsSimpleDetailNav.m + sourceTree + <group> + + 14EB640D29A5C16000A4A00B + + fileRef + 14EB640C29A5C16000A4A00B + isa + PBXBuildFile + + 180116F6279E8C3100F2CBC0 + + children + + 180116FB279E8CCE00F2CBC0 + 180116FA279E8CCE00F2CBC0 + 180116F7279E8C4C00F2CBC0 + 180116F8279E8C4C00F2CBC0 + E8555159280559FE005F293F + E855515A280559FE005F293F + + isa + PBXGroup + path + Date + sourceTree + <group> + + 180116F7279E8C4C00F2CBC0 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PLTimeUtil.h + sourceTree + <group> + + 180116F8279E8C4C00F2CBC0 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PLTimeUtil.m + sourceTree + <group> + + 180116F9279E8C4C00F2CBC0 + + fileRef + 180116F8279E8C4C00F2CBC0 + isa + PBXBuildFile + + 180116FA279E8CCE00F2CBC0 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NVDate.m + sourceTree + <group> + + 180116FB279E8CCE00F2CBC0 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NVDate.h + sourceTree + <group> + + 180116FC279E8CCE00F2CBC0 + + fileRef + 180116FA279E8CCE00F2CBC0 + isa + PBXBuildFile + + 180806DA27297269001FD836 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MicroViewProtocol.h + sourceTree + <group> + + 180806F827298F9B001FD836 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomGuestDelegate.h + sourceTree + <group> + + 180806F92729A354001FD836 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ThemeColor+Room.h + sourceTree + <group> + + 180806FA2729A354001FD836 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ThemeColor+Room.m + sourceTree + <group> + + 180806FB2729A354001FD836 + + fileRef + 180806FA2729A354001FD836 + isa + PBXBuildFile + + 1808072B2731598F001FD836 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNetImageYYLabel.h + sourceTree + <group> + + 1808072C2731598F001FD836 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNetImageYYLabel.m + sourceTree + <group> + + 1808072D2731598F001FD836 + + fileRef + 1808072C2731598F001FD836 + isa + PBXBuildFile + + 1808072E27315E8E001FD836 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NetImageView.h + sourceTree + <group> + + 1808072F27315E8E001FD836 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NetImageView.m + sourceTree + <group> + + 1808073027315E8E001FD836 + + fileRef + 1808072F27315E8E001FD836 + isa + PBXBuildFile + + 181D7F192726CE2A00B7C059 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + StageView.h + sourceTree + <group> + + 181D7F1A2726CE2A00B7C059 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + StageView.m + sourceTree + <group> + + 181D7F1B2726CE2A00B7C059 + + fileRef + 181D7F1A2726CE2A00B7C059 + isa + PBXBuildFile + + 181D7F1F2727D9DB00B7C059 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SocialStageView.h + sourceTree + <group> + + 181D7F202727D9DB00B7C059 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SocialStageView.m + sourceTree + <group> + + 181D7F212727D9DB00B7C059 + + fileRef + 181D7F202727D9DB00B7C059 + isa + PBXBuildFile + + 181D7F222727DB1E00B7C059 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomHostDelegate.h + sourceTree + <group> + + 1845C6412790320E00016EAC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomAnimationProtocol.h + sourceTree + <group> + + 18486210271EA9A5005FC5DC + + children + + 18486211271EA9DA005FC5DC + 18486212271EA9DA005FC5DC + 18486214271EAA03005FC5DC + 1848623627200FDE005FC5DC + 184862C927213FC7005FC5DC + + isa + PBXGroup + path + YMRTC + sourceTree + <group> + + 18486211271EA9DA005FC5DC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RtcManager.h + sourceTree + <group> + + 18486212271EA9DA005FC5DC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RtcManager.m + sourceTree + <group> + + 18486213271EA9DA005FC5DC + + fileRef + 18486212271EA9DA005FC5DC + isa + PBXBuildFile + + 18486214271EAA03005FC5DC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RtcDelegate.h + sourceTree + <group> + + 18486215271EAB8C005FC5DC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BaseRtcImpl.h + sourceTree + <group> + + 18486216271EAB8C005FC5DC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BaseRtcImpl.m + sourceTree + <group> + + 18486217271EAB8C005FC5DC + + fileRef + 18486216271EAB8C005FC5DC + isa + PBXBuildFile + + 18486233271EB794005FC5DC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AgoraRtcImpl.h + sourceTree + <group> + + 18486234271EB794005FC5DC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AgoraRtcImpl.m + sourceTree + <group> + + 18486235271EB794005FC5DC + + fileRef + 18486234271EB794005FC5DC + isa + PBXBuildFile + + 1848623627200FDE005FC5DC + + children + + 18486215271EAB8C005FC5DC + 18486216271EAB8C005FC5DC + 18486233271EB794005FC5DC + 18486234271EB794005FC5DC + 184862CD27213FD7005FC5DC + 184862CC27213FD7005FC5DC + 18F40438275E20D900A6C548 + 18F40439275E20D900A6C548 + E81D587B271FBC3B003063FE + 9BB865B4272076140029CDE0 + + isa + PBXGroup + path + RtcImpl + sourceTree + <group> + + 184862C927213FC7005FC5DC + + children + + 1427212329A7563A00C7C423 + + isa + PBXGroup + path + Library + sourceTree + <group> + + 184862CC27213FD7005FC5DC + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ZegoRtcImpl.m + sourceTree + <group> + + 184862CD27213FD7005FC5DC + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ZegoRtcImpl.h + sourceTree + <group> + + 184862CE27213FD7005FC5DC + + fileRef + 184862CC27213FD7005FC5DC + isa + PBXBuildFile + + 1865B406E358C680125F108D + + buildActionMask + 2147483647 + files + + inputFileListPaths + + inputPaths + + ${PODS_PODFILE_DIR_PATH}/Podfile.lock + ${PODS_ROOT}/Manifest.lock + + isa + PBXShellScriptBuildPhase + name + [CP] Check Pods Manifest.lock + outputFileListPaths + + outputPaths + + $(DERIVED_FILE_DIR)/Pods-YuMi-checkManifestLockResult.txt + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_PODFILE_DIR_PATH}/Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [ $? != 0 ] ; then + # print error to STDERR + echo "error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation." >&2 + exit 1 +fi +# This output is used by Xcode 'outputs' to avoid re-running this script phase. +echo "SUCCESS" > "${SCRIPT_OUTPUT_FILE_0}" + + showEnvVarsInLog + 0 + + 186A531826FC591100D67B2C + + isa + PBXFileReference + lastKnownFileType + sourcecode.text-based-dylib-definition + name + libresolv.tbd + path + usr/lib/libresolv.tbd + sourceTree + SDKROOT + + 186A531926FC592100D67B2C + + fileRef + 186A531826FC591100D67B2C + isa + PBXBuildFile + + 186A532B26FC6ED900D67B2C + + children + + 186A533A26FC6ED900D67B2C + 186A532C26FC6ED900D67B2C + 186A532D26FC6ED900D67B2C + 186A533626FC6ED900D67B2C + 186A533B26FC6ED900D67B2C + 186A534026FC6ED900D67B2C + 186A534426FC6ED900D67B2C + + isa + PBXGroup + path + TTPopup + sourceTree + <group> + + 186A532C26FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TTPopup.m + sourceTree + <group> + + 186A532D26FC6ED900D67B2C + + children + + 186A533226FC6ED900D67B2C + 186A532E26FC6ED900D67B2C + 186A533126FC6ED900D67B2C + 186A533526FC6ED900D67B2C + 186A533026FC6ED900D67B2C + 186A533326FC6ED900D67B2C + 186A532F26FC6ED900D67B2C + 186A533426FC6ED900D67B2C + + isa + PBXGroup + path + Config + sourceTree + <group> + + 186A532E26FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TTAlertConfig.m + sourceTree + <group> + + 186A532F26FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TTAlertMessageAttributedConfig.h + sourceTree + <group> + + 186A533026FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TTAlertButtonConfig.h + sourceTree + <group> + + 186A533126FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TTActionSheetConfig.h + sourceTree + <group> + + 186A533226FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TTAlertConfig.h + sourceTree + <group> + + 186A533326FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TTAlertButtonConfig.m + sourceTree + <group> + + 186A533426FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TTAlertMessageAttributedConfig.m + sourceTree + <group> + + 186A533526FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TTActionSheetConfig.m + sourceTree + <group> + + 186A533626FC6ED900D67B2C + + children + + 186A533726FC6ED900D67B2C + 186A533826FC6ED900D67B2C + 186A533926FC6ED900D67B2C + + isa + PBXGroup + path + Manager + sourceTree + <group> + + 186A533726FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TTPopupManagerServiceProtocol.h + sourceTree + <group> + + 186A533826FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TTPopupManagerService.h + sourceTree + <group> + + 186A533926FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TTPopupManagerService.m + sourceTree + <group> + + 186A533A26FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TTPopup.h + sourceTree + <group> + + 186A533B26FC6ED900D67B2C + + children + + 23E9EAA02A84C53900B792F2 + 23E9EA9F2A84C53800B792F2 + 186A533E26FC6ED900D67B2C + 186A533C26FC6ED900D67B2C + 186A533D26FC6ED900D67B2C + 186A533F26FC6ED900D67B2C + + isa + PBXGroup + path + View + sourceTree + <group> + + 186A533C26FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TTAlertView.m + sourceTree + <group> + + 186A533D26FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TTActionSheetView.h + sourceTree + <group> + + 186A533E26FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TTAlertView.h + sourceTree + <group> + + 186A533F26FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TTActionSheetView.m + sourceTree + <group> + + 186A534026FC6ED900D67B2C + + children + + 186A534326FC6ED900D67B2C + 186A534126FC6ED900D67B2C + 186A534226FC6ED900D67B2C + + isa + PBXGroup + path + Service + sourceTree + <group> + + 186A534126FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TTPopupService.m + sourceTree + <group> + + 186A534226FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TTPopupServiceProtocol.h + sourceTree + <group> + + 186A534326FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TTPopupService.h + sourceTree + <group> + + 186A534426FC6ED900D67B2C + + children + + 186A534526FC6ED900D67B2C + + isa + PBXGroup + path + Header + sourceTree + <group> + + 186A534526FC6ED900D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TTPopupConstants.h + sourceTree + <group> + + 186A534626FC6ED900D67B2C + + fileRef + 186A532C26FC6ED900D67B2C + isa + PBXBuildFile + + 186A534726FC6ED900D67B2C + + fileRef + 186A532E26FC6ED900D67B2C + isa + PBXBuildFile + + 186A534826FC6ED900D67B2C + + fileRef + 186A533326FC6ED900D67B2C + isa + PBXBuildFile + + 186A534926FC6ED900D67B2C + + fileRef + 186A533426FC6ED900D67B2C + isa + PBXBuildFile + + 186A534A26FC6ED900D67B2C + + fileRef + 186A533526FC6ED900D67B2C + isa + PBXBuildFile + + 186A534B26FC6ED900D67B2C + + fileRef + 186A533926FC6ED900D67B2C + isa + PBXBuildFile + + 186A534C26FC6ED900D67B2C + + fileRef + 186A533C26FC6ED900D67B2C + isa + PBXBuildFile + + 186A534D26FC6ED900D67B2C + + fileRef + 186A533F26FC6ED900D67B2C + isa + PBXBuildFile + + 186A534E26FC6ED900D67B2C + + fileRef + 186A534126FC6ED900D67B2C + isa + PBXBuildFile + + 186A536026FC6F2E00D67B2C + + children + + 186A536226FC6F2E00D67B2C + 186A536126FC6F2E00D67B2C + 186A536326FC6F2E00D67B2C + 186A536626FC6F2E00D67B2C + + isa + PBXGroup + path + ShareView + sourceTree + <group> + + 186A536126FC6F2E00D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPShareView.m + sourceTree + <group> + + 186A536226FC6F2E00D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPShareView.h + sourceTree + <group> + + 186A536326FC6F2E00D67B2C + + children + + E82325E4274CCAFA003A3332 + E82325E5274CCAFA003A3332 + E82325E7274CE56A003A3332 + E82325E8274CE56A003A3332 + + isa + PBXGroup + path + Model + sourceTree + <group> + + 186A536626FC6F2E00D67B2C + + children + + 186A536826FC6F2E00D67B2C + 186A536726FC6F2E00D67B2C + + isa + PBXGroup + path + View + sourceTree + <group> + + 186A536726FC6F2E00D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPShareItemCell.m + sourceTree + <group> + + 186A536826FC6F2E00D67B2C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPShareItemCell.h + sourceTree + <group> + + 186A536926FC6F2E00D67B2C + + fileRef + 186A536126FC6F2E00D67B2C + isa + PBXBuildFile + + 186A536B26FC6F2E00D67B2C + + fileRef + 186A536726FC6F2E00D67B2C + isa + PBXBuildFile + + 186F8B472733F2AE007A17BC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MicroQueueProtocol.h + sourceTree + <group> + + 187EEEA926E62679002833B2 + + children + + 189DD75726E6003C00AB55B1 + 189DD75826E6003C00AB55B1 + + isa + PBXGroup + path + Api + sourceTree + <group> + + 187EEEDA26E89B32002833B2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BaseModel.h + sourceTree + <group> + + 187EEEDB26E89B32002833B2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BaseModel.m + sourceTree + <group> + + 187EEEDC26E89B32002833B2 + + fileRef + 187EEEDB26E89B32002833B2 + isa + PBXBuildFile + + 187EEEDF26E89BFB002833B2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AccountModel.h + sourceTree + <group> + + 187EEEE026E89BFB002833B2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AccountModel.m + sourceTree + <group> + + 187EEEE126E89BFB002833B2 + + fileRef + 187EEEE026E89BFB002833B2 + isa + PBXBuildFile + + 187EEEEE26E89FE8002833B2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AccountInfoStorage.m + sourceTree + <group> + + 187EEEEF26E89FE8002833B2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AccountInfoStorage.h + sourceTree + <group> + + 187EEEF026E89FE8002833B2 + + fileRef + 187EEEEE26E89FE8002833B2 + isa + PBXBuildFile + + 189DD52026DE255300AB55B1 + + children + + 189DD52B26DE255300AB55B1 + 189DD52A26DE255300AB55B1 + D09C770DC30B9BAAEAFC7945 + BFB922F5D81845AC32D1E1ED + 9B9DFDA227DB4F68000F95B3 + + isa + PBXGroup + sourceTree + <group> + + 189DD52126DE255300AB55B1 + + attributes + + LastUpgradeCheck + 1240 + TargetAttributes + + 189DD52826DE255300AB55B1 + + CreatedOnToolsVersion + 12.4 + + + + buildConfigurationList + 189DD52426DE255300AB55B1 + compatibilityVersion + Xcode 13.0 + developmentRegion + en + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + Base + zh-Hant + ar + tr + + mainGroup + 189DD52026DE255300AB55B1 + productRefGroup + 189DD52A26DE255300AB55B1 + projectDirPath + + projectRoot + + targets + + 189DD52826DE255300AB55B1 + + + 189DD52426DE255300AB55B1 + + buildConfigurations + + 189DD54026DE255600AB55B1 + 189DD54126DE255600AB55B1 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 189DD52526DE255300AB55B1 + + buildActionMask + 2147483647 + files + + 9BE01ADA289296B500B50299 + E8751E6628A6465A0056EF44 + 9B2EA7C32804052E00ED17BF + E8F65C1F286998C9009BB5B9 + E85E7BAB2A4EC99300B6D00A + E85E7B3D2A4EB0D300B6D00A + 181D7F1B2726CE2A00B7C059 + 18EE3FF12750D2AD00A452BF + E84BF7DA277C72AC00EF8877 + E839532D276A030F00CF2F24 + E821077B2987D4AB00DE7040 + E85E7BA32A4EC99300B6D00A + 238A90072BA9729200828123 + E8B846D826FDE17300A777FE + E88C72A6282921D60047FB2B + E84CBCE72843807500D43221 + E82D5C7D276B343300858D6D + E80E09B32A42071D00CD2BE7 + E8B846C726FDB45000A777FE + 9B1EF3D527E8294B00554295 + E890BC07273CF1800007C46B + E88C72A02828FCD40047FB2B + E823E38E290BE8BD00EADD86 + E80EC80A28ACD84000D133C5 + 235A451A2B04A352009753F5 + E8998D962859DD6F00C68558 + E8EEB91126FC6AE2007C6EBA + E87E625D2A3F5622002F68C9 + E85E7B202A4EB0D300B6D00A + E84A2EA82A5288FD00D6AF8A + E8A353A328FE90F60014A784 + 2331C1AF2A60F32D00E1D940 + 180116FC279E8CCE00F2CBC0 + E801275827E347FD00BAC3F2 + E8E0DAE0285C20E500566A2F + E8A3540128FEAC5E0014A784 + 237700E32BC7D7C000D661F1 + 54B9C6EA2C9C2DDC003F1CC5 + 234D821E2AEC57CF0022EFEB + 23B2AEC12A64E9C200543D17 + E8EEB90326FC31DC007C6EBA + E8232603274E4AA0003A3332 + E87A24F1272935920086A794 + 4C5527BC2D1BDCDE00833FFD + E8D34D5028080362009C4835 + E87C54BE2823CC5B0051AA11 + 237852A42C082A9800E360AC + E85E7B322A4EB0D300B6D00A + E87C0AA027D9DE6400CB2241 + 1464C5F629A4CA8C00AF7C94 + E8751E6328A646400056EF44 + 23C9DFCC2B85DD8B00B51558 + 4C4707A52D53430300C8CD24 + 9BD9A18027A0EFC7004186FE + 4C6C92C02D1172D9000A4693 + 233423D02AAEFBC300B1253F + E85E7B112A4EB0D200B6D00A + 54283CEB2CE48B71009729B5 + 548E01CC2C3FB1C70071C83D + 4CA532B42D5AEE9400B8F59F + 9BD2ECD2288F833B00F5CD9A + E824546626F5FF6000BE8163 + 23D321E22ADFD0FB006B259C + E824545E26F5EF2200BE8163 + E824545326F5CEAD00BE8163 + E84BF7D7277C6E2100EF8877 + E85E7B242A4EB0D300B6D00A + E87DF4C22A42C900009C1185 + E8AB631328ADDCF20023B0D2 + 238B37B52AC55A2C00BFC9D5 + 23E9E9982A80C3A100B792F2 + 9B86D886281942D200494FCD + 54E8C4D62CC78DA900646C44 + E8664ED027E42238000171BA + E85E7B2B2A4EB0D300B6D00A + E824544826F5945300BE8163 + E8AB633628AE54A40023B0D2 + 2305EF0A2AD7CC7C00AD403C + 23D321D92ADD1B46006B259C + 23FF42792AA6E19C0055733C + E85E7B4E2A4EB0D300B6D00A + 2331C1642A5EB71000E1D940 + 23E9EB182A84D0E700B792F2 + E824543A26F5880E00BE8163 + E821077E2987D67100DE7040 + E818DD222A48977F00F163F7 + E81060F72987C8A700B772F0 + E8E20BE2281695800033B688 + E84A2EA22A52883000D6AF8A + E86E79D628A4EA0C006DAF48 + 23CEFC542AFB8FC100576D89 + E824543826F5820A00BE8163 + E8B846BF26FD827900A777FE + E84CBCE128436D3C00D43221 + E8D48253278D8228003C1D08 + 23D321E52ADFE900006B259C + E824545C26F5EEBA00BE8163 + 9B9BBF83288FBFB3004E2E74 + E838369A298A59C100112E1C + E8899C852785CC69007944BE + 2331C16F2A5EB71000E1D940 + E85E7B1B2A4EB0D200B6D00A + E84BF7D4277C383700EF8877 + E8AC723726F49982007D6E91 + E896EFAC2771AEFE00AD2CC1 + E8664ED327E4258A000171BA + E8412FA22779BE8F006E1101 + E89D60BD271D647A001F8895 + E8751E5C28A62A530056EF44 + 9B7D904D287BC5E20033A45E + E80DE4072775665000BE5BCB + 238B37D12AC55A2C00BFC9D5 + E8899C822785A694007944BE + 9BB89DC327FE7F3A00586A83 + E8AC723226F49710007D6E91 + E87E62592A3F560B002F68C9 + E8AC722926F488DA007D6E91 + E8A3539128FE5F0F0014A784 + 2305EEF62AD67E5500AD403C + E85E7B3C2A4EB0D300B6D00A + 237700EC2BC914B400D661F1 + 4C5527BF2D1C099500833FFD + 23D321E82ADFED10006B259C + E85E7B2A2A4EB0D300B6D00A + E87E62782A3F5907002F68C9 + 238B37B72AC55A2C00BFC9D5 + E8A3539B28FE840A0014A784 + E8950183282CAC6A007E459A + E8AC721E26F472BF007D6E91 + E8F63CB4298B563D00B338BA + 23E9EA972A84C37000B792F2 + E81E09C9290F71BF00A1F410 + 2305F3412AD94D5200AD403C + 238B37D32AC55A2C00BFC9D5 + 4CFFEFD02D3A5E130035D016 + 9BC5C91F277C902B007C8719 + E84843AF27F59E7E0050D365 + E83DB47A27462C4500D8CBD1 + E86A16C52856DBEC004228B8 + 4CB753D22D30F10900B13DF5 + 2331C1632A5EB71000E1D940 + 54E82EA22CA6886700C931D9 + E81366F826F0C12A0076364C + 9BBC028E2786FA060007C24B + 9BCB99A628F582EC00466D64 + E8E70D7E26F2F19D00F03460 + E85E7B3B2A4EB0D300B6D00A + 54C3895F2C2189DD00FD47B1 + E8751E6E28A64F990056EF44 + E8950189282CFFB1007E459A + E81061032987CFCE00B772F0 + 9BD9A18727A120FD004186FE + E85E7BAD2A4EC99300B6D00A + 2320F63C2BDF738E00227EEB + E824543D26F58C3A00BE8163 + E85E7B282A4EB0D300B6D00A + 9BE01AF72893E7F500B50299 + E81125C7296E596D000D9804 + 545831A62C2C085C00364026 + E8EEB8F726FC2673007C6EBA + E81061002987CDCC00B772F0 + E87DF4CC2A42C960009C1185 + 235714892BECC38F004C81D6 + E8664EDF27E45EC7000171BA + 238B37B62AC55A2C00BFC9D5 + 23FF25762ABD66B90064E904 + E81C27A226EF23490031E639 + E80E900C27E0358900434B90 + 54E82EA52CA693FA00C931D9 + 9BDA3E7A27FD43EF00517FE6 + E81C279826EB3AC40031E639 + 9BD8D4E328911E9900AE03FF + 2331C1732A5EB71000E1D940 + 9B2EA7C628041EFC00ED17BF + E84150BB27747BAF00A7F548 + 4C6E1F752CEAEC3C0073D0A3 + E8A88D2D27E81E8700CA8837 + E82325F9274E2E42003A3332 + 238B37A62AC55A2C00BFC9D5 + E8AB632F28AE19DE0023B0D2 + E85E7B042A4EB0D200B6D00A + 54B9C6F32C9D27F3003F1CC5 + 54F4693E2C2A9D4E00A83655 + 9BD9A17C27A0EE24004186FE + 2369F9912A89CE0E00563B48 + 238B37D92AC55A2C00BFC9D5 + 239D0FAB2BFCB88D002977CE + E82109B026F1D83500FC3319 + E81C1B1F27705F7A0020D1E4 + 4C7989F32D1952DA006AE07B + E8B825C726EA0D9A009E8E9F + 23E9EAAE2A84C9B800B792F2 + 236B2E4E2AA07D06003967A8 + 237700E02BC7D78600D661F1 + 4CEB9EB32D0AFCE200443480 + 2331C1B32A60F32D00E1D940 + 14A6034C29A35EE600D2A6A5 + 9BAC92F528E6E63000147DD8 + 9BE570BC28F65B7200D491A5 + E86A16C22856D635004228B8 + E824544E26F5BC1A00BE8163 + E86E79CD28A4E045006DAF48 + E855515B280559FE005F293F + 544879F02CD22D4B00D58DC1 + E8664EE327E47711000171BA + E8C1CD7327D8A16500376F83 + 236B2E462AA07D06003967A8 + E81DCCCD282B63B40039E5C5 + 237700FD2BCD254000D661F1 + 237700E62BC7E81F00D661F1 + E86507EB281A88A9006951B0 + E8B825CA26EA1231009E8E9F + 189DD76226E60DDC00AB55B1 + 238B37B82AC55A2C00BFC9D5 + E8412FA62779BED1006E1101 + 9B7D80502753AA9D003DAC0C + E8AFF7E3298CA1E500FBDE32 + E8998D7A2859784200C68558 + 23FE47D82BB3CEAF00F09D23 + 54C9A1252C3E74AE00C6D970 + 9BD9A18427A0F128004186FE + E852D73E28631C18001465ED + 54F4693B2C2A984D00A83655 + 23CEFC4E2AFB8FC100576D89 + 23FF426A2AA5DF050055733C + E85E7BA22A4EC99300B6D00A + 1427219829A75F6F00C7C423 + E80B0712280D0A6700A79F63 + 2305EEFB2AD696B400AD403C + E87E62682A3F571D002F68C9 + E8EEB8F326FC2050007C6EBA + E85E7B2F2A4EB0D300B6D00A + 54F469382C29C3B400A83655 + 23E9EAA12A84C53900B792F2 + 238B37BC2AC55A2C00BFC9D5 + 544B19B02CA1299500885BEB + E8DEC9A12764A5D20078CB70 + E80EC81028ACD84000D133C5 + 9B87B3CD2926473D00085110 + 23194DCD2AD14BF000649F51 + E85E7B492A4EB0D300B6D00A + 238A900A2BA9756600828123 + 4C1892992CF84349004D4426 + E85E7B012A4EB0D200B6D00A + 18F404B7276095D700A6C548 + E8788942273A55AD00BF1D57 + 9BD9A17927A0EC57004186FE + E8BD0F8828A9E9E400DE050D + 4CFFEFCD2D3A4E410035D016 + 238B37B32AC55A2C00BFC9D5 + 23CEFC512AFB8FC100576D89 + E8659909273E800D00EE349D + 238B37BD2AC55A2C00BFC9D5 + E85E7B262A4EB0D300B6D00A + E86596512701A1C000846EBD + 54E82EAB2CA9261000C931D9 + 5412E0F42C4E460300FDD668 + 23CEFC5E2AFB8FC100576D89 + E824544026F58F9400BE8163 + 9BE01AED2893D0DF00B50299 + 23FF42732AA6CC480055733C + E81060F12987C52B00B772F0 + 54ACDCC22C5B31BD0099472C + E87E62772A3F5907002F68C9 + 9BA812D228BF145700783EA7 + 1427219229A75F6F00C7C423 + 23E9EAAF2A84C9B800B792F2 + E890BC04273CF0500007C46B + E899C68C275093B800E189E5 + 2331C1B52A60F32D00E1D940 + 9B6E8573281AB9B20041A321 + 2305F33E2AD9295800AD403C + E8A3538528FD67320014A784 + 9B4C5B86292F81FA00CEA41B + 547080DB2CD0EEB4009879E5 + 237B94BD2A984DA7007853E3 + E82325F5274E2E09003A3332 + 236B2E4C2AA07D06003967A8 + E80EC80B28ACD84000D133C5 + 2331C1772A5EB71000E1D940 + E880B39E278BD49E00A83B0D + 239D0FE12C04850A002977CE + 2331C1AA2A60F32D00E1D940 + E8AC723D26F4B6AA007D6E91 + E8AB632728AE13210023B0D2 + 239D0FB32BFD8C67002977CE + 1427218729A75F6F00C7C423 + 23CEFB6C2AFB803B00576D89 + E8D55C9D28113218006935A5 + E87DF4EF2A42CB90009C1185 + 2368ECDF2BC51B2D00EDF4C9 + 236B2E442AA07D06003967A8 + 189DD73E26E21C3F00AB55B1 + 14A6034F29A36D8300D2A6A5 + 23CEFC652AFB8FC100576D89 + E81C1B2F277071670020D1E4 + 9B0086CA27BA4F570032BD2B + E83ABF00280EC45700322EE4 + 238B37D82AC55A2C00BFC9D5 + F1D8556F2931FC86008C418F + 238B37C72AC55A2C00BFC9D5 + E8B9843628ABA8B40022D026 + 238ED83A2AE2891D0014EF9D + 23E9E9972A80C3A100B792F2 + E81C279626EB39CC0031E639 + 546104192CD4C06400066B21 + 18EE3FF42750FA3700A452BF + 9BD63FB4277EF1B3006EB744 + E80EC8C228ACF97A00D133C5 + E8A03DFF27635F960098D9EA + E8A3538E28FE5CED0014A784 + 180116F9279E8C4C00F2CBC0 + 23CEFC502AFB8FC100576D89 + E87E545429AA05EA00EBE52B + E8252FEE27687DF1002B3164 + 54C9A1222C3E6C3200C6D970 + E84BF7D1277BFCDD00EF8877 + E8AC723526F49939007D6E91 + 1427218E29A75F6F00C7C423 + 239D0FE72C049D61002977CE + E80DE40A277568D300BE5BCB + 238B37BE2AC55A2C00BFC9D5 + 9B42869828C1E06B009034D2 + 233423D62AB0397500B1253F + 18EE3FE22750C29D00A452BF + E82EE0F8272FDDFA00D15DC1 + 2331C1672A5EB71000E1D940 + 238B37DD2AC55A2C00BFC9D5 + 9BA812E428BF70A600783EA7 + 23E9EB1B2A84D28A00B792F2 + 237B94BE2A984DA7007853E3 + 23CEFC5C2AFB8FC100576D89 + 2331C1662A5EB71000E1D940 + E8998D8B2859CB6A00C68558 + E8DEC9A42764A6600078CB70 + 189DD53426DE255300AB55B1 + 23C9DFC92B84917B00B51558 + 9BA3B40B293DCDFD0071DF1C + 4C7989EC2D19392E006AE07B + 23C9DFCF2B85E21E00B51558 + 18EE401A2754BA9F00A452BF + E8EEB91D26FC9D58007C6EBA + E82325E9274CE56A003A3332 + 236B2E5D2AA19169003967A8 + E85E7B192A4EB0D200B6D00A + 1427219429A75F6F00C7C423 + E890BC0D273D09A50007C46B + E880B3B2278C1D1800A83B0D + 23E9E9A42A80DEAF00B792F2 + E8A3539428FE605F0014A784 + E81C1B262770663B0020D1E4 + 238B37D22AC55A2C00BFC9D5 + E81A652B2834E4F600F55894 + E8E20BEC2816A5B90033B688 + E8AC722F26F49610007D6E91 + E85410352864155A005CFD9F + 54C9A11F2C3DA08000C6D970 + 2331C1B12A60F32D00E1D940 + 9B1B72BC28003E06003FACE9 + E8E70D7A26F2F16600F03460 + 238B37AA2AC55A2C00BFC9D5 + 238B37A42AC55A2C00BFC9D5 + E87DF4D42A42C9B1009C1185 + 23E9EAB22A84C9DE00B792F2 + 9B42869C28C1FD3D009034D2 + 23D321D22ADD0EBC006B259C + 239D0FD22C046EAD002977CE + 4C864A052D561E1D00191AE0 + 9BFE992E288142FD009DA429 + 2331C1B72A60F32D00E1D940 + 239D0FF72C05BD2A002977CE + 23194DCE2AD14BF000649F51 + E8A88D3027E85EEA00CA8837 + E85E7B022A4EB0D200B6D00A + 237700DD2BC7D70E00D661F1 + E8AB633328AE51470023B0D2 + 548D54202CC208FD0084A2FF + 9B2F72D328E45C5A0000E4FA + E85E7B402A4EB0D300B6D00A + E87E63F729AA1A5600EBE52B + 9BE01ACE28925F7D00B50299 + E83ABF03280EC90C00322EE4 + 9BA812E028BF6ABB00783EA7 + 9BA3B40F293DD2F90071DF1C + E81A654928351B9500F55894 + E84B0E3F2727EDF6008818C6 + E82325FC274E4735003A3332 + E8C1CD6627D88EF800376F83 + E80DE4102775C34E00BE5BCB + E8412FB32779E285006E1101 + 23CEFC4A2AFB8FC100576D89 + 9B2F72D028E45A480000E4FA + 23FF426D2AA5E4EE0055733C + E81060E82987720F00B772F0 + E8D34D6028082BA5009C4835 + E84CBCE4284372D800D43221 + 238B37A52AC55A2C00BFC9D5 + E8EEB8F226FC2050007C6EBA + 23CEFC4F2AFB8FC100576D89 + E81C27AB26EF2D920031E639 + 23FF25682ABC3BC00064E904 + E8788950273A699900BF1D57 + 23B8D8D82B85F8B900CA472F + E81C279D26EEEC620031E639 + 238B37AF2AC55A2C00BFC9D5 + 238B37DB2AC55A2C00BFC9D5 + 9B734F73288A787000CBDAA9 + 14B880E1299A1799005FCA1B + 239141C92AE1358F00322CA9 + E8AA6EF227DF1E97009B4C2B + 9BF4BEBC28D4182E009CF6C2 + E89DCF5D2900E5EE001647EC + E873EB0C2809850D0071030D + 238B37D42AC55A2C00BFC9D5 + E884C36F2743AAC800E1EBED + E8AC721926F46E0B007D6E91 + 238B37B22AC55A2C00BFC9D5 + 9BE01AF02893E31700B50299 + E82325E6274CCAFA003A3332 + 2320F6392BDF732C00227EEB + 9B32A04728881845002009D2 + E85E7B1D2A4EB0D200B6D00A + 189DD55A26DE39D200AB55B1 + 5458319D2C2AE09300364026 + 1427219029A75F6F00C7C423 + E83ABEF9280EAF3F00322EE4 + E83ABF06280EDE2B00322EE4 + E85E7B0E2A4EB0D200B6D00A + E85E7B4C2A4EB0D300B6D00A + E87DF4BF2A42C8C1009C1185 + 23FF25652ABC3B3C0064E904 + E88863D3278ED4C0004BCFAB + 23E7FE9C2BB6CD42008F6800 + E8A3540A28FEC0510014A784 + 238B37BF2AC55A2C00BFC9D5 + E88863CF278EC393004BCFAB + 4CE3A9462D22754C003F0796 + 239D0FFD2C05D086002977CE + 23E9EA8E2A84BC9000B792F2 + E87DF5082A42CE79009C1185 + 239D0FD82C047DD8002977CE + 189DD6FF26E20E5900AB55B1 + 238B37DE2AC55A2C00BFC9D5 + E85E7B062A4EB0D200B6D00A + E8788945273A55C200BF1D57 + 9BF5192628801D4700B6BE92 + 239141CC2AE267EF00322CA9 + 23D321DC2ADFBFF6006B259C + 23E9E99E2A80C7AF00B792F2 + E87DF4F52A42CC49009C1185 + 9BD63FAB277EE885006EB744 + E8A30BF328534B17003B4873 + E852D7412863249F001465ED + 237B94BC2A984DA7007853E3 + 239D0FFA2C05BE9B002977CE + 54C9A1162C3D5C9000C6D970 + 23E9EA942A84BE4800B792F2 + 2331C16D2A5EB71000E1D940 + E8AEAED6271412EC0017FCE0 + 2305F33B2AD9293D00AD403C + E8E70D9226F2F60C00F03460 + E818DD1F2A48974300F163F7 + 1427218A29A75F6F00C7C423 + E8DACCFE27673F870052092C + E8412F9927799249006E1101 + E88C72912828EA4E0047FB2B + E84BF7CA277AF79D00EF8877 + 54FFD37A2C9BCB1900DE61E5 + 9BE9F0F927FED12D00667200 + E87DF5022A42CDF1009C1185 + E8AB631628ADE2D20023B0D2 + E8B846CF26FDD96100A777FE + E852D74728633E92001465ED + 186A534926FC6ED900D67B2C + 4CEB9EB02D0AF4FE00443480 + E8B3E80C2848BA40009746AB + E85E7B4D2A4EB0D300B6D00A + 9BCB99A028F571B500466D64 + E81C27AE26EF39AB0031E639 + E8AB631028ADD92D0023B0D2 + E8E70D8326F2F51A00F03460 + 54CE5EF92CCA4A2600A67898 + E80EC81128ACD84000D133C5 + E8EEB90C26FC5EBC007C6EBA + 23630BA62BAC3888003AD25D + 18E7B31826F097E00064BC9B + E87DF4F22A42CBEC009C1185 + E83ABEF6280E9AD800322EE4 + E8AC721326F46ADD007D6E91 + 18E7B32126F098650064BC9B + E8AC722726F482A4007D6E91 + 23FF42632AA5861E0055733C + E85E7B422A4EB0D300B6D00A + 14EB640929A5BDDD00A4A00B + 18AAF3F0279EA59300CD7DAD + E8C6FFCC27548120004DC9F0 + E8778AF52988EF2B00CF139B + 4C7989EF2D195277006AE07B + 23FF257C2ABD68020064E904 + 236B2E532AA08757003967A8 + 186A534E26FC6ED900D67B2C + E85E7B3A2A4EB0D300B6D00A + E8778AE72988C1E000CF139B + 18A61BD7274F7F6900A09A54 + E8C21501274B76F60079E6BF + 54283CE82CE48ABB009729B5 + E84A2E9F2A5287D200D6AF8A + 233423C72AAEE5C600B1253F + E873EB0F28098D500071030D + 2331C1702A5EB71000E1D940 + E8D34D4D28080351009C4835 + E85E7B292A4EB0D300B6D00A + E85E7BBF2A4EE7AC00B6D00A + E8AC722426F47E5E007D6E91 + E8664ED627E434D5000171BA + E87E914E2796678D00A7B3F2 + 232EBBFF2BD7A25500E8CEAD + 9B7D804D27537950003DAC0C + 23E9EAA62A84C97C00B792F2 + E8950180282CAC49007E459A + 18F404C927609A4300A6C548 + 9BC9DAEF27E33B3F009EE409 + E89DCF602900F4FB001647EC + E81366E326F0A1FC0076364C + 1464C5F329A4C18000AF7C94 + E85E7B662A4EC35A00B6D00A + 9B2EA7CC2804245500ED17BF + 23EE970A2BA2D39C00475D69 + 2331C1B42A60F32D00E1D940 + 4CA532BD2D5CA49A00B8F59F + 9B85B6DA279FDC5200A0A1AC + E85E7B0D2A4EB0D200B6D00A + 54F1790A2C8EDDF400CB5219 + 189DD68426E1FDBB00AB55B1 + 9B1B72AF280031F8003FACE9 + 5412E0FD2C52512100FDD668 + E818DD1C2A4896EE00F163F7 + 4C6E31EE2D363CA800D8EEDD + 23959FE72BB15C930085A282 + 54AE7E142C9AD9AB006D2BE2 + E8D4824A278D1F73003C1D08 + E85E7B432A4EB0D300B6D00A + 23194DD02AD14BF000649F51 + 189DD73F26E21C3F00AB55B1 + 238B37AE2AC55A2C00BFC9D5 + E87AE7F9277AABE50037823A + 18E7B26926E8D5D60064BC9B + E85E7B472A4EB0D300B6D00A + E824544326F58FCE00BE8163 + 23C7C0B72A7CD7B000802205 + 23A7FB692BDDEDFA00411860 + 23CEFC5D2AFB8FC100576D89 + 9B1B72A1280023F3003FACE9 + 1808073027315E8E001FD836 + E880B3AC278BD98600A83B0D + 18486235271EB794005FC5DC + E8C1CD7A27D8B29E00376F83 + E81C1B1C27705F6B0020D1E4 + 184862CE27213FD7005FC5DC + E85E7BB32A4ED45300B6D00A + 23E9EA6B2A83808000B792F2 + E85E7B3E2A4EB0D300B6D00A + E8A88D2727E8193400CA8837 + 238B37C12AC55A2C00BFC9D5 + 9B0E1C5926E77022005D4442 + E8664ED927E4355C000171BA + 238B37AB2AC55A2C00BFC9D5 + 4CEB9EAD2D09AA0400443480 + 23FF42762AA6E1480055733C + 142721B229A7647F00C7C423 + E85E7B6B2A4EC39400B6D00A + E836456B2A40A33300E0DBE4 + 236B2E482AA07D06003967A8 + E85E7B1C2A4EB0D200B6D00A + 238B37C32AC55A2C00BFC9D5 + 239BEEDB2AA1E058005CDA94 + 238B37CA2AC55A2C00BFC9D5 + E81060FD2987CC9100B772F0 + 2305EF0D2AD7CC9A00AD403C + 237700FA2BCCD25500D661F1 + E84BF7DD277C765400EF8877 + E8F6135C291E26BD00E12650 + 239D0F992BFB43BC002977CE + 1427213429A75A2600C7C423 + E83ABEFD280EB5E200322EE4 + E85E7BAF2A4EC99300B6D00A + E8EEB8F426FC2050007C6EBA + E88863CC278EC336004BCFAB + 236B2E492AA07D06003967A8 + 2305EF042AD6B11700AD403C + 2305EEF02AD677F200AD403C + 54C9A1132C3D5A2300C6D970 + 14B880E7299A4B62005FCA1B + E824544626F5934700BE8163 + 189DD54B26DE338800AB55B1 + E8B846C226FD82DC00A777FE + 233423CD2AAEE98200B1253F + 2331C1AD2A60F32D00E1D940 + E816C11527608A7500C84014 + E81060EB2987BE8300B772F0 + E8EEB91726FC7B35007C6EBA + 544A36352C94160F00CA7858 + 9B1B72AC280031DB003FACE9 + 4CEB9EA72D09643E00443480 + 237852A12C072D8D00E360AC + 180806FB2729A354001FD836 + 9BC8C83028090C9200C24F85 + E81A653F283511BE00F55894 + 1464C5EA29A45FC300AF7C94 + 54E82EB12CA93BE200C931D9 + 238B37C82AC55A2C00BFC9D5 + 2331C17E2A5ECCF600E1D940 + E8395331276A03AE00CF2F24 + E8B3E8092848B871009746AB + E85E7B352A4EB0D300B6D00A + 54E82EA82CA6940900C931D9 + 23194DBB2AD13EAB00649F51 + E8DEC99E2764A5B60078CB70 + 4C6E1F7C2CEB25B10073D0A3 + 4CA532C02D5CA4D300B8F59F + E82325F2274E2DE6003A3332 + 4CA532B72D5B333200B8F59F + E85E7B512A4EB0D300B6D00A + E83645682A40A2DC00E0DBE4 + E8F65C222869A36F009BB5B9 + 9B6E856E281AABAB0041A321 + E84A2E992A52817E00D6AF8A + E801274B27E327DA00BAC3F2 + 2331C1B02A60F32D00E1D940 + 4CC6195D2CEC996E008C1EE8 + E8412FB02779CB4D006E1101 + E87DF4B02A429B32009C1185 + E878893C273A54C300BF1D57 + E897ABFC28AF2E71003B3587 + E8998D8028597B0300C68558 + E88E4A80297673DC00019A50 + 544879EA2CD215F400D58DC1 + E81060DC298761F100B772F0 + 23C9DFC62B84903500B51558 + 235A45232B04BEB6009753F5 + E8DEC9A82764A68B0078CB70 + 9B86D87A2817DD8400494FCD + 23FE47E12BB41CF200F09D23 + E8AC721026F43955007D6E91 + E85E7B122A4EB0D200B6D00A + E81C27A026EEF83D0031E639 + E8F1558D28124D5200EE8C06 + E8E20BDB281645300033B688 + 2331C1B92A60F32D00E1D940 + E8AB631C28ADE30E0023B0D2 + E80A63DC28B86B9700690914 + E8098CB4282E97550090B9F0 + E87DF4DD2A42CA12009C1185 + 1464C5F029A49DDD00AF7C94 + E85E7B2C2A4EB0D300B6D00A + E801274E27E3280000BAC3F2 + 18E7B1B726E8B2D10064BC9B + E87DF4D72A42C9C3009C1185 + E8B846D326FDDBE600A777FE + E8D48256278D83AE003C1D08 + E85E7B372A4EB0D300B6D00A + E85E7B502A4EB0D300B6D00A + E824546126F5F4E400BE8163 + 239D0FCF2C046048002977CE + E81D58822720082A003063FE + E8A73F8728586A6F00FD9CBC + E80E09B62A42078F00CD2BE7 + 2331C16B2A5EB71000E1D940 + E8B825C226EA00DF009E8E9F + E878B85B2835F3BF00E22DCF + 9BCFB828289BAC7D0093D863 + E8D34D6428084E40009C4835 + 238B37CE2AC55A2C00BFC9D5 + E899C68927508F4E00E189E5 + 9B6B3AAB278C2EA7005551EC + E85E7B302A4EB0D300B6D00A + E85E7B222A4EB0D300B6D00A + 544B19B32CA129A800885BEB + 9BD2ECD5288F838200F5CD9A + 9B1B72BF2800422E003FACE9 + 54F469352C29711400A83655 + 1427219729A75F6F00C7C423 + 4CD6FF662D673A5C00262AB7 + E85E7B6E2A4EC4AE00B6D00A + 23CEFC5B2AFB8FC100576D89 + E81125CA296E606F000D9804 + 239D0FAA2BFCB88D002977CE + 9B42869528C1E00A009034D2 + 2331C16E2A5EB71000E1D940 + 9BE01AE428937EDE00B50299 + 1427219129A75F6F00C7C423 + 54E82EAE2CA9293C00C931D9 + 186A534B26FC6ED900D67B2C + E8BD0F8B28A9EB0A00DE050D + 9BA812DD28BF6A7300783EA7 + E85E7B642A4EC35A00B6D00A + 544879ED2CD22A6B00D58DC1 + E85E7B082A4EB0D200B6D00A + 18E7B1B226E8AF980064BC9B + E81366F626F0C0DF0076364C + 237700DA2BC7D5EC00D661F1 + E8A30BEE28534AB1003B4873 + 9BDA3E7727FD41C200517FE6 + 23E9EAAD2A84C9B800B792F2 + 18A61BE8274F9CF000A09A54 + E8C1CD6A27D8937800376F83 + 9B2EA7C02804037700ED17BF + 4C1392992D6DB4CD00A6DFB5 + 23CEFC622AFB8FC100576D89 + 238B37CF2AC55A2C00BFC9D5 + 238B37C52AC55A2C00BFC9D5 + E811FFF72742367B00918544 + 189DD67E26E1FD8900AB55B1 + 4C71C6A22D06DB3D00ECCA24 + E82D5C73276AE94800858D6D + E85E7B0B2A4EB0D200B6D00A + E87E62762A3F5907002F68C9 + 186A534726FC6ED900D67B2C + 18F403EE2758CF2F00A6C548 + 238B37A32AC55A2C00BFC9D5 + 18E7B31E26F0984C0064BC9B + 23B8D8DB2B85FDDD00CA472F + 2331C1762A5EB71000E1D940 + 1427218C29A75F6F00C7C423 + E8DD25DA295583920043C7D5 + E8664EDC27E43632000171BA + E8778AE42988B57B00CF139B + E880B3A9278BD82300A83B0D + 9B88E20F28C6305400D26FBA + E84A2E892A527DF800D6AF8A + E82D5C7A276B25D100858D6D + E85E7BB02A4EC99300B6D00A + E874B88B27215EAF003954B9 + 9B1B72B828003772003FACE9 + E8EE827D272B9A2300A17217 + E8AB631928ADE2F40023B0D2 + 9BD63FAE277EE97A006EB744 + 9B1FC3D827E49C36006EFFE0 + 9BE01AEA2893CB4400B50299 + 238B37DA2AC55A2C00BFC9D5 + E8751E6B28A64C6E0056EF44 + 9B1B72B528003664003FACE9 + 23194DCC2AD14BF000649F51 + E8EEB90626FC5772007C6EBA + 23E9EA912A84BD5B00B792F2 + E8B846D626FDE01B00A777FE + E8A30BF628534B35003B4873 + 23D8DEF22AC5633300644637 + E801274027E323C800BAC3F2 + E8EEB91426FC7786007C6EBA + 18E7B31B26F0982E0064BC9B + 236B2E592AA18E13003967A8 + 9BDA3E7D27FD47AB00517FE6 + E8C6FFE62754FE53004DC9F0 + 2320F6422BE0F53F00227EEB + 238B37C02AC55A2C00BFC9D5 + 9B2A12DE2783FEDD00CED41B + 233423CA2AAEE97500B1253F + E824543526F57D6E00BE8163 + E8680718271967B00024F48F + E896EF942771AAC100AD2CC1 + E8B825CD26EA18C8009E8E9F + E8751E5F28A62A970056EF44 + E84A2E962A5280F900D6AF8A + 23F9636A2BB6919D00F440A6 + E8DAC5AC2858305A00012CFD + 1427218929A75F6F00C7C423 + E8B9843028AB90200022D026 + 23E9EA9A2A84C39700B792F2 + E8E20BDE28164D3A0033B688 + 9B734F76288A92FB00CBDAA9 + 541DD9552C1EDEFB00B616C4 + E82D5C70276AE60000858D6D + 4C5C37232D0C1C7900BA9AB8 + 238B37CC2AC55A2C00BFC9D5 + E81125C4296E57B7000D9804 + E880B3A1278BD60C00A83B0D + 9B3C181A292CE4FA003AF543 + E80EC80D28ACD84000D133C5 + 23E9EA852A84B6FD00B792F2 + E8D48250278D68BA003C1D08 + 18F404C3276098F100A6C548 + 9B85B6D7279FDABA00A0A1AC + 9B33E3CB27D85379003B0E62 + E8AEAEF327141C7C0017FCE0 + 9B1B729D28002264003FACE9 + E8C6FFE02754EEF9004DC9F0 + E87E627F2A3F5D28002F68C9 + E8AE427327153A3500BEEBB2 + 23E9E99B2A80C40000B792F2 + 2305EEF32AD67A8D00AD403C + E89DCF5428FFEC67001647EC + 2331C1B22A60F32D00E1D940 + E85E7B072A4EB0D200B6D00A + 2331C17B2A5EB7AB00E1D940 + 9BB89DC627FEB9E100586A83 + E86596432701611A00846EBD + E8E20BEF2816A5FC0033B688 + 23BA165B2A5D2ACF0030C5A3 + 18486217271EAB8C005FC5DC + E80EC81228ACD84000D133C5 + E8DACCFB2766EDC60052092C + E85E7BAE2A4EC99300B6D00A + 23942E912A86424500D0ECC2 + E8CEA03D26EA3DE500644B44 + 2331C1752A5EB71000E1D940 + E885D533297798E1004DC088 + E85E7BA82A4EC99300B6D00A + E8E70D7726F2F15100F03460 + 9B1FC3D527E49A5D006EFFE0 + E896EFA62771AEDD00AD2CC1 + E8E7DAEB2745158500C631CC + E88863C6278EAFC3004BCFAB + E8AC722C26F49580007D6E91 + 237B94BF2A984DA7007853E3 + 9B335B492925D8A00048A116 + E8098CAE282E07C00090B9F0 + 237700D72BC7D51400D661F1 + E85E7B4F2A4EB0D300B6D00A + 23FE47DB2BB4171C00F09D23 + 4C75CEFB2D6318FF009147A5 + E84A2E932A527EC800D6AF8A + 236B2E432AA07D06003967A8 + 239D0FC92C045F92002977CE + E85E7B172A4EB0D200B6D00A + 54C3895C2C215F5100FD47B1 + 9B044DA0282D32F700DE4859 + E8D7D74B282BA1EC0007D7BD + E8D34D5A28082357009C4835 + 5461041C2CD4D35A00066B21 + E82107842987E35300DE7040 + 189DD52E26DE255300AB55B1 + 23FE47E42BB41EBF00F09D23 + E83DB4842746661800D8CBD1 + E8778AF82988F4E200CF139B + E84150C527747E0900A7F548 + E8B9843328ABA2FF0022D026 + 239D0FDB2C047F24002977CE + 54F469412C2AB56900A83655 + 235714982BEDF54E004C81D6 + 237852A72C08764B00E360AC + 9BE9F10227FEE5C200667200 + E8E0DAE6285C280E00566A2F + E85E7B1A2A4EB0D200B6D00A + E86596542701A55500846EBD + E8E21A9B28B4BD92008F7C9D + E85E7B102A4EB0D200B6D00A + E85E7B132A4EB0D200B6D00A + E8E70D8C26F2F5A500F03460 + 9B17F71827BD150600440843 + E87DF5052A42CE21009C1185 + E8751E5928A62A390056EF44 + E897ABFF28AF39B4003B3587 + E885D5362977CE28004DC088 + E80DE40D2775ABA500BE5BCB + 9BE01AE128937DBC00B50299 + E896EFA22771AE9400AD2CC1 + 1427218D29A75F6F00C7C423 + E875A1B829755EE200AB1BBD + E8E70D8C26F2F5A500F03460 + 9BE9F0FC27FED2E100667200 + E87DF50B2A42CEC9009C1185 + 23E9EA8B2A84B9BD00B792F2 + 186A534A26FC6ED900D67B2C + 9B6E856A281A982A0041A321 + E8DBB6FD27B63CE000AA285D + E85E7B4A2A4EB0D300B6D00A + E81C278D26EAFAF60031E639 + E85E7BB92A4ED89F00B6D00A + E84A2EAB2A528A4100D6AF8A + E82107812987D7F300DE7040 + E81366E726F0A49E0076364C + 23194DD22AD14BF000649F51 + E8EEB90126FC31B6007C6EBA + 4C864A022D55F4F600191AE0 + E81A65312834E53600F55894 + 18F404BB2760982000A6C548 + E8A30BE828534A63003B4873 + 9BE9F10527FF04CF00667200 + 4C6E31EC2D35010F00D8EEDD + 23FF25792ABD67CD0064E904 + 9B92A33C2797E38100AD168F + E854103928646A00005CFD9F + 4CEB9EAA2D097E8400443480 + 9B8DE0E1289CF02900FB6EC2 + 23FF256E2ABC48810064E904 + E85E7B092A4EB0D200B6D00A + E8950186282CAC80007E459A + E86507E5281A7D4D006951B0 + E824544B26F5BBB800BE8163 + E81C1B2227705F950020D1E4 + E8E20BE828169BDC0033B688 + 238B37D52AC55A2C00BFC9D5 + E85E7B3F2A4EB0D300B6D00A + E84150C227747BF700A7F548 + 9B1EF3D227E81C0600554295 + 2331C1AB2A60F32D00E1D940 + 23C9DFC32B84807A00B51558 + 1427218B29A75F6F00C7C423 + 4C75CEFE2D632CD5009147A5 + E839533C276A0CCD00CF2F24 + 2331C1B62A60F32D00E1D940 + E8751E7128A6541B0056EF44 + E85E7B452A4EB0D300B6D00A + E8EEB8FE26FC2DF8007C6EBA + E85E7B2E2A4EB0D300B6D00A + E87E62752A3F5907002F68C9 + 2331C1682A5EB71000E1D940 + E896EF972771AAE400AD2CC1 + E86F6185284F4E4800E8EC9A + 9B208A362779B50100F9E54A + E80A086227F2AC190027B30C + 238B37CD2AC55A2C00BFC9D5 + E824545126F5CE6E00BE8163 + E8098CB1282E86EF0090B9F0 + E85E3FA728B7A6F000268DC8 + E880B3AF278BE1D800A83B0D + 238B37DC2AC55A2C00BFC9D5 + 23CEFC4B2AFB8FC100576D89 + E8B9842D28AB77F10022D026 + 239141C62AE129F700322CA9 + E88C72992828F3620047FB2B + E8D34D4728080295009C4835 + E801275127E3281100BAC3F2 + E8EEB90F26FC6AB8007C6EBA + E873EB09280960990071030D + E85E7B162A4EB0D200B6D00A + E885D53C2977FBFD004DC088 + E8AC723A26F49AAE007D6E91 + E87DF50E2A42CF15009C1185 + E8F6135F291E274E00E12650 + 4C44BD5D2D151B5C00F321FA + E87E62622A3F568A002F68C9 + 54E82E9F2CA6876300C931D9 + 18E7B33226F317A20064BC9B + E8AEAEF927141CA30017FCE0 + 545831A32C2AF01100364026 + E8AB632428AE10310023B0D2 + E8098CAA282E03B40090B9F0 + E8F63CBB298B648300B338BA + 9B1B729828002147003FACE9 + 23FF42702AA6C7CF0055733C + E87DF4DA2A42C9D9009C1185 + E86507E8281A8212006951B0 + E8D55CA0281186D6006935A5 + E8A88D2A27E81C8600CA8837 + 9B7B606627BBA0EE0070BB72 + E81C1B29277069DD0020D1E4 + E8AC721C26F4720B007D6E91 + 2305EF102AD8006900AD403C + 238B37BA2AC55A2C00BFC9D5 + E81060EE2987C35700B772F0 + E87AE8C5284E1A8400CAFBB3 + E8A3540728FEBD460014A784 + E87E627B2A3F5A0D002F68C9 + 14DCAD08299B36A500A7DD31 + E81060F42987C6B200B772F0 + E8AEAEF027141C430017FCE0 + 9B85F3532806AB9A006EDF51 + E8DEC99527648FA50078CB70 + 9B6E8577281ABECC0041A321 + E85E7BC22A4EE82300B6D00A + E880B3A6278BD69900A83B0D + 4C1392932D6D963700A6DFB5 + 5456F3C82C6EF962000E1805 + E8EEB90926FC579A007C6EBA + E8F1559028125E2D00EE8C06 + E8901CF628B38D89001E9A92 + E89DA67527009ACD008483C1 + E81A6546283519CA00F55894 + E86E79D028A4E0B2006DAF48 + 9BFE0D922899042600F53C24 + 54C9A10D2C3D2FD300C6D970 + 23B8D8DE2B860B8800CA472F + 9BE01AE728938AB600B50299 + E82E75062828E76400C25EF7 + 9B8DE0E4289CF7AA00FB6EC2 + 1808072D2731598F001FD836 + E818E348286ECA4B005EDF68 + 9B88E20C28C5EB8300D26FBA + E896EFAF2771AF0F00AD2CC1 + E8E859E928264F4500EE4857 + 18486213271EA9DA005FC5DC + E8D34D5628080393009C4835 + E84A2E9C2A52823900D6AF8A + 186A536926FC6F2E00D67B2C + 23CEFC602AFB8FC100576D89 + E8AB632C28AE19600023B0D2 + 23CEFC5F2AFB8FC100576D89 + 236B2E4D2AA07D06003967A8 + E87AE8C1284E184300CAFBB3 + 239D0FAC2BFCB88D002977CE + 9BC5C91C277C8A7B007C8719 + 23B2AEC42A6516C200543D17 + 186A534C26FC6ED900D67B2C + E8A3540428FEB7100014A784 + 23E9EB1E2A84DA5F00B792F2 + E85E7B332A4EB0D300B6D00A + E85E7B0F2A4EB0D200B6D00A + 232C43EA2AB15F4100D4B2ED + E801275527E3326000BAC3F2 + 2305EF132AD8036B00AD403C + E8FE3C2C2994D0E80006C6C7 + E8D4824D278D2CE4003C1D08 + E81E09CC290F732600A1F410 + 9BD8D4E628911F7700AE03FF + 233423D92AB0438400B1253F + E866B6E52759F96F009B002A + 23E9EAB52A84CB2700B792F2 + 2331C1AE2A60F32D00E1D940 + 239D0FEA2C04A9EE002977CE + E818E34B286ECABF005EDF68 + E85E7B462A4EB0D300B6D00A + 9B7B605B27BB53060070BB72 + 23CEFC522AFB8FC100576D89 + 238B37D02AC55A2C00BFC9D5 + 14DCAD0E299B6AD900A7DD31 + 23194DD12AD14BF000649F51 + 545831A02C2AEFAF00364026 + 9BE9F0FF27FED76500667200 + E85E7BAA2A4EC99300B6D00A + 23FF428E2AAB2D3A0055733C + E88C72922828EA4E0047FB2B + E84A2EA52A5288CB00D6AF8A + E8E7DAE82744F5EF00C631CC + E8AA6EEF27DF1E6B009B4C2B + 1427219629A75F6F00C7C423 + E87AE7FC277AAC450037823A + E85E7B652A4EC35A00B6D00A + E878894C273A607C00BF1D57 + 23E9E9A72A80F1C300B792F2 + 2331C1712A5EB71000E1D940 + 181D7F212727D9DB00B7C059 + E8AB630D28ADD8C60023B0D2 + 23E9EA7C2A83977400B792F2 + E8D4DE472940473500EC788D + 547B30F92CB511700041E962 + E87DF4FB2A42CCDE009C1185 + 2368ECDA2BC3C02800EDF4C9 + 187EEEF026E89FE8002833B2 + 2331C1B82A60F32D00E1D940 + 9BFE0D8E2898C8C300F53C24 + E87DF4B72A42C2FD009C1185 + 54AE7E172C9AE589006D2BE2 + 238B37A92AC55A2C00BFC9D5 + E85E7B382A4EB0D300B6D00A + 23D321D52ADD0F05006B259C + 23E9EA842A84B6FD00B792F2 + E8998D852859B4FA00C68558 + 23FE47E72BB4378700F09D23 + 186A536B26FC6F2E00D67B2C + 54C9A11C2C3D9EDD00C6D970 + 237B94C02A984DA7007853E3 + 23E45C052AC2B0A200D88BCA + 9B42869228C1AED4009034D2 + E8B846C526FDB41A00A777FE + 239D0FE42C048700002977CE + 9BFB101F2897CC4300B3985E + 1427218F29A75F6F00C7C423 + 9BAA5FED277A1BBE007453F3 + E873EB02280922720071030D + E872309326E8D31500B90D4F + E82107872987E49100DE7040 + 23B8D8E12B87715100CA472F + 237700E92BC7E88E00D661F1 + 23194DD52AD292F200649F51 + 23E9EA9E2A84C42B00B792F2 + E87E91552796B6DE00A7B3F2 + 239D0FCC2C045FC9002977CE + E880B3B5278C1FE400A83B0D + 23CEFC612AFB8FC100576D89 + 186A534626FC6ED900D67B2C + 9B4D449328F15765002572D5 + E81C278C26EAFAF60031E639 + 238B37C92AC55A2C00BFC9D5 + 544B19B62CA14A7100885BEB + E8C1CD7027D894B800376F83 + E85E7B4B2A4EB0D300B6D00A + 189DD73D26E21C3F00AB55B1 + 187EEEDC26E89B32002833B2 + 54E4D5302C9048E1009E1FEA + 23CEFC682AFCCE7700576D89 + E878B85E283640A500E22DCF + E81366FC26F0D2980076364C + E85E7BA42A4EC99300B6D00A + E824546426F5FF1C00BE8163 + E818E34F286EDF72005EDF68 + E877A7EE278428FB00EFACED + E8E0DAE9285C2E8C00566A2F + E84A2E8A2A527DF800D6AF8A + E87A27032758BC81002DDC7A + E84A2E8B2A527DF800D6AF8A + E884C3722743AEDE00E1EBED + 18EE3FEE2750CE6D00A452BF + 1427219529A75F6F00C7C423 + 236B2E5A2AA18E13003967A8 + E8DEC9AC2764A6CD0078CB70 + E81DCCD0282B63FD0039E5C5 + 9B7D804A2753783D003DAC0C + E85E7BA92A4EC99300B6D00A + 4C71C69F2D069D2B00ECCA24 + 54C9A1102C3D3E1700C6D970 + E85E7BA72A4EC99300B6D00A + 54283CEE2CE48B97009729B5 + 2331C1742A5EB71000E1D940 + E80E2377299A47F60013FD40 + E81060E229876E9100B772F0 + E839533F276A0CDB00CF2F24 + E80E09AE2A41336500CD2BE7 + E85E7B2D2A4EB0D300B6D00A + E85E7B542A4EB4AD00B6D00A + 54283CE52CE48A69009729B5 + 9BCE6144277D657600CC0358 + 186A534D26FC6ED900D67B2C + E81060E529876FF300B772F0 + 23CEFC642AFB8FC100576D89 + 239D0FF42C05B9D2002977CE + E83DB481274649FB00D8CBD1 + 9B3A1DF4280571000058E2DD + 2331C1BD2A60F69E00E1D940 + 9B2489BC27C4C056006CFB85 + 1427212F29A7599500C7C423 + E878893F273A54F500BF1D57 + 1464C5F929A4D00000AF7C94 + E83645A82A40AF5400E0DBE4 + 23E9EA7F2A839B2F00B792F2 + E8778AFB2989034200CF139B + 238B37B02AC55A2C00BFC9D5 + E88B5CC126FB407B00DA9178 + 2331C1AC2A60F32D00E1D940 + 540EC1D32C89998500F3BF0D + 5468995D2C8AFE4C0049136A + E81E09CF290F750800A1F410 + 2305F3472AD94E9D00AD403C + E852D74428633A08001465ED + 238B37C42AC55A2C00BFC9D5 + E8C1CD6D27D8938C00376F83 + 548E01C62C3F78360071C83D + E8C1CD7627D8AE3D00376F83 + E85E7B362A4EB0D300B6D00A + 18F4043A275E20D900A6C548 + 2320F63F2BDF8B3000227EEB + E8899C7F27853B6A007944BE + 23E9EA882A84B75900B792F2 + E87DF4EC2A42CB60009C1185 + 238B37C22AC55A2C00BFC9D5 + E85E7B052A4EB0D200B6D00A + E85E7BA52A4EC99300B6D00A + E8F63CB1298B553500B338BA + 238B37BB2AC55A2C00BFC9D5 + 236B2E4B2AA07D06003967A8 + 9BE01AD428927E9C00B50299 + 239D0FED2C057362002977CE + 9B41D36E282649230048C588 + E824545926F5E65900BE8163 + E841ED61280FB0BD00904808 + 23CEFC632AFB8FC100576D89 + 238B37B92AC55A2C00BFC9D5 + 236B2E542AA08757003967A8 + 189DD74026E21C3F00AB55B1 + E85E7B182A4EB0D200B6D00A + 236B2E452AA07D06003967A8 + E85E7B272A4EB0D300B6D00A + 189DD74526E21CCC00AB55B1 + 238B37D62AC55A2C00BFC9D5 + E82109AD26F1C8A000FC3319 + E878B8582835F0D300E22DCF + 234F44E32B3EA4F900E2B532 + E87DF4E42A42CAD2009C1185 + 9BD2ECCE288F829600F5CD9A + 9B4E920028E57A620033419E + 238B37C62AC55A2C00BFC9D5 + 54E4D5332C90658C009E1FEA + E86A16BF2856D4D5004228B8 + E85E7B312A4EB0D300B6D00A + 4CA532C32D5F37DC00B8F59F + 9B0997A327F19DE500EB8F14 + E8778AF02988EF0600CF139B + 187EEEE126E89BFB002833B2 + 235A451D2B04A452009753F5 + E8098CA7282E00920090B9F0 + E896EFA92771AEEC00AD2CC1 + E8F1559328129EBA00EE8C06 + E85E7B342A4EB0D300B6D00A + 9BBC02912786FC570007C24B + 238B37B12AC55A2C00BFC9D5 + E8751E7428A665BC0056EF44 + E80EC81328ACD84000D133C5 + 4CD6FF692D673F7F00262AB7 + 4C1392962D6DA22B00A6DFB5 + E87DF4B32A429C6E009C1185 + E8AC722126F47E23007D6E91 + E8E21A9E28B4DFE8008F7C9D + 18F403CB2758C66800A6C548 + 547853A12C258F2A00F45E60 + E87DF4E72A42CB00009C1185 + E8232600274E48EA003A3332 + 239D0FA92BFCB88D002977CE + E88B5CC526FB42B000DA9178 + E8AC721626F46B06007D6E91 + 18EE3FDF2750C1F700A452BF + 9BD798B72926362F003E03E6 + E80487652717DDD9008595F2 + E895018C282D0701007E459A + E8A353A028FE84670014A784 + E89BD7D4277D471100E31B19 + 1427219329A75F6F00C7C423 + E8412F9627795E34006E1101 + E801274327E323E500BAC3F2 + 189DD75026E21D9000AB55B1 + E82D5C76276AEB5100858D6D + 142721AF29A75F6F00C7C423 + E87E62742A3F5907002F68C9 + E88C72A3282917590047FB2B + 239D0FA82BFCB88D002977CE + 23D321DF2ADFCEB2006B259C + E81AF32827F1EE69003B9E43 + 4CC6195A2CEC7770008C1EE8 + E84150BF27747BD300A7F548 + E84B0E422727EE0A008818C6 + 238B37AC2AC55A2C00BFC9D5 + 2331C1812A5ECD3800E1D940 + E852D73B286317F0001465ED + 2331C1692A5EB71000E1D940 + E85E7B392A4EB0D300B6D00A + 239D0FAD2BFCB88D002977CE + E81060D9298761A300B772F0 + E890BC10273D23F00007C46B + E8A30BEB28534A96003B4873 + 238B37AD2AC55A2C00BFC9D5 + E84BF7E0277C869A00EF8877 + 186A534826FC6ED900D67B2C + 236B2E422AA07D06003967A8 + E88749B6282B8FC600C3C7DB + E89D60BA271D643A001F8895 + E84843B227F5A0740050D365 + E80EC80F28ACD84000D133C5 + E877A7EB2783E24700EFACED + 9BD2ECDA288F867000F5CD9A + 545888332C1AFFB500897585 + E8395339276A0CC100CF2F24 + 238B37CB2AC55A2C00BFC9D5 + E875FA8727D619820086ED04 + 9BFB10222897D68400B3985E + E8B846DC26FDE24300A777FE + 9B1B7292280010E8003FACE9 + 4C815A172CFEB758002A46A6 + E8A3539728FE7C250014A784 + E85E7B142A4EB0D200B6D00A + 9BE01ADE2892A66D00B50299 + 236B2E472AA07D06003967A8 + E884C36C2743951B00E1EBED + E85E7BB62A4ED59900B6D00A + 9B7B606227BB96E40070BB72 + E87DF4FE2A42CD7E009C1185 + 23CEFC4D2AFB8FC100576D89 + E85E7B442A4EB0D300B6D00A + E80B0734280D740600A79F63 + E8395334276A03C300CF2F24 + E85E7B212A4EB0D300B6D00A + 54C389622C23BD1600FD47B1 + 23A439742AA1CF7C002E6039 + 189DD75926E6003C00AB55B1 + 2331C1652A5EB71000E1D940 + E87C0A9D27D9986700CB2241 + 1427212C29A757EC00C7C423 + 23E9EB152A84D02400B792F2 + 9BA812D628BF52E100783EA7 + E86E79D328A4E94E006DAF48 + 548E01C92C3F78600071C83D + E85E7B1F2A4EB0D300B6D00A + E85E7B412A4EB0D300B6D00A + E8133916273E532D00708B66 + 2331C1782A5EB71000E1D940 + 236896A02AE6720600EED5F2 + 2305EF012AD6A33E00AD403C + 2305EEFE2AD6978200AD403C + E833ED0D274FAD1C00A2463B + 9B42868E28C1AE2D009034D2 + E8788934273A53D700BF1D57 + 234E50AF2BF7352C005CB6D5 + E896EF9C2771AE6B00AD2CC1 + 238B37A72AC55A2C00BFC9D5 + 54B9C6E72C9C2CA1003F1CC5 + E84B0E462727EF9D008818C6 + 23E9E9A12A80C7E000B792F2 + 9B0086C627BA392B0032BD2B + 9BCD02C72796C02800F396AA + 2305F3382AD9194B00AD403C + 5484E1FD2CA2897B008E8754 + E874B88827215D39003954B9 + 23E9EABB2A84CCBE00B792F2 + 23FE47D52BB3C64600F09D23 + E896EF9F2771AE7B00AD2CC1 + E89D60C1271D64B9001F8895 + E89DA66727006443008483C1 + 189DD53F26DE255600AB55B1 + 236B2E4A2AA07D06003967A8 + E85E7BBC2A4EE70B00B6D00A + 239D0F962BFB3296002977CE + E885D5392977D10E004DC088 + 2305EF072AD6B51200AD403C + 2331C16C2A5EB71000E1D940 + 2305F3442AD94E2700AD403C + E8D34D6728084E88009C4835 + 23E9E9AA2A80FDF100B792F2 + 23194DCF2AD14BF000649F51 + E8A30BE328534A28003B4873 + 140A7F52299CC69000841594 + 4CA532BA2D5C8EBE00B8F59F + E85E7B0C2A4EB0D200B6D00A + 14DCAD0B299B5D3A00A7DD31 + E839806B290288660084BFC8 + E81C1B2C27706E5C0020D1E4 + 9B1B729528002099003FACE9 + 9BE2FA90288010D300EF3D83 + E85E7B252A4EB0D300B6D00A + E87E91522796A15500A7B3F2 + E8788948273A55D000BF1D57 + E89DCF5728FFF076001647EC + 237700D32BC7CC7C00D661F1 + E8D4DE442940462C00EC788D + 540EC1D02C89925F00F3BF0D + E81060DF29876D3A00B772F0 + E81A65422835120200F55894 + 238B37A82AC55A2C00BFC9D5 + 239D0FD52C0475E6002977CE + E80EC80C28ACD84000D133C5 + E8664EE627E482EF000171BA + 9BAA5FF0277A23F4007453F3 + E85E7BA02A4EC99300B6D00A + E89DCF5A28FFF1AD001647EC + E81A654C28351D9900F55894 + E85E7B9F2A4EC99300B6D00A + 14D8767C29A7445C00E1DD7F + 23CEFC4C2AFB8FC100576D89 + E8412FA92779C2ED006E1101 + 189DD58F26DF97E700AB55B1 + E88863C9278EBA43004BCFAB + E8F63CB7298B566D00B338BA + E88C72952828F1AD0047FB2B + 233423D32AAF0F4F00B1253F + E85E7BA62A4EC99300B6D00A + 1427218829A75F6F00C7C423 + E85E7B032A4EB0D200B6D00A + E8A30BF928534E48003B4873 + 54C608552CBE1EC7003DD5D2 + 545888362C1C306B00897585 + E896EFB22771C93B00AD2CC1 + 14EB640D29A5C16000A4A00B + E80EC80E28ACD84000D133C5 + 54C389672C24464600FD47B1 + 23E9EA792A8385CC00B792F2 + 149839C7299E0B9F00F82CBF + 4C6E1F792CEB12780073D0A3 + 236BA4982BB6AFED00C7C73A + E88C729C2828F37D0047FB2B + E85E7B0A2A4EB0D200B6D00A + 9B85F3562806DD8A006EDF51 + 238B37D72AC55A2C00BFC9D5 + E85E7BA12A4EC99300B6D00A + E85E7B232A4EB0D300B6D00A + E89DA67227008D59008483C1 + E8778AE12988B4C300CF139B + E873EB05280943ED0071030D + E8383697298A598D00112E1C + E801274727E3241700BAC3F2 + E87DF4F82A42CCAB009C1185 + 239D0FF02C057470002977CE + E80CBDEA27D0C53F001E1EC2 + E85E7BAC2A4EC99300B6D00A + 238B37B42AC55A2C00BFC9D5 + E85E7B152A4EB0D200B6D00A + 189DD55026DE37F900AB55B1 + E81366F326F0B7C80076364C + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 189DD52626DE255300AB55B1 + + buildActionMask + 2147483647 + files + + 237701122BCF742C00D661F1 + 23E56B3C2B03564B00C8DAC9 + 237701102BCF740400D661F1 + 2377010E2BCF73F400D661F1 + 2377010C2BCF73EA00D661F1 + 2377010A2BCF73DD00D661F1 + 237701082BCF73CE00D661F1 + 234489082AC3C5DA0070E5D5 + 73FFADDC93E195344047A2EC + 186A531926FC592100D67B2C + E87888F42738C30E00BF1D57 + 9BA8A47727C60DF7000365A3 + 1427212529A7566100C7C423 + 9BA8A47527C60D9F000365A3 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 189DD52726DE255300AB55B1 + + buildActionMask + 2147483647 + files + + 23116B0B2BDB8FDC00F7F97A + E80EC88928ACD84000D133C5 + E80EC84628ACD84000D133C5 + E80EC84728ACD84000D133C5 + E80EC83328ACD84000D133C5 + 54B9C6FB2C9DA4C4003F1CC5 + E80EC82628ACD84000D133C5 + E80EC82C28ACD84000D133C5 + E80EC81A28ACD84000D133C5 + E80EC85228ACD84000D133C5 + E80EC81F28ACD84000D133C5 + E80EC85A28ACD84000D133C5 + E80EC8B828ACD84100D133C5 + 23CEFC5A2AFB8FC100576D89 + E80EC82828ACD84000D133C5 + 2368ECD32BC38FDA00EDF4C9 + E80EC86728ACD84000D133C5 + E80EC88B28ACD84000D133C5 + 23EE96F22B9FF6BE00475D69 + E80EC85D28ACD84000D133C5 + E80EC83428ACD84000D133C5 + E80EC81C28ACD84000D133C5 + E80EC81D28ACD84000D133C5 + E80EC8B128ACD84100D133C5 + E80EC89B28ACD84000D133C5 + E80EC85C28ACD84000D133C5 + E80EC85528ACD84000D133C5 + E80EC8B728ACD84100D133C5 + E80EC86228ACD84000D133C5 + E80EC82528ACD84000D133C5 + E80EC81528ACD84000D133C5 + E80EC85428ACD84000D133C5 + E80EC88728ACD84000D133C5 + E80EC83728ACD84000D133C5 + E80EC88C28ACD84000D133C5 + 4C13929D2D70441500A6DFB5 + E80EC86028ACD84000D133C5 + E80EC84928ACD84000D133C5 + E80EC89328ACD84000D133C5 + E80EC84228ACD84000D133C5 + E80EC83828ACD84000D133C5 + E80EC86F28ACD84000D133C5 + E80EC8BF28ACDB2A00D133C5 + E80EC88028ACD84000D133C5 + E80EC82F28ACD84000D133C5 + 23CEFC582AFB8FC100576D89 + E80EC8A428ACD84100D133C5 + E80EC85028ACD84000D133C5 + E80EC85E28ACD84000D133C5 + E80EC81428ACD84000D133C5 + E80EC87228ACD84000D133C5 + E80EC8A728ACD84100D133C5 + E80EC88628ACD84000D133C5 + E80EC86C28ACD84000D133C5 + E80EC85128ACD84000D133C5 + E80EC83E28ACD84000D133C5 + E80EC83228ACD84000D133C5 + E80EC89C28ACD84000D133C5 + E80EC87A28ACD84000D133C5 + 548E01C52C3F78360071C83D + 23FF25622ABAE6310064E904 + 23FF42672AA5CFBB0055733C + 4C1392A12D71675900A6DFB5 + E80EC88A28ACD84000D133C5 + E80EC87828ACD84000D133C5 + E80EC8AD28ACD84100D133C5 + E80EC8B528ACD84100D133C5 + E80EC82428ACD84000D133C5 + E80EC87428ACD84000D133C5 + E80E09A92A40B70100CD2BE7 + E80EC84828ACD84000D133C5 + E80EC87728ACD84000D133C5 + E80EC81928ACD84000D133C5 + 237701192BD6143700D661F1 + 544B19BC2CA169BE00885BEB + 544B19BD2CA169BE00885BEB + 544B19BE2CA169BE00885BEB + 544B19BF2CA169BE00885BEB + 544B19C02CA169BE00885BEB + E80EC8B328ACD84100D133C5 + 54FFD3812C9BD12600DE61E5 + 54FFD3822C9BD12600DE61E5 + 54FFD3832C9BD12600DE61E5 + 54FFD3842C9BD12600DE61E5 + 54FFD3852C9BD12600DE61E5 + 54C608522CBE0BEB003DD5D2 + E80EC8A828ACD84100D133C5 + 2368ECCF2BC38F9800EDF4C9 + E80EC88E28ACD84000D133C5 + 2368ECE72BC5280300EDF4C9 + E80EC83D28ACD84000D133C5 + E80EC81728ACD84000D133C5 + 2368ECE92BC5280300EDF4C9 + E80EC88328ACD84000D133C5 + 23CEFC532AFB8FC100576D89 + E80EC89528ACD84000D133C5 + E80EC89128ACD84000D133C5 + E80EC87F28ACD84000D133C5 + E80EC8B028ACD84100D133C5 + E80EC85728ACD84000D133C5 + E80EC85F28ACD84000D133C5 + E80EC84028ACD84000D133C5 + E80EC88D28ACD84000D133C5 + E80EC83A28ACD84000D133C5 + E80EC8B428ACD84100D133C5 + E80EC89F28ACD84000D133C5 + E80EC87128ACD84000D133C5 + 23E9EB252A84E98300B792F2 + 2368ECEB2BC5280300EDF4C9 + 546104112CD4B46F00066B21 + 546104122CD4B46F00066B21 + 546104132CD4B46F00066B21 + 546104142CD4B46F00066B21 + 546104152CD4B46F00066B21 + 546104162CD4B46F00066B21 + 23A03F2D2B4408CD0094227A + E80EC86D28ACD84000D133C5 + E80EC86528ACD84000D133C5 + E80EC85B28ACD84000D133C5 + E80EC8A128ACD84100D133C5 + E80EC8AF28ACD84100D133C5 + E80EC84528ACD84000D133C5 + E80EC86928ACD84000D133C5 + E80EC83528ACD84000D133C5 + E80EC8A928ACD84100D133C5 + E80EC89D28ACD84000D133C5 + 232C43EC2AB169EC00D4B2ED + E80EC8AC28ACD84100D133C5 + E80EC84428ACD84000D133C5 + 232C444B2AB4363200D4B2ED + E80EC84D28ACD84000D133C5 + E80EC81B28ACD84000D133C5 + E80EC89028ACD84000D133C5 + E80EC84128ACD84000D133C5 + E80EC83C28ACD84000D133C5 + E80EC8B928ACD84100D133C5 + 2368ECEA2BC5280300EDF4C9 + E80EC87028ACD84000D133C5 + E80EC8AA28ACD84100D133C5 + E80EC85628ACD84000D133C5 + E80EC89728ACD84000D133C5 + E80EC88828ACD84000D133C5 + E80EC8A528ACD84100D133C5 + E80EC83F28ACD84000D133C5 + E80EC84A28ACD84000D133C5 + 23FF255B2AB956D50064E904 + E80EC84F28ACD84000D133C5 + 23CEFC592AFB8FC100576D89 + E80EC88428ACD84000D133C5 + E80EC8B628ACD84100D133C5 + E80EC83B28ACD84000D133C5 + E80EC87328ACD84000D133C5 + E80EC87D28ACD84000D133C5 + E80EC85328ACD84000D133C5 + E80EC86428ACD84000D133C5 + E80EC89928ACD84000D133C5 + 23FF25702ABD456C0064E904 + E80EC8BA28ACD84100D133C5 + 2368ECE82BC5280300EDF4C9 + E80EC82328ACD84000D133C5 + 2369F9932A8B21EB00563B48 + E80EC87E28ACD84000D133C5 + E80EC86828ACD84000D133C5 + E80EC8B228ACD84100D133C5 + 9B0997A127F19D8A00EB8F14 + 54B9C6F72C9D8D05003F1CC5 + 54B9C6F82C9D8D05003F1CC5 + 54B9C6F92C9D8D05003F1CC5 + E80EC89828ACD84000D133C5 + E80EC8A228ACD84100D133C5 + E80EC89228ACD84000D133C5 + E80EC81828ACD84000D133C5 + 54F179072C8EA48C00CB5219 + E80EC83928ACD84000D133C5 + E80EC83028ACD84000D133C5 + E80EC8AE28ACD84100D133C5 + E80EC86128ACD84000D133C5 + E80EC89428ACD84000D133C5 + E80EC82A28ACD84000D133C5 + 23E9E9B72A82200500B792F2 + 189DD53926DE255600AB55B1 + E80EC8A028ACD84100D133C5 + E80EC85828ACD84000D133C5 + E80EC81E28ACD84000D133C5 + E80EC89628ACD84000D133C5 + E80EC82B28ACD84000D133C5 + E80EC86628ACD84000D133C5 + E80EC83128ACD84000D133C5 + E80EC89E28ACD84000D133C5 + E80EC89A28ACD84000D133C5 + E80EC87528ACD84000D133C5 + 237700CF2BC697D500D661F1 + E80EC81628ACD84000D133C5 + E80EC8A328ACD84100D133C5 + E80EC84E28ACD84000D133C5 + 23CEFC562AFB8FC100576D89 + 237FD35D2C0F187B00B5335C + E80EC82928ACD84000D133C5 + E80EC82028ACD84000D133C5 + E80EC8A628ACD84100D133C5 + E80EC84328ACD84000D133C5 + E80EC88528ACD84000D133C5 + E80EC84B28ACD84000D133C5 + E80EC82D28ACD84000D133C5 + E80EC82128ACD84000D133C5 + E80EC8AB28ACD84100D133C5 + E80EC88128ACD84000D133C5 + E80EC87B28ACD84000D133C5 + E80EC82E28ACD84000D133C5 + E80EC87928ACD84000D133C5 + E80EC84C28ACD84000D133C5 + 23E9EAA32A84C80300B792F2 + 239D0F9B2BFC9E6C002977CE + E80EC83628ACD84000D133C5 + 2368ECEC2BC5280300EDF4C9 + 23E9EB242A84E98300B792F2 + 23CEFC552AFB8FC100576D89 + E80EC86B28ACD84000D133C5 + E80EC88F28ACD84000D133C5 + E80EC87C28ACD84000D133C5 + E80EC82728ACD84000D133C5 + E80EC85928ACD84000D133C5 + E80EC86E28ACD84000D133C5 + E80EC86A28ACD84000D133C5 + E80EC88228ACD84000D133C5 + E80EC82228ACD84000D133C5 + E80EC87628ACD84000D133C5 + 23CEFC572AFB8FC100576D89 + E80EC86328ACD84000D133C5 + 2396FCE42B22BE5D0014021D + 4C75CF002D633C27009147A5 + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 189DD52826DE255300AB55B1 + + buildConfigurationList + 189DD54226DE255600AB55B1 + buildPhases + + 1865B406E358C680125F108D + 189DD52526DE255300AB55B1 + 189DD52626DE255300AB55B1 + 189DD52726DE255300AB55B1 + 8311720C3643AC2030B96510 + 4C25F8F9E2D1F501119C383D + 18E7B21326E8CD220064BC9B + 232C43E62AB0754700D4B2ED + + buildRules + + dependencies + + isa + PBXNativeTarget + name + YuMi + productName + YuMi + productReference + 189DD52926DE255300AB55B1 + productType + com.apple.product-type.application + + 189DD52926DE255300AB55B1 + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + YuMi.app + sourceTree + BUILT_PRODUCTS_DIR + + 189DD52A26DE255300AB55B1 + + children + + 189DD52926DE255300AB55B1 + + isa + PBXGroup + name + Products + sourceTree + <group> + + 189DD52B26DE255300AB55B1 + + children + + 23E9E9B62A82200500B792F2 + E8729EBA2A3B10C10076D80A + E8729EB92A3B10C10076D80A + 236B2E1B2AA0786E003967A8 + 189DD56C26DF5B5400AB55B1 + 189DD5A726DFA09700AB55B1 + 14D8768429A752B500E1DD7F + E8A1E45C276220B100B294CA + E81C279926EB64BA0031E639 + 14D8768029A751A100E1DD7F + 189DD56B26DF5B0900AB55B1 + 189DD56126DE45F800AB55B1 + E81C27AF26EF39B00031E639 + 189DD53826DE255600AB55B1 + 2368ECD52BC38FDA00EDF4C9 + 237700CE2BC697D400D661F1 + 237FD35C2C0F187B00B5335C + 2396FCE32B22BE5D0014021D + 189DD53D26DE255600AB55B1 + 2368ECD72BC38FED00EDF4C9 + 2368ECCD2BC38F9800EDF4C9 + E80E09AB2A40B70100CD2BE7 + 189DD53E26DE255600AB55B1 + + isa + PBXGroup + path + YuMi + sourceTree + <group> + + 189DD52C26DE255300AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AppDelegate.h + sourceTree + <group> + + 189DD52D26DE255300AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AppDelegate.m + sourceTree + <group> + + 189DD52E26DE255300AB55B1 + + fileRef + 189DD52D26DE255300AB55B1 + isa + PBXBuildFile + + 189DD53226DE255300AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TabbarViewController.h + sourceTree + <group> + + 189DD53326DE255300AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TabbarViewController.m + sourceTree + <group> + + 189DD53426DE255300AB55B1 + + fileRef + 189DD53326DE255300AB55B1 + isa + PBXBuildFile + + 189DD53826DE255600AB55B1 + + isa + PBXFileReference + lastKnownFileType + folder.assetcatalog + path + Assets.xcassets + sourceTree + <group> + + 189DD53926DE255600AB55B1 + + fileRef + 189DD53826DE255600AB55B1 + isa + PBXBuildFile + + 189DD53D26DE255600AB55B1 + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 189DD53E26DE255600AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + main.m + sourceTree + <group> + + 189DD53F26DE255600AB55B1 + + fileRef + 189DD53E26DE255600AB55B1 + isa + PBXBuildFile + + 189DD54026DE255600AB55B1 + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_ANALYZER_NONNULL + YES + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION + YES_AGGRESSIVE + CLANG_CXX_LANGUAGE_STANDARD + gnu++14 + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_ENABLE_OBJC_WEAK + YES + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_COMMA + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_DOCUMENTATION_COMMENTS + YES + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INFINITE_RECURSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_NON_LITERAL_NULL_CONVERSION + YES + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF + YES + CLANG_WARN_OBJC_LITERAL_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER + YES + CLANG_WARN_RANGE_LOOP_ANALYSIS + YES + CLANG_WARN_STRICT_PROTOTYPES + YES + CLANG_WARN_SUSPICIOUS_MOVE + YES + CLANG_WARN_UNGUARDED_AVAILABILITY + YES_AGGRESSIVE + CLANG_WARN_UNREACHABLE_CODE + YES + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + COPY_PHASE_STRIP + NO + DEBUG_INFORMATION_FORMAT + dwarf + ENABLE_STRICT_OBJC_MSGSEND + YES + ENABLE_TESTABILITY + YES + GCC_C_LANGUAGE_STANDARD + gnu11 + GCC_DYNAMIC_NO_PIC + NO + GCC_NO_COMMON_BLOCKS + YES + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES_AGGRESSIVE + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 12.0 + MTL_ENABLE_DEBUG_INFO + INCLUDE_SOURCE + MTL_FAST_MATH + YES + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos + + isa + XCBuildConfiguration + name + Debug + + 189DD54126DE255600AB55B1 + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_ANALYZER_NONNULL + YES + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION + YES_AGGRESSIVE + CLANG_CXX_LANGUAGE_STANDARD + gnu++14 + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_ENABLE_OBJC_WEAK + YES + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_COMMA + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_DOCUMENTATION_COMMENTS + YES + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INFINITE_RECURSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_NON_LITERAL_NULL_CONVERSION + YES + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF + YES + CLANG_WARN_OBJC_LITERAL_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER + YES + CLANG_WARN_RANGE_LOOP_ANALYSIS + YES + CLANG_WARN_STRICT_PROTOTYPES + YES + CLANG_WARN_SUSPICIOUS_MOVE + YES + CLANG_WARN_UNGUARDED_AVAILABILITY + YES_AGGRESSIVE + CLANG_WARN_UNREACHABLE_CODE + YES + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + COPY_PHASE_STRIP + NO + DEBUG_INFORMATION_FORMAT + dwarf-with-dsym + ENABLE_NS_ASSERTIONS + NO + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_C_LANGUAGE_STANDARD + gnu11 + GCC_NO_COMMON_BLOCKS + YES + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES_AGGRESSIVE + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 12.0 + MTL_ENABLE_DEBUG_INFO + NO + MTL_FAST_MATH + YES + SDKROOT + iphoneos + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 189DD54226DE255600AB55B1 + + buildConfigurations + + 189DD54326DE255600AB55B1 + 189DD54426DE255600AB55B1 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 189DD54326DE255600AB55B1 + + baseConfigurationReference + 7DB00EC07F1D0ADFF900B38D + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME + AccentColor + CODE_SIGN_ENTITLEMENTS + YuMi/YuMi.entitlements + CODE_SIGN_IDENTITY + Apple Development + CODE_SIGN_STYLE + Automatic + CURRENT_PROJECT_VERSION + 1 + DEBUG_INFORMATION_FORMAT + dwarf-with-dsym + DEVELOPMENT_TEAM + 48UCG35Q9W + ENABLE_BITCODE + NO + FRAMEWORK_SEARCH_PATHS + + $(inherited) + $(PROJECT_DIR)/YuMi/Main/RTC/Library + $(PROJECT_DIR)/YuMi/Modules/YMRTC/Library + $(PROJECT_DIR)/YuMi/Resources/Client + $(PROJECT_DIR)/YuMi/Library + $(PROJECT_DIR)/YuMi/Tools + $(PROJECT_DIR)/YuMi/Tools/TencentOpenApiSDK + + GCC_PREFIX_HEADER + YuMi/Structure/PrefixHeader.pch + GCC_PREPROCESSOR_DEFINITIONS + + $(inherited) + SD_WEBP=1 + COCOAPODS=1 + $(inherited) + GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 + $(inherited) + PB_FIELD_32BIT=1 + PB_NO_PACKED_STRUCTS=1 + PB_ENABLE_MALLOC=1 + + INFOPLIST_FILE + YuMi/Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 11.0 + LD_RUNPATH_SEARCH_PATHS + + $(inherited) + @executable_path/Frameworks + + MARKETING_VERSION + 20.20.51 + OTHER_LDFLAGS + + $(inherited) + -ObjC + -l"c++" + -l"iconv" + -l"icucore" + -l"resolv" + -l"sqlite3" + -l"sqlite3.0" + -ld64 + -l"z" + -framework + "AFNetworking" + -framework + "AVFoundation" + -framework + "AVKit" + -framework + "Accelerate" + -framework + "AgoraAiEchoCancellationExtension" + -framework + "AgoraAiEchoCancellationLLExtension" + -framework + "AgoraAiNoiseSuppressionExtension" + -framework + "AgoraAiNoiseSuppressionLLExtension" + -framework + "AgoraAudioBeautyExtension" + -framework + "AgoraClearVisionExtension" + -framework + "AgoraContentInspectExtension" + -framework + "AgoraFaceCaptureExtension" + -framework + "AgoraFaceDetectionExtension" + -framework + "AgoraLipSyncExtension" + -framework + "AgoraReplayKitExtension" + -framework + "AgoraRtcKit" + -framework + "AgoraSoundTouch" + -framework + "AgoraSpatialAudioExtension" + -framework + "AgoraVideoAv1DecoderExtension" + -framework + "AgoraVideoAv1EncoderExtension" + -framework + "AgoraVideoDecoderExtension" + -framework + "AgoraVideoEncoderExtension" + -framework + "AgoraVideoQualityAnalyzerExtension" + -framework + "AgoraVideoSegmentationExtension" + -framework + "Agorafdkaac" + -framework + "Agoraffmpeg" + -framework + "AppAuth" + -framework + "AppleAccountConnector" + -framework + "AssetsLibrary" + -framework + "AudioToolbox" + -framework + "Base64" + -framework + "Bugly" + -framework + "CFNetwork" + -framework + "COSBeaconAPI_Base" + -framework + "CocoaAsyncSocket" + -framework + "CoreFoundation" + -framework + "CoreGraphics" + -framework + "CoreMedia" + -framework + "CoreMotion" + -framework + "CoreServices" + -framework + "CoreTelephony" + -framework + "CoreText" + -framework + "FBAEMKit" + -framework + "FBSDKCoreKit" + -framework + "FBSDKCoreKit_Basics" + -framework + "FBSDKLoginKit" + -framework + "FBSDKShareKit" + -framework + "FFPopup" + -framework + "FLAnimatedImage" + -framework + "Foundation" + -framework + "GKCycleScrollView" + -framework + "GTMAppAuth" + -framework + "GTMSessionFetcher" + -framework + "GoogleSignIn" + -framework + "IQKeyboardManager" + -framework + "ImageIO" + -framework + "JXCategoryView" + -framework + "JXPagingView" + -framework + "JavaScriptCore" + -framework + "LineSDK" + -framework + "LocalAuthentication" + -framework + "MBProgressHUD" + -framework + "MJExtension" + -framework + "MJRefresh" + -framework + "MOBFoundation" + -framework + "MarqueeLabel" + -framework + "Masonry" + -framework + "Metal" + -framework + "MetalKit" + -framework + "MetalPerformanceShaders" + -framework + "MobLinkPro" + -framework + "MobileCoreServices" + -framework + "NIMNOS" + -framework + "NIMSDK" + -framework + "Photos" + -framework + "PhotosUI" + -framework + "Protobuf" + -framework + "QCloudCOSXML" + -framework + "QCloudCore" + -framework + "QCloudTrack" + -framework + "QGVAPlayer" + -framework + "QimeiSDK" + -framework + "QuartzCore" + -framework + "ReactiveObjC" + -framework + "ReplayKit" + -framework + "SDCycleScrollView" + -framework + "SDWebImage" + -framework + "SDWebImageFLPlugin" + -framework + "SSKeychain" + -framework + "SSZipArchive" + -framework + "SVGAPlayer" + -framework + "SZTextView" + -framework + "SafariServices" + -framework + "Security" + -framework + "ShareSDK" + -framework + "ShareSDKConnector" + -framework + "ShareSDKExtension" + -framework + "StoreKit" + -framework + "SystemConfiguration" + -framework + "TABAnimated" + -framework + "TXFFmpeg" + -framework + "TXLiteAVSDK_TRTC" + -framework + "TXSoundTouch" + -framework + "TYCyclePagerView" + -framework + "TZImagePickerController" + -framework + "UIKit" + -framework + "UMCommon" + -framework + "UMDevice" + -framework + "VideoToolbox" + -framework + "YXArtemis" + -framework + "YYCache" + -framework + "YYImage" + -framework + "YYText" + -framework + "YYWebImage" + -framework + "YuMi" + -framework + "ZLCollectionViewFlowLayout" + -framework + "aosl" + -framework + "libpag" + -framework + "pop" + -framework + "video_dec" + -framework + "video_enc" + -weak_framework + "AgoraAiEchoCancellationExtension" + -weak_framework + "AgoraAiEchoCancellationLLExtension" + -weak_framework + "AgoraAiNoiseSuppressionExtension" + -weak_framework + "AgoraAiNoiseSuppressionLLExtension" + -weak_framework + "AgoraAudioBeautyExtension" + -weak_framework + "AgoraClearVisionExtension" + -weak_framework + "AgoraContentInspectExtension" + -weak_framework + "AgoraFaceCaptureExtension" + -weak_framework + "AgoraFaceDetectionExtension" + -weak_framework + "AgoraLipSyncExtension" + -weak_framework + "AgoraReplayKitExtension" + -weak_framework + "AgoraSpatialAudioExtension" + -weak_framework + "AgoraVideoAv1DecoderExtension" + -weak_framework + "AgoraVideoAv1EncoderExtension" + -weak_framework + "AgoraVideoDecoderExtension" + -weak_framework + "AgoraVideoEncoderExtension" + -weak_framework + "AgoraVideoQualityAnalyzerExtension" + -weak_framework + "AgoraVideoSegmentationExtension" + -weak_framework + "AuthenticationServices" + + PRODUCT_BUNDLE_IDENTIFIER + com.peko.enterprise.ios + PRODUCT_NAME + $(TARGET_NAME) + PROVISIONING_PROFILE_SPECIFIER + + SUPPORTED_PLATFORMS + iphoneos iphonesimulator + SUPPORTS_MACCATALYST + NO + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD + NO + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD + NO + SWIFT_OBJC_BRIDGING_HEADER + + SWIFT_VERSION + 5.0 + TARGETED_DEVICE_FAMILY + 1 + + isa + XCBuildConfiguration + name + Debug + + 189DD54426DE255600AB55B1 + + baseConfigurationReference + B66633E061B1B34177CD011C + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME + AccentColor + CODE_SIGN_ENTITLEMENTS + YuMi/YuMiRelease.entitlements + CODE_SIGN_IDENTITY + Apple Development + CODE_SIGN_STYLE + Automatic + CURRENT_PROJECT_VERSION + 1 + DEVELOPMENT_TEAM + 48UCG35Q9W + ENABLE_BITCODE + NO + FRAMEWORK_SEARCH_PATHS + + $(inherited) + $(PROJECT_DIR)/YuMi/Main/RTC/Library + $(PROJECT_DIR)/YuMi/Modules/YMRTC/Library + $(PROJECT_DIR)/YuMi/Resources/Client + $(PROJECT_DIR)/YuMi/Library + $(PROJECT_DIR)/YuMi/Tools + $(PROJECT_DIR)/YuMi/Tools/TencentOpenApiSDK + + GCC_PREFIX_HEADER + YuMi/Structure/PrefixHeader.pch + INFOPLIST_FILE + YuMi/Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 11.0 + LD_RUNPATH_SEARCH_PATHS + + $(inherited) + @executable_path/Frameworks + + MARKETING_VERSION + 20.20.51 + OTHER_LDFLAGS + + $(inherited) + -ObjC + -l"c++" + -l"iconv" + -l"icucore" + -l"resolv" + -l"sqlite3" + -l"sqlite3.0" + -ld64 + -l"z" + -framework + "AFNetworking" + -framework + "AVFoundation" + -framework + "AVKit" + -framework + "Accelerate" + -framework + "AgoraAiEchoCancellationExtension" + -framework + "AgoraAiEchoCancellationLLExtension" + -framework + "AgoraAiNoiseSuppressionExtension" + -framework + "AgoraAiNoiseSuppressionLLExtension" + -framework + "AgoraAudioBeautyExtension" + -framework + "AgoraClearVisionExtension" + -framework + "AgoraContentInspectExtension" + -framework + "AgoraFaceCaptureExtension" + -framework + "AgoraFaceDetectionExtension" + -framework + "AgoraLipSyncExtension" + -framework + "AgoraReplayKitExtension" + -framework + "AgoraRtcKit" + -framework + "AgoraSoundTouch" + -framework + "AgoraSpatialAudioExtension" + -framework + "AgoraVideoAv1DecoderExtension" + -framework + "AgoraVideoAv1EncoderExtension" + -framework + "AgoraVideoDecoderExtension" + -framework + "AgoraVideoEncoderExtension" + -framework + "AgoraVideoQualityAnalyzerExtension" + -framework + "AgoraVideoSegmentationExtension" + -framework + "Agorafdkaac" + -framework + "Agoraffmpeg" + -framework + "AppAuth" + -framework + "AppleAccountConnector" + -framework + "AssetsLibrary" + -framework + "AudioToolbox" + -framework + "Base64" + -framework + "Bugly" + -framework + "CFNetwork" + -framework + "COSBeaconAPI_Base" + -framework + "CocoaAsyncSocket" + -framework + "CoreFoundation" + -framework + "CoreGraphics" + -framework + "CoreMedia" + -framework + "CoreMotion" + -framework + "CoreServices" + -framework + "CoreTelephony" + -framework + "CoreText" + -framework + "FBAEMKit" + -framework + "FBSDKCoreKit" + -framework + "FBSDKCoreKit_Basics" + -framework + "FBSDKLoginKit" + -framework + "FBSDKShareKit" + -framework + "FFPopup" + -framework + "FLAnimatedImage" + -framework + "Foundation" + -framework + "GKCycleScrollView" + -framework + "GTMAppAuth" + -framework + "GTMSessionFetcher" + -framework + "GoogleSignIn" + -framework + "IQKeyboardManager" + -framework + "ImageIO" + -framework + "JXCategoryView" + -framework + "JXPagingView" + -framework + "JavaScriptCore" + -framework + "LineSDK" + -framework + "LocalAuthentication" + -framework + "MBProgressHUD" + -framework + "MJExtension" + -framework + "MJRefresh" + -framework + "MOBFoundation" + -framework + "MarqueeLabel" + -framework + "Masonry" + -framework + "Metal" + -framework + "MetalKit" + -framework + "MetalPerformanceShaders" + -framework + "MobLinkPro" + -framework + "MobileCoreServices" + -framework + "NIMNOS" + -framework + "NIMSDK" + -framework + "Photos" + -framework + "PhotosUI" + -framework + "Protobuf" + -framework + "QCloudCOSXML" + -framework + "QCloudCore" + -framework + "QCloudTrack" + -framework + "QGVAPlayer" + -framework + "QimeiSDK" + -framework + "QuartzCore" + -framework + "ReactiveObjC" + -framework + "ReplayKit" + -framework + "SDCycleScrollView" + -framework + "SDWebImage" + -framework + "SDWebImageFLPlugin" + -framework + "SSKeychain" + -framework + "SSZipArchive" + -framework + "SVGAPlayer" + -framework + "SZTextView" + -framework + "SafariServices" + -framework + "Security" + -framework + "ShareSDK" + -framework + "ShareSDKConnector" + -framework + "ShareSDKExtension" + -framework + "StoreKit" + -framework + "SystemConfiguration" + -framework + "TABAnimated" + -framework + "TXFFmpeg" + -framework + "TXLiteAVSDK_TRTC" + -framework + "TXSoundTouch" + -framework + "TYCyclePagerView" + -framework + "TZImagePickerController" + -framework + "UIKit" + -framework + "UMCommon" + -framework + "UMDevice" + -framework + "VideoToolbox" + -framework + "YXArtemis" + -framework + "YYCache" + -framework + "YYImage" + -framework + "YYText" + -framework + "YYWebImage" + -framework + "YuMi" + -framework + "ZLCollectionViewFlowLayout" + -framework + "aosl" + -framework + "libpag" + -framework + "pop" + -framework + "video_dec" + -framework + "video_enc" + -weak_framework + "AgoraAiEchoCancellationExtension" + -weak_framework + "AgoraAiEchoCancellationLLExtension" + -weak_framework + "AgoraAiNoiseSuppressionExtension" + -weak_framework + "AgoraAiNoiseSuppressionLLExtension" + -weak_framework + "AgoraAudioBeautyExtension" + -weak_framework + "AgoraClearVisionExtension" + -weak_framework + "AgoraContentInspectExtension" + -weak_framework + "AgoraFaceCaptureExtension" + -weak_framework + "AgoraFaceDetectionExtension" + -weak_framework + "AgoraLipSyncExtension" + -weak_framework + "AgoraReplayKitExtension" + -weak_framework + "AgoraSpatialAudioExtension" + -weak_framework + "AgoraVideoAv1DecoderExtension" + -weak_framework + "AgoraVideoAv1EncoderExtension" + -weak_framework + "AgoraVideoDecoderExtension" + -weak_framework + "AgoraVideoEncoderExtension" + -weak_framework + "AgoraVideoQualityAnalyzerExtension" + -weak_framework + "AgoraVideoSegmentationExtension" + -weak_framework + "AuthenticationServices" + + PRODUCT_BUNDLE_IDENTIFIER + com.peko.enterprise.ios + PRODUCT_NAME + $(TARGET_NAME) + PROVISIONING_PROFILE_SPECIFIER + + SUPPORTED_PLATFORMS + iphoneos iphonesimulator + SUPPORTS_MACCATALYST + NO + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD + NO + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD + NO + SWIFT_COMPILATION_MODE + singlefile + SWIFT_OBJC_BRIDGING_HEADER + + SWIFT_VERSION + 5.0 + TARGETED_DEVICE_FAMILY + 1 + + isa + XCBuildConfiguration + name + Release + + 189DD54826DE327B00AB55B1 + + children + + 187EEEA926E62679002833B2 + 189DD56026DE456100AB55B1 + 189DD55326DE382E00AB55B1 + 189DD55726DE398A00AB55B1 + 189DD55D26DE3BA300AB55B1 + + isa + PBXGroup + path + MVP + sourceTree + <group> + + 189DD54926DE338800AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BaseViewController.h + sourceTree + <group> + + 189DD54A26DE338800AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BaseViewController.m + sourceTree + <group> + + 189DD54B26DE338800AB55B1 + + fileRef + 189DD54A26DE338800AB55B1 + isa + PBXBuildFile + + 189DD54E26DE37F900AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MvpViewController.h + sourceTree + <group> + + 189DD54F26DE37F900AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MvpViewController.m + sourceTree + <group> + + 189DD55026DE37F900AB55B1 + + fileRef + 189DD54F26DE37F900AB55B1 + isa + PBXBuildFile + + 189DD55326DE382E00AB55B1 + + children + + 189DD54E26DE37F900AB55B1 + 189DD54F26DE37F900AB55B1 + + isa + PBXGroup + path + View + sourceTree + <group> + + 189DD55726DE398A00AB55B1 + + children + + 189DD55826DE39D200AB55B1 + 189DD55926DE39D200AB55B1 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 189DD55826DE39D200AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BaseMvpPresenter.h + sourceTree + <group> + + 189DD55926DE39D200AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BaseMvpPresenter.m + sourceTree + <group> + + 189DD55A26DE39D200AB55B1 + + fileRef + 189DD55926DE39D200AB55B1 + isa + PBXBuildFile + + 189DD55D26DE3BA300AB55B1 + + children + + 189DD55E26DE3BBE00AB55B1 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + 189DD55E26DE3BBE00AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BaseMvpProtocol.h + sourceTree + <group> + + 189DD56026DE456100AB55B1 + + children + + 14D8767A29A7445C00E1DD7F + 14D8767B29A7445C00E1DD7F + 187EEEDA26E89B32002833B2 + 187EEEDB26E89B32002833B2 + 235A45212B04BEB6009753F5 + 235A45222B04BEB6009753F5 + 187EEEDF26E89BFB002833B2 + 187EEEE026E89BFB002833B2 + 187EEEEF26E89FE8002833B2 + 187EEEEE26E89FE8002833B2 + 18E7B31626F097E00064BC9B + 18E7B31726F097E00064BC9B + 18E7B31926F0982E0064BC9B + 18E7B31A26F0982E0064BC9B + 18E7B31C26F0984C0064BC9B + 18E7B31D26F0984C0064BC9B + 18E7B31F26F098650064BC9B + 18E7B32026F098650064BC9B + E8EEB8F526FC2673007C6EBA + E8EEB8F626FC2673007C6EBA + 9B2A12DC2783FEDD00CED41B + 9B2A12DD2783FEDD00CED41B + 54F469392C2A984D00A83655 + 54F4693A2C2A984D00A83655 + 54FFD3782C9BCB1900DE61E5 + 54FFD3792C9BCB1900DE61E5 + 54B9C6E82C9C2DDC003F1CC5 + 54B9C6E92C9C2DDC003F1CC5 + + isa + PBXGroup + path + Model + sourceTree + <group> + + 189DD56126DE45F800AB55B1 + + children + + 54283CE22CE48884009729B5 + E87E624F2A3F54B5002F68C9 + 18E7B1B426E8B2960064BC9B + E81DCCC4282B620A0039E5C5 + 18A61BCC274F72ED00A09A54 + E8E70D6E26F2EB1200F03460 + 18486210271EA9A5005FC5DC + E8AEAED3271412D00017FCE0 + 189DD56226DE460400AB55B1 + 14D8767E29A750A300E1DD7F + + isa + PBXGroup + path + Modules + sourceTree + <group> + + 189DD56226DE460400AB55B1 + + children + + E8B825BC26E9E520009E8E9F + 189DD75326E2211000AB55B1 + 189DD58A26DF978700AB55B1 + 189DD58B26DF978F00AB55B1 + 189DD59126DF97F600AB55B1 + + isa + PBXGroup + path + YMLogin + sourceTree + <group> + + 189DD56B26DF5B0900AB55B1 + + children + + E8A72BBA2A3AFB2F00B2EC07 + 1427213529A75C7D00C7C423 + 189DD54826DE327B00AB55B1 + + isa + PBXGroup + path + Structure + sourceTree + <group> + + 189DD56C26DF5B5400AB55B1 + + children + + 4C6E1F762CEB12560073D0A3 + 237700D42BC7D3DC00D661F1 + E8FE3C292994D0CC0006C6C7 + E81E09C6290F719C00A1F410 + E80EC74A28ACD84000D133C5 + E8998D932859DD3F00C68558 + E8998D772859782C00C68558 + E8659640270160F200846EBD + E8AC720A26F435AF007D6E91 + E81366F926F0D27A0076364C + E82109B126F2050D00FC3319 + 186A532B26FC6ED900D67B2C + 186A536026FC6F2E00D67B2C + 18E7B26826E8D5D60064BC9B + 18E7B26726E8D5D60064BC9B + 189DD68326E1FDBB00AB55B1 + 189DD68226E1FDBB00AB55B1 + E8B825CB26EA18C8009E8E9F + E8B825CC26EA18C8009E8E9F + 4CEB9EA82D097E8400443480 + 4CEB9EA92D097E8400443480 + 4C1392972D6DB4CD00A6DFB5 + 4C1392982D6DB4CD00A6DFB5 + 4CEB9EAB2D09AA0400443480 + 4CEB9EAC2D09AA0400443480 + 4C7989EA2D19392E006AE07B + 4C7989EB2D19392E006AE07B + + isa + PBXGroup + path + CustomUI + sourceTree + <group> + + 189DD58A26DF978700AB55B1 + + children + + 548E01C32C3F78360071C83D + 548E01C42C3F78360071C83D + 548E01C22C3F78360071C83D + 14DCAD12299B9B0B00A7DD31 + E872308A26E89D5100B90D4F + E8B825C926EA1231009E8E9F + E8B825C826EA1231009E8E9F + E81366E126F0A1FC0076364C + E81366E226F0A1FC0076364C + E8AC723B26F4B6AA007D6E91 + E8AC723C26F4B6AA007D6E91 + E81366F126F0B7C80076364C + E81366F226F0B7C80076364C + E824543326F57D6E00BE8163 + E824543426F57D6E00BE8163 + 23B2AEC32A6516C200543D17 + 23B2AEC22A6516C200543D17 + 4C5C37212D0C1C7900BA9AB8 + 4C5C37222D0C1C7900BA9AB8 + + isa + PBXGroup + path + View + sourceTree + <group> + + 189DD58B26DF978F00AB55B1 + + children + + 189DD58D26DF97E700AB55B1 + 189DD58E26DF97E700AB55B1 + E8B825C026EA00DF009E8E9F + E8B825C126EA00DF009E8E9F + E8CEA03B26EA3DE500644B44 + E8CEA03C26EA3DE500644B44 + E81C279426EB39CC0031E639 + E81C279526EB39CC0031E639 + E81366F426F0C0DF0076364C + E81366F526F0C0DF0076364C + E82109AE26F1D83500FC3319 + E82109AF26F1D83500FC3319 + E824543626F5820A00BE8163 + E824543726F5820A00BE8163 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 189DD58D26DF97E700AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginPresenter.h + sourceTree + <group> + + 189DD58E26DF97E700AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LoginPresenter.m + sourceTree + <group> + + 189DD58F26DF97E700AB55B1 + + fileRef + 189DD58E26DF97E700AB55B1 + isa + PBXBuildFile + + 189DD59126DF97F600AB55B1 + + children + + 189DD59426DF986300AB55B1 + E8B825C626EA0995009E8E9F + E8CEA03E26EA3E0200644B44 + E81C279726EB39E10031E639 + E81366F726F0C0F60076364C + E824543926F5822800BE8163 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + 189DD59426DF986300AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginProtocol.h + sourceTree + <group> + + 189DD5A726DFA09700AB55B1 + + children + + 234F44E12B3EA4DC00E2B532 + 23CEFC082AFB8FC100576D89 + 23FF255C2ABA8EEE0064E904 + 23E9EA9B2A84C42B00B792F2 + E83645A42A40AEF600E0DBE4 + E83645652A40A2CA00E0DBE4 + 234E50AC2BF734FC005CB6D5 + 1427213629A75F6F00C7C423 + E8F61356291E269700E12650 + 9B09979F27F19D1C00EB8F14 + 9B33E3C827D85379003B0E62 + E80CBDE727D0C528001E1EC2 + 180116F6279E8C3100F2CBC0 + 9B17F71527BD14FF00440843 + E88863D0278ED4A0004BCFAB + E82D5C77276B25B000858D6D + E865964E2701A1A900846EBD + E89DA6612700590A008483C1 + E8EEB8EA26FC2050007C6EBA + 2331C1BA2A60F67F00E1D940 + E81366E426F0A4820076364C + E82109AA26F1C86E00FC3319 + E81C278726EAFABF0031E639 + 189DD74D26E21D9000AB55B1 + 189DD74226E21CCC00AB55B1 + 189DD73626E21C3F00AB55B1 + 237700D02BC7CC7C00D661F1 + + isa + PBXGroup + path + Tools + sourceTree + <group> + + 189DD67C26E1FD8900AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIImage+Utils.h + sourceTree + <group> + + 189DD67D26E1FD8900AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIImage+Utils.m + sourceTree + <group> + + 189DD67E26E1FD8900AB55B1 + + fileRef + 189DD67D26E1FD8900AB55B1 + isa + PBXBuildFile + + 189DD68226E1FDBB00AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XNDJTDDLoadingTool.m + sourceTree + <group> + + 189DD68326E1FDBB00AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XNDJTDDLoadingTool.h + sourceTree + <group> + + 189DD68426E1FDBB00AB55B1 + + fileRef + 189DD68226E1FDBB00AB55B1 + isa + PBXBuildFile + + 189DD6FD26E20E5900AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HttpRequestHelper.h + sourceTree + <group> + + 189DD6FE26E20E5900AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HttpRequestHelper.m + sourceTree + <group> + + 189DD6FF26E20E5900AB55B1 + + fileRef + 189DD6FE26E20E5900AB55B1 + isa + PBXBuildFile + + 189DD73626E21C3F00AB55B1 + + children + + 189DD73726E21C3F00AB55B1 + 189DD73C26E21C3F00AB55B1 + 189DD73926E21C3F00AB55B1 + 189DD73B26E21C3F00AB55B1 + 189DD73A26E21C3F00AB55B1 + 189DD73826E21C3F00AB55B1 + + isa + PBXGroup + path + YYUtility + sourceTree + <group> + + 189DD73726E21C3F00AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CarrierIdentifier.h + sourceTree + <group> + + 189DD73826E21C3F00AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + YYUtility+Device.m + sourceTree + <group> + + 189DD73926E21C3F00AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + YYUtility.m + sourceTree + <group> + + 189DD73A26E21C3F00AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + YYUtility+Carrier.m + sourceTree + <group> + + 189DD73B26E21C3F00AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + YYUtility+App.m + sourceTree + <group> + + 189DD73C26E21C3F00AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + YYUtility.h + sourceTree + <group> + + 189DD73D26E21C3F00AB55B1 + + fileRef + 189DD73826E21C3F00AB55B1 + isa + PBXBuildFile + + 189DD73E26E21C3F00AB55B1 + + fileRef + 189DD73926E21C3F00AB55B1 + isa + PBXBuildFile + + 189DD73F26E21C3F00AB55B1 + + fileRef + 189DD73A26E21C3F00AB55B1 + isa + PBXBuildFile + + 189DD74026E21C3F00AB55B1 + + fileRef + 189DD73B26E21C3F00AB55B1 + isa + PBXBuildFile + + 189DD74226E21CCC00AB55B1 + + children + + 189DD74326E21CCC00AB55B1 + 189DD74426E21CCC00AB55B1 + + isa + PBXGroup + path + Reachability + sourceTree + <group> + + 189DD74326E21CCC00AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + YYReachability.h + sourceTree + <group> + + 189DD74426E21CCC00AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + YYReachability.m + sourceTree + <group> + + 189DD74526E21CCC00AB55B1 + + fileRef + 189DD74426E21CCC00AB55B1 + isa + PBXBuildFile + + 189DD74D26E21D9000AB55B1 + + children + + 189DD74E26E21D9000AB55B1 + 189DD74F26E21D9000AB55B1 + + isa + PBXGroup + path + GCDHelper + sourceTree + <group> + + 189DD74E26E21D9000AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GCDHelper.m + sourceTree + <group> + + 189DD74F26E21D9000AB55B1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GCDHelper.h + sourceTree + <group> + + 189DD75026E21D9000AB55B1 + + fileRef + 189DD74E26E21D9000AB55B1 + isa + PBXBuildFile + + 189DD75326E2211000AB55B1 + + children + + 189DD76026E60DDC00AB55B1 + 189DD76126E60DDC00AB55B1 + 23194DB92AD13EAB00649F51 + 23194DBA2AD13EAB00649F51 + + isa + PBXGroup + path + Api + sourceTree + <group> + + 189DD75726E6003C00AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api.h + sourceTree + <group> + + 189DD75826E6003C00AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api.m + sourceTree + <group> + + 189DD75926E6003C00AB55B1 + + fileRef + 189DD75826E6003C00AB55B1 + isa + PBXBuildFile + + 189DD76026E60DDC00AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+Login.h + sourceTree + <group> + + 189DD76126E60DDC00AB55B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+Login.m + sourceTree + <group> + + 189DD76226E60DDC00AB55B1 + + fileRef + 189DD76126E60DDC00AB55B1 + isa + PBXBuildFile + + 18A61BCC274F72ED00A09A54 + + children + + E884C3782743B6AA00E1EBED + 18F404B8276097F200A6C548 + 18F404BD276098A800A6C548 + 18F404BC2760989300A6C548 + 18F404C4276099B300A6C548 + 18F404C5276099C800A6C548 + + isa + PBXGroup + path + YMMessage + sourceTree + <group> + + 18A61BD5274F7F6900A09A54 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NetImageConfig.h + sourceTree + <group> + + 18A61BD6274F7F6900A09A54 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NetImageConfig.m + sourceTree + <group> + + 18A61BD7274F7F6900A09A54 + + fileRef + 18A61BD6274F7F6900A09A54 + isa + PBXBuildFile + + 18A61BE6274F9CF000A09A54 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionListViewController.h + sourceTree + <group> + + 18A61BE7274F9CF000A09A54 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionListViewController.m + sourceTree + <group> + + 18A61BE8274F9CF000A09A54 + + fileRef + 18A61BE7274F9CF000A09A54 + isa + PBXBuildFile + + 18AAF3EE279EA59300CD7DAD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentTextClickable.h + sourceTree + <group> + + 18AAF3EF279EA59300CD7DAD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentTextClickable.m + sourceTree + <group> + + 18AAF3F0279EA59300CD7DAD + + fileRef + 18AAF3EF279EA59300CD7DAD + isa + PBXBuildFile + + 18E7B1AE26E8AD760064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MainProtocol.h + sourceTree + <group> + + 18E7B1B026E8AF980064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MainPresenter.h + sourceTree + <group> + + 18E7B1B126E8AF980064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MainPresenter.m + sourceTree + <group> + + 18E7B1B226E8AF980064BC9B + + fileRef + 18E7B1B126E8AF980064BC9B + isa + PBXBuildFile + + 18E7B1B426E8B2960064BC9B + + children + + E8B3E8062848B84F009746AB + E8B3E8052848B849009746AB + E8B3E8042848B842009746AB + E8B3E8032848B838009746AB + E8B3E8022848B828009746AB + + isa + PBXGroup + path + YMTabbar + sourceTree + <group> + + 18E7B1B526E8B2D10064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+Main.h + sourceTree + <group> + + 18E7B1B626E8B2D10064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+Main.m + sourceTree + <group> + + 18E7B1B726E8B2D10064BC9B + + fileRef + 18E7B1B626E8B2D10064BC9B + isa + PBXBuildFile + + 18E7B21326E8CD220064BC9B + + buildActionMask + 2147483647 + dstPath + + dstSubfolderSpec + 10 + files + + 1427212629A7566100C7C423 + + isa + PBXCopyFilesBuildPhase + name + Embed Frameworks + runOnlyForDeploymentPostprocessing + 0 + + 18E7B26726E8D5D60064BC9B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XCCurrentVCStackManager.m + sourceTree + <group> + + 18E7B26826E8D5D60064BC9B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XCCurrentVCStackManager.h + sourceTree + <group> + + 18E7B26926E8D5D60064BC9B + + fileRef + 18E7B26726E8D5D60064BC9B + isa + PBXBuildFile + + 18E7B31626F097E00064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UserInfoModel.h + sourceTree + <group> + + 18E7B31726F097E00064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UserInfoModel.m + sourceTree + <group> + + 18E7B31826F097E00064BC9B + + fileRef + 18E7B31726F097E00064BC9B + isa + PBXBuildFile + + 18E7B31926F0982E0064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UserExpand.h + sourceTree + <group> + + 18E7B31A26F0982E0064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UserExpand.m + sourceTree + <group> + + 18E7B31B26F0982E0064BC9B + + fileRef + 18E7B31A26F0982E0064BC9B + isa + PBXBuildFile + + 18E7B31C26F0984C0064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UserLevelVo.h + sourceTree + <group> + + 18E7B31D26F0984C0064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UserLevelVo.m + sourceTree + <group> + + 18E7B31E26F0984C0064BC9B + + fileRef + 18E7B31D26F0984C0064BC9B + isa + PBXBuildFile + + 18E7B31F26F098650064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UserInfoSkillVo.h + sourceTree + <group> + + 18E7B32026F098650064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UserInfoSkillVo.m + sourceTree + <group> + + 18E7B32126F098650064BC9B + + fileRef + 18E7B32026F098650064BC9B + isa + PBXBuildFile + + 18E7B33026F317A20064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWebViewController.h + sourceTree + <group> + + 18E7B33126F317A20064BC9B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWebViewController.m + sourceTree + <group> + + 18E7B33226F317A20064BC9B + + fileRef + 18E7B33126F317A20064BC9B + isa + PBXBuildFile + + 18EE3FDD2750C1F700A452BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionListCell.h + sourceTree + <group> + + 18EE3FDE2750C1F700A452BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionListCell.m + sourceTree + <group> + + 18EE3FDF2750C1F700A452BF + + fileRef + 18EE3FDE2750C1F700A452BF + isa + PBXBuildFile + + 18EE3FE02750C29D00A452BF + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NIMBadgeView.h + sourceTree + <group> + + 18EE3FE12750C29D00A452BF + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NIMBadgeView.m + sourceTree + <group> + + 18EE3FE22750C29D00A452BF + + fileRef + 18EE3FE12750C29D00A452BF + isa + PBXBuildFile + + 18EE3FEC2750CE6D00A452BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NIMMessageUtils.h + sourceTree + <group> + + 18EE3FED2750CE6D00A452BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NIMMessageUtils.m + sourceTree + <group> + + 18EE3FEE2750CE6D00A452BF + + fileRef + 18EE3FED2750CE6D00A452BF + isa + PBXBuildFile + + 18EE3FEF2750D2AD00A452BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NIMTimeUtils.h + sourceTree + <group> + + 18EE3FF02750D2AD00A452BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NIMTimeUtils.m + sourceTree + <group> + + 18EE3FF12750D2AD00A452BF + + fileRef + 18EE3FF02750D2AD00A452BF + isa + PBXBuildFile + + 18EE3FF22750FA3700A452BF + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIView+NIM.h + sourceTree + <group> + + 18EE3FF32750FA3700A452BF + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIView+NIM.m + sourceTree + <group> + + 18EE3FF42750FA3700A452BF + + fileRef + 18EE3FF32750FA3700A452BF + isa + PBXBuildFile + + 18EE3FF52754AFD900A452BF + + children + + 18A61BE6274F9CF000A09A54 + 18A61BE7274F9CF000A09A54 + 18EE3FDD2750C1F700A452BF + 18EE3FDE2750C1F700A452BF + 23E45C032AC2B0A200D88BCA + 23E45C042AC2B0A200D88BCA + + isa + PBXGroup + path + SessionList + sourceTree + <group> + + 18EE3FF72754B01D00A452BF + + children + + 18EE3FE02750C29D00A452BF + 18EE3FE12750C29D00A452BF + 9B7D804F2753AA9D003DAC0C + 9B7D804E2753AA9D003DAC0C + 18EE3FF22750FA3700A452BF + 18EE3FF32750FA3700A452BF + + isa + PBXGroup + path + NIMViews + sourceTree + <group> + + 18EE40182754BA9F00A452BF + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NIMMessageMaker.m + sourceTree + <group> + + 18EE40192754BA9F00A452BF + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NIMMessageMaker.h + sourceTree + <group> + + 18EE401A2754BA9F00A452BF + + fileRef + 18EE40182754BA9F00A452BF + isa + PBXBuildFile + + 18F403A32758B5F900A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentProtocol.h + sourceTree + <group> + + 18F403A72758B67900A6C548 + + children + + 23E9EA7A2A83977300B792F2 + 23E9EA7B2A83977400B792F2 + E81060D62987613E00B772F0 + 18F403A32758B5F900A6C548 + E885D53A2977FBFD004DC088 + E885D53B2977FBFD004DC088 + E8383698298A59C100112E1C + E8383699298A59C100112E1C + 18F403C92758C66800A6C548 + 18F403CA2758C66800A6C548 + E8F1558B28124D5200EE8C06 + E8F1558C28124D5200EE8C06 + 18F403EC2758CF2F00A6C548 + 18F403ED2758CF2F00A6C548 + E873EB0A2809850D0071030D + E873EB0B2809850D0071030D + E873EB0D28098D500071030D + E873EB0E28098D500071030D + 18AAF3EE279EA59300CD7DAD + 18AAF3EF279EA59300CD7DAD + E80B0732280D740600A79F63 + E80B0733280D740600A79F63 + 233423D42AB0397500B1253F + 233423D52AB0397500B1253F + E83ABEF4280E9AD800322EE4 + E83ABEF5280E9AD800322EE4 + E83ABEF7280EAF3F00322EE4 + E83ABEF8280EAF3F00322EE4 + E83ABEFE280EC45700322EE4 + E83ABEFF280EC45700322EE4 + E83ABF04280EDE2B00322EE4 + E83ABF05280EDE2B00322EE4 + E86507E3281A7D4D006951B0 + E86507E4281A7D4D006951B0 + E86507E9281A88A9006951B0 + E86507EA281A88A9006951B0 + E8E0DADE285C20E500566A2F + E8E0DADF285C20E500566A2F + E86E79CB28A4E045006DAF48 + E86E79CC28A4E045006DAF48 + E85E3FA528B7A6F000268DC8 + E85E3FA628B7A6F000268DC8 + E80A63DA28B86B9700690914 + E80A63DB28B86B9700690914 + 9B88E20A28C5EB8300D26FBA + 9B88E20B28C5EB8300D26FBA + E8778AE22988B57B00CF139B + E8778AE32988B57B00CF139B + 54C9A1232C3E74AE00C6D970 + 54C9A1242C3E74AE00C6D970 + + isa + PBXGroup + path + Content + sourceTree + <group> + + 18F403C92758C66800A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentText.h + sourceTree + <group> + + 18F403CA2758C66800A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentText.m + sourceTree + <group> + + 18F403CB2758C66800A6C548 + + fileRef + 18F403CA2758C66800A6C548 + isa + PBXBuildFile + + 18F403EC2758CF2F00A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentImage.h + sourceTree + <group> + + 18F403ED2758CF2F00A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentImage.m + sourceTree + <group> + + 18F403EE2758CF2F00A6C548 + + fileRef + 18F403ED2758CF2F00A6C548 + isa + PBXBuildFile + + 18F40438275E20D900A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TRTCRtcImpl.h + sourceTree + <group> + + 18F40439275E20D900A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TRTCRtcImpl.m + sourceTree + <group> + + 18F4043A275E20D900A6C548 + + fileRef + 18F40439275E20D900A6C548 + isa + PBXBuildFile + + 18F404B5276095D700A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionChatLimitView.h + sourceTree + <group> + + 18F404B6276095D700A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionChatLimitView.m + sourceTree + <group> + + 18F404B7276095D700A6C548 + + fileRef + 18F404B6276095D700A6C548 + isa + PBXBuildFile + + 18F404B8276097F200A6C548 + + children + + E899C68D2750DA3C00E189E5 + E884C36D2743AAC800E1EBED + E884C36E2743AAC800E1EBED + E8D55C9A281131F1006935A5 + E83ABEFA280EB5A000322EE4 + 18F404B92760982000A6C548 + 18F404BA2760982000A6C548 + E885D5342977CE28004DC088 + E885D5352977CE28004DC088 + + isa + PBXGroup + path + Model + sourceTree + <group> + + 18F404B92760982000A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ChatLimitModel.h + sourceTree + <group> + + 18F404BA2760982000A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ChatLimitModel.m + sourceTree + <group> + + 18F404BB2760982000A6C548 + + fileRef + 18F404BA2760982000A6C548 + isa + PBXBuildFile + + 18F404BC2760989300A6C548 + + children + + E8778AE82988EE9200CF139B + 9BD798AE29262306003E03E6 + E8A30BDB28534667003B4873 + 18EE3FF72754B01D00A452BF + 18EE3FF52754AFD900A452BF + 9B7D804727537819003DAC0C + 18EE3FEC2750CE6D00A452BF + 18EE3FED2750CE6D00A452BF + 18EE3FEF2750D2AD00A452BF + 18EE3FF02750D2AD00A452BF + 18EE40192754BA9F00A452BF + 18EE40182754BA9F00A452BF + E8F1558E28125E2D00EE8C06 + E8F1558F28125E2D00EE8C06 + + isa + PBXGroup + path + View + sourceTree + <group> + + 18F404BD276098A800A6C548 + + children + + 18F404C1276098F100A6C548 + 18F404C2276098F100A6C548 + + isa + PBXGroup + path + Api + sourceTree + <group> + + 18F404C1276098F100A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+Message.h + sourceTree + <group> + + 18F404C2276098F100A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+Message.m + sourceTree + <group> + + 18F404C3276098F100A6C548 + + fileRef + 18F404C2276098F100A6C548 + isa + PBXBuildFile + + 18F404C4276099B300A6C548 + + children + + 18F404C727609A4300A6C548 + 18F404C827609A4300A6C548 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 18F404C5276099C800A6C548 + + children + + 18F404C6276099DF00A6C548 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + 18F404C6276099DF00A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageProtocol.h + sourceTree + <group> + + 18F404C727609A4300A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessagePresenter.h + sourceTree + <group> + + 18F404C827609A4300A6C548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessagePresenter.m + sourceTree + <group> + + 18F404C927609A4300A6C548 + + fileRef + 18F404C827609A4300A6C548 + isa + PBXBuildFile + + 2305EEE62AD677D300AD403C + + children + + 2305EEE72AD677D300AD403C + 2305EEE82AD677D300AD403C + 2305EEE92AD677D300AD403C + 2305EEEA2AD677D300AD403C + 2305EEED2AD677D300AD403C + + isa + PBXGroup + path + RoomPhotoAlbum + sourceTree + <group> + + 2305EEE72AD677D300AD403C + + children + + 23D321D02ADD0EBC006B259C + 23D321D12ADD0EBC006B259C + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 2305EEE82AD677D300AD403C + + children + + 23D321D62ADD0F2C006B259C + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + 2305EEE92AD677D300AD403C + + children + + 2305EEFF2AD6A33E00AD403C + 2305EF002AD6A33E00AD403C + 23D321D72ADD1B46006B259C + 23D321D82ADD1B46006B259C + + isa + PBXGroup + path + Model + sourceTree + <group> + + 2305EEEA2AD677D300AD403C + + children + + 2305EEEB2AD677D300AD403C + 2305EEEC2AD677D300AD403C + 2305EEEE2AD677F200AD403C + 2305EEEF2AD677F200AD403C + 2305EEF12AD67A8D00AD403C + 2305EEF22AD67A8D00AD403C + + isa + PBXGroup + path + View + sourceTree + <group> + + 2305EEEB2AD677D300AD403C + + children + + 2305EEF92AD696B400AD403C + 2305EEFA2AD696B400AD403C + 2305EF022AD6B11700AD403C + 2305EF032AD6B11700AD403C + 2305EF052AD6B51200AD403C + 2305EF062AD6B51200AD403C + 2305EF082AD7CC7C00AD403C + 2305EF092AD7CC7C00AD403C + 2305F3392AD9293D00AD403C + 2305F33A2AD9293D00AD403C + + isa + PBXGroup + path + SubViews + sourceTree + <group> + + 2305EEEC2AD677D300AD403C + + children + + 2305EEF42AD67E5500AD403C + 2305EEF52AD67E5500AD403C + 2305EEFC2AD6978200AD403C + 2305EEFD2AD6978200AD403C + 2305EF0B2AD7CC9A00AD403C + 2305EF0C2AD7CC9A00AD403C + 2305F33C2AD9295800AD403C + 2305F33D2AD9295800AD403C + + isa + PBXGroup + path + Cell + sourceTree + <group> + + 2305EEED2AD677D300AD403C + + children + + 23D321D32ADD0F05006B259C + 23D321D42ADD0F05006B259C + + isa + PBXGroup + path + Api + sourceTree + <group> + + 2305EEEE2AD677F200AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumVC.h + sourceTree + <group> + + 2305EEEF2AD677F200AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumVC.m + sourceTree + <group> + + 2305EEF02AD677F200AD403C + + fileRef + 2305EEEF2AD677F200AD403C + isa + PBXBuildFile + + 2305EEF12AD67A8D00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumItemVC.h + sourceTree + <group> + + 2305EEF22AD67A8D00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumItemVC.m + sourceTree + <group> + + 2305EEF32AD67A8D00AD403C + + fileRef + 2305EEF22AD67A8D00AD403C + isa + PBXBuildFile + + 2305EEF42AD67E5500AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumItemCell.h + sourceTree + <group> + + 2305EEF52AD67E5500AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumItemCell.m + sourceTree + <group> + + 2305EEF62AD67E5500AD403C + + fileRef + 2305EEF52AD67E5500AD403C + isa + PBXBuildFile + + 2305EEF92AD696B400AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumChoosePhotoView.h + sourceTree + <group> + + 2305EEFA2AD696B400AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumChoosePhotoView.m + sourceTree + <group> + + 2305EEFB2AD696B400AD403C + + fileRef + 2305EEFA2AD696B400AD403C + isa + PBXBuildFile + + 2305EEFC2AD6978200AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumChoosePhotoCell.h + sourceTree + <group> + + 2305EEFD2AD6978200AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumChoosePhotoCell.m + sourceTree + <group> + + 2305EEFE2AD6978200AD403C + + fileRef + 2305EEFD2AD6978200AD403C + isa + PBXBuildFile + + 2305EEFF2AD6A33E00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumItemChoosePhotoModel.h + sourceTree + <group> + + 2305EF002AD6A33E00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumItemChoosePhotoModel.m + sourceTree + <group> + + 2305EF012AD6A33E00AD403C + + fileRef + 2305EF002AD6A33E00AD403C + isa + PBXBuildFile + + 2305EF022AD6B11700AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumChoosePhotoTypeView.h + sourceTree + <group> + + 2305EF032AD6B11700AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumChoosePhotoTypeView.m + sourceTree + <group> + + 2305EF042AD6B11700AD403C + + fileRef + 2305EF032AD6B11700AD403C + isa + PBXBuildFile + + 2305EF052AD6B51200AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumChoosePhotoGiftView.h + sourceTree + <group> + + 2305EF062AD6B51200AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumChoosePhotoGiftView.m + sourceTree + <group> + + 2305EF072AD6B51200AD403C + + fileRef + 2305EF062AD6B51200AD403C + isa + PBXBuildFile + + 2305EF082AD7CC7C00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumChooseGiftView.h + sourceTree + <group> + + 2305EF092AD7CC7C00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumChooseGiftView.m + sourceTree + <group> + + 2305EF0A2AD7CC7C00AD403C + + fileRef + 2305EF092AD7CC7C00AD403C + isa + PBXBuildFile + + 2305EF0B2AD7CC9A00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumChooseGiftCell.h + sourceTree + <group> + + 2305EF0C2AD7CC9A00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumChooseGiftCell.m + sourceTree + <group> + + 2305EF0D2AD7CC9A00AD403C + + fileRef + 2305EF0C2AD7CC9A00AD403C + isa + PBXBuildFile + + 2305EF0E2AD8006900AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomMessagePhotoAlbumCell.h + sourceTree + <group> + + 2305EF0F2AD8006900AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomMessagePhotoAlbumCell.m + sourceTree + <group> + + 2305EF102AD8006900AD403C + + fileRef + 2305EF0F2AD8006900AD403C + isa + PBXBuildFile + + 2305EF112AD8036B00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomMessagePhotoAlbumView.h + sourceTree + <group> + + 2305EF122AD8036B00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomMessagePhotoAlbumView.m + sourceTree + <group> + + 2305EF132AD8036B00AD403C + + fileRef + 2305EF122AD8036B00AD403C + isa + PBXBuildFile + + 2305F3362AD9194B00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomMessageUnlockPhotoAlbumView.h + sourceTree + <group> + + 2305F3372AD9194B00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomMessageUnlockPhotoAlbumView.m + sourceTree + <group> + + 2305F3382AD9194B00AD403C + + fileRef + 2305F3372AD9194B00AD403C + isa + PBXBuildFile + + 2305F3392AD9293D00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumOperateView.h + sourceTree + <group> + + 2305F33A2AD9293D00AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumOperateView.m + sourceTree + <group> + + 2305F33B2AD9293D00AD403C + + fileRef + 2305F33A2AD9293D00AD403C + isa + PBXBuildFile + + 2305F33C2AD9295800AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumOperateCell.h + sourceTree + <group> + + 2305F33D2AD9295800AD403C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumOperateCell.m + sourceTree + <group> + + 2305F33E2AD9295800AD403C + + fileRef + 2305F33D2AD9295800AD403C + isa + PBXBuildFile + + 2305F33F2AD94D5200AD403C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMaskManagerVC.m + sourceTree + <group> + + 2305F3402AD94D5200AD403C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMaskManagerVC.h + sourceTree + <group> + + 2305F3412AD94D5200AD403C + + fileRef + 2305F33F2AD94D5200AD403C + isa + PBXBuildFile + + 2305F3422AD94E2700AD403C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMaskManagerModel.h + sourceTree + <group> + + 2305F3432AD94E2700AD403C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMaskManagerModel.m + sourceTree + <group> + + 2305F3442AD94E2700AD403C + + fileRef + 2305F3432AD94E2700AD403C + isa + PBXBuildFile + + 2305F3452AD94E9C00AD403C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMaskManagerCell.h + sourceTree + <group> + + 2305F3462AD94E9C00AD403C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMaskManagerCell.m + sourceTree + <group> + + 2305F3472AD94E9D00AD403C + + fileRef + 2305F3462AD94E9C00AD403C + isa + PBXBuildFile + + 23116B0B2BDB8FDC00F7F97A + + fileRef + 2368ECD72BC38FED00EDF4C9 + isa + PBXBuildFile + + 23194DB92AD13EAB00649F51 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PILoginManager.h + sourceTree + <group> + + 23194DBA2AD13EAB00649F51 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PILoginManager.m + sourceTree + <group> + + 23194DBB2AD13EAB00649F51 + + fileRef + 23194DBA2AD13EAB00649F51 + isa + PBXBuildFile + + 23194DBC2AD14BF000649F51 + + children + + 23194DBD2AD14BF000649F51 + 23194DBE2AD14BF000649F51 + 23194DBF2AD14BF000649F51 + 23194DC02AD14BF000649F51 + 23194DC12AD14BF000649F51 + 23194DC22AD14BF000649F51 + 23194DC72AD14BF000649F51 + 23194DC82AD14BF000649F51 + 23194DC92AD14BF000649F51 + 23194DCA2AD14BF000649F51 + 23194DCB2AD14BF000649F51 + + isa + PBXGroup + path + CocoaLumberjack + sourceTree + <group> + + 23194DBD2AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DDTTYLogger.m + sourceTree + <group> + + 23194DBE2AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DDLog.h + sourceTree + <group> + + 23194DBF2AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DDAbstractDatabaseLogger.h + sourceTree + <group> + + 23194DC02AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DDASLLogger.m + sourceTree + <group> + + 23194DC12AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DDFileLogger.h + sourceTree + <group> + + 23194DC22AD14BF000649F51 + + children + + 23194DC32AD14BF000649F51 + 23194DC42AD14BF000649F51 + 23194DC52AD14BF000649F51 + 23194DC62AD14BF000649F51 + + isa + PBXGroup + path + Extensions + sourceTree + <group> + + 23194DC32AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ContextFilterLogFormatter.h + sourceTree + <group> + + 23194DC42AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DispatchQueueLogFormatter.h + sourceTree + <group> + + 23194DC52AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ContextFilterLogFormatter.m + sourceTree + <group> + + 23194DC62AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DispatchQueueLogFormatter.m + sourceTree + <group> + + 23194DC72AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DDLog.m + sourceTree + <group> + + 23194DC82AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DDTTYLogger.h + sourceTree + <group> + + 23194DC92AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DDAbstractDatabaseLogger.m + sourceTree + <group> + + 23194DCA2AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DDFileLogger.m + sourceTree + <group> + + 23194DCB2AD14BF000649F51 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DDASLLogger.h + sourceTree + <group> + + 23194DCC2AD14BF000649F51 + + fileRef + 23194DBD2AD14BF000649F51 + isa + PBXBuildFile + + 23194DCD2AD14BF000649F51 + + fileRef + 23194DC02AD14BF000649F51 + isa + PBXBuildFile + + 23194DCE2AD14BF000649F51 + + fileRef + 23194DC52AD14BF000649F51 + isa + PBXBuildFile + + 23194DCF2AD14BF000649F51 + + fileRef + 23194DC62AD14BF000649F51 + isa + PBXBuildFile + + 23194DD02AD14BF000649F51 + + fileRef + 23194DC72AD14BF000649F51 + isa + PBXBuildFile + + 23194DD12AD14BF000649F51 + + fileRef + 23194DC92AD14BF000649F51 + isa + PBXBuildFile + + 23194DD22AD14BF000649F51 + + fileRef + 23194DCA2AD14BF000649F51 + isa + PBXBuildFile + + 23194DD32AD292F200649F51 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIPageControl.h + sourceTree + <group> + + 23194DD42AD292F200649F51 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIPageControl.m + sourceTree + <group> + + 23194DD52AD292F200649F51 + + fileRef + 23194DD42AD292F200649F51 + isa + PBXBuildFile + + 2320F6372BDF732C00227EEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomMenuGameView.h + sourceTree + <group> + + 2320F6382BDF732C00227EEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomMenuGameView.m + sourceTree + <group> + + 2320F6392BDF732C00227EEB + + fileRef + 2320F6382BDF732C00227EEB + isa + PBXBuildFile + + 2320F63A2BDF738E00227EEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomMenuGameCell.h + sourceTree + <group> + + 2320F63B2BDF738E00227EEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomMenuGameCell.m + sourceTree + <group> + + 2320F63C2BDF738E00227EEB + + fileRef + 2320F63B2BDF738E00227EEB + isa + PBXBuildFile + + 2320F63D2BDF8B3000227EEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomMenuGameVC.h + sourceTree + <group> + + 2320F63E2BDF8B3000227EEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomMenuGameVC.m + sourceTree + <group> + + 2320F63F2BDF8B3000227EEB + + fileRef + 2320F63E2BDF8B3000227EEB + isa + PBXBuildFile + + 2320F6402BE0F53F00227EEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomMenuGameEmptyCell.h + sourceTree + <group> + + 2320F6412BE0F53F00227EEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomMenuGameEmptyCell.m + sourceTree + <group> + + 2320F6422BE0F53F00227EEB + + fileRef + 2320F6412BE0F53F00227EEB + isa + PBXBuildFile + + 232C43E62AB0754700D4B2ED + + buildActionMask + 2147483647 + dstPath + + dstSubfolderSpec + 10 + files + + 234489092AC3C5FF0070E5D5 + + isa + PBXCopyFilesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 232C43E82AB15F4100D4B2ED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTarrowBannerView.h + sourceTree + <group> + + 232C43E92AB15F4100D4B2ED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomTarrowBannerView.m + sourceTree + <group> + + 232C43EA2AB15F4100D4B2ED + + fileRef + 232C43E92AB15F4100D4B2ED + isa + PBXBuildFile + + 232C43EB2AB169EB00D4B2ED + + isa + PBXFileReference + lastKnownFileType + file + path + pi_room_tarrow_banner.svga + sourceTree + <group> + + 232C43EC2AB169EC00D4B2ED + + fileRef + 232C43EB2AB169EB00D4B2ED + isa + PBXBuildFile + + 232C444A2AB4363200D4B2ED + + isa + PBXFileReference + lastKnownFileType + file + path + pi_room_tarrow_h5_banner.svga + sourceTree + <group> + + 232C444B2AB4363200D4B2ED + + fileRef + 232C444A2AB4363200D4B2ED + isa + PBXBuildFile + + 232EBBFD2BD7A25500E8CEAD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSParamsDecode.h + sourceTree + <group> + + 232EBBFE2BD7A25500E8CEAD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSParamsDecode.m + sourceTree + <group> + + 232EBBFF2BD7A25500E8CEAD + + fileRef + 232EBBFE2BD7A25500E8CEAD + isa + PBXBuildFile + + 2331C12F2A5EB71000E1D940 + + children + + 2331C1302A5EB71000E1D940 + 2331C1332A5EB71000E1D940 + 2331C1352A5EB71000E1D940 + 2331C1402A5EB71000E1D940 + 2331C1602A5EB71000E1D940 + + isa + PBXGroup + path + Noble + sourceTree + <group> + + 2331C1302A5EB71000E1D940 + + children + + 2331C1312A5EB71000E1D940 + 2331C1322A5EB71000E1D940 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 2331C1312A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleCenterPresenter.h + sourceTree + <group> + + 2331C1322A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleCenterPresenter.m + sourceTree + <group> + + 2331C1332A5EB71000E1D940 + + children + + 2331C1342A5EB71000E1D940 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + 2331C1342A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleCenterProtocol.h + sourceTree + <group> + + 2331C1352A5EB71000E1D940 + + children + + 2331C1382A5EB71000E1D940 + 2331C13D2A5EB71000E1D940 + 23F963682BB6919D00F440A6 + 23F963692BB6919D00F440A6 + 2331C13E2A5EB71000E1D940 + 2331C13A2A5EB71000E1D940 + 2331C13B2A5EB71000E1D940 + 2331C1362A5EB71000E1D940 + 2331C1372A5EB71000E1D940 + 2331C13C2A5EB71000E1D940 + 2331C13F2A5EB71000E1D940 + 2331C1392A5EB71000E1D940 + 23FE47E52BB4378700F09D23 + 23FE47E62BB4378700F09D23 + + isa + PBXGroup + path + Model + sourceTree + <group> + + 2331C1362A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NobleInfo.m + sourceTree + <group> + + 2331C1372A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NobleLevelUpModel.h + sourceTree + <group> + + 2331C1382A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NobleAuthInfo.h + sourceTree + <group> + + 2331C1392A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NobleRechargeModel.m + sourceTree + <group> + + 2331C13A2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NobleCenterModel.m + sourceTree + <group> + + 2331C13B2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NobleInfo.h + sourceTree + <group> + + 2331C13C2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NobleLevelUpModel.m + sourceTree + <group> + + 2331C13D2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NobleAuthInfo.m + sourceTree + <group> + + 2331C13E2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NobleCenterModel.h + sourceTree + <group> + + 2331C13F2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NobleRechargeModel.h + sourceTree + <group> + + 2331C1402A5EB71000E1D940 + + children + + 2331C1452A5EB71000E1D940 + 2331C1422A5EB71000E1D940 + 2331C15D2A5EB71000E1D940 + 2331C1432A5EB71000E1D940 + 2331C15E2A5EB71000E1D940 + 5456F3C62C6EF962000E1805 + 5456F3C72C6EF962000E1805 + 2331C15C2A5EB71000E1D940 + 2331C1412A5EB71000E1D940 + + isa + PBXGroup + path + View + sourceTree + <group> + + 2331C1412A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleSettingViewController.m + sourceTree + <group> + + 2331C1422A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ThemeColor+NobleCenter.h + sourceTree + <group> + + 2331C1432A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleCenterListViewController.h + sourceTree + <group> + + 2331C1452A5EB71000E1D940 + + children + + 2331C17A2A5EB7AB00E1D940 + 2331C1792A5EB7AB00E1D940 + 2331C1462A5EB71000E1D940 + 2331C1532A5EB71000E1D940 + 2331C1552A5EB71000E1D940 + 2331C14C2A5EB71000E1D940 + 2331C1512A5EB71000E1D940 + 2331C1482A5EB71000E1D940 + 2331C14D2A5EB71000E1D940 + 2331C1542A5EB71000E1D940 + 2331C14F2A5EB71000E1D940 + 2331C15A2A5EB71000E1D940 + 2331C14A2A5EB71000E1D940 + 2331C1572A5EB71000E1D940 + 2331C1502A5EB71000E1D940 + 2331C1592A5EB71000E1D940 + 2331C14B2A5EB71000E1D940 + 2331C1562A5EB71000E1D940 + 236BA4962BB6AFED00C7C73A + 236BA4972BB6AFED00C7C73A + 2331C1472A5EB71000E1D940 + 2331C1522A5EB71000E1D940 + 2331C14E2A5EB71000E1D940 + 2331C15B2A5EB71000E1D940 + 2331C17C2A5ECCF600E1D940 + 2331C17D2A5ECCF600E1D940 + 2331C17F2A5ECD3800E1D940 + 2331C1802A5ECD3800E1D940 + 23FE47D32BB3C64600F09D23 + 23FE47D42BB3C64600F09D23 + 23FE47D62BB3CEAF00F09D23 + 23FE47D72BB3CEAF00F09D23 + 23FE47D92BB4171C00F09D23 + 23FE47DA2BB4171C00F09D23 + 23FE47DF2BB41CF200F09D23 + 23FE47E02BB41CF200F09D23 + 23FE47E22BB41EBF00F09D23 + 23FE47E32BB41EBF00F09D23 + 23E7FE9A2BB6CD42008F6800 + 23E7FE9B2BB6CD42008F6800 + 5412E0F22C4E460300FDD668 + 5412E0F32C4E460300FDD668 + + isa + PBXGroup + path + SubViews + sourceTree + <group> + + 2331C1462A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleAuthorityDescView.h + sourceTree + <group> + + 2331C1472A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleSettingNavView.h + sourceTree + <group> + + 2331C1482A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleCenterMyNobleView.m + sourceTree + <group> + + 2331C14A2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleCenterTableHeadView.h + sourceTree + <group> + + 2331C14B2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNoblePrivilegeContentCell.h + sourceTree + <group> + + 2331C14C2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleCenterEmptyView.m + sourceTree + <group> + + 2331C14D2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleCenterNavView.h + sourceTree + <group> + + 2331C14E2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleUpgradeLevelView.h + sourceTree + <group> + + 2331C14F2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleCenterResidueView.h + sourceTree + <group> + + 2331C1502A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNoblePrivilegeCell.h + sourceTree + <group> + + 2331C1512A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleCenterMyNobleView.h + sourceTree + <group> + + 2331C1522A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleSettingNavView.m + sourceTree + <group> + + 2331C1532A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleAuthorityDescView.m + sourceTree + <group> + + 2331C1542A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleCenterNavView.m + sourceTree + <group> + + 2331C1552A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleCenterEmptyView.h + sourceTree + <group> + + 2331C1562A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNoblePrivilegeContentCell.m + sourceTree + <group> + + 2331C1572A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleCenterTableHeadView.m + sourceTree + <group> + + 2331C1592A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNoblePrivilegeCell.m + sourceTree + <group> + + 2331C15A2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleCenterResidueView.m + sourceTree + <group> + + 2331C15B2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleUpgradeLevelView.m + sourceTree + <group> + + 2331C15C2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleSettingViewController.h + sourceTree + <group> + + 2331C15D2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ThemeColor+NobleCenter.m + sourceTree + <group> + + 2331C15E2A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleCenterListViewController.m + sourceTree + <group> + + 2331C1602A5EB71000E1D940 + + children + + 2331C1612A5EB71000E1D940 + 2331C1622A5EB71000E1D940 + + isa + PBXGroup + path + Api + sourceTree + <group> + + 2331C1612A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+NobleCenter.h + sourceTree + <group> + + 2331C1622A5EB71000E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+NobleCenter.m + sourceTree + <group> + + 2331C1632A5EB71000E1D940 + + fileRef + 2331C1322A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1642A5EB71000E1D940 + + fileRef + 2331C1362A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1652A5EB71000E1D940 + + fileRef + 2331C1392A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1662A5EB71000E1D940 + + fileRef + 2331C13A2A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1672A5EB71000E1D940 + + fileRef + 2331C13C2A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1682A5EB71000E1D940 + + fileRef + 2331C13D2A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1692A5EB71000E1D940 + + fileRef + 2331C1412A5EB71000E1D940 + isa + PBXBuildFile + + 2331C16B2A5EB71000E1D940 + + fileRef + 2331C1482A5EB71000E1D940 + isa + PBXBuildFile + + 2331C16C2A5EB71000E1D940 + + fileRef + 2331C14C2A5EB71000E1D940 + isa + PBXBuildFile + + 2331C16D2A5EB71000E1D940 + + fileRef + 2331C1522A5EB71000E1D940 + isa + PBXBuildFile + + 2331C16E2A5EB71000E1D940 + + fileRef + 2331C1532A5EB71000E1D940 + isa + PBXBuildFile + + 2331C16F2A5EB71000E1D940 + + fileRef + 2331C1542A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1702A5EB71000E1D940 + + fileRef + 2331C1562A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1712A5EB71000E1D940 + + fileRef + 2331C1572A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1732A5EB71000E1D940 + + fileRef + 2331C1592A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1742A5EB71000E1D940 + + fileRef + 2331C15A2A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1752A5EB71000E1D940 + + fileRef + 2331C15B2A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1762A5EB71000E1D940 + + fileRef + 2331C15D2A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1772A5EB71000E1D940 + + fileRef + 2331C15E2A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1782A5EB71000E1D940 + + fileRef + 2331C1622A5EB71000E1D940 + isa + PBXBuildFile + + 2331C1792A5EB7AB00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleCenterEntranceView.m + sourceTree + <group> + + 2331C17A2A5EB7AB00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleCenterEntranceView.h + sourceTree + <group> + + 2331C17B2A5EB7AB00E1D940 + + fileRef + 2331C1792A5EB7AB00E1D940 + isa + PBXBuildFile + + 2331C17C2A5ECCF600E1D940 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleCenterPayView.h + sourceTree + <group> + + 2331C17D2A5ECCF600E1D940 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleCenterPayView.m + sourceTree + <group> + + 2331C17E2A5ECCF600E1D940 + + fileRef + 2331C17D2A5ECCF600E1D940 + isa + PBXBuildFile + + 2331C17F2A5ECD3800E1D940 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleCenterPayCell.h + sourceTree + <group> + + 2331C1802A5ECD3800E1D940 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleCenterPayCell.m + sourceTree + <group> + + 2331C1812A5ECD3800E1D940 + + fileRef + 2331C1802A5ECD3800E1D940 + isa + PBXBuildFile + + 2331C1822A60F32D00E1D940 + + children + + 2331C1832A60F32D00E1D940 + 2331C1862A60F32D00E1D940 + 2331C1882A60F32D00E1D940 + 2331C1912A60F32D00E1D940 + 2331C1A72A60F32D00E1D940 + + isa + PBXGroup + path + CandyTree + sourceTree + <group> + + 2331C1832A60F32D00E1D940 + + children + + 2331C1852A60F32D00E1D940 + 2331C1842A60F32D00E1D940 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 2331C1842A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreePresenter.m + sourceTree + <group> + + 2331C1852A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreePresenter.h + sourceTree + <group> + + 2331C1862A60F32D00E1D940 + + children + + 2331C1872A60F32D00E1D940 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + 2331C1872A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeProtocol.h + sourceTree + <group> + + 2331C1882A60F32D00E1D940 + + children + + 2331C18C2A60F32D00E1D940 + 2331C1902A60F32D00E1D940 + 2331C18E2A60F32D00E1D940 + 2331C18A2A60F32D00E1D940 + 2331C18F2A60F32D00E1D940 + 2331C1892A60F32D00E1D940 + 233423CE2AAEFBC300B1253F + 233423CF2AAEFBC300B1253F + 2331C18B2A60F32D00E1D940 + 2331C18D2A60F32D00E1D940 + + isa + PBXGroup + path + Model + sourceTree + <group> + + 2331C1892A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CandyTreeResultModel.m + sourceTree + <group> + + 2331C18A2A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CandyTreeRecordModel.m + sourceTree + <group> + + 2331C18B2A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeAnimationModel.h + sourceTree + <group> + + 2331C18C2A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CandyTreeInfoModel.h + sourceTree + <group> + + 2331C18D2A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreeAnimationModel.m + sourceTree + <group> + + 2331C18E2A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CandyTreeRecordModel.h + sourceTree + <group> + + 2331C18F2A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CandyTreeResultModel.h + sourceTree + <group> + + 2331C1902A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CandyTreeInfoModel.m + sourceTree + <group> + + 2331C1912A60F32D00E1D940 + + children + + 2331C1992A60F32D00E1D940 + 2331C1982A60F32D00E1D940 + 2331C1A52A60F32D00E1D940 + 233423C52AAEE5C600B1253F + 233423C62AAEE5C600B1253F + 23FF428C2AAB2D3A0055733C + 23FF428D2AAB2D3A0055733C + 233423CB2AAEE98200B1253F + 233423CC2AAEE98200B1253F + 233423C82AAEE97500B1253F + 233423C92AAEE97500B1253F + 2331C1A32A60F32D00E1D940 + 2331C1962A60F32D00E1D940 + 2331C1952A60F32D00E1D940 + 2331C1A42A60F32D00E1D940 + 2331C1A22A60F32D00E1D940 + 2331C1932A60F32D00E1D940 + 2331C1A02A60F32D00E1D940 + 2331C1922A60F32D00E1D940 + 2331C1942A60F32D00E1D940 + 2331C1A12A60F32D00E1D940 + 2331C1972A60F32D00E1D940 + 2331C1A62A60F32D00E1D940 + + isa + PBXGroup + path + View + sourceTree + <group> + + 2331C1922A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreeRankView.m + sourceTree + <group> + + 2331C1932A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreeMoreView.m + sourceTree + <group> + + 2331C1942A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeViewController.h + sourceTree + <group> + + 2331C1952A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeInsufficientBalanceView.h + sourceTree + <group> + + 2331C1962A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreeGiftView.m + sourceTree + <group> + + 2331C1972A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomHalfWebView.h + sourceTree + <group> + + 2331C1982A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyRankContainerView.h + sourceTree + <group> + + 2331C1992A60F32D00E1D940 + + children + + 2331C19E2A60F32D00E1D940 + 2331C19A2A60F32D00E1D940 + 2331C19D2A60F32D00E1D940 + 2331C19B2A60F32D00E1D940 + 2331C19F2A60F32D00E1D940 + 2331C19C2A60F32D00E1D940 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + 2331C19A2A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreeEmptyableViewCell.m + sourceTree + <group> + + 2331C19B2A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreeMoreRuleCell.m + sourceTree + <group> + + 2331C19C2A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreeRankTableViewCell.m + sourceTree + <group> + + 2331C19D2A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeMoreRuleCell.h + sourceTree + <group> + + 2331C19E2A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeEmptyableViewCell.h + sourceTree + <group> + + 2331C19F2A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeRankTableViewCell.h + sourceTree + <group> + + 2331C1A02A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeRankView.h + sourceTree + <group> + + 2331C1A12A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreeViewController.m + sourceTree + <group> + + 2331C1A22A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeMoreView.h + sourceTree + <group> + + 2331C1A32A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeGiftView.h + sourceTree + <group> + + 2331C1A42A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreeInsufficientBalanceView.m + sourceTree + <group> + + 2331C1A52A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyRankContainerView.m + sourceTree + <group> + + 2331C1A62A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomHalfWebView.m + sourceTree + <group> + + 2331C1A72A60F32D00E1D940 + + children + + 2331C1A82A60F32D00E1D940 + 2331C1A92A60F32D00E1D940 + + isa + PBXGroup + path + Api + sourceTree + <group> + + 2331C1A82A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+CandyTree.m + sourceTree + <group> + + 2331C1A92A60F32D00E1D940 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+CandyTree.h + sourceTree + <group> + + 2331C1AA2A60F32D00E1D940 + + fileRef + 2331C1842A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1AB2A60F32D00E1D940 + + fileRef + 2331C1892A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1AC2A60F32D00E1D940 + + fileRef + 2331C18A2A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1AD2A60F32D00E1D940 + + fileRef + 2331C18D2A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1AE2A60F32D00E1D940 + + fileRef + 2331C1902A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1AF2A60F32D00E1D940 + + fileRef + 2331C1922A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1B02A60F32D00E1D940 + + fileRef + 2331C1932A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1B12A60F32D00E1D940 + + fileRef + 2331C1962A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1B22A60F32D00E1D940 + + fileRef + 2331C19A2A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1B32A60F32D00E1D940 + + fileRef + 2331C19B2A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1B42A60F32D00E1D940 + + fileRef + 2331C19C2A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1B52A60F32D00E1D940 + + fileRef + 2331C1A12A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1B62A60F32D00E1D940 + + fileRef + 2331C1A42A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1B72A60F32D00E1D940 + + fileRef + 2331C1A52A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1B82A60F32D00E1D940 + + fileRef + 2331C1A62A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1B92A60F32D00E1D940 + + fileRef + 2331C1A82A60F32D00E1D940 + isa + PBXBuildFile + + 2331C1BA2A60F67F00E1D940 + + children + + 2331C1BB2A60F69E00E1D940 + 2331C1BC2A60F69E00E1D940 + + isa + PBXGroup + path + UILabel + sourceTree + <group> + + 2331C1BB2A60F69E00E1D940 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UILabel+Utils.h + sourceTree + <group> + + 2331C1BC2A60F69E00E1D940 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UILabel+Utils.m + sourceTree + <group> + + 2331C1BD2A60F69E00E1D940 + + fileRef + 2331C1BC2A60F69E00E1D940 + isa + PBXBuildFile + + 233423C52AAEE5C600B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeBuySuccessView.h + sourceTree + <group> + + 233423C62AAEE5C600B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreeBuySuccessView.m + sourceTree + <group> + + 233423C72AAEE5C600B1253F + + fileRef + 233423C62AAEE5C600B1253F + isa + PBXBuildFile + + 233423C82AAEE97500B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeConfirmBuyView.h + sourceTree + <group> + + 233423C92AAEE97500B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreeConfirmBuyView.m + sourceTree + <group> + + 233423CA2AAEE97500B1253F + + fileRef + 233423C92AAEE97500B1253F + isa + PBXBuildFile + + 233423CB2AAEE98200B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeConfirmBuyNumView.h + sourceTree + <group> + + 233423CC2AAEE98200B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreeConfirmBuyNumView.m + sourceTree + <group> + + 233423CD2AAEE98200B1253F + + fileRef + 233423CC2AAEE98200B1253F + isa + PBXBuildFile + + 233423CE2AAEFBC300B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PICandyTreeSetModel.h + sourceTree + <group> + + 233423CF2AAEFBC300B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PICandyTreeSetModel.m + sourceTree + <group> + + 233423D02AAEFBC300B1253F + + fileRef + 233423CF2AAEFBC300B1253F + isa + PBXBuildFile + + 233423D12AAF0F4F00B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIAPRechargeHeadCell.h + sourceTree + <group> + + 233423D22AAF0F4F00B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIAPRechargeHeadCell.m + sourceTree + <group> + + 233423D32AAF0F4F00B1253F + + fileRef + 233423D22AAF0F4F00B1253F + isa + PBXBuildFile + + 233423D42AB0397500B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIMessageContentServiceReplyView.h + sourceTree + <group> + + 233423D52AB0397500B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIMessageContentServiceReplyView.m + sourceTree + <group> + + 233423D62AB0397500B1253F + + fileRef + 233423D52AB0397500B1253F + isa + PBXBuildFile + + 233423D72AB0438400B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIMessageContentServiceReplyModel.h + sourceTree + <group> + + 233423D82AB0438400B1253F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIMessageContentServiceReplyModel.m + sourceTree + <group> + + 233423D92AB0438400B1253F + + fileRef + 233423D82AB0438400B1253F + isa + PBXBuildFile + + 234489072AC3C5DA0070E5D5 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + path + SudMGP.framework + sourceTree + <group> + + 234489082AC3C5DA0070E5D5 + + fileRef + 234489072AC3C5DA0070E5D5 + isa + PBXBuildFile + + 234489092AC3C5FF0070E5D5 + + fileRef + 234489072AC3C5DA0070E5D5 + isa + PBXBuildFile + settings + + ATTRIBUTES + + CodeSignOnCopy + RemoveHeadersOnCopy + + + + 234D821C2AEC57CF0022EFEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + YYTextAsyncLayer+PITextAsyncLayer.h + path + YuMi/Appdelegate/YYTextAsyncLayer+PITextAsyncLayer.h + sourceTree + SOURCE_ROOT + + 234D821D2AEC57CF0022EFEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + YYTextAsyncLayer+PITextAsyncLayer.m + path + YuMi/Appdelegate/YYTextAsyncLayer+PITextAsyncLayer.m + sourceTree + SOURCE_ROOT + + 234D821E2AEC57CF0022EFEB + + fileRef + 234D821D2AEC57CF0022EFEB + isa + PBXBuildFile + + 234E50AC2BF734FC005CB6D5 + + children + + 234E50AD2BF7352C005CB6D5 + 234E50AE2BF7352C005CB6D5 + + isa + PBXGroup + path + NSTextAttachment + sourceTree + <group> + + 234E50AD2BF7352C005CB6D5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSTextAttachment+MSImage.h + sourceTree + <group> + + 234E50AE2BF7352C005CB6D5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSTextAttachment+MSImage.m + sourceTree + <group> + + 234E50AF2BF7352C005CB6D5 + + fileRef + 234E50AE2BF7352C005CB6D5 + isa + PBXBuildFile + + 234F44E12B3EA4DC00E2B532 + + children + + 234F44E22B3EA4F900E2B532 + + isa + PBXGroup + path + YMLine + sourceTree + <group> + + 234F44E22B3EA4F900E2B532 + + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + PILineManager.swift + sourceTree + <group> + + 234F44E32B3EA4F900E2B532 + + fileRef + 234F44E22B3EA4F900E2B532 + isa + PBXBuildFile + + 235714872BECC38F004C81D6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageHeadlinesTextModel.h + sourceTree + <group> + + 235714882BECC38F004C81D6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageHeadlinesTextModel.m + sourceTree + <group> + + 235714892BECC38F004C81D6 + + fileRef + 235714882BECC38F004C81D6 + isa + PBXBuildFile + + 235714962BEDF54E004C81D6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MsRoomMessageMainView.h + sourceTree + <group> + + 235714972BEDF54E004C81D6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MsRoomMessageMainView.m + sourceTree + <group> + + 235714982BEDF54E004C81D6 + + fileRef + 235714972BEDF54E004C81D6 + isa + PBXBuildFile + + 235A45182B04A352009753F5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomActivityWebView.h + sourceTree + <group> + + 235A45192B04A352009753F5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomActivityWebView.m + sourceTree + <group> + + 235A451A2B04A352009753F5 + + fileRef + 235A45192B04A352009753F5 + isa + PBXBuildFile + + 235A451B2B04A452009753F5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomActivityWebCell.h + sourceTree + <group> + + 235A451C2B04A452009753F5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomActivityWebCell.m + sourceTree + <group> + + 235A451D2B04A452009753F5 + + fileRef + 235A451C2B04A452009753F5 + isa + PBXBuildFile + + 235A45212B04BEB6009753F5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIBaseModel.h + sourceTree + <group> + + 235A45222B04BEB6009753F5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIBaseModel.m + sourceTree + <group> + + 235A45232B04BEB6009753F5 + + fileRef + 235A45222B04BEB6009753F5 + isa + PBXBuildFile + + 23630BA42BAC3888003AD25D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIGiftSuperGiftBroadcastView.h + sourceTree + <group> + + 23630BA52BAC3888003AD25D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIGiftSuperGiftBroadcastView.m + sourceTree + <group> + + 23630BA62BAC3888003AD25D + + fileRef + 23630BA52BAC3888003AD25D + isa + PBXBuildFile + + 2368969E2AE6720600EED5F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomGiftBroadcastWindow.h + sourceTree + <group> + + 2368969F2AE6720600EED5F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomGiftBroadcastWindow.m + sourceTree + <group> + + 236896A02AE6720600EED5F2 + + fileRef + 2368969F2AE6720600EED5F2 + isa + PBXBuildFile + + 2368ECC92BC38F6400EDF4C9 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + ar + path + ar.lproj/Localizable.strings + sourceTree + <group> + + 2368ECCA2BC38F6F00EDF4C9 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/Localizable.strings + sourceTree + <group> + + 2368ECCD2BC38F9800EDF4C9 + + children + + 2368ECCE2BC38F9800EDF4C9 + 2368ECD02BC38FA900EDF4C9 + 2368ECD22BC38FC500EDF4C9 + 54435F2C2CC89D4600F4884B + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + 2368ECCE2BC38F9800EDF4C9 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + ar + path + ar.lproj/InfoPlist.strings + sourceTree + <group> + + 2368ECCF2BC38F9800EDF4C9 + + fileRef + 2368ECCD2BC38F9800EDF4C9 + isa + PBXBuildFile + + 2368ECD02BC38FA900EDF4C9 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + 2368ECD22BC38FC500EDF4C9 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + zh-Hant + path + zh-Hant.lproj/InfoPlist.strings + sourceTree + <group> + + 2368ECD32BC38FDA00EDF4C9 + + fileRef + 2368ECD52BC38FDA00EDF4C9 + isa + PBXBuildFile + + 2368ECD42BC38FDA00EDF4C9 + + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + Base + path + Base.lproj/Launch Screen.storyboard + sourceTree + <group> + + 2368ECD52BC38FDA00EDF4C9 + + children + + 2368ECD42BC38FDA00EDF4C9 + 2368ECD62BC38FDA00EDF4C9 + + isa + PBXVariantGroup + name + Launch Screen.storyboard + sourceTree + <group> + + 2368ECD62BC38FDA00EDF4C9 + + isa + PBXFileReference + lastKnownFileType + text.json.xcstrings + name + mul + path + mul.lproj/Launch Screen.xcstrings + sourceTree + <group> + + 2368ECD72BC38FED00EDF4C9 + + isa + PBXFileReference + lastKnownFileType + text.xml + path + PrivacyInfo.xcprivacy + sourceTree + <group> + + 2368ECD82BC3C02800EDF4C9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineSwitchLanguageVC.h + sourceTree + <group> + + 2368ECD92BC3C02800EDF4C9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineSwitchLanguageVC.m + sourceTree + <group> + + 2368ECDA2BC3C02800EDF4C9 + + fileRef + 2368ECD92BC3C02800EDF4C9 + isa + PBXBuildFile + + 2368ECDD2BC51B2D00EDF4C9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineSwitchLanguageCell.h + sourceTree + <group> + + 2368ECDE2BC51B2D00EDF4C9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineSwitchLanguageCell.m + sourceTree + <group> + + 2368ECDF2BC51B2D00EDF4C9 + + fileRef + 2368ECDE2BC51B2D00EDF4C9 + isa + PBXBuildFile + + 2368ECE12BC5280300EDF4C9 + + isa + PBXFileReference + lastKnownFileType + folder + path + css + sourceTree + <group> + + 2368ECE22BC5280300EDF4C9 + + isa + PBXFileReference + lastKnownFileType + folder + path + images + sourceTree + <group> + + 2368ECE32BC5280300EDF4C9 + + isa + PBXFileReference + lastKnownFileType + folder + path + js + sourceTree + <group> + + 2368ECE42BC5280300EDF4C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.html + path + index.html + sourceTree + <group> + + 2368ECE52BC5280300EDF4C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.html + path + upload.html + sourceTree + <group> + + 2368ECE62BC5280300EDF4C9 + + isa + PBXFileReference + lastKnownFileType + folder + path + local + sourceTree + <group> + + 2368ECE72BC5280300EDF4C9 + + fileRef + 2368ECE12BC5280300EDF4C9 + isa + PBXBuildFile + + 2368ECE82BC5280300EDF4C9 + + fileRef + 2368ECE22BC5280300EDF4C9 + isa + PBXBuildFile + + 2368ECE92BC5280300EDF4C9 + + fileRef + 2368ECE32BC5280300EDF4C9 + isa + PBXBuildFile + + 2368ECEA2BC5280300EDF4C9 + + fileRef + 2368ECE42BC5280300EDF4C9 + isa + PBXBuildFile + + 2368ECEB2BC5280300EDF4C9 + + fileRef + 2368ECE52BC5280300EDF4C9 + isa + PBXBuildFile + + 2368ECEC2BC5280300EDF4C9 + + fileRef + 2368ECE62BC5280300EDF4C9 + isa + PBXBuildFile + + 2369F98F2A89CE0E00563B48 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIUserSexView.h + sourceTree + <group> + + 2369F9902A89CE0E00563B48 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIUserSexView.m + sourceTree + <group> + + 2369F9912A89CE0E00563B48 + + fileRef + 2369F9902A89CE0E00563B48 + isa + PBXBuildFile + + 2369F9922A8B21EA00563B48 + + isa + PBXFileReference + lastKnownFileType + file + path + pi_treasure_fairy_gift_bg.svga + sourceTree + <group> + + 2369F9932A8B21EB00563B48 + + fileRef + 2369F9922A8B21EA00563B48 + isa + PBXBuildFile + + 236B2E1B2AA0786E003967A8 + + children + + 234489072AC3C5DA0070E5D5 + 4C47079F2D5342C500C8CD24 + + isa + PBXGroup + path + Library + sourceTree + <group> + + 236B2E202AA07D06003967A8 + + children + + 236B2E3F2AA07D06003967A8 + 236B2E2E2AA07D06003967A8 + 236B2E212AA07D06003967A8 + 236B2E312AA07D06003967A8 + + isa + PBXGroup + path + LittleGame + sourceTree + <group> + + 236B2E212AA07D06003967A8 + + children + + 236B2E242AA07D06003967A8 + 236B2E2D2AA07D06003967A8 + 236B2E232AA07D06003967A8 + 236B2E222AA07D06003967A8 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 236B2E222AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SudGameConfig.h + sourceTree + <group> + + 236B2E232AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SudCommon.m + sourceTree + <group> + + 236B2E242AA07D06003967A8 + + children + + 236B2E2C2AA07D06003967A8 + 236B2E282AA07D06003967A8 + 236B2E292AA07D06003967A8 + 236B2E252AA07D06003967A8 + 236B2E2B2AA07D06003967A8 + 236B2E272AA07D06003967A8 + 236B2E262AA07D06003967A8 + 236B2E2A2AA07D06003967A8 + + isa + PBXGroup + path + Category + sourceTree + <group> + + 236B2E252AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSString+RW.m + sourceTree + <group> + + 236B2E262AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIImage+RW.h + sourceTree + <group> + + 236B2E272AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIColor+RW.m + sourceTree + <group> + + 236B2E282AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSData+RW.m + sourceTree + <group> + + 236B2E292AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSString+RW.h + sourceTree + <group> + + 236B2E2A2AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIImage+RW.m + sourceTree + <group> + + 236B2E2B2AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIColor+RW.h + sourceTree + <group> + + 236B2E2C2AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSData+RW.h + sourceTree + <group> + + 236B2E2D2AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SudCommon.h + sourceTree + <group> + + 236B2E2E2AA07D06003967A8 + + children + + 236B2E2F2AA07D06003967A8 + 236B2E302AA07D06003967A8 + + isa + PBXGroup + path + Model + sourceTree + <group> + + 236B2E2F2AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LittleGameInfoModel.h + sourceTree + <group> + + 236B2E302AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LittleGameInfoModel.m + sourceTree + <group> + + 236B2E312AA07D06003967A8 + + children + + 236B2E362AA07D06003967A8 + 236B2E3B2AA07D06003967A8 + 236B2E332AA07D06003967A8 + 236B2E322AA07D06003967A8 + 236B2E3C2AA07D06003967A8 + 236B2E352AA07D06003967A8 + 236B2E3D2AA07D06003967A8 + 236B2E342AA07D06003967A8 + 236B2E3E2AA07D06003967A8 + + isa + PBXGroup + path + View + sourceTree + <group> + + 236B2E322AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLittleGameRoomListView.h + sourceTree + <group> + + 236B2E332AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLittleGameMiniStageView.m + sourceTree + <group> + + 236B2E342AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomLittleGameContainerView.h + sourceTree + <group> + + 236B2E352AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLittleGameRoomOpenView.h + sourceTree + <group> + + 236B2E362AA07D06003967A8 + + children + + 236B2E392AA07D06003967A8 + 236B2E382AA07D06003967A8 + 236B2E372AA07D06003967A8 + 236B2E3A2AA07D06003967A8 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + 236B2E372AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLittleGameTableViewCell.h + sourceTree + <group> + + 236B2E382AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCreateLittleGameCollectionViewCell.m + sourceTree + <group> + + 236B2E392AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCreateLittleGameCollectionViewCell.h + sourceTree + <group> + + 236B2E3A2AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLittleGameTableViewCell.m + sourceTree + <group> + + 236B2E3B2AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLittleGameMiniStageView.h + sourceTree + <group> + + 236B2E3C2AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLittleGameRoomListView.m + sourceTree + <group> + + 236B2E3D2AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLittleGameRoomOpenView.m + sourceTree + <group> + + 236B2E3E2AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomLittleGameContainerView.m + sourceTree + <group> + + 236B2E3F2AA07D06003967A8 + + children + + 236B2E412AA07D06003967A8 + 236B2E402AA07D06003967A8 + + isa + PBXGroup + path + Api + sourceTree + <group> + + 236B2E402AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+LittleGame.m + sourceTree + <group> + + 236B2E412AA07D06003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+LittleGame.h + sourceTree + <group> + + 236B2E422AA07D06003967A8 + + fileRef + 236B2E232AA07D06003967A8 + isa + PBXBuildFile + + 236B2E432AA07D06003967A8 + + fileRef + 236B2E252AA07D06003967A8 + isa + PBXBuildFile + + 236B2E442AA07D06003967A8 + + fileRef + 236B2E272AA07D06003967A8 + isa + PBXBuildFile + + 236B2E452AA07D06003967A8 + + fileRef + 236B2E282AA07D06003967A8 + isa + PBXBuildFile + + 236B2E462AA07D06003967A8 + + fileRef + 236B2E2A2AA07D06003967A8 + isa + PBXBuildFile + + 236B2E472AA07D06003967A8 + + fileRef + 236B2E302AA07D06003967A8 + isa + PBXBuildFile + + 236B2E482AA07D06003967A8 + + fileRef + 236B2E332AA07D06003967A8 + isa + PBXBuildFile + + 236B2E492AA07D06003967A8 + + fileRef + 236B2E382AA07D06003967A8 + isa + PBXBuildFile + + 236B2E4A2AA07D06003967A8 + + fileRef + 236B2E3A2AA07D06003967A8 + isa + PBXBuildFile + + 236B2E4B2AA07D06003967A8 + + fileRef + 236B2E3C2AA07D06003967A8 + isa + PBXBuildFile + + 236B2E4C2AA07D06003967A8 + + fileRef + 236B2E3D2AA07D06003967A8 + isa + PBXBuildFile + + 236B2E4D2AA07D06003967A8 + + fileRef + 236B2E3E2AA07D06003967A8 + isa + PBXBuildFile + + 236B2E4E2AA07D06003967A8 + + fileRef + 236B2E402AA07D06003967A8 + isa + PBXBuildFile + + 236B2E4F2AA08756003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LittleGameScrollStageView.h + sourceTree + <group> + + 236B2E502AA08756003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LittleGameStageView.m + sourceTree + <group> + + 236B2E512AA08756003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LittleGameScrollStageView.m + sourceTree + <group> + + 236B2E522AA08757003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LittleGameStageView.h + sourceTree + <group> + + 236B2E532AA08757003967A8 + + fileRef + 236B2E502AA08756003967A8 + isa + PBXBuildFile + + 236B2E542AA08757003967A8 + + fileRef + 236B2E512AA08756003967A8 + isa + PBXBuildFile + + 236B2E552AA18E12003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMIneGameCollectionViewCell.m + sourceTree + <group> + + 236B2E562AA18E12003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGameTableViewCell.h + sourceTree + <group> + + 236B2E572AA18E12003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGameTableViewCell.m + sourceTree + <group> + + 236B2E582AA18E12003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMIneGameCollectionViewCell.h + sourceTree + <group> + + 236B2E592AA18E13003967A8 + + fileRef + 236B2E552AA18E12003967A8 + isa + PBXBuildFile + + 236B2E5A2AA18E13003967A8 + + fileRef + 236B2E572AA18E12003967A8 + isa + PBXBuildFile + + 236B2E5B2AA19168003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HomeLittleGameRoomModel.h + sourceTree + <group> + + 236B2E5C2AA19169003967A8 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HomeLittleGameRoomModel.m + sourceTree + <group> + + 236B2E5D2AA19169003967A8 + + fileRef + 236B2E5C2AA19169003967A8 + isa + PBXBuildFile + + 236BA4962BB6AFED00C7C73A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PINoblePrivilegeEmptyCell.h + sourceTree + <group> + + 236BA4972BB6AFED00C7C73A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PINoblePrivilegeEmptyCell.m + sourceTree + <group> + + 236BA4982BB6AFED00C7C73A + + fileRef + 236BA4972BB6AFED00C7C73A + isa + PBXBuildFile + + 237700CE2BC697D400D661F1 + + isa + PBXFileReference + lastKnownFileType + image.png + path + pi_login_new_logo.png + sourceTree + <group> + + 237700CF2BC697D500D661F1 + + fileRef + 237700CE2BC697D400D661F1 + isa + PBXBuildFile + + 237700D02BC7CC7C00D661F1 + + children + + 237700D12BC7CC7C00D661F1 + 237700D22BC7CC7C00D661F1 + + isa + PBXGroup + path + MJExtension + sourceTree + <group> + + 237700D12BC7CC7C00D661F1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSObject+MJExtension.h + sourceTree + <group> + + 237700D22BC7CC7C00D661F1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSObject+MJExtension.m + sourceTree + <group> + + 237700D32BC7CC7C00D661F1 + + fileRef + 237700D22BC7CC7C00D661F1 + isa + PBXBuildFile + + 237700D42BC7D3DC00D661F1 + + children + + 237700D52BC7D51400D661F1 + 237700D62BC7D51400D661F1 + 237700D82BC7D5EC00D661F1 + 237700D92BC7D5EC00D661F1 + 237700F82BCCD25500D661F1 + 237700F92BCCD25500D661F1 + 237700DB2BC7D70E00D661F1 + 237700DC2BC7D70E00D661F1 + 237700DE2BC7D78600D661F1 + 237700DF2BC7D78600D661F1 + 237700E12BC7D7C000D661F1 + 237700E22BC7D7C000D661F1 + 237700E42BC7E81F00D661F1 + 237700E52BC7E81F00D661F1 + 237700FB2BCD254000D661F1 + 237700FC2BCD254000D661F1 + 237700E72BC7E88E00D661F1 + 237700E82BC7E88E00D661F1 + 237700EA2BC914B400D661F1 + 237700EB2BC914B400D661F1 + + isa + PBXGroup + path + MSRTL + sourceTree + <group> + + 237700D52BC7D51400D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIButton+MSRTL.h + sourceTree + <group> + + 237700D62BC7D51400D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIButton+MSRTL.m + sourceTree + <group> + + 237700D72BC7D51400D661F1 + + fileRef + 237700D62BC7D51400D661F1 + isa + PBXBuildFile + + 237700D82BC7D5EC00D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UILabel+MSRTL.h + sourceTree + <group> + + 237700D92BC7D5EC00D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UILabel+MSRTL.m + sourceTree + <group> + + 237700DA2BC7D5EC00D661F1 + + fileRef + 237700D92BC7D5EC00D661F1 + isa + PBXBuildFile + + 237700DB2BC7D70E00D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIImage+MSRTL.h + sourceTree + <group> + + 237700DC2BC7D70E00D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIImage+MSRTL.m + sourceTree + <group> + + 237700DD2BC7D70E00D661F1 + + fileRef + 237700DC2BC7D70E00D661F1 + isa + PBXBuildFile + + 237700DE2BC7D78600D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSBaseRTLFlowLayout.h + sourceTree + <group> + + 237700DF2BC7D78600D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSBaseRTLFlowLayout.m + sourceTree + <group> + + 237700E02BC7D78600D661F1 + + fileRef + 237700DF2BC7D78600D661F1 + isa + PBXBuildFile + + 237700E12BC7D7C000D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSMutableAttributedString+MSRTL.h + sourceTree + <group> + + 237700E22BC7D7C000D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSMutableAttributedString+MSRTL.m + sourceTree + <group> + + 237700E32BC7D7C000D661F1 + + fileRef + 237700E22BC7D7C000D661F1 + isa + PBXBuildFile + + 237700E42BC7E81F00D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UITextField+MSRTL.h + sourceTree + <group> + + 237700E52BC7E81F00D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UITextField+MSRTL.m + sourceTree + <group> + + 237700E62BC7E81F00D661F1 + + fileRef + 237700E52BC7E81F00D661F1 + isa + PBXBuildFile + + 237700E72BC7E88E00D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UITextView+MSRTL.h + sourceTree + <group> + + 237700E82BC7E88E00D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UITextView+MSRTL.m + sourceTree + <group> + + 237700E92BC7E88E00D661F1 + + fileRef + 237700E82BC7E88E00D661F1 + isa + PBXBuildFile + + 237700EA2BC914B400D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UISwipeGestureRecognizer+MSRTL.h + sourceTree + <group> + + 237700EB2BC914B400D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UISwipeGestureRecognizer+MSRTL.m + sourceTree + <group> + + 237700EC2BC914B400D661F1 + + fileRef + 237700EB2BC914B400D661F1 + isa + PBXBuildFile + + 237700F82BCCD25500D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + YYLabel+MSRTL.h + sourceTree + <group> + + 237700F92BCCD25500D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + YYLabel+MSRTL.m + sourceTree + <group> + + 237700FA2BCCD25500D661F1 + + fileRef + 237700F92BCCD25500D661F1 + isa + PBXBuildFile + + 237700FB2BCD254000D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSBaseTextField.h + sourceTree + <group> + + 237700FC2BCD254000D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSBaseTextField.m + sourceTree + <group> + + 237700FD2BCD254000D661F1 + + fileRef + 237700FC2BCD254000D661F1 + isa + PBXBuildFile + + 237701072BCF73CE00D661F1 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Security.framework + path + System/Library/Frameworks/Security.framework + sourceTree + SDKROOT + + 237701082BCF73CE00D661F1 + + fileRef + 237701072BCF73CE00D661F1 + isa + PBXBuildFile + + 237701092BCF73DD00D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.text-based-dylib-definition + name + libiconv.tbd + path + usr/lib/libiconv.tbd + sourceTree + SDKROOT + + 2377010A2BCF73DD00D661F1 + + fileRef + 237701092BCF73DD00D661F1 + isa + PBXBuildFile + + 2377010B2BCF73EA00D661F1 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + SystemConfiguration.framework + path + System/Library/Frameworks/SystemConfiguration.framework + sourceTree + SDKROOT + + 2377010C2BCF73EA00D661F1 + + fileRef + 2377010B2BCF73EA00D661F1 + isa + PBXBuildFile + + 2377010D2BCF73F400D661F1 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreGraphics.framework + path + System/Library/Frameworks/CoreGraphics.framework + sourceTree + SDKROOT + + 2377010E2BCF73F400D661F1 + + fileRef + 2377010D2BCF73F400D661F1 + isa + PBXBuildFile + + 2377010F2BCF740400D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.text-based-dylib-definition + name + libsqlite3.tbd + path + usr/lib/libsqlite3.tbd + sourceTree + SDKROOT + + 237701102BCF740400D661F1 + + fileRef + 2377010F2BCF740400D661F1 + isa + PBXBuildFile + + 237701112BCF742C00D661F1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.text-based-dylib-definition + name + libz.tbd + path + usr/lib/libz.tbd + sourceTree + SDKROOT + + 237701122BCF742C00D661F1 + + fileRef + 237701112BCF742C00D661F1 + isa + PBXBuildFile + + 237701182BD6143700D661F1 + + isa + PBXFileReference + lastKnownFileType + file + path + pi_happy_egg_smash.svga + sourceTree + <group> + + 237701192BD6143700D661F1 + + fileRef + 237701182BD6143700D661F1 + isa + PBXBuildFile + + 2378529F2C072D8D00E360AC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameModel.h + sourceTree + <group> + + 237852A02C072D8D00E360AC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGameModel.m + sourceTree + <group> + + 237852A12C072D8D00E360AC + + fileRef + 237852A02C072D8D00E360AC + isa + PBXBuildFile + + 237852A22C082A9800E360AC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameSendTextView.h + sourceTree + <group> + + 237852A32C082A9800E360AC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGameSendTextView.m + sourceTree + <group> + + 237852A42C082A9800E360AC + + fileRef + 237852A32C082A9800E360AC + isa + PBXBuildFile + + 237852A52C08764B00E360AC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameResultsModel.h + sourceTree + <group> + + 237852A62C08764B00E360AC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGameResultsModel.m + sourceTree + <group> + + 237852A72C08764B00E360AC + + fileRef + 237852A62C08764B00E360AC + isa + PBXBuildFile + + 237B94AB2A984DA7007853E3 + + children + + 237B94AC2A984DA7007853E3 + 237B94AF2A984DA7007853E3 + 237B94B12A984DA7007853E3 + 237B94B42A984DA7007853E3 + 237B94B92A984DA7007853E3 + + isa + PBXGroup + path + NobleTrumpet + sourceTree + <group> + + 237B94AC2A984DA7007853E3 + + children + + 237B94AD2A984DA7007853E3 + 237B94AE2A984DA7007853E3 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 237B94AD2A984DA7007853E3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTrumpetPresenter.h + sourceTree + <group> + + 237B94AE2A984DA7007853E3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTrumpetPresenter.m + sourceTree + <group> + + 237B94AF2A984DA7007853E3 + + children + + 237B94B02A984DA7007853E3 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + 237B94B02A984DA7007853E3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTrumpetProtocol.h + sourceTree + <group> + + 237B94B12A984DA7007853E3 + + children + + 237B94B22A984DA7007853E3 + 237B94B32A984DA7007853E3 + + isa + PBXGroup + path + Model + sourceTree + <group> + + 237B94B22A984DA7007853E3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleTrumpetModel.h + sourceTree + <group> + + 237B94B32A984DA7007853E3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleTrumpetModel.m + sourceTree + <group> + + 237B94B42A984DA7007853E3 + + children + + 237B94B52A984DA7007853E3 + 237B94B62A984DA7007853E3 + 237B94B72A984DA7007853E3 + 237B94B82A984DA7007853E3 + + isa + PBXGroup + path + View + sourceTree + <group> + + 237B94B52A984DA7007853E3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTrumpetViewController.h + sourceTree + <group> + + 237B94B62A984DA7007853E3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTrumpetView.h + sourceTree + <group> + + 237B94B72A984DA7007853E3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomTrumpetViewController.m + sourceTree + <group> + + 237B94B82A984DA7007853E3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomTrumpetView.m + sourceTree + <group> + + 237B94B92A984DA7007853E3 + + children + + 237B94BA2A984DA7007853E3 + 237B94BB2A984DA7007853E3 + + isa + PBXGroup + path + Api + sourceTree + <group> + + 237B94BA2A984DA7007853E3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+RoomTrumpet.m + sourceTree + <group> + + 237B94BB2A984DA7007853E3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+RoomTrumpet.h + sourceTree + <group> + + 237B94BC2A984DA7007853E3 + + fileRef + 237B94AE2A984DA7007853E3 + isa + PBXBuildFile + + 237B94BD2A984DA7007853E3 + + fileRef + 237B94B32A984DA7007853E3 + isa + PBXBuildFile + + 237B94BE2A984DA7007853E3 + + fileRef + 237B94B72A984DA7007853E3 + isa + PBXBuildFile + + 237B94BF2A984DA7007853E3 + + fileRef + 237B94B82A984DA7007853E3 + isa + PBXBuildFile + + 237B94C02A984DA7007853E3 + + fileRef + 237B94BA2A984DA7007853E3 + isa + PBXBuildFile + + 237FD35C2C0F187B00B5335C + + isa + PBXFileReference + lastKnownFileType + image.png + path + pi_app_logo_new_bg.png + sourceTree + <group> + + 237FD35D2C0F187B00B5335C + + fileRef + 237FD35C2C0F187B00B5335C + isa + PBXBuildFile + + 238A90052BA9729200828123 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIUniversalBannerView.h + sourceTree + <group> + + 238A90062BA9729200828123 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIUniversalBannerView.m + sourceTree + <group> + + 238A90072BA9729200828123 + + fileRef + 238A90062BA9729200828123 + isa + PBXBuildFile + + 238A90082BA9756600828123 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIUniversalBannerModel.h + sourceTree + <group> + + 238A90092BA9756600828123 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIUniversalBannerModel.m + sourceTree + <group> + + 238A900A2BA9756600828123 + + fileRef + 238A90092BA9756600828123 + isa + PBXBuildFile + + 238B37222AC55A2C00BFC9D5 + + children + + 238B37232AC55A2C00BFC9D5 + 238B37262AC55A2C00BFC9D5 + 238B37282AC55A2C00BFC9D5 + 238B373F2AC55A2C00BFC9D5 + 238B37A02AC55A2C00BFC9D5 + + isa + PBXGroup + path + TreasureFairy + sourceTree + <group> + + 238B37232AC55A2C00BFC9D5 + + children + + 238B37242AC55A2C00BFC9D5 + 238B37252AC55A2C00BFC9D5 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 238B37242AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFailyPresenter.m + sourceTree + <group> + + 238B37252AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFailyPresenter.h + sourceTree + <group> + + 238B37262AC55A2C00BFC9D5 + + children + + 238B37272AC55A2C00BFC9D5 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + 238B37272AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFailyProtocol.h + sourceTree + <group> + + 238B37282AC55A2C00BFC9D5 + + children + + 238B37292AC55A2C00BFC9D5 + 238B372A2AC55A2C00BFC9D5 + 238B372B2AC55A2C00BFC9D5 + 238B372C2AC55A2C00BFC9D5 + 238B372D2AC55A2C00BFC9D5 + 238B372E2AC55A2C00BFC9D5 + 238B372F2AC55A2C00BFC9D5 + 238B37302AC55A2C00BFC9D5 + 238B37312AC55A2C00BFC9D5 + 238B37322AC55A2C00BFC9D5 + 238B37332AC55A2C00BFC9D5 + 238B37342AC55A2C00BFC9D5 + 238B37352AC55A2C00BFC9D5 + 238B37362AC55A2C00BFC9D5 + 238B37372AC55A2C00BFC9D5 + 238B37382AC55A2C00BFC9D5 + 238B37392AC55A2C00BFC9D5 + 238B373A2AC55A2C00BFC9D5 + 238B373B2AC55A2C00BFC9D5 + 238B373C2AC55A2C00BFC9D5 + 238B373D2AC55A2C00BFC9D5 + 238B373E2AC55A2C00BFC9D5 + + isa + PBXGroup + path + Model + sourceTree + <group> + + 238B37292AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TreasureFairyConvertRecordModel.h + sourceTree + <group> + + 238B372A2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TreasureFairyInfoModel.h + sourceTree + <group> + + 238B372B2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TreasureFairyLimitModel.m + sourceTree + <group> + + 238B372C2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TreasureFailyKeyInfoModel.m + sourceTree + <group> + + 238B372D2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TreasureFailryMessageModel.h + sourceTree + <group> + + 238B372E2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TreasureFairySendRecordModel.m + sourceTree + <group> + + 238B372F2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TreasureFairyRewardModel.m + sourceTree + <group> + + 238B37302AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TreasureFairyTrialsRecordModel.m + sourceTree + <group> + + 238B37312AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TreasureFairyBallInfoModel.h + sourceTree + <group> + + 238B37322AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TreasureFairyUserInfoModel.m + sourceTree + <group> + + 238B37332AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TreasureFairyFragmentModel.h + sourceTree + <group> + + 238B37342AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TreasureFailyKeyInfoModel.h + sourceTree + <group> + + 238B37352AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TreasureFairyLimitModel.h + sourceTree + <group> + + 238B37362AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TreasureFairyInfoModel.m + sourceTree + <group> + + 238B37372AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TreasureFairyConvertRecordModel.m + sourceTree + <group> + + 238B37382AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TreasureFailryMessageModel.m + sourceTree + <group> + + 238B37392AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TreasureFairyBallInfoModel.m + sourceTree + <group> + + 238B373A2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TreasureFairyTrialsRecordModel.h + sourceTree + <group> + + 238B373B2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TreasureFairyRewardModel.h + sourceTree + <group> + + 238B373C2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TreasureFairySendRecordModel.h + sourceTree + <group> + + 238B373D2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TreasureFairyFragmentModel.m + sourceTree + <group> + + 238B373E2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TreasureFairyUserInfoModel.h + sourceTree + <group> + + 238B373F2AC55A2C00BFC9D5 + + children + + 238B37412AC55A2C00BFC9D5 + 238B37562AC55A2C00BFC9D5 + 238B379F2AC55A2C00BFC9D5 + 238B37402AC55A2C00BFC9D5 + + isa + PBXGroup + path + View + sourceTree + <group> + + 238B37402AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyViewController.m + sourceTree + <group> + + 238B37412AC55A2C00BFC9D5 + + children + + 238B37442AC55A2C00BFC9D5 + 238B374D2AC55A2C00BFC9D5 + 238B374F2AC55A2C00BFC9D5 + 238B37462AC55A2C00BFC9D5 + 238B37532AC55A2C00BFC9D5 + 238B374B2AC55A2C00BFC9D5 + 238B37522AC55A2C00BFC9D5 + 238B37472AC55A2C00BFC9D5 + 238B37512AC55A2C00BFC9D5 + 238B37482AC55A2C00BFC9D5 + 238B37452AC55A2C00BFC9D5 + 238B37502AC55A2C00BFC9D5 + 238B374A2AC55A2C00BFC9D5 + 238B37542AC55A2C00BFC9D5 + 238B37432AC55A2C00BFC9D5 + 238B374E2AC55A2C00BFC9D5 + 238B374C2AC55A2C00BFC9D5 + 238B37422AC55A2C00BFC9D5 + 238B37492AC55A2C00BFC9D5 + 238B37552AC55A2C00BFC9D5 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + 238B37422AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyStoreResultCell.m + sourceTree + <group> + + 238B37432AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyShopingRecordCell.h + sourceTree + <group> + + 238B37442AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFailyResultGiftCell.h + sourceTree + <group> + + 238B37452AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairySendRecordCell.h + sourceTree + <group> + + 238B37462AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyFriendCell.m + sourceTree + <group> + + 238B37472AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyPrizePoolCell.m + sourceTree + <group> + + 238B37482AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyPrizeRecordCell.m + sourceTree + <group> + + 238B37492AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyTrialsRecordCell.h + sourceTree + <group> + + 238B374A2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyShopingExchangeCell.h + sourceTree + <group> + + 238B374B2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyNewSummonCell.m + sourceTree + <group> + + 238B374C2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyStoreResultCell.h + sourceTree + <group> + + 238B374D2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFailyResultGiftCell.m + sourceTree + <group> + + 238B374E2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyShopingRecordCell.m + sourceTree + <group> + + 238B374F2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyFriendCell.h + sourceTree + <group> + + 238B37502AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairySendRecordCell.m + sourceTree + <group> + + 238B37512AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyPrizeRecordCell.h + sourceTree + <group> + + 238B37522AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyPrizePoolCell.h + sourceTree + <group> + + 238B37532AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyNewSummonCell.h + sourceTree + <group> + + 238B37542AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyShopingExchangeCell.m + sourceTree + <group> + + 238B37552AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyTrialsRecordCell.m + sourceTree + <group> + + 238B37562AC55A2C00BFC9D5 + + children + + 238B376D2AC55A2C00BFC9D5 + 238B37912AC55A2C00BFC9D5 + 238B376B2AC55A2C00BFC9D5 + 238B37932AC55A2C00BFC9D5 + 238B37632AC55A2C00BFC9D5 + 238B37872AC55A2C00BFC9D5 + 238B37642AC55A2C00BFC9D5 + 238B37862AC55A2C00BFC9D5 + 238B379C2AC55A2C00BFC9D5 + 238B37742AC55A2C00BFC9D5 + 238B37972AC55A2C00BFC9D5 + 238B377A2AC55A2C00BFC9D5 + 238B378F2AC55A2C00BFC9D5 + 238B376F2AC55A2C00BFC9D5 + 238B376A2AC55A2C00BFC9D5 + 238B37942AC55A2C00BFC9D5 + 238B37892AC55A2C00BFC9D5 + 238B37612AC55A2C00BFC9D5 + 238B37922AC55A2C00BFC9D5 + 238B376C2AC55A2C00BFC9D5 + 238B375D2AC55A2C00BFC9D5 + 238B377B2AC55A2C00BFC9D5 + 238B37672AC55A2C00BFC9D5 + 238B37832AC55A2C00BFC9D5 + 238B37802AC55A2C00BFC9D5 + 238B37582AC55A2C00BFC9D5 + 238B37902AC55A2C00BFC9D5 + 238B376E2AC55A2C00BFC9D5 + 238B378D2AC55A2C00BFC9D5 + 238B37712AC55A2C00BFC9D5 + 238B379E2AC55A2C00BFC9D5 + 238B37722AC55A2C00BFC9D5 + 238B37952AC55A2C00BFC9D5 + 238B37692AC55A2C00BFC9D5 + 238B37822AC55A2C00BFC9D5 + 238B37682AC55A2C00BFC9D5 + 238B37992AC55A2C00BFC9D5 + 238B37772AC55A2C00BFC9D5 + 238B379D2AC55A2C00BFC9D5 + 238B37732AC55A2C00BFC9D5 + 238B37962AC55A2C00BFC9D5 + 238B37792AC55A2C00BFC9D5 + 238B375B2AC55A2C00BFC9D5 + 238B377C2AC55A2C00BFC9D5 + 238B377E2AC55A2C00BFC9D5 + 238B375A2AC55A2C00BFC9D5 + 238B37572AC55A2C00BFC9D5 + 238B37812AC55A2C00BFC9D5 + 238B37652AC55A2C00BFC9D5 + 238B37842AC55A2C00BFC9D5 + 238B375E2AC55A2C00BFC9D5 + 238B378B2AC55A2C00BFC9D5 + 238B379B2AC55A2C00BFC9D5 + 238B37752AC55A2C00BFC9D5 + 238B37852AC55A2C00BFC9D5 + 238B37662AC55A2C00BFC9D5 + 238B37762AC55A2C00BFC9D5 + 238B379A2AC55A2C00BFC9D5 + 238B375C2AC55A2C00BFC9D5 + 238B377D2AC55A2C00BFC9D5 + 238B377F2AC55A2C00BFC9D5 + 238B37592AC55A2C00BFC9D5 + 238B37602AC55A2C00BFC9D5 + 238B378A2AC55A2C00BFC9D5 + 238B378C2AC55A2C00BFC9D5 + 238B375F2AC55A2C00BFC9D5 + 238B37702AC55A2C00BFC9D5 + 238B378E2AC55A2C00BFC9D5 + 238B37622AC55A2C00BFC9D5 + 238B37882AC55A2C00BFC9D5 + 238B37982AC55A2C00BFC9D5 + 238B37782AC55A2C00BFC9D5 + + isa + PBXGroup + path + View + sourceTree + <group> + + 238B37572AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyShopingRecordSubView.h + sourceTree + <group> + + 238B37582AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyFriendView.m + sourceTree + <group> + + 238B37592AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairySummonView.m + sourceTree + <group> + + 238B375A2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairySendView.m + sourceTree + <group> + + 238B375B2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairySendRecordView.h + sourceTree + <group> + + 238B375C2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairySummonGiftView.h + sourceTree + <group> + + 238B375D2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyDrawView.h + sourceTree + <group> + + 238B375E2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyShopingView.h + sourceTree + <group> + + 238B375F2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyTrialsContentView.m + sourceTree + <group> + + 238B37602AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyTrialsBallView.h + sourceTree + <group> + + 238B37612AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyBottomView.m + sourceTree + <group> + + 238B37622AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyTrialsView.h + sourceTree + <group> + + 238B37632AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PITreasureFairyBuyElfShardView.h + sourceTree + <group> + + 238B37642AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFailrySummonBallView.h + sourceTree + <group> + + 238B37652AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyShopingRecordView.h + sourceTree + <group> + + 238B37662AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyStoreResultView.m + sourceTree + <group> + + 238B37672AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyExchangeView.h + sourceTree + <group> + + 238B37682AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyPoolRecordView.m + sourceTree + <group> + + 238B37692AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyNewSummonView.m + sourceTree + <group> + + 238B376A2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyBallView.h + sourceTree + <group> + + 238B376B2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PITreasureFairyBuyElfShardSuccessView.h + sourceTree + <group> + + 238B376C2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyDrawSubView.m + sourceTree + <group> + + 238B376D2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PITreasureFairyBuyElfShardInputNumView.h + sourceTree + <group> + + 238B376E2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyMessageSendView.m + sourceTree + <group> + + 238B376F2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyBallContentView.m + sourceTree + <group> + + 238B37702AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyTrialsRecordView.h + sourceTree + <group> + + 238B37712AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyMoreView.m + sourceTree + <group> + + 238B37722AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyMyView.m + sourceTree + <group> + + 238B37732AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyPrizeRecordView.m + sourceTree + <group> + + 238B37742AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFailyPrizeGiftView.m + sourceTree + <group> + + 238B37752AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyStoreResultSmallView.m + sourceTree + <group> + + 238B37762AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyStoreView.h + sourceTree + <group> + + 238B37772AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyPrizePoolView.m + sourceTree + <group> + + 238B37782AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyWebView.m + sourceTree + <group> + + 238B37792AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyPrizeSubView.m + sourceTree + <group> + + 238B377A2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFailyResultView.m + sourceTree + <group> + + 238B377B2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyDrawView.m + sourceTree + <group> + + 238B377C2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairySendRecordView.m + sourceTree + <group> + + 238B377D2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairySummonGiftView.m + sourceTree + <group> + + 238B377E2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairySendView.h + sourceTree + <group> + + 238B377F2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairySummonView.h + sourceTree + <group> + + 238B37802AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyFriendView.h + sourceTree + <group> + + 238B37812AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyShopingRecordSubView.m + sourceTree + <group> + + 238B37822AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyPoolRecordView.h + sourceTree + <group> + + 238B37832AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyExchangeView.m + sourceTree + <group> + + 238B37842AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyShopingRecordView.m + sourceTree + <group> + + 238B37852AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyStoreResultView.h + sourceTree + <group> + + 238B37862AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFailrySummonBallView.m + sourceTree + <group> + + 238B37872AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PITreasureFairyBuyElfShardView.m + sourceTree + <group> + + 238B37882AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyTrialsView.m + sourceTree + <group> + + 238B37892AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyBottomView.h + sourceTree + <group> + + 238B378A2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyTrialsBallView.m + sourceTree + <group> + + 238B378B2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyShopingView.m + sourceTree + <group> + + 238B378C2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyTrialsContentView.h + sourceTree + <group> + + 238B378D2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyMoreView.h + sourceTree + <group> + + 238B378E2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyTrialsRecordView.m + sourceTree + <group> + + 238B378F2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyBallContentView.h + sourceTree + <group> + + 238B37902AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyMessageSendView.h + sourceTree + <group> + + 238B37912AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PITreasureFairyBuyElfShardInputNumView.m + sourceTree + <group> + + 238B37922AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyDrawSubView.h + sourceTree + <group> + + 238B37932AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PITreasureFairyBuyElfShardSuccessView.m + sourceTree + <group> + + 238B37942AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyBallView.m + sourceTree + <group> + + 238B37952AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyNewSummonView.h + sourceTree + <group> + + 238B37962AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyPrizeSubView.h + sourceTree + <group> + + 238B37972AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFailyResultView.h + sourceTree + <group> + + 238B37982AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyWebView.h + sourceTree + <group> + + 238B37992AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyPrizePoolView.h + sourceTree + <group> + + 238B379A2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyStoreView.m + sourceTree + <group> + + 238B379B2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyStoreResultSmallView.h + sourceTree + <group> + + 238B379C2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFailyPrizeGiftView.h + sourceTree + <group> + + 238B379D2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyPrizeRecordView.h + sourceTree + <group> + + 238B379E2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyMyView.h + sourceTree + <group> + + 238B379F2AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyViewController.h + sourceTree + <group> + + 238B37A02AC55A2C00BFC9D5 + + children + + 238B37A12AC55A2C00BFC9D5 + 238B37A22AC55A2C00BFC9D5 + + isa + PBXGroup + path + Api + sourceTree + <group> + + 238B37A12AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+TreasureFairy.m + sourceTree + <group> + + 238B37A22AC55A2C00BFC9D5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+TreasureFairy.h + sourceTree + <group> + + 238B37A32AC55A2C00BFC9D5 + + fileRef + 238B37242AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37A42AC55A2C00BFC9D5 + + fileRef + 238B372B2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37A52AC55A2C00BFC9D5 + + fileRef + 238B372C2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37A62AC55A2C00BFC9D5 + + fileRef + 238B372E2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37A72AC55A2C00BFC9D5 + + fileRef + 238B372F2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37A82AC55A2C00BFC9D5 + + fileRef + 238B37302AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37A92AC55A2C00BFC9D5 + + fileRef + 238B37322AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37AA2AC55A2C00BFC9D5 + + fileRef + 238B37362AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37AB2AC55A2C00BFC9D5 + + fileRef + 238B37372AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37AC2AC55A2C00BFC9D5 + + fileRef + 238B37382AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37AD2AC55A2C00BFC9D5 + + fileRef + 238B37392AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37AE2AC55A2C00BFC9D5 + + fileRef + 238B373D2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37AF2AC55A2C00BFC9D5 + + fileRef + 238B37402AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37B02AC55A2C00BFC9D5 + + fileRef + 238B37422AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37B12AC55A2C00BFC9D5 + + fileRef + 238B37462AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37B22AC55A2C00BFC9D5 + + fileRef + 238B37472AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37B32AC55A2C00BFC9D5 + + fileRef + 238B37482AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37B42AC55A2C00BFC9D5 + + fileRef + 238B374B2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37B52AC55A2C00BFC9D5 + + fileRef + 238B374D2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37B62AC55A2C00BFC9D5 + + fileRef + 238B374E2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37B72AC55A2C00BFC9D5 + + fileRef + 238B37502AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37B82AC55A2C00BFC9D5 + + fileRef + 238B37542AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37B92AC55A2C00BFC9D5 + + fileRef + 238B37552AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37BA2AC55A2C00BFC9D5 + + fileRef + 238B37582AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37BB2AC55A2C00BFC9D5 + + fileRef + 238B37592AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37BC2AC55A2C00BFC9D5 + + fileRef + 238B375A2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37BD2AC55A2C00BFC9D5 + + fileRef + 238B375F2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37BE2AC55A2C00BFC9D5 + + fileRef + 238B37612AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37BF2AC55A2C00BFC9D5 + + fileRef + 238B37662AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37C02AC55A2C00BFC9D5 + + fileRef + 238B37682AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37C12AC55A2C00BFC9D5 + + fileRef + 238B37692AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37C22AC55A2C00BFC9D5 + + fileRef + 238B376C2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37C32AC55A2C00BFC9D5 + + fileRef + 238B376E2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37C42AC55A2C00BFC9D5 + + fileRef + 238B376F2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37C52AC55A2C00BFC9D5 + + fileRef + 238B37712AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37C62AC55A2C00BFC9D5 + + fileRef + 238B37722AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37C72AC55A2C00BFC9D5 + + fileRef + 238B37732AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37C82AC55A2C00BFC9D5 + + fileRef + 238B37742AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37C92AC55A2C00BFC9D5 + + fileRef + 238B37752AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37CA2AC55A2C00BFC9D5 + + fileRef + 238B37772AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37CB2AC55A2C00BFC9D5 + + fileRef + 238B37782AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37CC2AC55A2C00BFC9D5 + + fileRef + 238B37792AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37CD2AC55A2C00BFC9D5 + + fileRef + 238B377A2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37CE2AC55A2C00BFC9D5 + + fileRef + 238B377B2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37CF2AC55A2C00BFC9D5 + + fileRef + 238B377C2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37D02AC55A2C00BFC9D5 + + fileRef + 238B377D2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37D12AC55A2C00BFC9D5 + + fileRef + 238B37812AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37D22AC55A2C00BFC9D5 + + fileRef + 238B37832AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37D32AC55A2C00BFC9D5 + + fileRef + 238B37842AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37D42AC55A2C00BFC9D5 + + fileRef + 238B37862AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37D52AC55A2C00BFC9D5 + + fileRef + 238B37872AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37D62AC55A2C00BFC9D5 + + fileRef + 238B37882AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37D72AC55A2C00BFC9D5 + + fileRef + 238B378A2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37D82AC55A2C00BFC9D5 + + fileRef + 238B378B2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37D92AC55A2C00BFC9D5 + + fileRef + 238B378E2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37DA2AC55A2C00BFC9D5 + + fileRef + 238B37912AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37DB2AC55A2C00BFC9D5 + + fileRef + 238B37932AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37DC2AC55A2C00BFC9D5 + + fileRef + 238B37942AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37DD2AC55A2C00BFC9D5 + + fileRef + 238B379A2AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238B37DE2AC55A2C00BFC9D5 + + fileRef + 238B37A12AC55A2C00BFC9D5 + isa + PBXBuildFile + + 238ED8382AE2891D0014EF9D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomEnterRedPacketView.h + sourceTree + <group> + + 238ED8392AE2891D0014EF9D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomEnterRedPacketView.m + sourceTree + <group> + + 238ED83A2AE2891D0014EF9D + + fileRef + 238ED8392AE2891D0014EF9D + isa + PBXBuildFile + + 239141C42AE129F700322CA9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIInputScrollingView.h + sourceTree + <group> + + 239141C52AE129F700322CA9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIInputScrollingView.m + sourceTree + <group> + + 239141C62AE129F700322CA9 + + fileRef + 239141C52AE129F700322CA9 + isa + PBXBuildFile + + 239141C72AE1358F00322CA9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIInputEntireServerScrollingView.h + sourceTree + <group> + + 239141C82AE1358F00322CA9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIInputEntireServerScrollingView.m + sourceTree + <group> + + 239141C92AE1358F00322CA9 + + fileRef + 239141C82AE1358F00322CA9 + isa + PBXBuildFile + + 239141CA2AE267EF00322CA9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIReceiveRedPacketSuccessView.h + sourceTree + <group> + + 239141CB2AE267EF00322CA9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIReceiveRedPacketSuccessView.m + sourceTree + <group> + + 239141CC2AE267EF00322CA9 + + fileRef + 239141CB2AE267EF00322CA9 + isa + PBXBuildFile + + 23942E8F2A86424500D0ECC2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLoginAuthCodeVC.h + sourceTree + <group> + + 23942E902A86424500D0ECC2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLoginAuthCodeVC.m + sourceTree + <group> + + 23942E912A86424500D0ECC2 + + fileRef + 23942E902A86424500D0ECC2 + isa + PBXBuildFile + + 23959FE52BB15C930085A282 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UploadFileModel.h + sourceTree + <group> + + 23959FE62BB15C930085A282 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UploadFileModel.m + sourceTree + <group> + + 23959FE72BB15C930085A282 + + fileRef + 23959FE62BB15C930085A282 + isa + PBXBuildFile + + 2396FCE32B22BE5D0014021D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.json + path + pi_area_info.json + sourceTree + <group> + + 2396FCE42B22BE5D0014021D + + fileRef + 2396FCE32B22BE5D0014021D + isa + PBXBuildFile + + 239BEED92AA1E058005CDA94 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIHoemCategoryTitleView.h + sourceTree + <group> + + 239BEEDA2AA1E058005CDA94 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIHoemCategoryTitleView.m + sourceTree + <group> + + 239BEEDB2AA1E058005CDA94 + + fileRef + 239BEEDA2AA1E058005CDA94 + isa + PBXBuildFile + + 239D0F932BFB3284002977CE + + children + + 239D0F942BFB3296002977CE + 239D0F952BFB3296002977CE + 239D0F972BFB43BC002977CE + 239D0F982BFB43BC002977CE + + isa + PBXGroup + path + MSRoomOnLineView + sourceTree + <group> + + 239D0F942BFB3296002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomOnLineView.h + sourceTree + <group> + + 239D0F952BFB3296002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomOnLineView.m + sourceTree + <group> + + 239D0F962BFB3296002977CE + + fileRef + 239D0F952BFB3296002977CE + isa + PBXBuildFile + + 239D0F972BFB43BC002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomOnLineAvatarView.h + sourceTree + <group> + + 239D0F982BFB43BC002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomOnLineAvatarView.m + sourceTree + <group> + + 239D0F992BFB43BC002977CE + + fileRef + 239D0F982BFB43BC002977CE + isa + PBXBuildFile + + 239D0F9A2BFC9E6C002977CE + + isa + PBXFileReference + lastKnownFileType + file + path + ms_room_gift_svga_icon.svga + sourceTree + <group> + + 239D0F9B2BFC9E6C002977CE + + fileRef + 239D0F9A2BFC9E6C002977CE + isa + PBXBuildFile + + 239D0F9C2BFCB88C002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomBackContainerView.m + sourceTree + <group> + + 239D0F9D2BFCB88C002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomDatingWebAlertView.h + sourceTree + <group> + + 239D0F9E2BFCB88C002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomFunctionContainerView.h + sourceTree + <group> + + 239D0F9F2BFCB88C002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomAnchorRankEnterView.h + sourceTree + <group> + + 239D0FA02BFCB88D002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomDatingVipUpMicView.h + sourceTree + <group> + + 239D0FA12BFCB88D002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomDatingVipUpMicView.m + sourceTree + <group> + + 239D0FA22BFCB88D002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomDatingWebAlertView.m + sourceTree + <group> + + 239D0FA32BFCB88D002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomFunctionContainerView.m + sourceTree + <group> + + 239D0FA42BFCB88D002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomRankEntranceView.m + sourceTree + <group> + + 239D0FA52BFCB88D002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomAnchorRankEnterView.m + sourceTree + <group> + + 239D0FA62BFCB88D002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomRankEntranceView.h + sourceTree + <group> + + 239D0FA72BFCB88D002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomBackContainerView.h + sourceTree + <group> + + 239D0FA82BFCB88D002977CE + + fileRef + 239D0F9C2BFCB88C002977CE + isa + PBXBuildFile + + 239D0FA92BFCB88D002977CE + + fileRef + 239D0FA12BFCB88D002977CE + isa + PBXBuildFile + + 239D0FAA2BFCB88D002977CE + + fileRef + 239D0FA22BFCB88D002977CE + isa + PBXBuildFile + + 239D0FAB2BFCB88D002977CE + + fileRef + 239D0FA32BFCB88D002977CE + isa + PBXBuildFile + + 239D0FAC2BFCB88D002977CE + + fileRef + 239D0FA42BFCB88D002977CE + isa + PBXBuildFile + + 239D0FAD2BFCB88D002977CE + + fileRef + 239D0FA52BFCB88D002977CE + isa + PBXBuildFile + + 239D0FB12BFD8C67002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomSetingBackdropCell.h + sourceTree + <group> + + 239D0FB22BFD8C67002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomSetingBackdropCell.m + sourceTree + <group> + + 239D0FB32BFD8C67002977CE + + fileRef + 239D0FB22BFD8C67002977CE + isa + PBXBuildFile + + 239D0FBF2C045F92002977CE + + children + + 239D0FEB2C057362002977CE + 239D0FEC2C057362002977CE + + isa + PBXGroup + path + Api + sourceTree + <group> + + 239D0FC02C045F92002977CE + + children + + 239D0FD62C047DD8002977CE + 239D0FD72C047DD8002977CE + 2378529F2C072D8D00E360AC + 237852A02C072D8D00E360AC + 237852A52C08764B00E360AC + 237852A62C08764B00E360AC + + isa + PBXGroup + path + Model + sourceTree + <group> + + 239D0FC12C045F92002977CE + + children + + 239D0FEE2C057470002977CE + 239D0FEF2C057470002977CE + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 239D0FC22C045F92002977CE + + children + + 239D0FF12C057D2E002977CE + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + 239D0FC32C045F92002977CE + + children + + 239D0FD92C047F24002977CE + 239D0FDA2C047F24002977CE + 239D0FF82C05BE9B002977CE + 239D0FF92C05BE9B002977CE + + isa + PBXGroup + path + Cell + sourceTree + <group> + + 239D0FC42C045F92002977CE + + children + + 239D0FCD2C046048002977CE + 239D0FCE2C046048002977CE + 239D0FD02C046EAD002977CE + 239D0FD12C046EAD002977CE + 239D0FD32C0475E6002977CE + 239D0FD42C0475E6002977CE + 239D0FDF2C04850A002977CE + 239D0FE02C04850A002977CE + 239D0FE22C048700002977CE + 239D0FE32C048700002977CE + 239D0FE52C049D61002977CE + 239D0FE62C049D61002977CE + 239D0FE82C04A9EE002977CE + 239D0FE92C04A9EE002977CE + 239D0FF22C05B9D2002977CE + 239D0FF32C05B9D2002977CE + 239D0FF52C05BD2A002977CE + 239D0FF62C05BD2A002977CE + 239D0FFB2C05D086002977CE + 239D0FFC2C05D086002977CE + 237852A22C082A9800E360AC + 237852A32C082A9800E360AC + + isa + PBXGroup + path + SubView + sourceTree + <group> + + 239D0FC52C045F92002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameVC.h + sourceTree + <group> + + 239D0FC62C045F92002977CE + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGameVC.m + sourceTree + <group> + + 239D0FC72C045F92002977CE + + children + + 239D0FC32C045F92002977CE + 239D0FC42C045F92002977CE + 239D0FC52C045F92002977CE + 239D0FC62C045F92002977CE + 239D0FCA2C045FC9002977CE + 239D0FCB2C045FC9002977CE + + isa + PBXGroup + path + View + sourceTree + <group> + + 239D0FC82C045F92002977CE + + children + + 239D0FBF2C045F92002977CE + 239D0FC02C045F92002977CE + 239D0FC12C045F92002977CE + 239D0FC22C045F92002977CE + 239D0FC72C045F92002977CE + + isa + PBXGroup + path + RoomGame + sourceTree + <group> + + 239D0FC92C045F92002977CE + + fileRef + 239D0FC62C045F92002977CE + isa + PBXBuildFile + + 239D0FCA2C045FC9002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSTabbarRoomGameVC.h + sourceTree + <group> + + 239D0FCB2C045FC9002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSTabbarRoomGameVC.m + sourceTree + <group> + + 239D0FCC2C045FC9002977CE + + fileRef + 239D0FCB2C045FC9002977CE + isa + PBXBuildFile + + 239D0FCD2C046048002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSTabbarRoomGameHeadView.h + sourceTree + <group> + + 239D0FCE2C046048002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSTabbarRoomGameHeadView.m + sourceTree + <group> + + 239D0FCF2C046048002977CE + + fileRef + 239D0FCE2C046048002977CE + isa + PBXBuildFile + + 239D0FD02C046EAD002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSTabbarRoomGameView.h + sourceTree + <group> + + 239D0FD12C046EAD002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSTabbarRoomGameView.m + sourceTree + <group> + + 239D0FD22C046EAD002977CE + + fileRef + 239D0FD12C046EAD002977CE + isa + PBXBuildFile + + 239D0FD32C0475E6002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSTabbarBeginGameView.h + sourceTree + <group> + + 239D0FD42C0475E6002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSTabbarBeginGameView.m + sourceTree + <group> + + 239D0FD52C0475E6002977CE + + fileRef + 239D0FD42C0475E6002977CE + isa + PBXBuildFile + + 239D0FD62C047DD8002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSTabbarRoomGameModel.h + sourceTree + <group> + + 239D0FD72C047DD8002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSTabbarRoomGameModel.m + sourceTree + <group> + + 239D0FD82C047DD8002977CE + + fileRef + 239D0FD72C047DD8002977CE + isa + PBXBuildFile + + 239D0FD92C047F24002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSTabbarRoomGameCell.h + sourceTree + <group> + + 239D0FDA2C047F24002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSTabbarRoomGameCell.m + sourceTree + <group> + + 239D0FDB2C047F24002977CE + + fileRef + 239D0FDA2C047F24002977CE + isa + PBXBuildFile + + 239D0FDF2C04850A002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameHeadView.h + sourceTree + <group> + + 239D0FE02C04850A002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGameHeadView.m + sourceTree + <group> + + 239D0FE12C04850A002977CE + + fileRef + 239D0FE02C04850A002977CE + isa + PBXBuildFile + + 239D0FE22C048700002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameHeadAvatarView.h + sourceTree + <group> + + 239D0FE32C048700002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGameHeadAvatarView.m + sourceTree + <group> + + 239D0FE42C048700002977CE + + fileRef + 239D0FE32C048700002977CE + isa + PBXBuildFile + + 239D0FE52C049D61002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameMsgView.h + sourceTree + <group> + + 239D0FE62C049D61002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGameMsgView.m + sourceTree + <group> + + 239D0FE72C049D61002977CE + + fileRef + 239D0FE62C049D61002977CE + isa + PBXBuildFile + + 239D0FE82C04A9EE002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameSendMsgView.h + sourceTree + <group> + + 239D0FE92C04A9EE002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGameSendMsgView.m + sourceTree + <group> + + 239D0FEA2C04A9EE002977CE + + fileRef + 239D0FE92C04A9EE002977CE + isa + PBXBuildFile + + 239D0FEB2C057362002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+MSRoomGameApi.h + sourceTree + <group> + + 239D0FEC2C057362002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+MSRoomGameApi.m + sourceTree + <group> + + 239D0FED2C057362002977CE + + fileRef + 239D0FEC2C057362002977CE + isa + PBXBuildFile + + 239D0FEE2C057470002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGamePresenter.h + sourceTree + <group> + + 239D0FEF2C057470002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGamePresenter.m + sourceTree + <group> + + 239D0FF02C057470002977CE + + fileRef + 239D0FEF2C057470002977CE + isa + PBXBuildFile + + 239D0FF12C057D2E002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameProtocol.h + sourceTree + <group> + + 239D0FF22C05B9D2002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameView.h + sourceTree + <group> + + 239D0FF32C05B9D2002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGameView.m + sourceTree + <group> + + 239D0FF42C05B9D2002977CE + + fileRef + 239D0FF32C05B9D2002977CE + isa + PBXBuildFile + + 239D0FF52C05BD2A002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameVictoryView.h + sourceTree + <group> + + 239D0FF62C05BD2A002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGameVictoryView.m + sourceTree + <group> + + 239D0FF72C05BD2A002977CE + + fileRef + 239D0FF62C05BD2A002977CE + isa + PBXBuildFile + + 239D0FF82C05BE9B002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameVictoryCell.h + sourceTree + <group> + + 239D0FF92C05BE9B002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGameVictoryCell.m + sourceTree + <group> + + 239D0FFA2C05BE9B002977CE + + fileRef + 239D0FF92C05BE9B002977CE + isa + PBXBuildFile + + 239D0FFB2C05D086002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameQuitGameView.h + sourceTree + <group> + + 239D0FFC2C05D086002977CE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGameQuitGameView.m + sourceTree + <group> + + 239D0FFD2C05D086002977CE + + fileRef + 239D0FFC2C05D086002977CE + isa + PBXBuildFile + + 23A03F2C2B4408CD0094227A + + isa + PBXFileReference + lastKnownFileType + file + path + pi_room_lucky_gift.svga + sourceTree + <group> + + 23A03F2D2B4408CD0094227A + + fileRef + 23A03F2C2B4408CD0094227A + isa + PBXBuildFile + + 23A439722AA1CF7C002E6039 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomeHeadView.h + sourceTree + <group> + + 23A439732AA1CF7C002E6039 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewHomeHeadView.m + sourceTree + <group> + + 23A439742AA1CF7C002E6039 + + fileRef + 23A439732AA1CF7C002E6039 + isa + PBXBuildFile + + 23A7FB672BDDEDFA00411860 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MSRoomGameWebVC.h + sourceTree + <group> + + 23A7FB682BDDEDFA00411860 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MSRoomGameWebVC.m + sourceTree + <group> + + 23A7FB692BDDEDFA00411860 + + fileRef + 23A7FB682BDDEDFA00411860 + isa + PBXBuildFile + + 23B2AEBF2A64E9C200543D17 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginForgetEditView.h + sourceTree + <group> + + 23B2AEC02A64E9C200543D17 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LoginForgetEditView.m + sourceTree + <group> + + 23B2AEC12A64E9C200543D17 + + fileRef + 23B2AEC02A64E9C200543D17 + isa + PBXBuildFile + + 23B2AEC22A6516C200543D17 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LoginForgetPasswordViewController.m + sourceTree + <group> + + 23B2AEC32A6516C200543D17 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginForgetPasswordViewController.h + sourceTree + <group> + + 23B2AEC42A6516C200543D17 + + fileRef + 23B2AEC22A6516C200543D17 + isa + PBXBuildFile + + 23B8D8D62B85F8B900CA472F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIHoemCategoryTitleCell.h + sourceTree + <group> + + 23B8D8D72B85F8B900CA472F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIHoemCategoryTitleCell.m + sourceTree + <group> + + 23B8D8D82B85F8B900CA472F + + fileRef + 23B8D8D72B85F8B900CA472F + isa + PBXBuildFile + + 23B8D8D92B85FDDD00CA472F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIHomeCategoryTitleModel.h + sourceTree + <group> + + 23B8D8DA2B85FDDD00CA472F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIHomeCategoryTitleModel.m + sourceTree + <group> + + 23B8D8DB2B85FDDD00CA472F + + fileRef + 23B8D8DA2B85FDDD00CA472F + isa + PBXBuildFile + + 23B8D8DC2B860B8800CA472F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIHoemCategoryCollectionView.h + sourceTree + <group> + + 23B8D8DD2B860B8800CA472F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIHoemCategoryCollectionView.m + sourceTree + <group> + + 23B8D8DE2B860B8800CA472F + + fileRef + 23B8D8DD2B860B8800CA472F + isa + PBXBuildFile + + 23B8D8DF2B87715100CA472F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIGeneralPublicScreenModel.h + sourceTree + <group> + + 23B8D8E02B87715100CA472F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIGeneralPublicScreenModel.m + sourceTree + <group> + + 23B8D8E12B87715100CA472F + + fileRef + 23B8D8E02B87715100CA472F + isa + PBXBuildFile + + 23BA16592A5D2ACF0030C5A3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIBaseAnimationViewModel.h + sourceTree + <group> + + 23BA165A2A5D2ACF0030C5A3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIBaseAnimationViewModel.m + sourceTree + <group> + + 23BA165B2A5D2ACF0030C5A3 + + fileRef + 23BA165A2A5D2ACF0030C5A3 + isa + PBXBuildFile + + 23C7C0B52A7CD7B000802205 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewMineGuildItemView.h + sourceTree + <group> + + 23C7C0B62A7CD7B000802205 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewMineGuildItemView.m + sourceTree + <group> + + 23C7C0B72A7CD7B000802205 + + fileRef + 23C7C0B62A7CD7B000802205 + isa + PBXBuildFile + + 23C9DFC12B84807A00B51558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomActivityClickView.h + sourceTree + <group> + + 23C9DFC22B84807A00B51558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomActivityClickView.m + sourceTree + <group> + + 23C9DFC32B84807A00B51558 + + fileRef + 23C9DFC22B84807A00B51558 + isa + PBXBuildFile + + 23C9DFC42B84903500B51558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomActivityChoosePlayView.h + sourceTree + <group> + + 23C9DFC52B84903500B51558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomActivityChoosePlayView.m + sourceTree + <group> + + 23C9DFC62B84903500B51558 + + fileRef + 23C9DFC52B84903500B51558 + isa + PBXBuildFile + + 23C9DFC72B84917B00B51558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomActivityChoosePlayCell.h + sourceTree + <group> + + 23C9DFC82B84917B00B51558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomActivityChoosePlayCell.m + sourceTree + <group> + + 23C9DFC92B84917B00B51558 + + fileRef + 23C9DFC82B84917B00B51558 + isa + PBXBuildFile + + 23C9DFCA2B85DD8B00B51558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIGuildAnchorIncomeSectionView.h + sourceTree + <group> + + 23C9DFCB2B85DD8B00B51558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIGuildAnchorIncomeSectionView.m + sourceTree + <group> + + 23C9DFCC2B85DD8B00B51558 + + fileRef + 23C9DFCB2B85DD8B00B51558 + isa + PBXBuildFile + + 23C9DFCD2B85E21E00B51558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIGuildSingleRoomIncomeCell.h + sourceTree + <group> + + 23C9DFCE2B85E21E00B51558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIGuildSingleRoomIncomeCell.m + sourceTree + <group> + + 23C9DFCF2B85E21E00B51558 + + fileRef + 23C9DFCE2B85E21E00B51558 + isa + PBXBuildFile + + 23CEFB6A2AFB803B00576D89 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PISwitchingEnvironmentVC.h + sourceTree + <group> + + 23CEFB6B2AFB803B00576D89 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PISwitchingEnvironmentVC.m + sourceTree + <group> + + 23CEFB6C2AFB803B00576D89 + + fileRef + 23CEFB6B2AFB803B00576D89 + isa + PBXBuildFile + + 23CEFC082AFB8FC100576D89 + + children + + 23CEFC092AFB8FC100576D89 + 23CEFC1F2AFB8FC100576D89 + + isa + PBXGroup + path + sdkContent + sourceTree + <group> + + 23CEFC092AFB8FC100576D89 + + children + + 23CEFC0A2AFB8FC100576D89 + 23CEFC152AFB8FC100576D89 + 23CEFC192AFB8FC100576D89 + + isa + PBXGroup + path + catagory + sourceTree + <group> + + 23CEFC0A2AFB8FC100576D89 + + children + + 23CEFC142AFB8FC100576D89 + 23CEFC0F2AFB8FC100576D89 + 23CEFC0E2AFB8FC100576D89 + 23CEFC132AFB8FC100576D89 + 23CEFC122AFB8FC100576D89 + 23CEFC0C2AFB8FC100576D89 + 23CEFC112AFB8FC100576D89 + 23CEFC0D2AFB8FC100576D89 + 23CEFC0B2AFB8FC100576D89 + 23CEFC102AFB8FC100576D89 + + isa + PBXGroup + path + Util + sourceTree + <group> + + 23CEFC0B2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSXWDateUtil.h + sourceTree + <group> + + 23CEFC0C2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSNSStringUtil.m + sourceTree + <group> + + 23CEFC0D2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSUIDemoUtil.m + sourceTree + <group> + + 23CEFC0E2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSNSDictionary.h + sourceTree + <group> + + 23CEFC0F2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BS_UIColor.m + sourceTree + <group> + + 23CEFC102AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSXWDateUtil.m + sourceTree + <group> + + 23CEFC112AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSUIDemoUtil.h + sourceTree + <group> + + 23CEFC122AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSNSStringUtil.h + sourceTree + <group> + + 23CEFC132AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSNSDictionary.m + sourceTree + <group> + + 23CEFC142AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BS_UIColor.h + sourceTree + <group> + + 23CEFC152AFB8FC100576D89 + + children + + 23CEFC162AFB8FC100576D89 + + isa + PBXGroup + path + 3Party + sourceTree + <group> + + 23CEFC162AFB8FC100576D89 + + children + + 23CEFC182AFB8FC100576D89 + 23CEFC172AFB8FC100576D89 + + isa + PBXGroup + path + fmdb + sourceTree + <group> + + 23CEFC172AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSSDLayoutUtil.m + sourceTree + <group> + + 23CEFC182AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSSDLayoutUtil.h + sourceTree + <group> + + 23CEFC192AFB8FC100576D89 + + children + + 23CEFC1C2AFB8FC100576D89 + 23CEFC1A2AFB8FC100576D89 + 23CEFC1E2AFB8FC100576D89 + 23CEFC1B2AFB8FC100576D89 + 23CEFC1D2AFB8FC100576D89 + + isa + PBXGroup + path + system + sourceTree + <group> + + 23CEFC1A2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SystemUtil.h + sourceTree + <group> + + 23CEFC1B2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UILabel+YBAttributeTextTapAction.h + sourceTree + <group> + + 23CEFC1C2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BS_Define.h + sourceTree + <group> + + 23CEFC1D2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UILabel+YBAttributeTextTapAction.m + sourceTree + <group> + + 23CEFC1E2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SystemUtil.m + sourceTree + <group> + + 23CEFC1F2AFB8FC100576D89 + + children + + 23CEFC202AFB8FC100576D89 + 23CEFC242AFB8FC100576D89 + 23CEFC272AFB8FC100576D89 + 23CEFC452AFB8FC100576D89 + + isa + PBXGroup + path + content + sourceTree + <group> + + 23CEFC202AFB8FC100576D89 + + children + + 23CEFC212AFB8FC100576D89 + 23CEFC222AFB8FC100576D89 + 23CEFC232AFB8FC100576D89 + + isa + PBXGroup + path + FileOption(文件操作) + sourceTree + <group> + + 23CEFC212AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSFileOptionModel.h + sourceTree + <group> + + 23CEFC222AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSFileOptionModel.m + sourceTree + <group> + + 23CEFC232AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text + path + readMe_FileOption.txt + sourceTree + <group> + + 23CEFC242AFB8FC100576D89 + + children + + 23CEFC252AFB8FC100576D89 + 23CEFC262AFB8FC100576D89 + + isa + PBXGroup + path + XWNotification(通知) + sourceTree + <group> + + 23CEFC252AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSNotification.h + sourceTree + <group> + + 23CEFC262AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSNotification.m + sourceTree + <group> + + 23CEFC272AFB8FC100576D89 + + children + + 23CEFC282AFB8FC100576D89 + 23CEFC312AFB8FC100576D89 + 23CEFC322AFB8FC100576D89 + 23CEFC332AFB8FC100576D89 + 23CEFC362AFB8FC100576D89 + + isa + PBXGroup + path + NetListen(网络监听) + sourceTree + <group> + + 23CEFC282AFB8FC100576D89 + + children + + 23CEFC292AFB8FC100576D89 + 23CEFC2A2AFB8FC100576D89 + 23CEFC2B2AFB8FC100576D89 + 23CEFC2C2AFB8FC100576D89 + 23CEFC2D2AFB8FC100576D89 + 23CEFC2E2AFB8FC100576D89 + 23CEFC2F2AFB8FC100576D89 + 23CEFC302AFB8FC100576D89 + + isa + PBXGroup + path + component(组件) + sourceTree + <group> + + 23CEFC292AFB8FC100576D89 + + isa + PBXFileReference + lastKnownFileType + image.png + path + pay_off@3x.png + sourceTree + <group> + + 23CEFC2A2AFB8FC100576D89 + + isa + PBXFileReference + lastKnownFileType + image.png + path + pay_off.png + sourceTree + <group> + + 23CEFC2B2AFB8FC100576D89 + + isa + PBXFileReference + lastKnownFileType + image.png + path + pay_off@2x.png + sourceTree + <group> + + 23CEFC2C2AFB8FC100576D89 + + isa + PBXFileReference + lastKnownFileType + image.png + path + pay_on@3x.png + sourceTree + <group> + + 23CEFC2D2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSSelectView.h + sourceTree + <group> + + 23CEFC2E2AFB8FC100576D89 + + isa + PBXFileReference + lastKnownFileType + image.png + path + pay_on@2x.png + sourceTree + <group> + + 23CEFC2F2AFB8FC100576D89 + + isa + PBXFileReference + lastKnownFileType + image.png + path + pay_on.png + sourceTree + <group> + + 23CEFC302AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSSelectView.m + sourceTree + <group> + + 23CEFC312AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSNetListenModel.m + sourceTree + <group> + + 23CEFC322AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSNetListenModel.h + sourceTree + <group> + + 23CEFC332AFB8FC100576D89 + + children + + 23CEFC342AFB8FC100576D89 + 23CEFC352AFB8FC100576D89 + + isa + PBXGroup + path + model + sourceTree + <group> + + 23CEFC342AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSRecordModel.m + sourceTree + <group> + + 23CEFC352AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSRecordModel.h + sourceTree + <group> + + 23CEFC362AFB8FC100576D89 + + children + + 23CEFC372AFB8FC100576D89 + 23CEFC382AFB8FC100576D89 + 23CEFC392AFB8FC100576D89 + 23CEFC3A2AFB8FC100576D89 + 23CEFC3B2AFB8FC100576D89 + 23CEFC3E2AFB8FC100576D89 + 23CEFC412AFB8FC100576D89 + 23CEFC422AFB8FC100576D89 + 23CEFC432AFB8FC100576D89 + 23CEFC442AFB8FC100576D89 + + isa + PBXGroup + path + RealTime(实时) + sourceTree + <group> + + 23CEFC372AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSRealTimeView.m + sourceTree + <group> + + 23CEFC382AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSRealTextView.h + sourceTree + <group> + + 23CEFC392AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSLogTableViewController.m + sourceTree + <group> + + 23CEFC3A2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSLogNetDetailViewController.h + sourceTree + <group> + + 23CEFC3B2AFB8FC100576D89 + + children + + 23CEFC3C2AFB8FC100576D89 + 23CEFC3D2AFB8FC100576D89 + + isa + PBXGroup + path + model + sourceTree + <group> + + 23CEFC3C2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RealViewCellModel.h + sourceTree + <group> + + 23CEFC3D2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RealViewCellModel.m + sourceTree + <group> + + 23CEFC3E2AFB8FC100576D89 + + children + + 23CEFC3F2AFB8FC100576D89 + 23CEFC402AFB8FC100576D89 + + isa + PBXGroup + path + view + sourceTree + <group> + + 23CEFC3F2AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RealViewNetWorkCell_0.h + sourceTree + <group> + + 23CEFC402AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RealViewNetWorkCell_0.m + sourceTree + <group> + + 23CEFC412AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSRealTimeView.h + sourceTree + <group> + + 23CEFC422AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSLogNetDetailViewController.m + sourceTree + <group> + + 23CEFC432AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSLogTableViewController.h + sourceTree + <group> + + 23CEFC442AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSRealTextView.m + sourceTree + <group> + + 23CEFC452AFB8FC100576D89 + + children + + 23CEFC462AFB8FC100576D89 + 23CEFC472AFB8FC100576D89 + 23CEFC482AFB8FC100576D89 + 23CEFC492AFB8FC100576D89 + + isa + PBXGroup + path + K + sourceTree + <group> + + 23CEFC462AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSDrawLine.h + sourceTree + <group> + + 23CEFC472AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSkObject.m + sourceTree + <group> + + 23CEFC482AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BSDrawLine.m + sourceTree + <group> + + 23CEFC492AFB8FC100576D89 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BSkObject.h + sourceTree + <group> + + 23CEFC4A2AFB8FC100576D89 + + fileRef + 23CEFC0C2AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC4B2AFB8FC100576D89 + + fileRef + 23CEFC0D2AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC4C2AFB8FC100576D89 + + fileRef + 23CEFC0F2AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC4D2AFB8FC100576D89 + + fileRef + 23CEFC102AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC4E2AFB8FC100576D89 + + fileRef + 23CEFC132AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC4F2AFB8FC100576D89 + + fileRef + 23CEFC172AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC502AFB8FC100576D89 + + fileRef + 23CEFC1D2AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC512AFB8FC100576D89 + + fileRef + 23CEFC1E2AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC522AFB8FC100576D89 + + fileRef + 23CEFC222AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC532AFB8FC100576D89 + + fileRef + 23CEFC232AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC542AFB8FC100576D89 + + fileRef + 23CEFC262AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC552AFB8FC100576D89 + + fileRef + 23CEFC292AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC562AFB8FC100576D89 + + fileRef + 23CEFC2A2AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC572AFB8FC100576D89 + + fileRef + 23CEFC2B2AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC582AFB8FC100576D89 + + fileRef + 23CEFC2C2AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC592AFB8FC100576D89 + + fileRef + 23CEFC2E2AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC5A2AFB8FC100576D89 + + fileRef + 23CEFC2F2AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC5B2AFB8FC100576D89 + + fileRef + 23CEFC302AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC5C2AFB8FC100576D89 + + fileRef + 23CEFC312AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC5D2AFB8FC100576D89 + + fileRef + 23CEFC342AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC5E2AFB8FC100576D89 + + fileRef + 23CEFC372AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC5F2AFB8FC100576D89 + + fileRef + 23CEFC392AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC602AFB8FC100576D89 + + fileRef + 23CEFC3D2AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC612AFB8FC100576D89 + + fileRef + 23CEFC402AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC622AFB8FC100576D89 + + fileRef + 23CEFC422AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC632AFB8FC100576D89 + + fileRef + 23CEFC442AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC642AFB8FC100576D89 + + fileRef + 23CEFC472AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC652AFB8FC100576D89 + + fileRef + 23CEFC482AFB8FC100576D89 + isa + PBXBuildFile + + 23CEFC662AFCCE7700576D89 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIGiftInfoSegmentedView.h + sourceTree + <group> + + 23CEFC672AFCCE7700576D89 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIGiftInfoSegmentedView.m + sourceTree + <group> + + 23CEFC682AFCCE7700576D89 + + fileRef + 23CEFC672AFCCE7700576D89 + isa + PBXBuildFile + + 23D321D02ADD0EBC006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumItemPresenter.h + sourceTree + <group> + + 23D321D12ADD0EBC006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumItemPresenter.m + sourceTree + <group> + + 23D321D22ADD0EBC006B259C + + fileRef + 23D321D12ADD0EBC006B259C + isa + PBXBuildFile + + 23D321D32ADD0F05006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+PhotoAlbum.h + sourceTree + <group> + + 23D321D42ADD0F05006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+PhotoAlbum.m + sourceTree + <group> + + 23D321D52ADD0F05006B259C + + fileRef + 23D321D42ADD0F05006B259C + isa + PBXBuildFile + + 23D321D62ADD0F2C006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumItemProtocol.h + sourceTree + <group> + + 23D321D72ADD1B46006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomPhotoAlbumItemModel.h + sourceTree + <group> + + 23D321D82ADD1B46006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomPhotoAlbumItemModel.m + sourceTree + <group> + + 23D321D92ADD1B46006B259C + + fileRef + 23D321D82ADD1B46006B259C + isa + PBXBuildFile + + 23D321DA2ADFBFF6006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIInputRedPacketView.h + sourceTree + <group> + + 23D321DB2ADFBFF6006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIInputRedPacketView.m + sourceTree + <group> + + 23D321DC2ADFBFF6006B259C + + fileRef + 23D321DB2ADFBFF6006B259C + isa + PBXBuildFile + + 23D321DD2ADFCEB2006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRedPacketChooseTypeView.h + sourceTree + <group> + + 23D321DE2ADFCEB2006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRedPacketChooseTypeView.m + sourceTree + <group> + + 23D321DF2ADFCEB2006B259C + + fileRef + 23D321DE2ADFCEB2006B259C + isa + PBXBuildFile + + 23D321E02ADFD0FB006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRedPacketChooseTypeCell.h + sourceTree + <group> + + 23D321E12ADFD0FB006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRedPacketChooseTypeCell.m + sourceTree + <group> + + 23D321E22ADFD0FB006B259C + + fileRef + 23D321E12ADFD0FB006B259C + isa + PBXBuildFile + + 23D321E32ADFE900006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomSendRedPacketVC.h + sourceTree + <group> + + 23D321E42ADFE900006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomSendRedPacketVC.m + sourceTree + <group> + + 23D321E52ADFE900006B259C + + fileRef + 23D321E42ADFE900006B259C + isa + PBXBuildFile + + 23D321E62ADFED0F006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIRoomSendRedPacketItemVC.h + sourceTree + <group> + + 23D321E72ADFED0F006B259C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIRoomSendRedPacketItemVC.m + sourceTree + <group> + + 23D321E82ADFED10006B259C + + fileRef + 23D321E72ADFED0F006B259C + isa + PBXBuildFile + + 23D8DEF12AC5633300644637 + + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + PIIAPRegulate.swift + sourceTree + <group> + + 23D8DEF22AC5633300644637 + + fileRef + 23D8DEF12AC5633300644637 + isa + PBXBuildFile + + 23E45C032AC2B0A200D88BCA + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionDiscoverNewTableViewCell.h + sourceTree + <group> + + 23E45C042AC2B0A200D88BCA + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionDiscoverNewTableViewCell.m + sourceTree + <group> + + 23E45C052AC2B0A200D88BCA + + fileRef + 23E45C042AC2B0A200D88BCA + isa + PBXBuildFile + + 23E56B3B2B03564B00C8DAC9 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreTelephony.framework + path + System/Library/Frameworks/CoreTelephony.framework + sourceTree + SDKROOT + + 23E56B3C2B03564B00C8DAC9 + + fileRef + 23E56B3B2B03564B00C8DAC9 + isa + PBXBuildFile + + 23E7FE9A2BB6CD42008F6800 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNobleCenterWindow.h + sourceTree + <group> + + 23E7FE9B2BB6CD42008F6800 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNobleCenterWindow.m + sourceTree + <group> + + 23E7FE9C2BB6CD42008F6800 + + fileRef + 23E7FE9B2BB6CD42008F6800 + isa + PBXBuildFile + + 23E9E9932A80C39E00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildPersonalBillStatisVC.h + sourceTree + <group> + + 23E9E9942A80C39F00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildPersonalBillRecordVC.m + sourceTree + <group> + + 23E9E9952A80C3A000B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildPersonalBillRecordVC.h + sourceTree + <group> + + 23E9E9962A80C3A100B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildPersonalBillStatisVC.m + sourceTree + <group> + + 23E9E9972A80C3A100B792F2 + + fileRef + 23E9E9942A80C39F00B792F2 + isa + PBXBuildFile + + 23E9E9982A80C3A100B792F2 + + fileRef + 23E9E9962A80C3A100B792F2 + isa + PBXBuildFile + + 23E9E9992A80C3FF00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildPersonalBillRecordHeadView.m + sourceTree + <group> + + 23E9E99A2A80C40000B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildPersonalBillRecordHeadView.h + sourceTree + <group> + + 23E9E99B2A80C40000B792F2 + + fileRef + 23E9E9992A80C3FF00B792F2 + isa + PBXBuildFile + + 23E9E99C2A80C7AE00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildPersonalBillRecordItemView.m + sourceTree + <group> + + 23E9E99D2A80C7AF00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildPersonalBillRecordItemView.h + sourceTree + <group> + + 23E9E99E2A80C7AF00B792F2 + + fileRef + 23E9E99C2A80C7AE00B792F2 + isa + PBXBuildFile + + 23E9E99F2A80C7DF00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildPersonalBillRecordModel.h + sourceTree + <group> + + 23E9E9A02A80C7E000B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildPersonalBillRecordModel.m + sourceTree + <group> + + 23E9E9A12A80C7E000B792F2 + + fileRef + 23E9E9A02A80C7E000B792F2 + isa + PBXBuildFile + + 23E9E9A22A80DEAF00B792F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildPersonalBillRecordContentView.h + sourceTree + <group> + + 23E9E9A32A80DEAF00B792F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildPersonalBillRecordContentView.m + sourceTree + <group> + + 23E9E9A42A80DEAF00B792F2 + + fileRef + 23E9E9A32A80DEAF00B792F2 + isa + PBXBuildFile + + 23E9E9A52A80F1C300B792F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewMineHallIncomeVC.h + sourceTree + <group> + + 23E9E9A62A80F1C300B792F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewMineHallIncomeVC.m + sourceTree + <group> + + 23E9E9A72A80F1C300B792F2 + + fileRef + 23E9E9A62A80F1C300B792F2 + isa + PBXBuildFile + + 23E9E9A82A80FDF100B792F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewMineHallIncomeCell.h + sourceTree + <group> + + 23E9E9A92A80FDF100B792F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewMineHallIncomeCell.m + sourceTree + <group> + + 23E9E9AA2A80FDF100B792F2 + + fileRef + 23E9E9A92A80FDF100B792F2 + isa + PBXBuildFile + + 23E9E9B62A82200500B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + GoogleService-Info.plist + sourceTree + <group> + + 23E9E9B72A82200500B792F2 + + fileRef + 23E9E9B62A82200500B792F2 + isa + PBXBuildFile + + 23E9EA692A83808000B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ContentTreasureFairyModel.h + sourceTree + <group> + + 23E9EA6A2A83808000B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ContentTreasureFairyModel.m + sourceTree + <group> + + 23E9EA6B2A83808000B792F2 + + fileRef + 23E9EA6A2A83808000B792F2 + isa + PBXBuildFile + + 23E9EA6C2A83813000B792F2 + + children + + 2369F9922A8B21EA00563B48 + + isa + PBXGroup + path + fairy + sourceTree + <group> + + 23E9EA772A8385CB00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTreasureFairyGiftView.m + sourceTree + <group> + + 23E9EA782A8385CC00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTreasureFairyGiftView.h + sourceTree + <group> + + 23E9EA792A8385CC00B792F2 + + fileRef + 23E9EA772A8385CB00B792F2 + isa + PBXBuildFile + + 23E9EA7A2A83977300B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentTreasureFairyView.h + sourceTree + <group> + + 23E9EA7B2A83977400B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentTreasureFairyView.m + sourceTree + <group> + + 23E9EA7C2A83977400B792F2 + + fileRef + 23E9EA7B2A83977400B792F2 + isa + PBXBuildFile + + 23E9EA7D2A839B2F00B792F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageTreasureFairyModel.h + sourceTree + <group> + + 23E9EA7E2A839B2F00B792F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageTreasureFairyModel.m + sourceTree + <group> + + 23E9EA7F2A839B2F00B792F2 + + fileRef + 23E9EA7E2A839B2F00B792F2 + isa + PBXBuildFile + + 23E9EA802A84B6FC00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoTagModel.m + sourceTree + <group> + + 23E9EA812A84B6FC00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSoundCardModel.h + sourceTree + <group> + + 23E9EA822A84B6FC00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoTagModel.h + sourceTree + <group> + + 23E9EA832A84B6FD00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSoundCardModel.m + sourceTree + <group> + + 23E9EA842A84B6FD00B792F2 + + fileRef + 23E9EA802A84B6FC00B792F2 + isa + PBXBuildFile + + 23E9EA852A84B6FD00B792F2 + + fileRef + 23E9EA832A84B6FD00B792F2 + isa + PBXBuildFile + + 23E9EA862A84B75900B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoHeaderTagView.m + sourceTree + <group> + + 23E9EA872A84B75900B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoHeaderTagView.h + sourceTree + <group> + + 23E9EA882A84B75900B792F2 + + fileRef + 23E9EA862A84B75900B792F2 + isa + PBXBuildFile + + 23E9EA892A84B9BD00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoTagFlowLayout.h + sourceTree + <group> + + 23E9EA8A2A84B9BD00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoTagFlowLayout.m + sourceTree + <group> + + 23E9EA8B2A84B9BD00B792F2 + + fileRef + 23E9EA8A2A84B9BD00B792F2 + isa + PBXBuildFile + + 23E9EA8C2A84BC8F00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoHeaderTagCell.h + sourceTree + <group> + + 23E9EA8D2A84BC9000B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoHeaderTagCell.m + sourceTree + <group> + + 23E9EA8E2A84BC9000B792F2 + + fileRef + 23E9EA8D2A84BC9000B792F2 + isa + PBXBuildFile + + 23E9EA8F2A84BD5B00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoIndividualTagView.m + sourceTree + <group> + + 23E9EA902A84BD5B00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoIndividualTagView.h + sourceTree + <group> + + 23E9EA912A84BD5B00B792F2 + + fileRef + 23E9EA8F2A84BD5B00B792F2 + isa + PBXBuildFile + + 23E9EA922A84BE4800B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftUserDataViewController.m + sourceTree + <group> + + 23E9EA932A84BE4800B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftUserDataViewController.h + sourceTree + <group> + + 23E9EA942A84BE4800B792F2 + + fileRef + 23E9EA922A84BE4800B792F2 + isa + PBXBuildFile + + 23E9EA952A84C37000B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoRecordedSoundVC.m + sourceTree + <group> + + 23E9EA962A84C37000B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoRecordedSoundVC.h + sourceTree + <group> + + 23E9EA972A84C37000B792F2 + + fileRef + 23E9EA952A84C37000B792F2 + isa + PBXBuildFile + + 23E9EA982A84C39600B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoRecordedSoundView.h + sourceTree + <group> + + 23E9EA992A84C39700B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoRecordedSoundView.m + sourceTree + <group> + + 23E9EA9A2A84C39700B792F2 + + fileRef + 23E9EA992A84C39700B792F2 + isa + PBXBuildFile + + 23E9EA9B2A84C42B00B792F2 + + children + + 23E9EA9C2A84C42B00B792F2 + 23E9EA9D2A84C42B00B792F2 + + isa + PBXGroup + path + SGYProgressView + sourceTree + <group> + + 23E9EA9C2A84C42B00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SGYProgressView.h + sourceTree + <group> + + 23E9EA9D2A84C42B00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SGYProgressView.m + sourceTree + <group> + + 23E9EA9E2A84C42B00B792F2 + + fileRef + 23E9EA9D2A84C42B00B792F2 + isa + PBXBuildFile + + 23E9EA9F2A84C53800B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TTNewAlertView.m + sourceTree + <group> + + 23E9EAA02A84C53900B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TTNewAlertView.h + sourceTree + <group> + + 23E9EAA12A84C53900B792F2 + + fileRef + 23E9EA9F2A84C53800B792F2 + isa + PBXBuildFile + + 23E9EAA22A84C80300B792F2 + + isa + PBXFileReference + lastKnownFileType + file + path + pi_new_loading.svga + sourceTree + <group> + + 23E9EAA32A84C80300B792F2 + + fileRef + 23E9EAA22A84C80300B792F2 + isa + PBXBuildFile + + 23E9EAA42A84C97C00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoTagVC.h + sourceTree + <group> + + 23E9EAA52A84C97C00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoTagVC.m + sourceTree + <group> + + 23E9EAA62A84C97C00B792F2 + + fileRef + 23E9EAA52A84C97C00B792F2 + isa + PBXBuildFile + + 23E9EAA72A84C9B700B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoTagItemView.h + sourceTree + <group> + + 23E9EAA82A84C9B700B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoTagItemView.m + sourceTree + <group> + + 23E9EAA92A84C9B700B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoTagView.h + sourceTree + <group> + + 23E9EAAA2A84C9B700B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoTagView.m + sourceTree + <group> + + 23E9EAAB2A84C9B800B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoTagHeadView.m + sourceTree + <group> + + 23E9EAAC2A84C9B800B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoTagHeadView.h + sourceTree + <group> + + 23E9EAAD2A84C9B800B792F2 + + fileRef + 23E9EAA82A84C9B700B792F2 + isa + PBXBuildFile + + 23E9EAAE2A84C9B800B792F2 + + fileRef + 23E9EAAA2A84C9B700B792F2 + isa + PBXBuildFile + + 23E9EAAF2A84C9B800B792F2 + + fileRef + 23E9EAAB2A84C9B800B792F2 + isa + PBXBuildFile + + 23E9EAB02A84C9DD00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoTagViewCell.h + sourceTree + <group> + + 23E9EAB12A84C9DE00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoTagViewCell.m + sourceTree + <group> + + 23E9EAB22A84C9DE00B792F2 + + fileRef + 23E9EAB12A84C9DE00B792F2 + isa + PBXBuildFile + + 23E9EAB32A84CB2600B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoTagEmptyView.m + sourceTree + <group> + + 23E9EAB42A84CB2600B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoTagEmptyView.h + sourceTree + <group> + + 23E9EAB52A84CB2700B792F2 + + fileRef + 23E9EAB32A84CB2600B792F2 + isa + PBXBuildFile + + 23E9EAB92A84CCBD00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineDataSkillDataCollectionViewCell.m + sourceTree + <group> + + 23E9EABA2A84CCBE00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineDataSkillDataCollectionViewCell.h + sourceTree + <group> + + 23E9EABB2A84CCBE00B792F2 + + fileRef + 23E9EAB92A84CCBD00B792F2 + isa + PBXBuildFile + + 23E9EB132A84D02400B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoEditPickView.h + sourceTree + <group> + + 23E9EB142A84D02400B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoEditPickView.m + sourceTree + <group> + + 23E9EB152A84D02400B792F2 + + fileRef + 23E9EB142A84D02400B792F2 + isa + PBXBuildFile + + 23E9EB162A84D0E700B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoEditMainTagView.m + sourceTree + <group> + + 23E9EB172A84D0E700B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoEditMainTagView.h + sourceTree + <group> + + 23E9EB182A84D0E700B792F2 + + fileRef + 23E9EB162A84D0E700B792F2 + isa + PBXBuildFile + + 23E9EB192A84D28900B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoEditTagView.h + sourceTree + <group> + + 23E9EB1A2A84D28A00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoEditTagView.m + sourceTree + <group> + + 23E9EB1B2A84D28A00B792F2 + + fileRef + 23E9EB1A2A84D28A00B792F2 + isa + PBXBuildFile + + 23E9EB1C2A84DA5F00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoNavView.m + sourceTree + <group> + + 23E9EB1D2A84DA5F00B792F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoNavView.h + sourceTree + <group> + + 23E9EB1E2A84DA5F00B792F2 + + fileRef + 23E9EB1C2A84DA5F00B792F2 + isa + PBXBuildFile + + 23E9EB222A84E98300B792F2 + + isa + PBXFileReference + lastKnownFileType + file + path + pi_new_mine_info_sound_play.svga + sourceTree + <group> + + 23E9EB232A84E98300B792F2 + + isa + PBXFileReference + lastKnownFileType + file + path + pi_new_mine_info_online.svga + sourceTree + <group> + + 23E9EB242A84E98300B792F2 + + fileRef + 23E9EB222A84E98300B792F2 + isa + PBXBuildFile + + 23E9EB252A84E98300B792F2 + + fileRef + 23E9EB232A84E98300B792F2 + isa + PBXBuildFile + + 23EE96F12B9FF6BE00475D69 + + isa + PBXFileReference + lastKnownFileType + file + path + pi_crazy_zoo.svga + sourceTree + <group> + + 23EE96F22B9FF6BE00475D69 + + fileRef + 23EE96F12B9FF6BE00475D69 + isa + PBXBuildFile + + 23EE97082BA2D39C00475D69 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIWebViewSavePhotoView.h + sourceTree + <group> + + 23EE97092BA2D39C00475D69 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIWebViewSavePhotoView.m + sourceTree + <group> + + 23EE970A2BA2D39C00475D69 + + fileRef + 23EE97092BA2D39C00475D69 + isa + PBXBuildFile + + 23F963682BB6919D00F440A6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PINobleRebateModel.h + sourceTree + <group> + + 23F963692BB6919D00F440A6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PINobleRebateModel.m + sourceTree + <group> + + 23F9636A2BB6919D00F440A6 + + fileRef + 23F963692BB6919D00F440A6 + isa + PBXBuildFile + + 23FE47D32BB3C64600F09D23 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PINobleCenterTitleCell.h + sourceTree + <group> + + 23FE47D42BB3C64600F09D23 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PINobleCenterTitleCell.m + sourceTree + <group> + + 23FE47D52BB3C64600F09D23 + + fileRef + 23FE47D42BB3C64600F09D23 + isa + PBXBuildFile + + 23FE47D62BB3CEAF00F09D23 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PINobleCenterTitleView.h + sourceTree + <group> + + 23FE47D72BB3CEAF00F09D23 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PINobleCenterTitleView.m + sourceTree + <group> + + 23FE47D82BB3CEAF00F09D23 + + fileRef + 23FE47D72BB3CEAF00F09D23 + isa + PBXBuildFile + + 23FE47D92BB4171C00F09D23 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PINobleCenterListView.h + sourceTree + <group> + + 23FE47DA2BB4171C00F09D23 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PINobleCenterListView.m + sourceTree + <group> + + 23FE47DB2BB4171C00F09D23 + + fileRef + 23FE47DA2BB4171C00F09D23 + isa + PBXBuildFile + + 23FE47DF2BB41CF200F09D23 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PINobleCenterListReusableView.h + sourceTree + <group> + + 23FE47E02BB41CF200F09D23 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PINobleCenterListReusableView.m + sourceTree + <group> + + 23FE47E12BB41CF200F09D23 + + fileRef + 23FE47E02BB41CF200F09D23 + isa + PBXBuildFile + + 23FE47E22BB41EBF00F09D23 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PINobleCenterListCell.h + sourceTree + <group> + + 23FE47E32BB41EBF00F09D23 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PINobleCenterListCell.m + sourceTree + <group> + + 23FE47E42BB41EBF00F09D23 + + fileRef + 23FE47E32BB41EBF00F09D23 + isa + PBXBuildFile + + 23FE47E52BB4378700F09D23 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PINobleCenterListModel.h + sourceTree + <group> + + 23FE47E62BB4378700F09D23 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PINobleCenterListModel.m + sourceTree + <group> + + 23FE47E72BB4378700F09D23 + + fileRef + 23FE47E62BB4378700F09D23 + isa + PBXBuildFile + + 23FF255A2AB956D50064E904 + + isa + PBXFileReference + lastKnownFileType + file + path + pi_home_new_pk.svga + sourceTree + <group> + + 23FF255B2AB956D50064E904 + + fileRef + 23FF255A2AB956D50064E904 + isa + PBXBuildFile + + 23FF255C2ABA8EEE0064E904 + + children + + 23D8DEF12AC5633300644637 + + isa + PBXGroup + path + PIIAPTool + sourceTree + <group> + + 23FF25612ABAE6310064E904 + + isa + PBXFileReference + lastKnownFileType + file + path + pi_room_game_fine_love.svga + sourceTree + <group> + + 23FF25622ABAE6310064E904 + + fileRef + 23FF25612ABAE6310064E904 + isa + PBXBuildFile + + 23FF25632ABC3B3B0064E904 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeGameView.h + sourceTree + <group> + + 23FF25642ABC3B3B0064E904 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeGameView.m + sourceTree + <group> + + 23FF25652ABC3B3C0064E904 + + fileRef + 23FF25642ABC3B3B0064E904 + isa + PBXBuildFile + + 23FF25662ABC3BC00064E904 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeGameCell.h + sourceTree + <group> + + 23FF25672ABC3BC00064E904 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeGameCell.m + sourceTree + <group> + + 23FF25682ABC3BC00064E904 + + fileRef + 23FF25672ABC3BC00064E904 + isa + PBXBuildFile + + 23FF256C2ABC48810064E904 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionMainViewController.m + sourceTree + <group> + + 23FF256D2ABC48810064E904 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionMainViewController.h + sourceTree + <group> + + 23FF256E2ABC48810064E904 + + fileRef + 23FF256C2ABC48810064E904 + isa + PBXBuildFile + + 23FF256F2ABD456C0064E904 + + isa + PBXFileReference + lastKnownFileType + file + path + pi_home_new_play.svga + sourceTree + <group> + + 23FF25702ABD456C0064E904 + + fileRef + 23FF256F2ABD456C0064E904 + isa + PBXBuildFile + + 23FF25712ABD66B90064E904 + + children + + 23FF25722ABD66B90064E904 + + isa + PBXGroup + path + FreeGiftsView + sourceTree + <group> + + 23FF25722ABD66B90064E904 + + children + + 23FF25732ABD66B90064E904 + + isa + PBXGroup + path + View + sourceTree + <group> + + 23FF25732ABD66B90064E904 + + children + + 23FF25752ABD66B90064E904 + 23FF25742ABD66B90064E904 + + isa + PBXGroup + path + SubViews + sourceTree + <group> + + 23FF25742ABD66B90064E904 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPFreeGiftsObtainView.m + sourceTree + <group> + + 23FF25752ABD66B90064E904 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPFreeGiftsObtainView.h + sourceTree + <group> + + 23FF25762ABD66B90064E904 + + fileRef + 23FF25742ABD66B90064E904 + isa + PBXBuildFile + + 23FF25772ABD67CD0064E904 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPFreeGiftModel.m + sourceTree + <group> + + 23FF25782ABD67CD0064E904 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPFreeGiftModel.h + sourceTree + <group> + + 23FF25792ABD67CD0064E904 + + fileRef + 23FF25772ABD67CD0064E904 + isa + PBXBuildFile + + 23FF257A2ABD68020064E904 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftFreeItemCell.h + sourceTree + <group> + + 23FF257B2ABD68020064E904 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftFreeItemCell.m + sourceTree + <group> + + 23FF257C2ABD68020064E904 + + fileRef + 23FF257B2ABD68020064E904 + isa + PBXBuildFile + + 23FF42612AA5861E0055733C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomePartyCollectionViewCell.h + sourceTree + <group> + + 23FF42622AA5861E0055733C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewHomePartyCollectionViewCell.m + sourceTree + <group> + + 23FF42632AA5861E0055733C + + fileRef + 23FF42622AA5861E0055733C + isa + PBXBuildFile + + 23FF42662AA5CFBB0055733C + + isa + PBXFileReference + lastKnownFileType + image.gif + path + home_sound_wave.gif + sourceTree + <group> + + 23FF42672AA5CFBB0055733C + + fileRef + 23FF42662AA5CFBB0055733C + isa + PBXBuildFile + + 23FF42682AA5DF050055733C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomePartyTagView.h + sourceTree + <group> + + 23FF42692AA5DF050055733C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewHomePartyTagView.m + sourceTree + <group> + + 23FF426A2AA5DF050055733C + + fileRef + 23FF42692AA5DF050055733C + isa + PBXBuildFile + + 23FF426B2AA5E4EE0055733C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomePartyAudioView.h + sourceTree + <group> + + 23FF426C2AA5E4EE0055733C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewHomePartyAudioView.m + sourceTree + <group> + + 23FF426D2AA5E4EE0055733C + + fileRef + 23FF426C2AA5E4EE0055733C + isa + PBXBuildFile + + 23FF426E2AA6C7CF0055733C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomeItemCell.h + sourceTree + <group> + + 23FF426F2AA6C7CF0055733C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewHomeItemCell.m + sourceTree + <group> + + 23FF42702AA6C7CF0055733C + + fileRef + 23FF426F2AA6C7CF0055733C + isa + PBXBuildFile + + 23FF42712AA6CC480055733C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PIHomeItemModel.h + sourceTree + <group> + + 23FF42722AA6CC480055733C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PIHomeItemModel.m + sourceTree + <group> + + 23FF42732AA6CC480055733C + + fileRef + 23FF42722AA6CC480055733C + isa + PBXBuildFile + + 23FF42742AA6E1480055733C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeRecommendOtherRoomView.h + sourceTree + <group> + + 23FF42752AA6E1480055733C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeRecommendOtherRoomView.m + sourceTree + <group> + + 23FF42762AA6E1480055733C + + fileRef + 23FF42752AA6E1480055733C + isa + PBXBuildFile + + 23FF42772AA6E19C0055733C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HomeMenuSourceModel.h + sourceTree + <group> + + 23FF42782AA6E19C0055733C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HomeMenuSourceModel.m + sourceTree + <group> + + 23FF42792AA6E19C0055733C + + fileRef + 23FF42782AA6E19C0055733C + isa + PBXBuildFile + + 23FF428C2AAB2D3A0055733C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCandyTreeBuyView.h + sourceTree + <group> + + 23FF428D2AAB2D3A0055733C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCandyTreeBuyView.m + sourceTree + <group> + + 23FF428E2AAB2D3A0055733C + + fileRef + 23FF428D2AAB2D3A0055733C + isa + PBXBuildFile + + 4C1392912D6D963600A6DFB5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SubRechargersViewController.h + sourceTree + <group> + + 4C1392922D6D963600A6DFB5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SubRechargersViewController.m + sourceTree + <group> + + 4C1392932D6D963700A6DFB5 + + fileRef + 4C1392922D6D963600A6DFB5 + isa + PBXBuildFile + + 4C1392942D6DA22B00A6DFB5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RechargerTransferHistoryViewController.h + sourceTree + <group> + + 4C1392952D6DA22B00A6DFB5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RechargerTransferHistoryViewController.m + sourceTree + <group> + + 4C1392962D6DA22B00A6DFB5 + + fileRef + 4C1392952D6DA22B00A6DFB5 + isa + PBXBuildFile + + 4C1392972D6DB4CD00A6DFB5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MoliMoneyLabel.h + sourceTree + <group> + + 4C1392982D6DB4CD00A6DFB5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MoliMoneyLabel.m + sourceTree + <group> + + 4C1392992D6DB4CD00A6DFB5 + + fileRef + 4C1392982D6DB4CD00A6DFB5 + isa + PBXBuildFile + + 4C13929B2D70441500A6DFB5 + + isa + PBXFileReference + lastKnownFileType + file + path + giftgift.mp4 + sourceTree + <group> + + 4C13929D2D70441500A6DFB5 + + fileRef + 4C13929B2D70441500A6DFB5 + isa + PBXBuildFile + + 4C1392A02D71675900A6DFB5 + + isa + PBXFileReference + lastKnownFileType + file + path + coincoin.mp4 + sourceTree + <group> + + 4C1392A12D71675900A6DFB5 + + fileRef + 4C1392A02D71675900A6DFB5 + isa + PBXBuildFile + + 4C1892972CF84349004D4426 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomCahtCell.h + sourceTree + <group> + + 4C1892982CF84349004D4426 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomCahtCell.m + sourceTree + <group> + + 4C1892992CF84349004D4426 + + fileRef + 4C1892982CF84349004D4426 + isa + PBXBuildFile + + 4C25F8F9E2D1F501119C383D + + buildActionMask + 2147483647 + files + + inputFileListPaths + + ${PODS_ROOT}/Target Support Files/Pods-YuMi/Pods-YuMi-resources-${CONFIGURATION}-input-files.xcfilelist + + isa + PBXShellScriptBuildPhase + name + [CP] Copy Pods Resources + outputFileListPaths + + ${PODS_ROOT}/Target Support Files/Pods-YuMi/Pods-YuMi-resources-${CONFIGURATION}-output-files.xcfilelist + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${PODS_ROOT}/Target Support Files/Pods-YuMi/Pods-YuMi-resources.sh" + + showEnvVarsInLog + 0 + + 4C44BD5B2D151B5C00F321FA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomSideMenu.h + sourceTree + <group> + + 4C44BD5C2D151B5C00F321FA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomSideMenu.m + sourceTree + <group> + + 4C44BD5D2D151B5C00F321FA + + fileRef + 4C44BD5C2D151B5C00F321FA + isa + PBXBuildFile + + 4C47079F2D5342C500C8CD24 + + children + + 4C4707A32D53430300C8CD24 + 4C4707A42D53430300C8CD24 + + isa + PBXGroup + path + GZIP + sourceTree + <group> + + 4C4707A32D53430300C8CD24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSData+GZIP.h + sourceTree + <group> + + 4C4707A42D53430300C8CD24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSData+GZIP.m + sourceTree + <group> + + 4C4707A52D53430300C8CD24 + + fileRef + 4C4707A42D53430300C8CD24 + isa + PBXBuildFile + + 4C5527BA2D1BDCDE00833FFD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomLevelInfoModel.h + sourceTree + <group> + + 4C5527BB2D1BDCDE00833FFD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomLevelInfoModel.m + sourceTree + <group> + + 4C5527BC2D1BDCDE00833FFD + + fileRef + 4C5527BB2D1BDCDE00833FFD + isa + PBXBuildFile + + 4C5527BD2D1C099500833FFD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomResourceManager.h + sourceTree + <group> + + 4C5527BE2D1C099500833FFD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomResourceManager.m + sourceTree + <group> + + 4C5527BF2D1C099500833FFD + + fileRef + 4C5527BE2D1C099500833FFD + isa + PBXBuildFile + + 4C5C37212D0C1C7900BA9AB8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RegionListViewController.h + sourceTree + <group> + + 4C5C37222D0C1C7900BA9AB8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RegionListViewController.m + sourceTree + <group> + + 4C5C37232D0C1C7900BA9AB8 + + fileRef + 4C5C37222D0C1C7900BA9AB8 + isa + PBXBuildFile + + 4C6C92BE2D1172D9000A4693 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RegionListInfo.h + sourceTree + <group> + + 4C6C92BF2D1172D9000A4693 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RegionListInfo.m + sourceTree + <group> + + 4C6C92C02D1172D9000A4693 + + fileRef + 4C6C92BF2D1172D9000A4693 + isa + PBXBuildFile + + 4C6E1F732CEAEC3C0073D0A3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ShoppingMallTagView.h + sourceTree + <group> + + 4C6E1F742CEAEC3C0073D0A3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ShoppingMallTagView.m + sourceTree + <group> + + 4C6E1F752CEAEC3C0073D0A3 + + fileRef + 4C6E1F742CEAEC3C0073D0A3 + isa + PBXBuildFile + + 4C6E1F762CEB12560073D0A3 + + children + + 4C6E1F772CEB12780073D0A3 + 4C6E1F782CEB12780073D0A3 + + isa + PBXGroup + path + UIViewGradientLayer + sourceTree + <group> + + 4C6E1F772CEB12780073D0A3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIView+GradientLayer.h + sourceTree + <group> + + 4C6E1F782CEB12780073D0A3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIView+GradientLayer.m + sourceTree + <group> + + 4C6E1F792CEB12780073D0A3 + + fileRef + 4C6E1F782CEB12780073D0A3 + isa + PBXBuildFile + + 4C6E1F7A2CEB25B10073D0A3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ShoppingMallItemPreview.h + sourceTree + <group> + + 4C6E1F7B2CEB25B10073D0A3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ShoppingMallItemPreview.m + sourceTree + <group> + + 4C6E1F7C2CEB25B10073D0A3 + + fileRef + 4C6E1F7B2CEB25B10073D0A3 + isa + PBXBuildFile + + 4C6E31EA2D35010F00D8EEDD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomAnimationView.h + sourceTree + <group> + + 4C6E31EB2D35010F00D8EEDD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomAnimationView.m + sourceTree + <group> + + 4C6E31EC2D35010F00D8EEDD + + fileRef + 4C6E31EB2D35010F00D8EEDD + isa + PBXBuildFile + + 4C6E31ED2D363CA800D8EEDD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + addMoveAnimationToView.m + sourceTree + <group> + + 4C6E31EE2D363CA800D8EEDD + + fileRef + 4C6E31ED2D363CA800D8EEDD + isa + PBXBuildFile + + 4C71C69D2D069D2B00ECCA24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GiftAnimationHelper.h + sourceTree + <group> + + 4C71C69E2D069D2B00ECCA24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GiftAnimationHelper.m + sourceTree + <group> + + 4C71C69F2D069D2B00ECCA24 + + fileRef + 4C71C69E2D069D2B00ECCA24 + isa + PBXBuildFile + + 4C71C6A02D06DB3D00ECCA24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GiftAnimationManager.h + sourceTree + <group> + + 4C71C6A12D06DB3D00ECCA24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GiftAnimationManager.m + sourceTree + <group> + + 4C71C6A22D06DB3D00ECCA24 + + fileRef + 4C71C6A12D06DB3D00ECCA24 + isa + PBXBuildFile + + 4C75CEF92D6318FF009147A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomEnterModel.h + sourceTree + <group> + + 4C75CEFA2D6318FF009147A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomEnterModel.m + sourceTree + <group> + + 4C75CEFB2D6318FF009147A5 + + fileRef + 4C75CEFA2D6318FF009147A5 + isa + PBXBuildFile + + 4C75CEFC2D632CD5009147A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CPEnterRoomTableViewCell.h + sourceTree + <group> + + 4C75CEFD2D632CD5009147A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CPEnterRoomTableViewCell.m + sourceTree + <group> + + 4C75CEFE2D632CD5009147A5 + + fileRef + 4C75CEFD2D632CD5009147A5 + isa + PBXBuildFile + + 4C75CEFF2D633C27009147A5 + + isa + PBXFileReference + lastKnownFileType + file + path + CP进场.svga + sourceTree + <group> + + 4C75CF002D633C27009147A5 + + fileRef + 4C75CEFF2D633C27009147A5 + isa + PBXBuildFile + + 4C7989EA2D19392E006AE07B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + EmptyDataView.h + sourceTree + <group> + + 4C7989EB2D19392E006AE07B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + EmptyDataView.m + sourceTree + <group> + + 4C7989EC2D19392E006AE07B + + fileRef + 4C7989EB2D19392E006AE07B + isa + PBXBuildFile + + 4C7989ED2D195277006AE07B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomModeViewController.h + sourceTree + <group> + + 4C7989EE2D195277006AE07B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomModeViewController.m + sourceTree + <group> + + 4C7989EF2D195277006AE07B + + fileRef + 4C7989EE2D195277006AE07B + isa + PBXBuildFile + + 4C7989F02D195293006AE07B + + children + + 4C7989ED2D195277006AE07B + 4C7989EE2D195277006AE07B + 4C7989F12D1952DA006AE07B + 4C7989F22D1952DA006AE07B + + isa + PBXGroup + path + RoomMode + sourceTree + <group> + + 4C7989F12D1952DA006AE07B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomModePresenter.h + sourceTree + <group> + + 4C7989F22D1952DA006AE07B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomModePresenter.m + sourceTree + <group> + + 4C7989F32D1952DA006AE07B + + fileRef + 4C7989F22D1952DA006AE07B + isa + PBXBuildFile + + 4C815A152CFEB758002A46A6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SuperBlockViewController.h + sourceTree + <group> + + 4C815A162CFEB758002A46A6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SuperBlockViewController.m + sourceTree + <group> + + 4C815A172CFEB758002A46A6 + + fileRef + 4C815A162CFEB758002A46A6 + isa + PBXBuildFile + + 4C864A002D55F4F600191AE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LuckyPackagePresenter.h + sourceTree + <group> + + 4C864A012D55F4F600191AE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LuckyPackagePresenter.m + sourceTree + <group> + + 4C864A022D55F4F600191AE0 + + fileRef + 4C864A012D55F4F600191AE0 + isa + PBXBuildFile + + 4C864A032D561E1D00191AE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LuckyPackageLogicManager.h + sourceTree + <group> + + 4C864A042D561E1D00191AE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LuckyPackageLogicManager.m + sourceTree + <group> + + 4C864A052D561E1D00191AE0 + + fileRef + 4C864A042D561E1D00191AE0 + isa + PBXBuildFile + + 4CA532B22D5AEE9400B8F59F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+LuckyPackage.h + sourceTree + <group> + + 4CA532B32D5AEE9400B8F59F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+LuckyPackage.m + sourceTree + <group> + + 4CA532B42D5AEE9400B8F59F + + fileRef + 4CA532B32D5AEE9400B8F59F + isa + PBXBuildFile + + 4CA532B52D5B333200B8F59F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomLuckyPackageInfoModel.h + sourceTree + <group> + + 4CA532B62D5B333200B8F59F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomLuckyPackageInfoModel.m + sourceTree + <group> + + 4CA532B72D5B333200B8F59F + + fileRef + 4CA532B62D5B333200B8F59F + isa + PBXBuildFile + + 4CA532B82D5C8EBE00B8F59F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LuckyPackageBannerView.h + sourceTree + <group> + + 4CA532B92D5C8EBE00B8F59F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LuckyPackageBannerView.m + sourceTree + <group> + + 4CA532BA2D5C8EBE00B8F59F + + fileRef + 4CA532B92D5C8EBE00B8F59F + isa + PBXBuildFile + + 4CA532BB2D5CA49A00B8F59F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + OpenLuckyPackageEntranceView.h + sourceTree + <group> + + 4CA532BC2D5CA49A00B8F59F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + OpenLuckyPackageEntranceView.m + sourceTree + <group> + + 4CA532BD2D5CA49A00B8F59F + + fileRef + 4CA532BC2D5CA49A00B8F59F + isa + PBXBuildFile + + 4CA532BE2D5CA4D300B8F59F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LuckyPackageStatusView.h + sourceTree + <group> + + 4CA532BF2D5CA4D300B8F59F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LuckyPackageStatusView.m + sourceTree + <group> + + 4CA532C02D5CA4D300B8F59F + + fileRef + 4CA532BF2D5CA4D300B8F59F + isa + PBXBuildFile + + 4CA532C12D5F37DC00B8F59F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LuckyPackageMessageTableViewCell.h + sourceTree + <group> + + 4CA532C22D5F37DC00B8F59F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LuckyPackageMessageTableViewCell.m + sourceTree + <group> + + 4CA532C32D5F37DC00B8F59F + + fileRef + 4CA532C22D5F37DC00B8F59F + isa + PBXBuildFile + + 4CB753CE2D2FE80100B13DF5 + + children + + 4C44BD5B2D151B5C00F321FA + 4C44BD5C2D151B5C00F321FA + + isa + PBXGroup + path + RoomSideMenu + sourceTree + <group> + + 4CB753CF2D30F08E00B13DF5 + + children + + 4C864A002D55F4F600191AE0 + 4C864A012D55F4F600191AE0 + 4CB753D02D30F10900B13DF5 + 4CB753D12D30F10900B13DF5 + 4C864A032D561E1D00191AE0 + 4C864A042D561E1D00191AE0 + 4CA532B82D5C8EBE00B8F59F + 4CA532B92D5C8EBE00B8F59F + 4CA532BB2D5CA49A00B8F59F + 4CA532BC2D5CA49A00B8F59F + 4CA532BE2D5CA4D300B8F59F + 4CA532BF2D5CA4D300B8F59F + 4CA532C12D5F37DC00B8F59F + 4CA532C22D5F37DC00B8F59F + + isa + PBXGroup + path + LuckyPackage + sourceTree + <group> + + 4CB753D02D30F10900B13DF5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LuckyPackageViewController.h + sourceTree + <group> + + 4CB753D12D30F10900B13DF5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LuckyPackageViewController.m + sourceTree + <group> + + 4CB753D22D30F10900B13DF5 + + fileRef + 4CB753D12D30F10900B13DF5 + isa + PBXBuildFile + + 4CC619582CEC7770008C1EE8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MyDressingDataPresent.h + sourceTree + <group> + + 4CC619592CEC7770008C1EE8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MyDressingDataPresent.m + sourceTree + <group> + + 4CC6195A2CEC7770008C1EE8 + + fileRef + 4CC619592CEC7770008C1EE8 + isa + PBXBuildFile + + 4CC6195B2CEC996E008C1EE8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MyDressingDataModel.h + sourceTree + <group> + + 4CC6195C2CEC996E008C1EE8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MyDressingDataModel.m + sourceTree + <group> + + 4CC6195D2CEC996E008C1EE8 + + fileRef + 4CC6195C2CEC996E008C1EE8 + isa + PBXBuildFile + + 4CD6FF642D673A5C00262AB7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AgentMessageModel.h + sourceTree + <group> + + 4CD6FF652D673A5C00262AB7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AgentMessageModel.m + sourceTree + <group> + + 4CD6FF662D673A5C00262AB7 + + fileRef + 4CD6FF652D673A5C00262AB7 + isa + PBXBuildFile + + 4CD6FF672D673F7F00262AB7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AgentMessageTableViewCell.h + sourceTree + <group> + + 4CD6FF682D673F7F00262AB7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AgentMessageTableViewCell.m + sourceTree + <group> + + 4CD6FF692D673F7F00262AB7 + + fileRef + 4CD6FF682D673F7F00262AB7 + isa + PBXBuildFile + + 4CE3A9442D22754C003F0796 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RechargeUserModel.h + sourceTree + <group> + + 4CE3A9452D22754C003F0796 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RechargeUserModel.m + sourceTree + <group> + + 4CE3A9462D22754C003F0796 + + fileRef + 4CE3A9452D22754C003F0796 + isa + PBXBuildFile + + 4CEB9EA52D09643E00443480 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UserRoomCardViewController.h + sourceTree + <group> + + 4CEB9EA62D09643E00443480 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UserRoomCardViewController.m + sourceTree + <group> + + 4CEB9EA72D09643E00443480 + + fileRef + 4CEB9EA62D09643E00443480 + isa + PBXBuildFile + + 4CEB9EA82D097E8400443480 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MoliAvatar.h + sourceTree + <group> + + 4CEB9EA92D097E8400443480 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MoliAvatar.m + sourceTree + <group> + + 4CEB9EAA2D097E8400443480 + + fileRef + 4CEB9EA92D097E8400443480 + isa + PBXBuildFile + + 4CEB9EAB2D09AA0400443480 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SexAgeLabel.h + sourceTree + <group> + + 4CEB9EAC2D09AA0400443480 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SexAgeLabel.m + sourceTree + <group> + + 4CEB9EAD2D09AA0400443480 + + fileRef + 4CEB9EAC2D09AA0400443480 + isa + PBXBuildFile + + 4CEB9EAE2D0AF4FE00443480 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TwentyMicStageView.h + sourceTree + <group> + + 4CEB9EAF2D0AF4FE00443480 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TwentyMicStageView.m + sourceTree + <group> + + 4CEB9EB02D0AF4FE00443480 + + fileRef + 4CEB9EAF2D0AF4FE00443480 + isa + PBXBuildFile + + 4CEB9EB12D0AFCE200443480 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NineteenMicStageView.h + sourceTree + <group> + + 4CEB9EB22D0AFCE200443480 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NineteenMicStageView.m + sourceTree + <group> + + 4CEB9EB32D0AFCE200443480 + + fileRef + 4CEB9EB22D0AFCE200443480 + isa + PBXBuildFile + + 4CFFEFCB2D3A4E410035D016 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AppOfficalManagerActionsViewController.h + sourceTree + <group> + + 4CFFEFCC2D3A4E410035D016 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AppOfficalManagerActionsViewController.m + sourceTree + <group> + + 4CFFEFCD2D3A4E410035D016 + + fileRef + 4CFFEFCC2D3A4E410035D016 + isa + PBXBuildFile + + 4CFFEFCE2D3A5E130035D016 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+SuperAdmin.h + sourceTree + <group> + + 4CFFEFCF2D3A5E130035D016 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+SuperAdmin.m + sourceTree + <group> + + 4CFFEFD02D3A5E130035D016 + + fileRef + 4CFFEFCF2D3A5E130035D016 + isa + PBXBuildFile + + 540EC1CE2C89925F00F3BF0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GiftComboView.h + sourceTree + <group> + + 540EC1CF2C89925F00F3BF0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GiftComboView.m + sourceTree + <group> + + 540EC1D02C89925F00F3BF0D + + fileRef + 540EC1CF2C89925F00F3BF0D + isa + PBXBuildFile + + 540EC1D12C89998500F3BF0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GiftComboManager.h + sourceTree + <group> + + 540EC1D22C89998500F3BF0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GiftComboManager.m + sourceTree + <group> + + 540EC1D32C89998500F3BF0D + + fileRef + 540EC1D22C89998500F3BF0D + isa + PBXBuildFile + + 5412E0F22C4E460300FDD668 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineCenterAgencyView.h + sourceTree + <group> + + 5412E0F32C4E460300FDD668 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineCenterAgencyView.m + sourceTree + <group> + + 5412E0F42C4E460300FDD668 + + fileRef + 5412E0F32C4E460300FDD668 + isa + PBXBuildFile + + 5412E0FB2C52512100FDD668 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomBottomEntranceModel.h + sourceTree + <group> + + 5412E0FC2C52512100FDD668 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomBottomEntranceModel.m + sourceTree + <group> + + 5412E0FD2C52512100FDD668 + + fileRef + 5412E0FC2C52512100FDD668 + isa + PBXBuildFile + + 541DD9532C1EDEFB00B616C4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomePagingViewController.h + sourceTree + <group> + + 541DD9542C1EDEFB00B616C4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomePagingViewController.m + sourceTree + <group> + + 541DD9552C1EDEFB00B616C4 + + fileRef + 541DD9542C1EDEFB00B616C4 + isa + PBXBuildFile + + 54283CE22CE48884009729B5 + + children + + 4CC6195B2CEC996E008C1EE8 + 4CC6195C2CEC996E008C1EE8 + 54283CEC2CE48B97009729B5 + 54283CED2CE48B97009729B5 + 4CC619582CEC7770008C1EE8 + 4CC619592CEC7770008C1EE8 + 54283CE32CE48A69009729B5 + 54283CE42CE48A69009729B5 + 54283CE62CE48ABB009729B5 + 54283CE72CE48ABB009729B5 + 54283CE92CE48B71009729B5 + 54283CEA2CE48B71009729B5 + 4C6E1F732CEAEC3C0073D0A3 + 4C6E1F742CEAEC3C0073D0A3 + 4C6E1F7A2CEB25B10073D0A3 + 4C6E1F7B2CEB25B10073D0A3 + + isa + PBXGroup + path + ShoppingMall + sourceTree + <group> + + 54283CE32CE48A69009729B5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ShoppingMallViewController.h + sourceTree + <group> + + 54283CE42CE48A69009729B5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ShoppingMallViewController.m + sourceTree + <group> + + 54283CE52CE48A69009729B5 + + fileRef + 54283CE42CE48A69009729B5 + isa + PBXBuildFile + + 54283CE62CE48ABB009729B5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MyDressingViewController.h + sourceTree + <group> + + 54283CE72CE48ABB009729B5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MyDressingViewController.m + sourceTree + <group> + + 54283CE82CE48ABB009729B5 + + fileRef + 54283CE72CE48ABB009729B5 + isa + PBXBuildFile + + 54283CE92CE48B71009729B5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ShoppingMallCategoryListView.h + sourceTree + <group> + + 54283CEA2CE48B71009729B5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ShoppingMallCategoryListView.m + sourceTree + <group> + + 54283CEB2CE48B71009729B5 + + fileRef + 54283CEA2CE48B71009729B5 + isa + PBXBuildFile + + 54283CEC2CE48B97009729B5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ShoppingMallDataPresent.h + sourceTree + <group> + + 54283CED2CE48B97009729B5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ShoppingMallDataPresent.m + sourceTree + <group> + + 54283CEE2CE48B97009729B5 + + fileRef + 54283CED2CE48B97009729B5 + isa + PBXBuildFile + + 54435F2C2CC89D4600F4884B + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + tr + path + tr.lproj/InfoPlist.strings + sourceTree + <group> + + 54435F2D2CC89D4600F4884B + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + tr + path + tr.lproj/Localizable.strings + sourceTree + <group> + + 544879E82CD215F400D58DC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CustomRoomBGCell.h + sourceTree + <group> + + 544879E92CD215F400D58DC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CustomRoomBGCell.m + sourceTree + <group> + + 544879EA2CD215F400D58DC1 + + fileRef + 544879E92CD215F400D58DC1 + isa + PBXBuildFile + + 544879EB2CD22A6B00D58DC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CustomRoomBGPresenter.h + sourceTree + <group> + + 544879EC2CD22A6B00D58DC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CustomRoomBGPresenter.m + sourceTree + <group> + + 544879ED2CD22A6B00D58DC1 + + fileRef + 544879EC2CD22A6B00D58DC1 + isa + PBXBuildFile + + 544879EE2CD22D4B00D58DC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CustomRoomBGItemModel.h + sourceTree + <group> + + 544879EF2CD22D4B00D58DC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CustomRoomBGItemModel.m + sourceTree + <group> + + 544879F02CD22D4B00D58DC1 + + fileRef + 544879EF2CD22D4B00D58DC1 + isa + PBXBuildFile + + 544A36332C94160F00CA7858 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomMenuBar.h + sourceTree + <group> + + 544A36342C94160F00CA7858 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomMenuBar.m + sourceTree + <group> + + 544A36352C94160F00CA7858 + + fileRef + 544A36342C94160F00CA7858 + isa + PBXBuildFile + + 544B19AE2CA1299500885BEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CPBindingAnimation.h + sourceTree + <group> + + 544B19AF2CA1299500885BEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CPBindingAnimation.m + sourceTree + <group> + + 544B19B02CA1299500885BEB + + fileRef + 544B19AF2CA1299500885BEB + isa + PBXBuildFile + + 544B19B12CA129A800885BEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CPLevelUpAnimation.h + sourceTree + <group> + + 544B19B22CA129A800885BEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CPLevelUpAnimation.m + sourceTree + <group> + + 544B19B32CA129A800885BEB + + fileRef + 544B19B22CA129A800885BEB + isa + PBXBuildFile + + 544B19B42CA14A7100885BEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CPGiftBanner.h + sourceTree + <group> + + 544B19B52CA14A7100885BEB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CPGiftBanner.m + sourceTree + <group> + + 544B19B62CA14A7100885BEB + + fileRef + 544B19B52CA14A7100885BEB + isa + PBXBuildFile + + 544B19B72CA169BE00885BEB + + isa + PBXFileReference + lastKnownFileType + file + path + level up 1.svga + sourceTree + <group> + + 544B19B82CA169BE00885BEB + + isa + PBXFileReference + lastKnownFileType + file + path + level up 2.svga + sourceTree + <group> + + 544B19B92CA169BE00885BEB + + isa + PBXFileReference + lastKnownFileType + file + path + level up 3.svga + sourceTree + <group> + + 544B19BA2CA169BE00885BEB + + isa + PBXFileReference + lastKnownFileType + file + path + level up 4.svga + sourceTree + <group> + + 544B19BB2CA169BE00885BEB + + isa + PBXFileReference + lastKnownFileType + file + path + level up 5.svga + sourceTree + <group> + + 544B19BC2CA169BE00885BEB + + fileRef + 544B19B92CA169BE00885BEB + isa + PBXBuildFile + + 544B19BD2CA169BE00885BEB + + fileRef + 544B19BA2CA169BE00885BEB + isa + PBXBuildFile + + 544B19BE2CA169BE00885BEB + + fileRef + 544B19BB2CA169BE00885BEB + isa + PBXBuildFile + + 544B19BF2CA169BE00885BEB + + fileRef + 544B19B72CA169BE00885BEB + isa + PBXBuildFile + + 544B19C02CA169BE00885BEB + + fileRef + 544B19B82CA169BE00885BEB + isa + PBXBuildFile + + 5456F3C62C6EF962000E1805 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VIPCenterViewController.h + sourceTree + <group> + + 5456F3C72C6EF962000E1805 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VIPCenterViewController.m + sourceTree + <group> + + 5456F3C82C6EF962000E1805 + + fileRef + 5456F3C72C6EF962000E1805 + isa + PBXBuildFile + + 5458319B2C2AE09300364026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTypeSelectionViewController.h + sourceTree + <group> + + 5458319C2C2AE09300364026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomTypeSelectionViewController.m + sourceTree + <group> + + 5458319D2C2AE09300364026 + + fileRef + 5458319C2C2AE09300364026 + isa + PBXBuildFile + + 5458319E2C2AEFAF00364026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + TenMicStageView.h + sourceTree + <group> + + 5458319F2C2AEFAF00364026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + TenMicStageView.m + sourceTree + <group> + + 545831A02C2AEFAF00364026 + + fileRef + 5458319F2C2AEFAF00364026 + isa + PBXBuildFile + + 545831A12C2AF01100364026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + FifteenMicStageView.h + sourceTree + <group> + + 545831A22C2AF01100364026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + FifteenMicStageView.m + sourceTree + <group> + + 545831A32C2AF01100364026 + + fileRef + 545831A22C2AF01100364026 + isa + PBXBuildFile + + 545831A42C2C085C00364026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ArabMicroView.h + sourceTree + <group> + + 545831A52C2C085C00364026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ArabMicroView.m + sourceTree + <group> + + 545831A62C2C085C00364026 + + fileRef + 545831A52C2C085C00364026 + isa + PBXBuildFile + + 545888312C1AFFB500897585 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKPanelView.h + sourceTree + <group> + + 545888322C1AFFB500897585 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKPanelView.m + sourceTree + <group> + + 545888332C1AFFB500897585 + + fileRef + 545888322C1AFFB500897585 + isa + PBXBuildFile + + 545888342C1C306B00897585 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKPaneAvatarView.h + sourceTree + <group> + + 545888352C1C306B00897585 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKPaneAvatarView.m + sourceTree + <group> + + 545888362C1C306B00897585 + + fileRef + 545888352C1C306B00897585 + isa + PBXBuildFile + + 5461040A2CD4B3CB00066B21 + + children + + 5461040B2CD4B46F00066B21 + 5461040C2CD4B46F00066B21 + 5461040D2CD4B46F00066B21 + 5461040E2CD4B46F00066B21 + 5461040F2CD4B46F00066B21 + 546104102CD4B46F00066B21 + + isa + PBXGroup + path + banner + sourceTree + <group> + + 5461040B2CD4B46F00066B21 + + isa + PBXFileReference + lastKnownFileType + file + path + gift_normal_1.svga + sourceTree + <group> + + 5461040C2CD4B46F00066B21 + + isa + PBXFileReference + lastKnownFileType + file + path + gift_normal_2.svga + sourceTree + <group> + + 5461040D2CD4B46F00066B21 + + isa + PBXFileReference + lastKnownFileType + text + path + gift_normal_3.svga + sourceTree + <group> + + 5461040E2CD4B46F00066B21 + + isa + PBXFileReference + lastKnownFileType + file + path + gift_VIP_1.svga + sourceTree + <group> + + 5461040F2CD4B46F00066B21 + + isa + PBXFileReference + lastKnownFileType + file + path + gift_VIP_2.svga + sourceTree + <group> + + 546104102CD4B46F00066B21 + + isa + PBXFileReference + lastKnownFileType + file + path + gift_VIP_3.svga + sourceTree + <group> + + 546104112CD4B46F00066B21 + + fileRef + 5461040B2CD4B46F00066B21 + isa + PBXBuildFile + + 546104122CD4B46F00066B21 + + fileRef + 5461040D2CD4B46F00066B21 + isa + PBXBuildFile + + 546104132CD4B46F00066B21 + + fileRef + 5461040F2CD4B46F00066B21 + isa + PBXBuildFile + + 546104142CD4B46F00066B21 + + fileRef + 5461040C2CD4B46F00066B21 + isa + PBXBuildFile + + 546104152CD4B46F00066B21 + + fileRef + 5461040E2CD4B46F00066B21 + isa + PBXBuildFile + + 546104162CD4B46F00066B21 + + fileRef + 546104102CD4B46F00066B21 + isa + PBXBuildFile + + 546104172CD4C06400066B21 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+CustomBackground.h + sourceTree + <group> + + 546104182CD4C06400066B21 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+CustomBackground.m + sourceTree + <group> + + 546104192CD4C06400066B21 + + fileRef + 546104182CD4C06400066B21 + isa + PBXBuildFile + + 5461041A2CD4D35A00066B21 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomHighValueGiftBannerAnimation.h + sourceTree + <group> + + 5461041B2CD4D35A00066B21 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomHighValueGiftBannerAnimation.m + sourceTree + <group> + + 5461041C2CD4D35A00066B21 + + fileRef + 5461041B2CD4D35A00066B21 + isa + PBXBuildFile + + 5468995B2C8AFE4C0049136A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GiftComboFlagView.h + sourceTree + <group> + + 5468995C2C8AFE4C0049136A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GiftComboFlagView.m + sourceTree + <group> + + 5468995D2C8AFE4C0049136A + + fileRef + 5468995C2C8AFE4C0049136A + isa + PBXBuildFile + + 547080D82CD0EE7A009879E5 + + children + + 547080D92CD0EEB4009879E5 + 547080DA2CD0EEB4009879E5 + 544879E82CD215F400D58DC1 + 544879E92CD215F400D58DC1 + 544879EB2CD22A6B00D58DC1 + 544879EC2CD22A6B00D58DC1 + + isa + PBXGroup + path + Custom Background + sourceTree + <group> + + 547080D92CD0EEB4009879E5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CustomRoomBGContentViewController.h + sourceTree + <group> + + 547080DA2CD0EEB4009879E5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CustomRoomBGContentViewController.m + sourceTree + <group> + + 547080DB2CD0EEB4009879E5 + + fileRef + 547080DA2CD0EEB4009879E5 + isa + PBXBuildFile + + 5478539F2C258F2A00F45E60 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserViewHeader.h + sourceTree + <group> + + 547853A02C258F2A00F45E60 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserViewHeader.m + sourceTree + <group> + + 547853A12C258F2A00F45E60 + + fileRef + 547853A02C258F2A00F45E60 + isa + PBXBuildFile + + 547B30F72CB511700041E962 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomBoomEntryView.h + sourceTree + <group> + + 547B30F82CB511700041E962 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomBoomEntryView.m + sourceTree + <group> + + 547B30F92CB511700041E962 + + fileRef + 547B30F82CB511700041E962 + isa + PBXBuildFile + + 5484E1FB2CA2897B008E8754 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + IAPManager.h + sourceTree + <group> + + 5484E1FC2CA2897B008E8754 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + IAPManager.m + sourceTree + <group> + + 5484E1FD2CA2897B008E8754 + + fileRef + 5484E1FC2CA2897B008E8754 + isa + PBXBuildFile + + 548D541E2CC208FD0084A2FF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AlbumResourcePickerViewController.h + sourceTree + <group> + + 548D541F2CC208FD0084A2FF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AlbumResourcePickerViewController.m + sourceTree + <group> + + 548D54202CC208FD0084A2FF + + fileRef + 548D541F2CC208FD0084A2FF + isa + PBXBuildFile + + 548E01C22C3F78360071C83D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + file.xib + path + FeedBackViewController.xib + sourceTree + <group> + + 548E01C32C3F78360071C83D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + FeedBackViewController.h + sourceTree + <group> + + 548E01C42C3F78360071C83D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + FeedBackViewController.m + sourceTree + <group> + + 548E01C52C3F78360071C83D + + fileRef + 548E01C22C3F78360071C83D + isa + PBXBuildFile + + 548E01C62C3F78360071C83D + + fileRef + 548E01C42C3F78360071C83D + isa + PBXBuildFile + + 548E01C72C3F78600071C83D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + FeedBackConfigModel.h + sourceTree + <group> + + 548E01C82C3F78600071C83D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + FeedBackConfigModel.m + sourceTree + <group> + + 548E01C92C3F78600071C83D + + fileRef + 548E01C82C3F78600071C83D + isa + PBXBuildFile + + 548E01CA2C3FB1C70071C83D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + i18nGiftNameMap.h + sourceTree + <group> + + 548E01CB2C3FB1C70071C83D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + i18nGiftNameMap.m + sourceTree + <group> + + 548E01CC2C3FB1C70071C83D + + fileRef + 548E01CB2C3FB1C70071C83D + isa + PBXBuildFile + + 54ACDCC02C5B31BD0099472C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPBeautIDView.h + sourceTree + <group> + + 54ACDCC12C5B31BD0099472C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPBeautIDView.m + sourceTree + <group> + + 54ACDCC22C5B31BD0099472C + + fileRef + 54ACDCC12C5B31BD0099472C + isa + PBXBuildFile + + 54AE7E122C9AD98C006D2BE2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CPCard.h + sourceTree + <group> + + 54AE7E132C9AD9A6006D2BE2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CPCard.m + sourceTree + <group> + + 54AE7E142C9AD9AB006D2BE2 + + fileRef + 54AE7E132C9AD9A6006D2BE2 + isa + PBXBuildFile + + 54AE7E152C9AE589006D2BE2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CPListViewController.h + sourceTree + <group> + + 54AE7E162C9AE589006D2BE2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CPListViewController.m + sourceTree + <group> + + 54AE7E172C9AE589006D2BE2 + + fileRef + 54AE7E162C9AE589006D2BE2 + isa + PBXBuildFile + + 54B9C6E52C9C2CA1003F1CC5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildTableViewCell.h + sourceTree + <group> + + 54B9C6E62C9C2CA1003F1CC5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildTableViewCell.m + sourceTree + <group> + + 54B9C6E72C9C2CA1003F1CC5 + + fileRef + 54B9C6E62C9C2CA1003F1CC5 + isa + PBXBuildFile + + 54B9C6E82C9C2DDC003F1CC5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GuildInfo.h + sourceTree + <group> + + 54B9C6E92C9C2DDC003F1CC5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GuildInfo.m + sourceTree + <group> + + 54B9C6EA2C9C2DDC003F1CC5 + + fileRef + 54B9C6E92C9C2DDC003F1CC5 + isa + PBXBuildFile + + 54B9C6F12C9D27F3003F1CC5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineMultipleContentTableViewCell.h + sourceTree + <group> + + 54B9C6F22C9D27F3003F1CC5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineMultipleContentTableViewCell.m + sourceTree + <group> + + 54B9C6F32C9D27F3003F1CC5 + + fileRef + 54B9C6F22C9D27F3003F1CC5 + isa + PBXBuildFile + + 54B9C6F42C9D8D05003F1CC5 + + isa + PBXFileReference + lastKnownFileType + file + path + 3.mp4 + sourceTree + <group> + + 54B9C6F52C9D8D05003F1CC5 + + isa + PBXFileReference + lastKnownFileType + file + path + 4.mp4 + sourceTree + <group> + + 54B9C6F62C9D8D05003F1CC5 + + isa + PBXFileReference + lastKnownFileType + file + path + 5.mp4 + sourceTree + <group> + + 54B9C6F72C9D8D05003F1CC5 + + fileRef + 54B9C6F52C9D8D05003F1CC5 + isa + PBXBuildFile + + 54B9C6F82C9D8D05003F1CC5 + + fileRef + 54B9C6F62C9D8D05003F1CC5 + isa + PBXBuildFile + + 54B9C6F92C9D8D05003F1CC5 + + fileRef + 54B9C6F42C9D8D05003F1CC5 + isa + PBXBuildFile + + 54B9C6FA2C9DA4C4003F1CC5 + + isa + PBXFileReference + lastKnownFileType + file + path + CP绑定.mp4 + sourceTree + <group> + + 54B9C6FB2C9DA4C4003F1CC5 + + fileRef + 54B9C6FA2C9DA4C4003F1CC5 + isa + PBXBuildFile + + 54C3895A2C215F5100FD47B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeMineViewController.h + sourceTree + <group> + + 54C3895B2C215F5100FD47B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeMineViewController.m + sourceTree + <group> + + 54C3895C2C215F5100FD47B1 + + fileRef + 54C3895B2C215F5100FD47B1 + isa + PBXBuildFile + + 54C3895D2C2189DD00FD47B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeMinePresenter.h + sourceTree + <group> + + 54C3895E2C2189DD00FD47B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeMinePresenter.m + sourceTree + <group> + + 54C3895F2C2189DD00FD47B1 + + fileRef + 54C3895E2C2189DD00FD47B1 + isa + PBXBuildFile + + 54C389602C23BD1600FD47B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HomeRankAvatarModel.h + sourceTree + <group> + + 54C389612C23BD1600FD47B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HomeRankAvatarModel.m + sourceTree + <group> + + 54C389622C23BD1600FD47B1 + + fileRef + 54C389612C23BD1600FD47B1 + isa + PBXBuildFile + + 54C389642C24448900FD47B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeMineProtocol.h + sourceTree + <group> + + 54C389652C24464600FD47B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HomeMineRoomModel.h + sourceTree + <group> + + 54C389662C24464600FD47B1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HomeMineRoomModel.m + sourceTree + <group> + + 54C389672C24464600FD47B1 + + fileRef + 54C389662C24464600FD47B1 + isa + PBXBuildFile + + 54C608502CBE0BEB003DD5D2 + + isa + PBXFileReference + lastKnownFileType + file + path + game_floating_bg.svga + sourceTree + <group> + + 54C608512CBE0BEB003DD5D2 + + children + + 54C608502CBE0BEB003DD5D2 + 4C13929B2D70441500A6DFB5 + 4C1392A02D71675900A6DFB5 + + isa + PBXGroup + path + game + sourceTree + <group> + + 54C608522CBE0BEB003DD5D2 + + fileRef + 54C608502CBE0BEB003DD5D2 + isa + PBXBuildFile + + 54C608532CBE1EC7003DD5D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GameUniversalBannerView.h + sourceTree + <group> + + 54C608542CBE1EC7003DD5D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GameUniversalBannerView.m + sourceTree + <group> + + 54C608552CBE1EC7003DD5D2 + + fileRef + 54C608542CBE1EC7003DD5D2 + isa + PBXBuildFile + + 54C9A10B2C3D2FD300C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineDataGameMateTableViewCell.h + sourceTree + <group> + + 54C9A10C2C3D2FD300C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineDataGameMateTableViewCell.m + sourceTree + <group> + + 54C9A10D2C3D2FD300C6D970 + + fileRef + 54C9A10C2C3D2FD300C6D970 + isa + PBXBuildFile + + 54C9A10E2C3D3E1700C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGameMateOrderView.h + sourceTree + <group> + + 54C9A10F2C3D3E1700C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGameMateOrderView.m + sourceTree + <group> + + 54C9A1102C3D3E1700C6D970 + + fileRef + 54C9A10F2C3D3E1700C6D970 + isa + PBXBuildFile + + 54C9A1112C3D5A2300C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGameOrdersListViewController.h + sourceTree + <group> + + 54C9A1122C3D5A2300C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGameOrdersListViewController.m + sourceTree + <group> + + 54C9A1132C3D5A2300C6D970 + + fileRef + 54C9A1122C3D5A2300C6D970 + isa + PBXBuildFile + + 54C9A1142C3D5C9000C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGameOrdersListTableViewCell.h + sourceTree + <group> + + 54C9A1152C3D5C9000C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGameOrdersListTableViewCell.m + sourceTree + <group> + + 54C9A1162C3D5C9000C6D970 + + fileRef + 54C9A1152C3D5C9000C6D970 + isa + PBXBuildFile + + 54C9A11A2C3D9EDD00C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+GameOrder.h + sourceTree + <group> + + 54C9A11B2C3D9EDD00C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+GameOrder.m + sourceTree + <group> + + 54C9A11C2C3D9EDD00C6D970 + + fileRef + 54C9A11B2C3D9EDD00C6D970 + isa + PBXBuildFile + + 54C9A11D2C3DA08000C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGamePartnerInfoModel.h + sourceTree + <group> + + 54C9A11E2C3DA08000C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGamePartnerInfoModel.m + sourceTree + <group> + + 54C9A11F2C3DA08000C6D970 + + fileRef + 54C9A11E2C3DA08000C6D970 + isa + PBXBuildFile + + 54C9A1202C3E6C3200C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageGameOrderModel.h + sourceTree + <group> + + 54C9A1212C3E6C3200C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageGameOrderModel.m + sourceTree + <group> + + 54C9A1222C3E6C3200C6D970 + + fileRef + 54C9A1212C3E6C3200C6D970 + isa + PBXBuildFile + + 54C9A1232C3E74AE00C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageGameOrderView.h + sourceTree + <group> + + 54C9A1242C3E74AE00C6D970 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageGameOrderView.m + sourceTree + <group> + + 54C9A1252C3E74AE00C6D970 + + fileRef + 54C9A1242C3E74AE00C6D970 + isa + PBXBuildFile + + 54CE5EF72CCA4A2600A67898 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LocationModel.h + sourceTree + <group> + + 54CE5EF82CCA4A2600A67898 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LocationModel.m + sourceTree + <group> + + 54CE5EF92CCA4A2600A67898 + + fileRef + 54CE5EF82CCA4A2600A67898 + isa + PBXBuildFile + + 54E4D52E2C9048E1009E1FEA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LuckyGiftWinningFlagView.h + sourceTree + <group> + + 54E4D52F2C9048E1009E1FEA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LuckyGiftWinningFlagView.m + sourceTree + <group> + + 54E4D5302C9048E1009E1FEA + + fileRef + 54E4D52F2C9048E1009E1FEA + isa + PBXBuildFile + + 54E4D5312C90658C009E1FEA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LuckyGiftWinningBannerView.h + sourceTree + <group> + + 54E4D5322C90658C009E1FEA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LuckyGiftWinningBannerView.m + sourceTree + <group> + + 54E4D5332C90658C009E1FEA + + fileRef + 54E4D5322C90658C009E1FEA + isa + PBXBuildFile + + 54E82E9B2CA684A600C931D9 + + children + + 54E82E9C2CA684CB00C931D9 + + isa + PBXGroup + path + Features + sourceTree + <group> + + 54E82E9C2CA684CB00C931D9 + + children + + 54E82E9D2CA6876300C931D9 + 54E82E9E2CA6876300C931D9 + 54E82EA02CA6886700C931D9 + 54E82EA12CA6886700C931D9 + 54E82EA32CA693FA00C931D9 + 54E82EA42CA693FA00C931D9 + 54E82EA62CA6940900C931D9 + 54E82EA72CA6940900C931D9 + 54E82EAF2CA93BE200C931D9 + 54E82EB02CA93BE200C931D9 + 547B30F72CB511700041E962 + 547B30F82CB511700041E962 + + isa + PBXGroup + path + Boom + sourceTree + <group> + + 54E82E9D2CA6876300C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomBoomManager.h + sourceTree + <group> + + 54E82E9E2CA6876300C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomBoomManager.m + sourceTree + <group> + + 54E82E9F2CA6876300C931D9 + + fileRef + 54E82E9E2CA6876300C931D9 + isa + PBXBuildFile + + 54E82EA02CA6886700C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomBoomBannerAnimation.h + sourceTree + <group> + + 54E82EA12CA6886700C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomBoomBannerAnimation.m + sourceTree + <group> + + 54E82EA22CA6886700C931D9 + + fileRef + 54E82EA12CA6886700C931D9 + isa + PBXBuildFile + + 54E82EA32CA693FA00C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomBoomExplosionView.h + sourceTree + <group> + + 54E82EA42CA693FA00C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomBoomExplosionView.m + sourceTree + <group> + + 54E82EA52CA693FA00C931D9 + + fileRef + 54E82EA42CA693FA00C931D9 + isa + PBXBuildFile + + 54E82EA62CA6940900C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomBoomResultView.h + sourceTree + <group> + + 54E82EA72CA6940900C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomBoomResultView.m + sourceTree + <group> + + 54E82EA82CA6940900C931D9 + + fileRef + 54E82EA72CA6940900C931D9 + isa + PBXBuildFile + + 54E82EA92CA9261000C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+Boom.h + sourceTree + <group> + + 54E82EAA2CA9261000C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+Boom.m + sourceTree + <group> + + 54E82EAB2CA9261000C931D9 + + fileRef + 54E82EAA2CA9261000C931D9 + isa + PBXBuildFile + + 54E82EAC2CA9293C00C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BoomInfoModel.h + sourceTree + <group> + + 54E82EAD2CA9293C00C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BoomInfoModel.m + sourceTree + <group> + + 54E82EAE2CA9293C00C931D9 + + fileRef + 54E82EAD2CA9293C00C931D9 + isa + PBXBuildFile + + 54E82EAF2CA93BE200C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BoomInfoViewController.h + sourceTree + <group> + + 54E82EB02CA93BE200C931D9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BoomInfoViewController.m + sourceTree + <group> + + 54E82EB12CA93BE200C931D9 + + fileRef + 54E82EB02CA93BE200C931D9 + isa + PBXBuildFile + + 54E8C4D42CC78DA900646C44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VipSettingViewController.h + sourceTree + <group> + + 54E8C4D52CC78DA900646C44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VipSettingViewController.m + sourceTree + <group> + + 54E8C4D62CC78DA900646C44 + + fileRef + 54E8C4D52CC78DA900646C44 + isa + PBXBuildFile + + 54F179062C8EA48C00CB5219 + + isa + PBXFileReference + lastKnownFileType + file + path + Combo_Boom.svga + sourceTree + <group> + + 54F179072C8EA48C00CB5219 + + fileRef + 54F179062C8EA48C00CB5219 + isa + PBXBuildFile + + 54F179082C8EDDF400CB5219 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CountdownRingView.h + sourceTree + <group> + + 54F179092C8EDDF400CB5219 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CountdownRingView.m + sourceTree + <group> + + 54F1790A2C8EDDF400CB5219 + + fileRef + 54F179092C8EDDF400CB5219 + isa + PBXBuildFile + + 54F469332C29711400A83655 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentUserDataViewController.h + sourceTree + <group> + + 54F469342C29711400A83655 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentUserDataViewController.m + sourceTree + <group> + + 54F469352C29711400A83655 + + fileRef + 54F469342C29711400A83655 + isa + PBXBuildFile + + 54F469362C29C3B400A83655 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineAlbumTableViewCell.h + sourceTree + <group> + + 54F469372C29C3B400A83655 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineAlbumTableViewCell.m + sourceTree + <group> + + 54F469382C29C3B400A83655 + + fileRef + 54F469372C29C3B400A83655 + isa + PBXBuildFile + + 54F469392C2A984D00A83655 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MedalModel.h + sourceTree + <group> + + 54F4693A2C2A984D00A83655 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MedalModel.m + sourceTree + <group> + + 54F4693B2C2A984D00A83655 + + fileRef + 54F4693A2C2A984D00A83655 + isa + PBXBuildFile + + 54F4693C2C2A9D4E00A83655 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineMedalsTableViewCell.h + sourceTree + <group> + + 54F4693D2C2A9D4E00A83655 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineMedalsTableViewCell.m + sourceTree + <group> + + 54F4693E2C2A9D4E00A83655 + + fileRef + 54F4693D2C2A9D4E00A83655 + isa + PBXBuildFile + + 54F4693F2C2AB56900A83655 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiftsTableViewCell.h + sourceTree + <group> + + 54F469402C2AB56900A83655 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiftsTableViewCell.m + sourceTree + <group> + + 54F469412C2AB56900A83655 + + fileRef + 54F469402C2AB56900A83655 + isa + PBXBuildFile + + 54FFD3782C9BCB1900DE61E5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RelationUserVO.h + sourceTree + <group> + + 54FFD3792C9BCB1900DE61E5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RelationUserVO.m + sourceTree + <group> + + 54FFD37A2C9BCB1900DE61E5 + + fileRef + 54FFD3792C9BCB1900DE61E5 + isa + PBXBuildFile + + 54FFD37B2C9BD12600DE61E5 + + isa + PBXFileReference + lastKnownFileType + file + path + 1.svga + sourceTree + <group> + + 54FFD37C2C9BD12600DE61E5 + + isa + PBXFileReference + lastKnownFileType + file + path + 2.svga + sourceTree + <group> + + 54FFD37D2C9BD12600DE61E5 + + isa + PBXFileReference + lastKnownFileType + file + path + 3.svga + sourceTree + <group> + + 54FFD37E2C9BD12600DE61E5 + + isa + PBXFileReference + lastKnownFileType + file + path + 4.svga + sourceTree + <group> + + 54FFD37F2C9BD12600DE61E5 + + isa + PBXFileReference + lastKnownFileType + file + path + 5.svga + sourceTree + <group> + + 54FFD3802C9BD12600DE61E5 + + children + + 4C75CEFF2D633C27009147A5 + 544B19B72CA169BE00885BEB + 544B19B82CA169BE00885BEB + 544B19B92CA169BE00885BEB + 544B19BA2CA169BE00885BEB + 544B19BB2CA169BE00885BEB + 54B9C6FA2C9DA4C4003F1CC5 + 54B9C6F42C9D8D05003F1CC5 + 54B9C6F52C9D8D05003F1CC5 + 54B9C6F62C9D8D05003F1CC5 + 54FFD37B2C9BD12600DE61E5 + 54FFD37C2C9BD12600DE61E5 + 54FFD37D2C9BD12600DE61E5 + 54FFD37E2C9BD12600DE61E5 + 54FFD37F2C9BD12600DE61E5 + + isa + PBXGroup + path + cp + sourceTree + <group> + + 54FFD3812C9BD12600DE61E5 + + fileRef + 54FFD37E2C9BD12600DE61E5 + isa + PBXBuildFile + + 54FFD3822C9BD12600DE61E5 + + fileRef + 54FFD37B2C9BD12600DE61E5 + isa + PBXBuildFile + + 54FFD3832C9BD12600DE61E5 + + fileRef + 54FFD37F2C9BD12600DE61E5 + isa + PBXBuildFile + + 54FFD3842C9BD12600DE61E5 + + fileRef + 54FFD37D2C9BD12600DE61E5 + isa + PBXBuildFile + + 54FFD3852C9BD12600DE61E5 + + fileRef + 54FFD37C2C9BD12600DE61E5 + isa + PBXBuildFile + + 73FFADDC93E195344047A2EC + + fileRef + CACF623970097D653132D69A + isa + PBXBuildFile + + 7DB00EC07F1D0ADFF900B38D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-YuMi.debug.xcconfig + path + Target Support Files/Pods-YuMi/Pods-YuMi.debug.xcconfig + sourceTree + <group> + + 8311720C3643AC2030B96510 + + buildActionMask + 2147483647 + files + + inputFileListPaths + + ${PODS_ROOT}/Target Support Files/Pods-YuMi/Pods-YuMi-frameworks-${CONFIGURATION}-input-files.xcfilelist + + isa + PBXShellScriptBuildPhase + name + [CP] Embed Pods Frameworks + outputFileListPaths + + ${PODS_ROOT}/Target Support Files/Pods-YuMi/Pods-YuMi-frameworks-${CONFIGURATION}-output-files.xcfilelist + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${PODS_ROOT}/Target Support Files/Pods-YuMi/Pods-YuMi-frameworks.sh" + + showEnvVarsInLog + 0 + + 9B0086C427BA392B0032BD2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AnchorStageView.h + sourceTree + <group> + + 9B0086C527BA392B0032BD2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AnchorStageView.m + sourceTree + <group> + + 9B0086C627BA392B0032BD2B + + fileRef + 9B0086C527BA392B0032BD2B + isa + PBXBuildFile + + 9B0086C727BA4F4A0032BD2B + + children + + 9B0086C827BA4F570032BD2B + 9B0086C927BA4F570032BD2B + 9B2EA7C12804052E00ED17BF + 9B2EA7C22804052E00ED17BF + + isa + PBXGroup + path + Anchor + sourceTree + <group> + + 9B0086C827BA4F570032BD2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AnchorMicroView.h + sourceTree + <group> + + 9B0086C927BA4F570032BD2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AnchorMicroView.m + sourceTree + <group> + + 9B0086CA27BA4F570032BD2B + + fileRef + 9B0086C927BA4F570032BD2B + isa + PBXBuildFile + + 9B044D9E282D32F700DE4859 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MicroInviteExtModel.h + sourceTree + <group> + + 9B044D9F282D32F700DE4859 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MicroInviteExtModel.m + sourceTree + <group> + + 9B044DA0282D32F700DE4859 + + fileRef + 9B044D9F282D32F700DE4859 + isa + PBXBuildFile + + 9B09979F27F19D1C00EB8F14 + + children + + 9B0997A227F19DE500EB8F14 + 9B0997A027F19D8900EB8F14 + + isa + PBXGroup + path + QGVAPlayer + sourceTree + <group> + + 9B0997A027F19D8900EB8F14 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + net.daringfireball.markdown + path + README.md + sourceTree + <group> + + 9B0997A127F19D8A00EB8F14 + + fileRef + 9B0997A027F19D8900EB8F14 + isa + PBXBuildFile + + 9B0997A227F19DE500EB8F14 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.metal + name + QGHWDShaders.metal + path + Pods/QGVAPlayer/iOS/QGVAPlayer/QGVAPlayer/Shaders/QGHWDShaders.metal + sourceTree + SOURCE_ROOT + + 9B0997A327F19DE500EB8F14 + + fileRef + 9B0997A227F19DE500EB8F14 + isa + PBXBuildFile + + 9B0E1C5726E77022005D4442 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + BaseNavigationController.h + sourceTree + <group> + + 9B0E1C5826E77022005D4442 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + BaseNavigationController.m + sourceTree + <group> + + 9B0E1C5926E77022005D4442 + + fileRef + 9B0E1C5826E77022005D4442 + isa + PBXBuildFile + + 9B17F71527BD14FF00440843 + + children + + 9B17F71627BD150600440843 + 9B17F71727BD150600440843 + + isa + PBXGroup + path + SVGAParserManager + sourceTree + <group> + + 9B17F71627BD150600440843 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SVGAParserManager.h + sourceTree + <group> + + 9B17F71727BD150600440843 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SVGAParserManager.m + sourceTree + <group> + + 9B17F71827BD150600440843 + + fileRef + 9B17F71727BD150600440843 + isa + PBXBuildFile + + 9B1B7290280010E8003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+FansTeam.h + sourceTree + <group> + + 9B1B7291280010E8003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+FansTeam.m + sourceTree + <group> + + 9B1B7292280010E8003FACE9 + + fileRef + 9B1B7291280010E8003FACE9 + isa + PBXBuildFile + + 9B1B729328002099003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFansTeamViewController.h + sourceTree + <group> + + 9B1B729428002099003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFansTeamViewController.m + sourceTree + <group> + + 9B1B729528002099003FACE9 + + fileRef + 9B1B729428002099003FACE9 + isa + PBXBuildFile + + 9B1B729628002147003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFansTeamPresenter.h + sourceTree + <group> + + 9B1B729728002147003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFansTeamPresenter.m + sourceTree + <group> + + 9B1B729828002147003FACE9 + + fileRef + 9B1B729728002147003FACE9 + isa + PBXBuildFile + + 9B1B7299280021E7003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineAnchorFansTeamProtocol.h + sourceTree + <group> + + 9B1B729A28002249003FACE9 + + children + + 9B1B729B28002264003FACE9 + 9B1B729C28002264003FACE9 + + isa + PBXGroup + path + AnchorFansTeam + sourceTree + <group> + + 9B1B729B28002264003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineAnchorFansTeamModel.h + sourceTree + <group> + + 9B1B729C28002264003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineAnchorFansTeamModel.m + sourceTree + <group> + + 9B1B729D28002264003FACE9 + + fileRef + 9B1B729C28002264003FACE9 + isa + PBXBuildFile + + 9B1B729E280023D5003FACE9 + + children + + 9B1B729F280023F3003FACE9 + 9B1B72A0280023F3003FACE9 + + isa + PBXGroup + path + AnchorFansTeam + sourceTree + <group> + + 9B1B729F280023F3003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineAnchorFansTeamTableViewCell.h + sourceTree + <group> + + 9B1B72A0280023F3003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineAnchorFansTeamTableViewCell.m + sourceTree + <group> + + 9B1B72A1280023F3003FACE9 + + fileRef + 9B1B72A0280023F3003FACE9 + isa + PBXBuildFile + + 9B1B72A228002F76003FACE9 + + children + + 9B1B72A9280031A2003FACE9 + 9B1B72A82800319B003FACE9 + 9B1B72A528003185003FACE9 + 9B1B72A42800317F003FACE9 + + isa + PBXGroup + path + AnchorPK + sourceTree + <group> + + 9B1B72A42800317F003FACE9 + + children + + 9B1B72B328003664003FACE9 + 9B1B72B428003664003FACE9 + + isa + PBXGroup + path + Api + sourceTree + <group> + + 9B1B72A528003185003FACE9 + + children + + 9B1B72A728003196003FACE9 + 9B1B72A62800318A003FACE9 + 9B1B72AA280031DB003FACE9 + 9B1B72AB280031DB003FACE9 + 9B1B72AD280031F8003FACE9 + 9B1B72AE280031F8003FACE9 + 9B335B472925D8A00048A116 + 9B335B482925D8A00048A116 + + isa + PBXGroup + path + View + sourceTree + <group> + + 9B1B72A62800318A003FACE9 + + children + + 9B1B72BD2800422E003FACE9 + 9B1B72BE2800422E003FACE9 + E8DD25D8295583920043C7D5 + E8DD25D9295583920043C7D5 + 9B2EA7C428041EFC00ED17BF + 9B2EA7C528041EFC00ED17BF + 9B2EA7CA2804245500ED17BF + 9B2EA7CB2804245500ED17BF + 9B3A1DF2280571000058E2DD + 9B3A1DF3280571000058E2DD + 9B85F3512806AB9A006EDF51 + 9B85F3522806AB9A006EDF51 + 9B85F3542806DD8A006EDF51 + 9B85F3552806DD8A006EDF51 + + isa + PBXGroup + path + SubViews + sourceTree + <group> + + 9B1B72A728003196003FACE9 + + children + + 9B1B72BA28003E06003FACE9 + 9B1B72BB28003E06003FACE9 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + 9B1B72A82800319B003FACE9 + + children + + 9B1B72B628003772003FACE9 + 9B1B72B728003772003FACE9 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 9B1B72A9280031A2003FACE9 + + children + + 9B1B72B9280037C5003FACE9 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + 9B1B72AA280031DB003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorPKViewController.h + sourceTree + <group> + + 9B1B72AB280031DB003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorPKViewController.m + sourceTree + <group> + + 9B1B72AC280031DB003FACE9 + + fileRef + 9B1B72AB280031DB003FACE9 + isa + PBXBuildFile + + 9B1B72AD280031F8003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorPKSelectRoomView.h + sourceTree + <group> + + 9B1B72AE280031F8003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorPKSelectRoomView.m + sourceTree + <group> + + 9B1B72AF280031F8003FACE9 + + fileRef + 9B1B72AE280031F8003FACE9 + isa + PBXBuildFile + + 9B1B72B328003664003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+AnchorPk.h + sourceTree + <group> + + 9B1B72B428003664003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+AnchorPk.m + sourceTree + <group> + + 9B1B72B528003664003FACE9 + + fileRef + 9B1B72B428003664003FACE9 + isa + PBXBuildFile + + 9B1B72B628003772003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorPKPresenter.h + sourceTree + <group> + + 9B1B72B728003772003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorPKPresenter.m + sourceTree + <group> + + 9B1B72B828003772003FACE9 + + fileRef + 9B1B72B728003772003FACE9 + isa + PBXBuildFile + + 9B1B72B9280037C5003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorPKProtocol.h + sourceTree + <group> + + 9B1B72BA28003E06003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorPKTableViewCell.h + sourceTree + <group> + + 9B1B72BB28003E06003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorPKTableViewCell.m + sourceTree + <group> + + 9B1B72BC28003E06003FACE9 + + fileRef + 9B1B72BB28003E06003FACE9 + isa + PBXBuildFile + + 9B1B72BD2800422E003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorPKRuleView.h + sourceTree + <group> + + 9B1B72BE2800422E003FACE9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorPKRuleView.m + sourceTree + <group> + + 9B1B72BF2800422E003FACE9 + + fileRef + 9B1B72BE2800422E003FACE9 + isa + PBXBuildFile + + 9B1EF3D027E81C0600554295 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineDressUpBubbleViewController.h + sourceTree + <group> + + 9B1EF3D127E81C0600554295 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineDressUpBubbleViewController.m + sourceTree + <group> + + 9B1EF3D227E81C0600554295 + + fileRef + 9B1EF3D127E81C0600554295 + isa + PBXBuildFile + + 9B1EF3D327E8294B00554295 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineDressEmptyCollectionViewCell.h + sourceTree + <group> + + 9B1EF3D427E8294B00554295 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineDressEmptyCollectionViewCell.m + sourceTree + <group> + + 9B1EF3D527E8294B00554295 + + fileRef + 9B1EF3D427E8294B00554295 + isa + PBXBuildFile + + 9B1FC3D327E49A5D006EFFE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ChatBubbleModel.h + sourceTree + <group> + + 9B1FC3D427E49A5D006EFFE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ChatBubbleModel.m + sourceTree + <group> + + 9B1FC3D527E49A5D006EFFE0 + + fileRef + 9B1FC3D427E49A5D006EFFE0 + isa + PBXBuildFile + + 9B1FC3D627E49C36006EFFE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineDressBubbleCollectionViewCell.h + sourceTree + <group> + + 9B1FC3D727E49C36006EFFE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineDressBubbleCollectionViewCell.m + sourceTree + <group> + + 9B1FC3D827E49C36006EFFE0 + + fileRef + 9B1FC3D727E49C36006EFFE0 + isa + PBXBuildFile + + 9B208A342779B50100F9E54A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GiftNobleInfoModel.h + sourceTree + <group> + + 9B208A352779B50100F9E54A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GiftNobleInfoModel.m + sourceTree + <group> + + 9B208A362779B50100F9E54A + + fileRef + 9B208A352779B50100F9E54A + isa + PBXBuildFile + + 9B208A372779C1EF00F9E54A + + children + + E8C1CD5F27D88E4900376F83 + E8C1CD6127D88E6A00376F83 + E8C1CD6227D88E7900376F83 + E8C1CD6327D88EA300376F83 + + isa + PBXGroup + path + FaceView + sourceTree + <group> + + 9B2489BA27C4C056006CFB85 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineVisitorEmptyTableViewCell.h + sourceTree + <group> + + 9B2489BB27C4C056006CFB85 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineVisitorEmptyTableViewCell.m + sourceTree + <group> + + 9B2489BC27C4C056006CFB85 + + fileRef + 9B2489BB27C4C056006CFB85 + isa + PBXBuildFile + + 9B2A12DC2783FEDD00CED41B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UserVipInfoVo.h + sourceTree + <group> + + 9B2A12DD2783FEDD00CED41B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UserVipInfoVo.m + sourceTree + <group> + + 9B2A12DE2783FEDD00CED41B + + fileRef + 9B2A12DD2783FEDD00CED41B + isa + PBXBuildFile + + 9B2EA7BE2804037700ED17BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AnchorPKStageView.h + sourceTree + <group> + + 9B2EA7BF2804037700ED17BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AnchorPKStageView.m + sourceTree + <group> + + 9B2EA7C02804037700ED17BF + + fileRef + 9B2EA7BF2804037700ED17BF + isa + PBXBuildFile + + 9B2EA7C12804052E00ED17BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AnchorPKMicroView.h + sourceTree + <group> + + 9B2EA7C22804052E00ED17BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AnchorPKMicroView.m + sourceTree + <group> + + 9B2EA7C32804052E00ED17BF + + fileRef + 9B2EA7C22804052E00ED17BF + isa + PBXBuildFile + + 9B2EA7C428041EFC00ED17BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorPkPanelView.h + sourceTree + <group> + + 9B2EA7C528041EFC00ED17BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorPkPanelView.m + sourceTree + <group> + + 9B2EA7C628041EFC00ED17BF + + fileRef + 9B2EA7C528041EFC00ED17BF + isa + PBXBuildFile + + 9B2EA7CA2804245500ED17BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorPKPanelUserView.h + sourceTree + <group> + + 9B2EA7CB2804245500ED17BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorPKPanelUserView.m + sourceTree + <group> + + 9B2EA7CC2804245500ED17BF + + fileRef + 9B2EA7CB2804245500ED17BF + isa + PBXBuildFile + + 9B2F72CD28E45A1C0000E4FA + + children + + 9B2F72CE28E45A480000E4FA + 9B2F72CF28E45A480000E4FA + 9B2F72D128E45C5A0000E4FA + 9B2F72D228E45C5A0000E4FA + + isa + PBXGroup + path + QuickMessageView + sourceTree + <group> + + 9B2F72CE28E45A480000E4FA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomQuickMessageContainView.h + sourceTree + <group> + + 9B2F72CF28E45A480000E4FA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomQuickMessageContainView.m + sourceTree + <group> + + 9B2F72D028E45A480000E4FA + + fileRef + 9B2F72CF28E45A480000E4FA + isa + PBXBuildFile + + 9B2F72D128E45C5A0000E4FA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomQuidkMessageCell.h + sourceTree + <group> + + 9B2F72D228E45C5A0000E4FA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomQuidkMessageCell.m + sourceTree + <group> + + 9B2F72D328E45C5A0000E4FA + + fileRef + 9B2F72D228E45C5A0000E4FA + isa + PBXBuildFile + + 9B32A04528881845002009D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTagListView.h + sourceTree + <group> + + 9B32A04628881845002009D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomTagListView.m + sourceTree + <group> + + 9B32A04728881845002009D2 + + fileRef + 9B32A04628881845002009D2 + isa + PBXBuildFile + + 9B335B472925D8A00048A116 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorPKSelectTypeController.h + sourceTree + <group> + + 9B335B482925D8A00048A116 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorPKSelectTypeController.m + sourceTree + <group> + + 9B335B492925D8A00048A116 + + fileRef + 9B335B482925D8A00048A116 + isa + PBXBuildFile + + 9B33E3C827D85379003B0E62 + + children + + 9B33E3CA27D85379003B0E62 + 9B33E3C927D85379003B0E62 + 23959FE52BB15C930085A282 + 23959FE62BB15C930085A282 + 548D541E2CC208FD0084A2FF + 548D541F2CC208FD0084A2FF + + isa + PBXGroup + path + File + sourceTree + <group> + + 9B33E3C927D85379003B0E62 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UploadFile.m + sourceTree + <group> + + 9B33E3CA27D85379003B0E62 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UploadFile.h + sourceTree + <group> + + 9B33E3CB27D85379003B0E62 + + fileRef + 9B33E3C927D85379003B0E62 + isa + PBXBuildFile + + 9B3A1DF2280571000058E2DD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorPKInviteView.h + sourceTree + <group> + + 9B3A1DF3280571000058E2DD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorPKInviteView.m + sourceTree + <group> + + 9B3A1DF4280571000058E2DD + + fileRef + 9B3A1DF3280571000058E2DD + isa + PBXBuildFile + + 9B3C1818292CE4FA003AF543 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorPKMatchView.h + sourceTree + <group> + + 9B3C1819292CE4FA003AF543 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorPKMatchView.m + sourceTree + <group> + + 9B3C181A292CE4FA003AF543 + + fileRef + 9B3C1819292CE4FA003AF543 + isa + PBXBuildFile + + 9B41D36C282649230048C588 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWeekStarRankUserModel.h + sourceTree + <group> + + 9B41D36D282649230048C588 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWeekStarRankUserModel.m + sourceTree + <group> + + 9B41D36E282649230048C588 + + fileRef + 9B41D36D282649230048C588 + isa + PBXBuildFile + + 9B42868C28C1AE2D009034D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPReceiveRedPacketView.h + sourceTree + <group> + + 9B42868D28C1AE2D009034D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPReceiveRedPacketView.m + sourceTree + <group> + + 9B42868E28C1AE2D009034D2 + + fileRef + 9B42868D28C1AE2D009034D2 + isa + PBXBuildFile + + 9B42868F28C1AEBE009034D2 + + children + + 9B42869028C1AED4009034D2 + 9B42869128C1AED4009034D2 + 9B42869328C1E00A009034D2 + 9B42869428C1E00A009034D2 + 9B42869628C1E06B009034D2 + 9B42869728C1E06B009034D2 + 9BF4BEBA28D4182E009CF6C2 + 9BF4BEBB28D4182E009CF6C2 + + isa + PBXGroup + path + Model + sourceTree + <group> + + 9B42869028C1AED4009034D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPReceiveRedPacketModel.h + sourceTree + <group> + + 9B42869128C1AED4009034D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPReceiveRedPacketModel.m + sourceTree + <group> + + 9B42869228C1AED4009034D2 + + fileRef + 9B42869128C1AED4009034D2 + isa + PBXBuildFile + + 9B42869328C1E00A009034D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRedPacketResultModel.h + sourceTree + <group> + + 9B42869428C1E00A009034D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRedPacketResultModel.m + sourceTree + <group> + + 9B42869528C1E00A009034D2 + + fileRef + 9B42869428C1E00A009034D2 + isa + PBXBuildFile + + 9B42869628C1E06B009034D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRedPacketModel.h + sourceTree + <group> + + 9B42869728C1E06B009034D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRedPacketModel.m + sourceTree + <group> + + 9B42869828C1E06B009034D2 + + fileRef + 9B42869728C1E06B009034D2 + isa + PBXBuildFile + + 9B42869928C1FD22009034D2 + + children + + 9B42869A28C1FD3D009034D2 + 9B42869B28C1FD3D009034D2 + 23D321DA2ADFBFF6006B259C + 23D321DB2ADFBFF6006B259C + 239141C42AE129F700322CA9 + 239141C52AE129F700322CA9 + 239141C72AE1358F00322CA9 + 239141C82AE1358F00322CA9 + 23D321DD2ADFCEB2006B259C + 23D321DE2ADFCEB2006B259C + 23D321E02ADFD0FB006B259C + 23D321E12ADFD0FB006B259C + + isa + PBXGroup + path + Cell + sourceTree + <group> + + 9B42869A28C1FD3D009034D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPOpenRedPacketCell.h + sourceTree + <group> + + 9B42869B28C1FD3D009034D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPOpenRedPacketCell.m + sourceTree + <group> + + 9B42869C28C1FD3D009034D2 + + fileRef + 9B42869B28C1FD3D009034D2 + isa + PBXBuildFile + + 9B4C5B83292F81D000CEA41B + + children + + 9B4C5B84292F81FA00CEA41B + 9B4C5B85292F81FA00CEA41B + + isa + PBXGroup + path + Model + sourceTree + <group> + + 9B4C5B84292F81FA00CEA41B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionListFansPartyModel.h + sourceTree + <group> + + 9B4C5B85292F81FA00CEA41B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionListFansPartyModel.m + sourceTree + <group> + + 9B4C5B86292F81FA00CEA41B + + fileRef + 9B4C5B85292F81FA00CEA41B + isa + PBXBuildFile + + 9B4D449128F15765002572D5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftLuckyGiftBroadcastView.h + sourceTree + <group> + + 9B4D449228F15765002572D5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftLuckyGiftBroadcastView.m + sourceTree + <group> + + 9B4D449328F15765002572D5 + + fileRef + 9B4D449228F15765002572D5 + isa + PBXBuildFile + + 9B4E91FE28E57A620033419E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftHeadTypeView.h + sourceTree + <group> + + 9B4E91FF28E57A620033419E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftHeadTypeView.m + sourceTree + <group> + + 9B4E920028E57A620033419E + + fileRef + 9B4E91FF28E57A620033419E + isa + PBXBuildFile + + 9B6B3AA9278C2EA7005551EC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomNobleLevelUpView.h + sourceTree + <group> + + 9B6B3AAA278C2EA7005551EC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomNobleLevelUpView.m + sourceTree + <group> + + 9B6B3AAB278C2EA7005551EC + + fileRef + 9B6B3AAA278C2EA7005551EC + isa + PBXBuildFile + + 9B6E8568281A982A0041A321 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomRecommendView.h + sourceTree + <group> + + 9B6E8569281A982A0041A321 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomRecommendView.m + sourceTree + <group> + + 9B6E856A281A982A0041A321 + + fileRef + 9B6E8569281A982A0041A321 + isa + PBXBuildFile + + 9B6E856B281AAB8B0041A321 + + children + + 9B6E856C281AABAB0041A321 + 9B6E856D281AABAB0041A321 + + isa + PBXGroup + path + Model + sourceTree + <group> + + 9B6E856C281AABAB0041A321 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomRecommendModel.h + sourceTree + <group> + + 9B6E856D281AABAB0041A321 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomRecommendModel.m + sourceTree + <group> + + 9B6E856E281AABAB0041A321 + + fileRef + 9B6E856D281AABAB0041A321 + isa + PBXBuildFile + + 9B6E8570281AAD260041A321 + + children + + 9B6E8574281ABEB20041A321 + 9B6E8568281A982A0041A321 + 9B6E8569281A982A0041A321 + 9B6E856B281AAB8B0041A321 + + isa + PBXGroup + path + RoomRecommend + sourceTree + <group> + + 9B6E8571281AB9B20041A321 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomInsideRecommendCell.h + sourceTree + <group> + + 9B6E8572281AB9B20041A321 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomInsideRecommendCell.m + sourceTree + <group> + + 9B6E8573281AB9B20041A321 + + fileRef + 9B6E8572281AB9B20041A321 + isa + PBXBuildFile + + 9B6E8574281ABEB20041A321 + + children + + 9B6E8571281AB9B20041A321 + 9B6E8572281AB9B20041A321 + 9B6E8575281ABECC0041A321 + 9B6E8576281ABECC0041A321 + 9BAC92F328E6E63000147DD8 + 9BAC92F428E6E63000147DD8 + + isa + PBXGroup + path + SubViews + sourceTree + <group> + + 9B6E8575281ABECC0041A321 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomInsideRecommendEmptyCell.h + sourceTree + <group> + + 9B6E8576281ABECC0041A321 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomInsideRecommendEmptyCell.m + sourceTree + <group> + + 9B6E8577281ABECC0041A321 + + fileRef + 9B6E8576281ABECC0041A321 + isa + PBXBuildFile + + 9B734F71288A787000CBDAA9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineAccountView.h + sourceTree + <group> + + 9B734F72288A787000CBDAA9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineAccountView.m + sourceTree + <group> + + 9B734F73288A787000CBDAA9 + + fileRef + 9B734F72288A787000CBDAA9 + isa + PBXBuildFile + + 9B734F74288A92FB00CBDAA9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFunctionItemModel.h + sourceTree + <group> + + 9B734F75288A92FB00CBDAA9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFunctionItemModel.m + sourceTree + <group> + + 9B734F76288A92FB00CBDAA9 + + fileRef + 9B734F75288A92FB00CBDAA9 + isa + PBXBuildFile + + 9B7B605827BB52FD0070BB72 + + children + + 9BDA3E7227FD40DC00517FE6 + 9B7B606327BBA0D40070BB72 + 9B7B606027BB96E40070BB72 + 9B7B606127BB96E40070BB72 + 9B7B605927BB53060070BB72 + 9B7B605A27BB53060070BB72 + + isa + PBXGroup + path + AnchorView + sourceTree + <group> + + 9B7B605927BB53060070BB72 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorAudienceUpMicView.h + sourceTree + <group> + + 9B7B605A27BB53060070BB72 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorAudienceUpMicView.m + sourceTree + <group> + + 9B7B605B27BB53060070BB72 + + fileRef + 9B7B605A27BB53060070BB72 + isa + PBXBuildFile + + 9B7B606027BB96E40070BB72 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomAnchorInfoCardView.h + sourceTree + <group> + + 9B7B606127BB96E40070BB72 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomAnchorInfoCardView.m + sourceTree + <group> + + 9B7B606227BB96E40070BB72 + + fileRef + 9B7B606127BB96E40070BB72 + isa + PBXBuildFile + + 9B7B606327BBA0D40070BB72 + + children + + 9B7B606427BBA0EE0070BB72 + 9B7B606527BBA0EE0070BB72 + + isa + PBXGroup + path + Model + sourceTree + <group> + + 9B7B606427BBA0EE0070BB72 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorAttentSendInfo.h + sourceTree + <group> + + 9B7B606527BBA0EE0070BB72 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorAttentSendInfo.m + sourceTree + <group> + + 9B7B606627BBA0EE0070BB72 + + fileRef + 9B7B606527BBA0EE0070BB72 + isa + PBXBuildFile + + 9B7D804727537819003DAC0C + + children + + 23FF256D2ABC48810064E904 + 23FF256C2ABC48810064E904 + 9B7D80482753783D003DAC0C + 9B7D80492753783D003DAC0C + E8E20BD9281645300033B688 + E8E20BDA281645300033B688 + E86E79D428A4EA0C006DAF48 + E86E79D528A4EA0C006DAF48 + E88E4A7D297673C600019A50 + 18F403A72758B67900A6C548 + E86B911B281034F10007DEE7 + + isa + PBXGroup + path + Session + sourceTree + <group> + + 9B7D80482753783D003DAC0C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionViewController.h + sourceTree + <group> + + 9B7D80492753783D003DAC0C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionViewController.m + sourceTree + <group> + + 9B7D804A2753783D003DAC0C + + fileRef + 9B7D80492753783D003DAC0C + isa + PBXBuildFile + + 9B7D804B27537950003DAC0C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageCell.h + sourceTree + <group> + + 9B7D804C27537950003DAC0C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageCell.m + sourceTree + <group> + + 9B7D804D27537950003DAC0C + + fileRef + 9B7D804C27537950003DAC0C + isa + PBXBuildFile + + 9B7D804E2753AA9D003DAC0C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UITableView+NIMScrollToBottom.m + sourceTree + <group> + + 9B7D804F2753AA9D003DAC0C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UITableView+NIMScrollToBottom.h + sourceTree + <group> + + 9B7D80502753AA9D003DAC0C + + fileRef + 9B7D804E2753AA9D003DAC0C + isa + PBXBuildFile + + 9B7D904A287BC4FC0033A45E + + children + + 9B7D904B287BC5E20033A45E + 9B7D904C287BC5E20033A45E + 9BE2FA8E288010D300EF3D83 + 9BE2FA8F288010D300EF3D83 + + isa + PBXGroup + path + AnchorCycleView + sourceTree + <group> + + 9B7D904B287BC5E20033A45E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AnchorRoomScrollView.h + sourceTree + <group> + + 9B7D904C287BC5E20033A45E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AnchorRoomScrollView.m + sourceTree + <group> + + 9B7D904D287BC5E20033A45E + + fileRef + 9B7D904C287BC5E20033A45E + isa + PBXBuildFile + + 9B85B6D4279FDAA900A0A1AC + + children + + 9B85B6D5279FDABA00A0A1AC + 9B85B6D6279FDABA00A0A1AC + 9B85B6D8279FDC5200A0A1AC + 9B85B6D9279FDC5200A0A1AC + + isa + PBXGroup + path + SubViews + sourceTree + <group> + + 9B85B6D5279FDABA00A0A1AC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPUserCardSkillCardView.h + sourceTree + <group> + + 9B85B6D6279FDABA00A0A1AC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPUserCardSkillCardView.m + sourceTree + <group> + + 9B85B6D7279FDABA00A0A1AC + + fileRef + 9B85B6D6279FDABA00A0A1AC + isa + PBXBuildFile + + 9B85B6D8279FDC5200A0A1AC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPUserCardSkillCollectionViewCell.h + sourceTree + <group> + + 9B85B6D9279FDC5200A0A1AC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPUserCardSkillCollectionViewCell.m + sourceTree + <group> + + 9B85B6DA279FDC5200A0A1AC + + fileRef + 9B85B6D9279FDC5200A0A1AC + isa + PBXBuildFile + + 9B85F3512806AB9A006EDF51 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorPKResultView.h + sourceTree + <group> + + 9B85F3522806AB9A006EDF51 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorPKResultView.m + sourceTree + <group> + + 9B85F3532806AB9A006EDF51 + + fileRef + 9B85F3522806AB9A006EDF51 + isa + PBXBuildFile + + 9B85F3542806DD8A006EDF51 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorPKFinishView.h + sourceTree + <group> + + 9B85F3552806DD8A006EDF51 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorPKFinishView.m + sourceTree + <group> + + 9B85F3562806DD8A006EDF51 + + fileRef + 9B85F3552806DD8A006EDF51 + isa + PBXBuildFile + + 9B86D8782817DD8400494FCD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomEnterHideTipView.h + sourceTree + <group> + + 9B86D8792817DD8400494FCD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomEnterHideTipView.m + sourceTree + <group> + + 9B86D87A2817DD8400494FCD + + fileRef + 9B86D8792817DD8400494FCD + isa + PBXBuildFile + + 9B86D884281942D200494FCD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SocialMicroView.h + sourceTree + <group> + + 9B86D885281942D200494FCD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SocialMicroView.m + sourceTree + <group> + + 9B86D886281942D200494FCD + + fileRef + 9B86D885281942D200494FCD + isa + PBXBuildFile + + 9B87B3CB2926473D00085110 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionListHeadFriendCell.h + sourceTree + <group> + + 9B87B3CC2926473D00085110 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionListHeadFriendCell.m + sourceTree + <group> + + 9B87B3CD2926473D00085110 + + fileRef + 9B87B3CC2926473D00085110 + isa + PBXBuildFile + + 9B88E20A28C5EB8300D26FBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentRedPacketView.h + sourceTree + <group> + + 9B88E20B28C5EB8300D26FBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentRedPacketView.m + sourceTree + <group> + + 9B88E20C28C5EB8300D26FBA + + fileRef + 9B88E20B28C5EB8300D26FBA + isa + PBXBuildFile + + 9B88E20D28C6305400D26FBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomSearchRecordViewController.h + sourceTree + <group> + + 9B88E20E28C6305400D26FBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomSearchRecordViewController.m + sourceTree + <group> + + 9B88E20F28C6305400D26FBA + + fileRef + 9B88E20E28C6305400D26FBA + isa + PBXBuildFile + + 9B8DE0DF289CF02900FB6EC2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftCompoundModel.h + sourceTree + <group> + + 9B8DE0E0289CF02900FB6EC2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftCompoundModel.m + sourceTree + <group> + + 9B8DE0E1289CF02900FB6EC2 + + fileRef + 9B8DE0E0289CF02900FB6EC2 + isa + PBXBuildFile + + 9B8DE0E2289CF7AA00FB6EC2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomGiftCompoundView.h + sourceTree + <group> + + 9B8DE0E3289CF7AA00FB6EC2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomGiftCompoundView.m + sourceTree + <group> + + 9B8DE0E4289CF7AA00FB6EC2 + + fileRef + 9B8DE0E3289CF7AA00FB6EC2 + isa + PBXBuildFile + + 9B92A33A2797E38100AD168F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineHeadItemTableViewCell.h + sourceTree + <group> + + 9B92A33B2797E38100AD168F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineHeadItemTableViewCell.m + sourceTree + <group> + + 9B92A33C2797E38100AD168F + + fileRef + 9B92A33B2797E38100AD168F + isa + PBXBuildFile + + 9B9BBF80288FBF93004E2E74 + + children + + 9B9BBF81288FBFB3004E2E74 + 9B9BBF82288FBFB3004E2E74 + + isa + PBXGroup + path + NewUserGift + sourceTree + <group> + + 9B9BBF81288FBFB3004E2E74 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewUserRoomGiftView.h + sourceTree + <group> + + 9B9BBF82288FBFB3004E2E74 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewUserRoomGiftView.m + sourceTree + <group> + + 9B9BBF83288FBFB3004E2E74 + + fileRef + 9B9BBF82288FBFB3004E2E74 + isa + PBXBuildFile + + 9B9DFDA227DB4F68000F95B3 + + children + + 9BA8A47627C60DF7000365A3 + 9BA8A47427C60D9F000365A3 + + isa + PBXGroup + name + Recovered References + sourceTree + <group> + + 9BA3B409293DCDFD0071DF1C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPVersionUpdateModel.h + sourceTree + <group> + + 9BA3B40A293DCDFD0071DF1C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPVersionUpdateModel.m + sourceTree + <group> + + 9BA3B40B293DCDFD0071DF1C + + fileRef + 9BA3B40A293DCDFD0071DF1C + isa + PBXBuildFile + + 9BA3B40C293DD2E00071DF1C + + children + + 9BA3B40D293DD2F90071DF1C + 9BA3B40E293DD2F90071DF1C + + isa + PBXGroup + path + VersionUpdate + sourceTree + <group> + + 9BA3B40D293DD2F90071DF1C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPUpgradeView.h + sourceTree + <group> + + 9BA3B40E293DD2F90071DF1C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPUpgradeView.m + sourceTree + <group> + + 9BA3B40F293DD2F90071DF1C + + fileRef + 9BA3B40E293DD2F90071DF1C + isa + PBXBuildFile + + 9BA812D028BF145700783EA7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ClientRedPacketModel.h + sourceTree + <group> + + 9BA812D128BF145700783EA7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ClientRedPacketModel.m + sourceTree + <group> + + 9BA812D228BF145700783EA7 + + fileRef + 9BA812D128BF145700783EA7 + isa + PBXBuildFile + + 9BA812D328BF52A500783EA7 + + children + + 9B42869928C1FD22009034D2 + 9B42868F28C1AEBE009034D2 + 9BA812D928BF53DD00783EA7 + 9BA812D828BF539300783EA7 + 9BA812D728BF538E00783EA7 + 9BA812D428BF52E100783EA7 + 9BA812D528BF52E100783EA7 + 23D321E32ADFE900006B259C + 23D321E42ADFE900006B259C + 238ED8382AE2891D0014EF9D + 238ED8392AE2891D0014EF9D + 23D321E62ADFED0F006B259C + 23D321E72ADFED0F006B259C + 9BA812E228BF70A600783EA7 + 9BA812E328BF70A600783EA7 + 9B42868C28C1AE2D009034D2 + 9B42868D28C1AE2D009034D2 + 239141CA2AE267EF00322CA9 + 239141CB2AE267EF00322CA9 + + isa + PBXGroup + path + SendRedPacket + sourceTree + <group> + + 9BA812D428BF52E100783EA7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomSendRedPacketViewController.h + sourceTree + <group> + + 9BA812D528BF52E100783EA7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomSendRedPacketViewController.m + sourceTree + <group> + + 9BA812D628BF52E100783EA7 + + fileRef + 9BA812D528BF52E100783EA7 + isa + PBXBuildFile + + 9BA812D728BF538E00783EA7 + + children + + 9BA812DB28BF6A7300783EA7 + 9BA812DC28BF6A7300783EA7 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 9BA812D828BF539300783EA7 + + children + + 9BA812E128BF6AFB00783EA7 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + 9BA812D928BF53DD00783EA7 + + children + + 9BA812DE28BF6ABB00783EA7 + 9BA812DF28BF6ABB00783EA7 + + isa + PBXGroup + path + Api + sourceTree + <group> + + 9BA812DB28BF6A7300783EA7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomRedPacketPresenter.h + sourceTree + <group> + + 9BA812DC28BF6A7300783EA7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomRedPacketPresenter.m + sourceTree + <group> + + 9BA812DD28BF6A7300783EA7 + + fileRef + 9BA812DC28BF6A7300783EA7 + isa + PBXBuildFile + + 9BA812DE28BF6ABB00783EA7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+RedPacket.h + sourceTree + <group> + + 9BA812DF28BF6ABB00783EA7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+RedPacket.m + sourceTree + <group> + + 9BA812E028BF6ABB00783EA7 + + fileRef + 9BA812DF28BF6ABB00783EA7 + isa + PBXBuildFile + + 9BA812E128BF6AFB00783EA7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomRedPacketProtocol.h + sourceTree + <group> + + 9BA812E228BF70A600783EA7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomRedPacketPwdView.h + sourceTree + <group> + + 9BA812E328BF70A600783EA7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomRedPacketPwdView.m + sourceTree + <group> + + 9BA812E428BF70A600783EA7 + + fileRef + 9BA812E328BF70A600783EA7 + isa + PBXBuildFile + + 9BA8A47427C60D9F000365A3 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + AudioToolbox.framework + path + System/Library/Frameworks/AudioToolbox.framework + sourceTree + SDKROOT + + 9BA8A47527C60D9F000365A3 + + fileRef + 9BA8A47427C60D9F000365A3 + isa + PBXBuildFile + + 9BA8A47627C60DF7000365A3 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + AVFoundation.framework + path + System/Library/Frameworks/AVFoundation.framework + sourceTree + SDKROOT + + 9BA8A47727C60DF7000365A3 + + fileRef + 9BA8A47627C60DF7000365A3 + isa + PBXBuildFile + + 9BAA5FEB277A1BBE007453F3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPPrivacyViewController.h + sourceTree + <group> + + 9BAA5FEC277A1BBE007453F3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPPrivacyViewController.m + sourceTree + <group> + + 9BAA5FED277A1BBE007453F3 + + fileRef + 9BAA5FEC277A1BBE007453F3 + isa + PBXBuildFile + + 9BAA5FEE277A23F4007453F3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPPermissionsViewController.h + sourceTree + <group> + + 9BAA5FEF277A23F4007453F3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPPermissionsViewController.m + sourceTree + <group> + + 9BAA5FF0277A23F4007453F3 + + fileRef + 9BAA5FEF277A23F4007453F3 + isa + PBXBuildFile + + 9BAC92F328E6E63000147DD8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomInsideOperationCell.h + sourceTree + <group> + + 9BAC92F428E6E63000147DD8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomInsideOperationCell.m + sourceTree + <group> + + 9BAC92F528E6E63000147DD8 + + fileRef + 9BAC92F428E6E63000147DD8 + isa + PBXBuildFile + + 9BAD41AD28C6ECBA005E47B3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPInRoomRecordProtocol.h + sourceTree + <group> + + 9BB865B4272076140029CDE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RtcImplDelegate.h + sourceTree + <group> + + 9BB89DC127FE7F3A00586A83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorFansRelationModel.h + sourceTree + <group> + + 9BB89DC227FE7F3A00586A83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorFansRelationModel.m + sourceTree + <group> + + 9BB89DC327FE7F3A00586A83 + + fileRef + 9BB89DC227FE7F3A00586A83 + isa + PBXBuildFile + + 9BB89DC427FEB9E100586A83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorFansTaskViewController.h + sourceTree + <group> + + 9BB89DC527FEB9E100586A83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorFansTaskViewController.m + sourceTree + <group> + + 9BB89DC627FEB9E100586A83 + + fileRef + 9BB89DC527FEB9E100586A83 + isa + PBXBuildFile + + 9BBC028C2786FA060007C24B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NobleCardModel.h + sourceTree + <group> + + 9BBC028D2786FA060007C24B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NobleCardModel.m + sourceTree + <group> + + 9BBC028E2786FA060007C24B + + fileRef + 9BBC028D2786FA060007C24B + isa + PBXBuildFile + + 9BBC028F2786FC570007C24B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineNobleCardTableViewCell.h + sourceTree + <group> + + 9BBC02902786FC570007C24B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineNobleCardTableViewCell.m + sourceTree + <group> + + 9BBC02912786FC570007C24B + + fileRef + 9BBC02902786FC570007C24B + isa + PBXBuildFile + + 9BC5C915277C809E007C8719 + + children + + 9BD63FB0277EF132006EB744 + 9BC5C919277C8A4D007C8719 + 9BC5C918277C8A22007C8719 + 9BC5C917277C8A1D007C8719 + 9BC5C916277C8A17007C8719 + + isa + PBXGroup + path + ReleaseRadio + sourceTree + <group> + + 9BC5C916277C8A17007C8719 + + children + + 9BD63FB2277EF1B3006EB744 + 9BD63FB3277EF1B3006EB744 + + isa + PBXGroup + path + Model + sourceTree + <group> + + 9BC5C917277C8A1D007C8719 + + children + + 9BD63FA9277EE885006EB744 + 9BD63FAA277EE885006EB744 + + isa + PBXGroup + path + Api + sourceTree + <group> + + 9BC5C918277C8A22007C8719 + + children + + 9BD63FAF277EEAC2006EB744 + 9BC5C91A277C8A7B007C8719 + 9BC5C91B277C8A7B007C8719 + 9BC5C91D277C902B007C8719 + 9BC5C91E277C902B007C8719 + + isa + PBXGroup + path + View + sourceTree + <group> + + 9BC5C919277C8A4D007C8719 + + children + + 9BD63FAC277EE97A006EB744 + 9BD63FAD277EE97A006EB744 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 9BC5C91A277C8A7B007C8719 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPReleaseRadioViewController.h + sourceTree + <group> + + 9BC5C91B277C8A7B007C8719 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPReleaseRadioViewController.m + sourceTree + <group> + + 9BC5C91C277C8A7B007C8719 + + fileRef + 9BC5C91B277C8A7B007C8719 + isa + PBXBuildFile + + 9BC5C91D277C902B007C8719 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPReleaseRadioView.h + sourceTree + <group> + + 9BC5C91E277C902B007C8719 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPReleaseRadioView.m + sourceTree + <group> + + 9BC5C91F277C902B007C8719 + + fileRef + 9BC5C91E277C902B007C8719 + isa + PBXBuildFile + + 9BC8C82E28090C9200C24F85 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomAnchorRankBannerView.h + sourceTree + <group> + + 9BC8C82F28090C9200C24F85 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomAnchorRankBannerView.m + sourceTree + <group> + + 9BC8C83028090C9200C24F85 + + fileRef + 9BC8C82F28090C9200C24F85 + isa + PBXBuildFile + + 9BC9DAED27E33B3F009EE409 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomGiftAnimationParser.h + sourceTree + <group> + + 9BC9DAEE27E33B3F009EE409 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomGiftAnimationParser.m + sourceTree + <group> + + 9BC9DAEF27E33B3F009EE409 + + fileRef + 9BC9DAEE27E33B3F009EE409 + isa + PBXBuildFile + + 9BCB999D28F5716E00466D64 + + children + + 9BE570B928F65B6000D491A5 + 9BCB999E28F571B500466D64 + 9BCB999F28F571B500466D64 + + isa + PBXGroup + path + CollectRoom + sourceTree + <group> + + 9BCB999E28F571B500466D64 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineCollectPartyRoomViewController.h + sourceTree + <group> + + 9BCB999F28F571B500466D64 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineCollectPartyRoomViewController.m + sourceTree + <group> + + 9BCB99A028F571B500466D64 + + fileRef + 9BCB999F28F571B500466D64 + isa + PBXBuildFile + + 9BCB99A428F582EC00466D64 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineCollectRoomEditCell.h + sourceTree + <group> + + 9BCB99A528F582EC00466D64 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineCollectRoomEditCell.m + sourceTree + <group> + + 9BCB99A628F582EC00466D64 + + fileRef + 9BCB99A528F582EC00466D64 + isa + PBXBuildFile + + 9BCD02C52796C02800F396AA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MicroNobleWaveView.h + sourceTree + <group> + + 9BCD02C62796C02800F396AA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MicroNobleWaveView.m + sourceTree + <group> + + 9BCD02C72796C02800F396AA + + fileRef + 9BCD02C62796C02800F396AA + isa + PBXBuildFile + + 9BCE6142277D657600CC0358 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPReleaseRadioTableViewCell.h + sourceTree + <group> + + 9BCE6143277D657600CC0358 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPReleaseRadioTableViewCell.m + sourceTree + <group> + + 9BCE6144277D657600CC0358 + + fileRef + 9BCE6143277D657600CC0358 + isa + PBXBuildFile + + 9BCFB826289BAC7D0093D863 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineHeadFunctionItemLayout.h + sourceTree + <group> + + 9BCFB827289BAC7D0093D863 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineHeadFunctionItemLayout.m + sourceTree + <group> + + 9BCFB828289BAC7D0093D863 + + fileRef + 9BCFB827289BAC7D0093D863 + isa + PBXBuildFile + + 9BD2ECCC288F829600F5CD9A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFootPrintViewController.h + sourceTree + <group> + + 9BD2ECCD288F829600F5CD9A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFootPrintViewController.m + sourceTree + <group> + + 9BD2ECCE288F829600F5CD9A + + fileRef + 9BD2ECCD288F829600F5CD9A + isa + PBXBuildFile + + 9BD2ECCF288F832300F5CD9A + + children + + 9BD2ECD0288F833B00F5CD9A + 9BD2ECD1288F833B00F5CD9A + + isa + PBXGroup + path + FootPrint + sourceTree + <group> + + 9BD2ECD0288F833B00F5CD9A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFootPrintModel.h + sourceTree + <group> + + 9BD2ECD1288F833B00F5CD9A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFootPrintModel.m + sourceTree + <group> + + 9BD2ECD2288F833B00F5CD9A + + fileRef + 9BD2ECD1288F833B00F5CD9A + isa + PBXBuildFile + + 9BD2ECD3288F838200F5CD9A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFootPrintPresenter.h + sourceTree + <group> + + 9BD2ECD4288F838200F5CD9A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFootPrintPresenter.m + sourceTree + <group> + + 9BD2ECD5288F838200F5CD9A + + fileRef + 9BD2ECD4288F838200F5CD9A + isa + PBXBuildFile + + 9BD2ECD6288F849300F5CD9A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFootPrintProtocol.h + sourceTree + <group> + + 9BD2ECD7288F865900F5CD9A + + children + + 9BD2ECD8288F867000F5CD9A + 9BD2ECD9288F867000F5CD9A + + isa + PBXGroup + path + FootPrint + sourceTree + <group> + + 9BD2ECD8288F867000F5CD9A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFootPrintTableViewCell.h + sourceTree + <group> + + 9BD2ECD9288F867000F5CD9A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFootPrintTableViewCell.m + sourceTree + <group> + + 9BD2ECDA288F867000F5CD9A + + fileRef + 9BD2ECD9288F867000F5CD9A + isa + PBXBuildFile + + 9BD63FA9277EE885006EB744 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+RoomRadio.h + sourceTree + <group> + + 9BD63FAA277EE885006EB744 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+RoomRadio.m + sourceTree + <group> + + 9BD63FAB277EE885006EB744 + + fileRef + 9BD63FAA277EE885006EB744 + isa + PBXBuildFile + + 9BD63FAC277EE97A006EB744 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPReleaseRadioPresenter.h + sourceTree + <group> + + 9BD63FAD277EE97A006EB744 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPReleaseRadioPresenter.m + sourceTree + <group> + + 9BD63FAE277EE97A006EB744 + + fileRef + 9BD63FAD277EE97A006EB744 + isa + PBXBuildFile + + 9BD63FAF277EEAC2006EB744 + + children + + 9BCE6142277D657600CC0358 + 9BCE6143277D657600CC0358 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + 9BD63FB0277EF132006EB744 + + children + + 9BD63FB1277EF14A006EB744 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + 9BD63FB1277EF14A006EB744 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPReleaseRadioProtocol.h + sourceTree + <group> + + 9BD63FB2277EF1B3006EB744 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPReleaseRadioModel.h + sourceTree + <group> + + 9BD63FB3277EF1B3006EB744 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPReleaseRadioModel.m + sourceTree + <group> + + 9BD63FB4277EF1B3006EB744 + + fileRef + 9BD63FB3277EF1B3006EB744 + isa + PBXBuildFile + + 9BD798AE29262306003E03E6 + + children + + 9B4C5B83292F81D000CEA41B + 9BD798B52926362F003E03E6 + 9BD798B62926362F003E03E6 + 9B87B3CB2926473D00085110 + 9B87B3CC2926473D00085110 + E8778AE52988C1E000CF139B + E8778AE62988C1E000CF139B + + isa + PBXGroup + path + SessionListHeadView + sourceTree + <group> + + 9BD798B52926362F003E03E6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionListHeadItem.h + sourceTree + <group> + + 9BD798B62926362F003E03E6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionListHeadItem.m + sourceTree + <group> + + 9BD798B72926362F003E03E6 + + fileRef + 9BD798B62926362F003E03E6 + isa + PBXBuildFile + + 9BD8D4E128911E9900AE03FF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineCollectRoomListViewController.h + sourceTree + <group> + + 9BD8D4E228911E9900AE03FF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineCollectRoomListViewController.m + sourceTree + <group> + + 9BD8D4E328911E9900AE03FF + + fileRef + 9BD8D4E228911E9900AE03FF + isa + PBXBuildFile + + 9BD8D4E428911F7700AE03FF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineCollectRoomListPresenter.h + sourceTree + <group> + + 9BD8D4E528911F7700AE03FF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineCollectRoomListPresenter.m + sourceTree + <group> + + 9BD8D4E628911F7700AE03FF + + fileRef + 9BD8D4E528911F7700AE03FF + isa + PBXBuildFile + + 9BD8D4E728911FBD00AE03FF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineCollectRoomListProtocol.h + sourceTree + <group> + + 9BD9A17627A0E953004186FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineVisitorProtocol.h + sourceTree + <group> + + 9BD9A17727A0EC57004186FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineVisitorPresenter.h + sourceTree + <group> + + 9BD9A17827A0EC57004186FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineVisitorPresenter.m + sourceTree + <group> + + 9BD9A17927A0EC57004186FE + + fileRef + 9BD9A17827A0EC57004186FE + isa + PBXBuildFile + + 9BD9A17A27A0EE24004186FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineVisitorViewController.h + sourceTree + <group> + + 9BD9A17B27A0EE24004186FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineVisitorViewController.m + sourceTree + <group> + + 9BD9A17C27A0EE24004186FE + + fileRef + 9BD9A17B27A0EE24004186FE + isa + PBXBuildFile + + 9BD9A17D27A0EFB1004186FE + + children + + 9BD9A17E27A0EFC7004186FE + 9BD9A17F27A0EFC7004186FE + 9B2489BA27C4C056006CFB85 + 9B2489BB27C4C056006CFB85 + + isa + PBXGroup + path + Visitor + sourceTree + <group> + + 9BD9A17E27A0EFC7004186FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineVisitorTableViewCell.h + sourceTree + <group> + + 9BD9A17F27A0EFC7004186FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineVisitorTableViewCell.m + sourceTree + <group> + + 9BD9A18027A0EFC7004186FE + + fileRef + 9BD9A17F27A0EFC7004186FE + isa + PBXBuildFile + + 9BD9A18127A0F110004186FE + + children + + 9BD9A18227A0F128004186FE + 9BD9A18327A0F128004186FE + 9BD9A18527A120FD004186FE + 9BD9A18627A120FD004186FE + + isa + PBXGroup + path + Visitor + sourceTree + <group> + + 9BD9A18227A0F128004186FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineVisitorItemModel.h + sourceTree + <group> + + 9BD9A18327A0F128004186FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineVisitorItemModel.m + sourceTree + <group> + + 9BD9A18427A0F128004186FE + + fileRef + 9BD9A18327A0F128004186FE + isa + PBXBuildFile + + 9BD9A18527A120FD004186FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineVisitorUnReadModel.h + sourceTree + <group> + + 9BD9A18627A120FD004186FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineVisitorUnReadModel.m + sourceTree + <group> + + 9BD9A18727A120FD004186FE + + fileRef + 9BD9A18627A120FD004186FE + isa + PBXBuildFile + + 9BDA3E6F27FD401100517FE6 + + children + + 9B1B7290280010E8003FACE9 + 9B1B7291280010E8003FACE9 + + isa + PBXGroup + path + Api + sourceTree + <group> + + 9BDA3E7027FD401700517FE6 + + children + + 9BDA3E7527FD41C200517FE6 + 9BDA3E7627FD41C200517FE6 + 9BDA3E7827FD43EF00517FE6 + 9BDA3E7927FD43EF00517FE6 + 9BB89DC427FEB9E100586A83 + 9BB89DC527FEB9E100586A83 + 9BE9F10327FF04CF00667200 + 9BE9F10427FF04CF00667200 + + isa + PBXGroup + path + View + sourceTree + <group> + + 9BDA3E7127FD401C00517FE6 + + children + + 9BDA3E7B27FD47AB00517FE6 + 9BDA3E7C27FD47AB00517FE6 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + 9BDA3E7227FD40DC00517FE6 + + children + + 9BDA3E7E27FD47FB00517FE6 + 9BDA3E7327FD417900517FE6 + 9BDA3E7127FD401C00517FE6 + 9BDA3E6F27FD401100517FE6 + 9BDA3E7027FD401700517FE6 + + isa + PBXGroup + path + FansTeam + sourceTree + <group> + + 9BDA3E7327FD417900517FE6 + + children + + 9BB89DC127FE7F3A00586A83 + 9BB89DC227FE7F3A00586A83 + 9BE9F0F727FED12D00667200 + 9BE9F0F827FED12D00667200 + 9BE9F0FA27FED2E100667200 + 9BE9F0FB27FED2E100667200 + 9BE9F0FD27FED76500667200 + 9BE9F0FE27FED76500667200 + 9BE9F10027FEE5C200667200 + 9BE9F10127FEE5C200667200 + + isa + PBXGroup + path + Model + sourceTree + <group> + + 9BDA3E7527FD41C200517FE6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorFansTeamViewController.h + sourceTree + <group> + + 9BDA3E7627FD41C200517FE6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorFansTeamViewController.m + sourceTree + <group> + + 9BDA3E7727FD41C200517FE6 + + fileRef + 9BDA3E7627FD41C200517FE6 + isa + PBXBuildFile + + 9BDA3E7827FD43EF00517FE6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorFansTeamEntranceView.h + sourceTree + <group> + + 9BDA3E7927FD43EF00517FE6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorFansTeamEntranceView.m + sourceTree + <group> + + 9BDA3E7A27FD43EF00517FE6 + + fileRef + 9BDA3E7927FD43EF00517FE6 + isa + PBXBuildFile + + 9BDA3E7B27FD47AB00517FE6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorFansTeamPresenter.h + sourceTree + <group> + + 9BDA3E7C27FD47AB00517FE6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorFansTeamPresenter.m + sourceTree + <group> + + 9BDA3E7D27FD47AB00517FE6 + + fileRef + 9BDA3E7C27FD47AB00517FE6 + isa + PBXBuildFile + + 9BDA3E7E27FD47FB00517FE6 + + children + + 9BDA3E7F27FD480D00517FE6 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + 9BDA3E7F27FD480D00517FE6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorFansTeamProtocol.h + sourceTree + <group> + + 9BE01ACC28925F7D00B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineNewUserRechargeView.h + sourceTree + <group> + + 9BE01ACD28925F7D00B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineNewUserRechargeView.m + sourceTree + <group> + + 9BE01ACE28925F7D00B50299 + + fileRef + 9BE01ACD28925F7D00B50299 + isa + PBXBuildFile + + 9BE01AD228927E9C00B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPDressUpShopListViewController.h + sourceTree + <group> + + 9BE01AD328927E9C00B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPDressUpShopListViewController.m + sourceTree + <group> + + 9BE01AD428927E9C00B50299 + + fileRef + 9BE01AD328927E9C00B50299 + isa + PBXBuildFile + + 9BE01AD8289296B500B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPDressUpShopPresenter.h + sourceTree + <group> + + 9BE01AD9289296B500B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPDressUpShopPresenter.m + sourceTree + <group> + + 9BE01ADA289296B500B50299 + + fileRef + 9BE01AD9289296B500B50299 + isa + PBXBuildFile + + 9BE01ADB2892975000B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPDressUpShopProtocol.h + sourceTree + <group> + + 9BE01ADC2892A66D00B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DressUpShopModel.h + sourceTree + <group> + + 9BE01ADD2892A66D00B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DressUpShopModel.m + sourceTree + <group> + + 9BE01ADE2892A66D00B50299 + + fileRef + 9BE01ADD2892A66D00B50299 + isa + PBXBuildFile + + 9BE01ADF28937DBC00B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPDressUpShopCardViewController.h + sourceTree + <group> + + 9BE01AE028937DBC00B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPDressUpShopCardViewController.m + sourceTree + <group> + + 9BE01AE128937DBC00B50299 + + fileRef + 9BE01AE028937DBC00B50299 + isa + PBXBuildFile + + 9BE01AE228937EDE00B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPDressUpShopCollectionViewCell.h + sourceTree + <group> + + 9BE01AE328937EDE00B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPDressUpShopCollectionViewCell.m + sourceTree + <group> + + 9BE01AE428937EDE00B50299 + + fileRef + 9BE01AE328937EDE00B50299 + isa + PBXBuildFile + + 9BE01AE528938AB600B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPDressUpShopCardTableViewCell.h + sourceTree + <group> + + 9BE01AE628938AB600B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPDressUpShopCardTableViewCell.m + sourceTree + <group> + + 9BE01AE728938AB600B50299 + + fileRef + 9BE01AE628938AB600B50299 + isa + PBXBuildFile + + 9BE01AE82893CB4400B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPDressSearchViewController.h + sourceTree + <group> + + 9BE01AE92893CB4400B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPDressSearchViewController.m + sourceTree + <group> + + 9BE01AEA2893CB4400B50299 + + fileRef + 9BE01AE92893CB4400B50299 + isa + PBXBuildFile + + 9BE01AEB2893D0DF00B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPDressShopSearchTableViewCell.h + sourceTree + <group> + + 9BE01AEC2893D0DF00B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPDressShopSearchTableViewCell.m + sourceTree + <group> + + 9BE01AED2893D0DF00B50299 + + fileRef + 9BE01AEC2893D0DF00B50299 + isa + PBXBuildFile + + 9BE01AEE2893E31700B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NewUserRechargeModel.h + sourceTree + <group> + + 9BE01AEF2893E31700B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NewUserRechargeModel.m + sourceTree + <group> + + 9BE01AF02893E31700B50299 + + fileRef + 9BE01AEF2893E31700B50299 + isa + PBXBuildFile + + 9BE01AF42893E7E000B50299 + + children + + 9BE01AF52893E7F500B50299 + 9BE01AF62893E7F500B50299 + 9BFE0D8C2898C8C300F53C24 + 9BFE0D8D2898C8C300F53C24 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + 9BE01AF52893E7F500B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewUserRechargeCollectionViewCell.h + sourceTree + <group> + + 9BE01AF62893E7F500B50299 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewUserRechargeCollectionViewCell.m + sourceTree + <group> + + 9BE01AF72893E7F500B50299 + + fileRef + 9BE01AF62893E7F500B50299 + isa + PBXBuildFile + + 9BE2FA8E288010D300EF3D83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AnchorRoomSrollTipView.h + sourceTree + <group> + + 9BE2FA8F288010D300EF3D83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AnchorRoomSrollTipView.m + sourceTree + <group> + + 9BE2FA90288010D300EF3D83 + + fileRef + 9BE2FA8F288010D300EF3D83 + isa + PBXBuildFile + + 9BE570B928F65B6000D491A5 + + children + + 9BE570BA28F65B7200D491A5 + 9BE570BB28F65B7200D491A5 + 9BCB99A428F582EC00466D64 + 9BCB99A528F582EC00466D64 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + 9BE570BA28F65B7200D491A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineCollectRoomCell.h + sourceTree + <group> + + 9BE570BB28F65B7200D491A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineCollectRoomCell.m + sourceTree + <group> + + 9BE570BC28F65B7200D491A5 + + fileRef + 9BE570BB28F65B7200D491A5 + isa + PBXBuildFile + + 9BE9F0F727FED12D00667200 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorFansPrivilegeModel.h + sourceTree + <group> + + 9BE9F0F827FED12D00667200 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorFansPrivilegeModel.m + sourceTree + <group> + + 9BE9F0F927FED12D00667200 + + fileRef + 9BE9F0F827FED12D00667200 + isa + PBXBuildFile + + 9BE9F0FA27FED2E100667200 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorFansJoinModel.h + sourceTree + <group> + + 9BE9F0FB27FED2E100667200 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorFansJoinModel.m + sourceTree + <group> + + 9BE9F0FC27FED2E100667200 + + fileRef + 9BE9F0FB27FED2E100667200 + isa + PBXBuildFile + + 9BE9F0FD27FED76500667200 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorFansTaskModel.h + sourceTree + <group> + + 9BE9F0FE27FED76500667200 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorFansTaskModel.m + sourceTree + <group> + + 9BE9F0FF27FED76500667200 + + fileRef + 9BE9F0FE27FED76500667200 + isa + PBXBuildFile + + 9BE9F10027FEE5C200667200 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorFansTaskDetailModel.h + sourceTree + <group> + + 9BE9F10127FEE5C200667200 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorFansTaskDetailModel.m + sourceTree + <group> + + 9BE9F10227FEE5C200667200 + + fileRef + 9BE9F10127FEE5C200667200 + isa + PBXBuildFile + + 9BE9F10327FF04CF00667200 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorFansTaskTableViewCell.h + sourceTree + <group> + + 9BE9F10427FF04CF00667200 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorFansTaskTableViewCell.m + sourceTree + <group> + + 9BE9F10527FF04CF00667200 + + fileRef + 9BE9F10427FF04CF00667200 + isa + PBXBuildFile + + 9BF4BEBA28D4182E009CF6C2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPOpenRedPacketModel.h + sourceTree + <group> + + 9BF4BEBB28D4182E009CF6C2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPOpenRedPacketModel.m + sourceTree + <group> + + 9BF4BEBC28D4182E009CF6C2 + + fileRef + 9BF4BEBB28D4182E009CF6C2 + isa + PBXBuildFile + + 9BF5192428801D4700B6BE92 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKCountDownView.h + sourceTree + <group> + + 9BF5192528801D4700B6BE92 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKCountDownView.m + sourceTree + <group> + + 9BF5192628801D4700B6BE92 + + fileRef + 9BF5192528801D4700B6BE92 + isa + PBXBuildFile + + 9BFB101C2897CC3300B3985E + + children + + 9BFB101D2897CC4300B3985E + 9BFB101E2897CC4300B3985E + + isa + PBXGroup + path + AnchorCard + sourceTree + <group> + + 9BFB101D2897CC4300B3985E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorCardView.h + sourceTree + <group> + + 9BFB101E2897CC4300B3985E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorCardView.m + sourceTree + <group> + + 9BFB101F2897CC4300B3985E + + fileRef + 9BFB101E2897CC4300B3985E + isa + PBXBuildFile + + 9BFB10202897D68400B3985E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTabAnchorCardModel.h + sourceTree + <group> + + 9BFB10212897D68400B3985E + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTabAnchorCardModel.m + sourceTree + <group> + + 9BFB10222897D68400B3985E + + fileRef + 9BFB10212897D68400B3985E + isa + PBXBuildFile + + 9BFE0D8C2898C8C300F53C24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorCardSkillCollectionViewCell.h + sourceTree + <group> + + 9BFE0D8D2898C8C300F53C24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorCardSkillCollectionViewCell.m + sourceTree + <group> + + 9BFE0D8E2898C8C300F53C24 + + fileRef + 9BFE0D8D2898C8C300F53C24 + isa + PBXBuildFile + + 9BFE0D8F289903F600F53C24 + + children + + 9BFE0D902899042600F53C24 + 9BFE0D912899042600F53C24 + + isa + PBXGroup + path + TaskTip + sourceTree + <group> + + 9BFE0D902899042600F53C24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTaskCompleteTipView.h + sourceTree + <group> + + 9BFE0D912899042600F53C24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTaskCompleteTipView.m + sourceTree + <group> + + 9BFE0D922899042600F53C24 + + fileRef + 9BFE0D912899042600F53C24 + isa + PBXBuildFile + + 9BFE992C288142FD009DA429 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomClassifyModel.h + sourceTree + <group> + + 9BFE992D288142FD009DA429 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomClassifyModel.m + sourceTree + <group> + + 9BFE992E288142FD009DA429 + + fileRef + 9BFE992D288142FD009DA429 + isa + PBXBuildFile + + B66633E061B1B34177CD011C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-YuMi.release.xcconfig + path + Target Support Files/Pods-YuMi/Pods-YuMi.release.xcconfig + sourceTree + <group> + + BFB922F5D81845AC32D1E1ED + + children + + 237701112BCF742C00D661F1 + 2377010F2BCF740400D661F1 + 2377010D2BCF73F400D661F1 + 2377010B2BCF73EA00D661F1 + 237701092BCF73DD00D661F1 + 237701072BCF73CE00D661F1 + 23E56B3B2B03564B00C8DAC9 + E87888F32738C30E00BF1D57 + 186A531826FC591100D67B2C + CACF623970097D653132D69A + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + CACF623970097D653132D69A + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + path + Pods_YuMi.framework + sourceTree + BUILT_PRODUCTS_DIR + + D09C770DC30B9BAAEAFC7945 + + children + + 7DB00EC07F1D0ADFF900B38D + B66633E061B1B34177CD011C + + isa + PBXGroup + path + Pods + sourceTree + <group> + + E801273827E322D700BAC3F2 + + children + + E801273D27E3230F00BAC3F2 + E801273C27E3230400BAC3F2 + E801273B27E322FE00BAC3F2 + E801273A27E322F500BAC3F2 + E801273927E322E900BAC3F2 + + isa + PBXGroup + path + RoomPK + sourceTree + <group> + + E801273927E322E900BAC3F2 + + children + + E801274427E3240000BAC3F2 + E8664EE027E45EE6000171BA + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E801273A27E322F500BAC3F2 + + children + + E801274127E323E500BAC3F2 + E801274227E323E500BAC3F2 + E8664EDD27E45EC7000171BA + E8664EDE27E45EC7000171BA + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E801273B27E322FE00BAC3F2 + + children + + E801275227E3321C00BAC3F2 + E801274827E3278E00BAC3F2 + E801273E27E323C800BAC3F2 + E801273F27E323C800BAC3F2 + E8664ED427E434D5000171BA + E8664ED527E434D5000171BA + E84843AD27F59E7E0050D365 + E84843AE27F59E7E0050D365 + 545888312C1AFFB500897585 + 545888322C1AFFB500897585 + + isa + PBXGroup + path + View + sourceTree + <group> + + E801273C27E3230400BAC3F2 + + children + + E801274527E3241700BAC3F2 + E801274627E3241700BAC3F2 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E801273D27E3230F00BAC3F2 + + children + + E801275627E347FD00BAC3F2 + E801275727E347FD00BAC3F2 + E8664EE427E482EF000171BA + E8664EE527E482EF000171BA + E8664ED127E4258A000171BA + E8664ED227E4258A000171BA + E8A88D2B27E81E8700CA8837 + E8A88D2C27E81E8700CA8837 + E8A88D2E27E85EEA00CA8837 + E8A88D2F27E85EEA00CA8837 + E80A086027F2AC190027B30C + E80A086127F2AC190027B30C + + isa + PBXGroup + path + Model + sourceTree + <group> + + E801273E27E323C800BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKViewController.h + sourceTree + <group> + + E801273F27E323C800BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKViewController.m + sourceTree + <group> + + E801274027E323C800BAC3F2 + + fileRef + E801273F27E323C800BAC3F2 + isa + PBXBuildFile + + E801274127E323E500BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKPresenter.h + sourceTree + <group> + + E801274227E323E500BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKPresenter.m + sourceTree + <group> + + E801274327E323E500BAC3F2 + + fileRef + E801274227E323E500BAC3F2 + isa + PBXBuildFile + + E801274427E3240000BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKProtocol.h + sourceTree + <group> + + E801274527E3241700BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+RoomPK.h + sourceTree + <group> + + E801274627E3241700BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+RoomPK.m + sourceTree + <group> + + E801274727E3241700BAC3F2 + + fileRef + E801274627E3241700BAC3F2 + isa + PBXBuildFile + + E801274827E3278E00BAC3F2 + + children + + E801274927E327DA00BAC3F2 + E801274A27E327DA00BAC3F2 + E801274C27E3280000BAC3F2 + E801274D27E3280000BAC3F2 + E801274F27E3281100BAC3F2 + E801275027E3281100BAC3F2 + E8664ED727E4355C000171BA + E8664ED827E4355C000171BA + E8664EDA27E43632000171BA + E8664EDB27E43632000171BA + E8A88D2827E81C8600CA8837 + E8A88D2927E81C8600CA8837 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E801274927E327DA00BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKTypeTableViewCell.h + sourceTree + <group> + + E801274A27E327DA00BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKTypeTableViewCell.m + sourceTree + <group> + + E801274B27E327DA00BAC3F2 + + fileRef + E801274A27E327DA00BAC3F2 + isa + PBXBuildFile + + E801274C27E3280000BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKVoteTableViewCell.h + sourceTree + <group> + + E801274D27E3280000BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKVoteTableViewCell.m + sourceTree + <group> + + E801274E27E3280000BAC3F2 + + fileRef + E801274D27E3280000BAC3F2 + isa + PBXBuildFile + + E801274F27E3281100BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKTimeTableViewCell.h + sourceTree + <group> + + E801275027E3281100BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKTimeTableViewCell.m + sourceTree + <group> + + E801275127E3281100BAC3F2 + + fileRef + E801275027E3281100BAC3F2 + isa + PBXBuildFile + + E801275227E3321C00BAC3F2 + + children + + E801275327E3326000BAC3F2 + E801275427E3326000BAC3F2 + E8664ECE27E42238000171BA + E8664ECF27E42238000171BA + E8664EE127E47711000171BA + E8664EE227E47711000171BA + E8A88D2527E8193400CA8837 + E8A88D2627E8193400CA8837 + E81AF32627F1EE69003B9E43 + E81AF32727F1EE69003B9E43 + E84843B027F5A0740050D365 + E84843B127F5A0740050D365 + 545888342C1C306B00897585 + 545888352C1C306B00897585 + + isa + PBXGroup + path + SubViews + sourceTree + <group> + + E801275327E3326000BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKUserView.h + sourceTree + <group> + + E801275427E3326000BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKUserView.m + sourceTree + <group> + + E801275527E3326000BAC3F2 + + fileRef + E801275427E3326000BAC3F2 + isa + PBXBuildFile + + E801275627E347FD00BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomPKRecordModel.h + sourceTree + <group> + + E801275727E347FD00BAC3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomPKRecordModel.m + sourceTree + <group> + + E801275827E347FD00BAC3F2 + + fileRef + E801275727E347FD00BAC3F2 + isa + PBXBuildFile + + E804875F2717DD70008595F2 + + children + + E89D60BF271D64B9001F8895 + E89D60C0271D64B9001F8895 + E8252FEC27687DF1002B3164 + E8252FED27687DF1002B3164 + E8899C802785A694007944BE + E8899C812785A694007944BE + E87AE8BF284E184300CAFBB3 + E87AE8C0284E184300CAFBB3 + 5412E0FB2C52512100FDD668 + 5412E0FC2C52512100FDD668 + 54E82EAC2CA9293C00C931D9 + 54E82EAD2CA9293C00C931D9 + 544879EE2CD22D4B00D58DC1 + 544879EF2CD22D4B00D58DC1 + 4C5527BA2D1BDCDE00833FFD + 4C5527BB2D1BDCDE00833FFD + 4CA532B52D5B333200B8F59F + 4CA532B62D5B333200B8F59F + 4C75CEF92D6318FF009147A5 + 4C75CEFA2D6318FF009147A5 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E80487602717DD89008595F2 + + children + + E89D60B8271D643A001F8895 + E89D60B9271D643A001F8895 + 54E82EA92CA9261000C931D9 + 54E82EAA2CA9261000C931D9 + 546104172CD4C06400066B21 + 546104182CD4C06400066B21 + 4CFFEFCE2D3A5E130035D016 + 4CFFEFCF2D3A5E130035D016 + 4CA532B22D5AEE9400B8F59F + 4CA532B32D5AEE9400B8F59F + + isa + PBXGroup + path + Api + sourceTree + <group> + + E80487612717DD92008595F2 + + children + + E89D60BB271D647A001F8895 + E89D60BC271D647A001F8895 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E80487622717DDAE008595F2 + + children + + E89D60BE271D648D001F8895 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E80487632717DDD9008595F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMenuItem.h + sourceTree + <group> + + E80487642717DDD9008595F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMenuItem.m + sourceTree + <group> + + E80487652717DDD9008595F2 + + fileRef + E80487642717DDD9008595F2 + isa + PBXBuildFile + + E8098CA5282E00920090B9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+Moments.h + sourceTree + <group> + + E8098CA6282E00920090B9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+Moments.m + sourceTree + <group> + + E8098CA7282E00920090B9F0 + + fileRef + E8098CA6282E00920090B9F0 + isa + PBXBuildFile + + E8098CA8282E03B40090B9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsRecommendPresenter.h + sourceTree + <group> + + E8098CA9282E03B40090B9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsRecommendPresenter.m + sourceTree + <group> + + E8098CAA282E03B40090B9F0 + + fileRef + E8098CA9282E03B40090B9F0 + isa + PBXBuildFile + + E8098CAB282E04870090B9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsRecommendProtocol.h + sourceTree + <group> + + E8098CAC282E07C00090B9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsEmptyTableViewCell.h + sourceTree + <group> + + E8098CAD282E07C00090B9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsEmptyTableViewCell.m + sourceTree + <group> + + E8098CAE282E07C00090B9F0 + + fileRef + E8098CAD282E07C00090B9F0 + isa + PBXBuildFile + + E8098CAF282E86EF0090B9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsContentView.h + sourceTree + <group> + + E8098CB0282E86EF0090B9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsContentView.m + sourceTree + <group> + + E8098CB1282E86EF0090B9F0 + + fileRef + E8098CB0282E86EF0090B9F0 + isa + PBXBuildFile + + E8098CB2282E97550090B9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineBlackListPresenter.h + sourceTree + <group> + + E8098CB3282E97550090B9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineBlackListPresenter.m + sourceTree + <group> + + E8098CB4282E97550090B9F0 + + fileRef + E8098CB3282E97550090B9F0 + isa + PBXBuildFile + + E8098CB6282E97AC0090B9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineBlackListProtocol.h + sourceTree + <group> + + E80A086027F2AC190027B30C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomPKDetailInfoModel.h + sourceTree + <group> + + E80A086127F2AC190027B30C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomPKDetailInfoModel.m + sourceTree + <group> + + E80A086227F2AC190027B30C + + fileRef + E80A086127F2AC190027B30C + isa + PBXBuildFile + + E80A63DA28B86B9700690914 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentMonentsAutoView.h + sourceTree + <group> + + E80A63DB28B86B9700690914 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentMonentsAutoView.m + sourceTree + <group> + + E80A63DC28B86B9700690914 + + fileRef + E80A63DB28B86B9700690914 + isa + PBXBuildFile + + E80B070F280D0A6700A79F63 + + children + + E80B0710280D0A6700A79F63 + E80B0711280D0A6700A79F63 + + isa + PBXGroup + path + Friend + sourceTree + <group> + + E80B0710280D0A6700A79F63 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + FansInfoModel.h + sourceTree + <group> + + E80B0711280D0A6700A79F63 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + FansInfoModel.m + sourceTree + <group> + + E80B0712280D0A6700A79F63 + + fileRef + E80B0711280D0A6700A79F63 + isa + PBXBuildFile + + E80B0732280D740600A79F63 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentGuildView.h + sourceTree + <group> + + E80B0733280D740600A79F63 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentGuildView.m + sourceTree + <group> + + E80B0734280D740600A79F63 + + fileRef + E80B0733280D740600A79F63 + isa + PBXBuildFile + + E80CBDE727D0C528001E1EC2 + + children + + E80CBDE827D0C53F001E1EC2 + E80CBDE927D0C53F001E1EC2 + + isa + PBXGroup + path + Timer + sourceTree + <group> + + E80CBDE827D0C53F001E1EC2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWeakTimer.h + sourceTree + <group> + + E80CBDE927D0C53F001E1EC2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWeakTimer.m + sourceTree + <group> + + E80CBDEA27D0C53F001E1EC2 + + fileRef + E80CBDE927D0C53F001E1EC2 + isa + PBXBuildFile + + E80DE4042775663500BE5BCB + + children + + E80DE4052775665000BE5BCB + E80DE4062775665000BE5BCB + E80DE40B2775ABA500BE5BCB + E80DE40C2775ABA500BE5BCB + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E80DE4052775665000BE5BCB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPFirstRechargeCollectionViewCell.h + sourceTree + <group> + + E80DE4062775665000BE5BCB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPFirstRechargeCollectionViewCell.m + sourceTree + <group> + + E80DE4072775665000BE5BCB + + fileRef + E80DE4062775665000BE5BCB + isa + PBXBuildFile + + E80DE408277568D300BE5BCB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ThemeColor+FirstRecharge.h + sourceTree + <group> + + E80DE409277568D300BE5BCB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ThemeColor+FirstRecharge.m + sourceTree + <group> + + E80DE40A277568D300BE5BCB + + fileRef + E80DE409277568D300BE5BCB + isa + PBXBuildFile + + E80DE40B2775ABA500BE5BCB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPFirstRechargeFlowLayout.h + sourceTree + <group> + + E80DE40C2775ABA500BE5BCB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPFirstRechargeFlowLayout.m + sourceTree + <group> + + E80DE40D2775ABA500BE5BCB + + fileRef + E80DE40C2775ABA500BE5BCB + isa + PBXBuildFile + + E80DE40E2775C34E00BE5BCB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPFirstRechargeSuccessView.h + sourceTree + <group> + + E80DE40F2775C34E00BE5BCB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPFirstRechargeSuccessView.m + sourceTree + <group> + + E80DE4102775C34E00BE5BCB + + fileRef + E80DE40F2775C34E00BE5BCB + isa + PBXBuildFile + + E80E09A92A40B70100CD2BE7 + + fileRef + E80E09AB2A40B70100CD2BE7 + isa + PBXBuildFile + + E80E09AA2A40B70100CD2BE7 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + zh-Hant + path + zh-Hant.lproj/Localizable.strings + sourceTree + <group> + + E80E09AB2A40B70100CD2BE7 + + children + + E80E09AA2A40B70100CD2BE7 + 2368ECC92BC38F6400EDF4C9 + 2368ECCA2BC38F6F00EDF4C9 + 54435F2D2CC89D4600F4884B + + isa + PBXVariantGroup + name + Localizable.strings + sourceTree + <group> + + E80E09AC2A41336500CD2BE7 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWebViewNavView.m + sourceTree + <group> + + E80E09AD2A41336500CD2BE7 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWebViewNavView.h + sourceTree + <group> + + E80E09AE2A41336500CD2BE7 + + fileRef + E80E09AC2A41336500CD2BE7 + isa + PBXBuildFile + + E80E09B12A42071C00CD2BE7 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomStarKitchenBannerView.h + sourceTree + <group> + + E80E09B22A42071D00CD2BE7 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomStarKitchenBannerView.m + sourceTree + <group> + + E80E09B32A42071D00CD2BE7 + + fileRef + E80E09B22A42071D00CD2BE7 + isa + PBXBuildFile + + E80E09B42A42078F00CD2BE7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomStarKitchenModel.h + sourceTree + <group> + + E80E09B52A42078F00CD2BE7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomStarKitchenModel.m + sourceTree + <group> + + E80E09B62A42078F00CD2BE7 + + fileRef + E80E09B52A42078F00CD2BE7 + isa + PBXBuildFile + + E80E2375299A47F60013FD40 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AESUtils.h + sourceTree + <group> + + E80E2376299A47F60013FD40 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AESUtils.m + sourceTree + <group> + + E80E2377299A47F60013FD40 + + fileRef + E80E2376299A47F60013FD40 + isa + PBXBuildFile + + E80E900A27E0358900434B90 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTopicAlertView.h + sourceTree + <group> + + E80E900B27E0358900434B90 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomTopicAlertView.m + sourceTree + <group> + + E80E900C27E0358900434B90 + + fileRef + E80E900B27E0358900434B90 + isa + PBXBuildFile + + E80EC74A28ACD84000D133C5 + + children + + E80EC8BE28ACDB2A00D133C5 + E80EC76128ACD84000D133C5 + E80EC80828ACD84000D133C5 + E80EC74B28ACD84000D133C5 + + isa + PBXGroup + path + InputView + sourceTree + <group> + + E80EC74B28ACD84000D133C5 + + children + + E80EC75F28ACD84000D133C5 + E80EC75228ACD84000D133C5 + E80EC75428ACD84000D133C5 + E80EC75D28ACD84000D133C5 + E80EC75928ACD84000D133C5 + E80EC74C28ACD84000D133C5 + E80EC74D28ACD84000D133C5 + E80EC75828ACD84000D133C5 + E80EC75C28ACD84000D133C5 + E80EC75528ACD84000D133C5 + E80EC75B28ACD84000D133C5 + E80EC75028ACD84000D133C5 + E80EC75728ACD84000D133C5 + E80EC74E28ACD84000D133C5 + E80EC75A28ACD84000D133C5 + E80EC75128ACD84000D133C5 + E80EC75328ACD84000D133C5 + E80EC75E28ACD84000D133C5 + E81125C2296E57B7000D9804 + E81125C3296E57B7000D9804 + E81125C8296E606F000D9804 + E81125C9296E606F000D9804 + E80EC75628ACD84000D133C5 + E80EC74F28ACD84000D133C5 + E80EC8C028ACF97A00D133C5 + E80EC8C128ACF97A00D133C5 + E81125C5296E596D000D9804 + E81125C6296E596D000D9804 + + isa + PBXGroup + path + InputView + sourceTree + <group> + + E80EC74C28ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + QEmotionBoardView.m + sourceTree + <group> + + E80EC74D28ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + QEmotionHelper.h + sourceTree + <group> + + E80EC74E28ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + QInputBarViewConfiguration.m + sourceTree + <group> + + E80EC74F28ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UITextView+QEmotion.m + sourceTree + <group> + + E80EC75028ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + QInputBarView.m + sourceTree + <group> + + E80EC75128ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + QKeyboardBaseManager.m + sourceTree + <group> + + E80EC75228ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + QEmotion.m + sourceTree + <group> + + E80EC75328ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + QKeyboardManager.h + sourceTree + <group> + + E80EC75428ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + QEmotionAttachment.h + sourceTree + <group> + + E80EC75528ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + QExtendBoardView.m + sourceTree + <group> + + E80EC75628ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UITextView+QEmotion.h + sourceTree + <group> + + E80EC75728ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + QInputBarViewConfiguration.h + sourceTree + <group> + + E80EC75828ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + QEmotionHelper.m + sourceTree + <group> + + E80EC75928ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + QEmotionBoardView.h + sourceTree + <group> + + E80EC75A28ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + QKeyboardBaseManager.h + sourceTree + <group> + + E80EC75B28ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + QInputBarView.h + sourceTree + <group> + + E80EC75C28ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + QExtendBoardView.h + sourceTree + <group> + + E80EC75D28ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + QEmotionAttachment.m + sourceTree + <group> + + E80EC75E28ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + QKeyboardManager.m + sourceTree + <group> + + E80EC75F28ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + QEmotion.h + sourceTree + <group> + + E80EC76128ACD84000D133C5 + + children + + E80EC76228ACD84000D133C5 + E80EC76328ACD84000D133C5 + E80EC76428ACD84000D133C5 + E80EC76528ACD84000D133C5 + E80EC76628ACD84000D133C5 + E80EC76728ACD84000D133C5 + E80EC76828ACD84000D133C5 + E80EC76928ACD84000D133C5 + E80EC76A28ACD84000D133C5 + E80EC76B28ACD84000D133C5 + E80EC76C28ACD84000D133C5 + E80EC76D28ACD84000D133C5 + E80EC76E28ACD84000D133C5 + E80EC76F28ACD84000D133C5 + E80EC77028ACD84000D133C5 + E80EC77128ACD84000D133C5 + E80EC77228ACD84000D133C5 + E80EC77328ACD84000D133C5 + E80EC77428ACD84000D133C5 + E80EC77528ACD84000D133C5 + E80EC77628ACD84000D133C5 + E80EC77728ACD84000D133C5 + E80EC77828ACD84000D133C5 + E80EC77928ACD84000D133C5 + E80EC77A28ACD84000D133C5 + E80EC77B28ACD84000D133C5 + E80EC77C28ACD84000D133C5 + E80EC77D28ACD84000D133C5 + E80EC77E28ACD84000D133C5 + E80EC77F28ACD84000D133C5 + E80EC78028ACD84000D133C5 + E80EC78128ACD84000D133C5 + E80EC78228ACD84000D133C5 + E80EC78328ACD84000D133C5 + E80EC78428ACD84000D133C5 + E80EC78528ACD84000D133C5 + E80EC78628ACD84000D133C5 + E80EC78728ACD84000D133C5 + E80EC78828ACD84000D133C5 + E80EC78928ACD84000D133C5 + E80EC78A28ACD84000D133C5 + E80EC78B28ACD84000D133C5 + E80EC78C28ACD84000D133C5 + E80EC78D28ACD84000D133C5 + E80EC78E28ACD84000D133C5 + E80EC78F28ACD84000D133C5 + E80EC79028ACD84000D133C5 + E80EC79128ACD84000D133C5 + E80EC79228ACD84000D133C5 + E80EC79328ACD84000D133C5 + E80EC79428ACD84000D133C5 + E80EC79528ACD84000D133C5 + E80EC79628ACD84000D133C5 + E80EC79728ACD84000D133C5 + E80EC79828ACD84000D133C5 + E80EC79928ACD84000D133C5 + E80EC79A28ACD84000D133C5 + E80EC79B28ACD84000D133C5 + E80EC79C28ACD84000D133C5 + E80EC79D28ACD84000D133C5 + E80EC79E28ACD84000D133C5 + E80EC79F28ACD84000D133C5 + E80EC7A028ACD84000D133C5 + E80EC7A128ACD84000D133C5 + E80EC7A228ACD84000D133C5 + E80EC7A328ACD84000D133C5 + E80EC7A428ACD84000D133C5 + E80EC7A528ACD84000D133C5 + E80EC7A628ACD84000D133C5 + E80EC7A728ACD84000D133C5 + E80EC7A828ACD84000D133C5 + E80EC7A928ACD84000D133C5 + E80EC7AA28ACD84000D133C5 + E80EC7AB28ACD84000D133C5 + E80EC7AC28ACD84000D133C5 + E80EC7AD28ACD84000D133C5 + E80EC7AE28ACD84000D133C5 + E80EC7AF28ACD84000D133C5 + E80EC7B028ACD84000D133C5 + E80EC7B128ACD84000D133C5 + E80EC7B228ACD84000D133C5 + E80EC7B328ACD84000D133C5 + E80EC7B428ACD84000D133C5 + E80EC7B528ACD84000D133C5 + E80EC7B628ACD84000D133C5 + E80EC7B728ACD84000D133C5 + E80EC7B828ACD84000D133C5 + E80EC7B928ACD84000D133C5 + E80EC7BA28ACD84000D133C5 + E80EC7BB28ACD84000D133C5 + E80EC7BC28ACD84000D133C5 + E80EC7BD28ACD84000D133C5 + E80EC7BE28ACD84000D133C5 + E80EC7BF28ACD84000D133C5 + E80EC7C028ACD84000D133C5 + E80EC7C128ACD84000D133C5 + E80EC7C228ACD84000D133C5 + E80EC7C328ACD84000D133C5 + E80EC7C428ACD84000D133C5 + E80EC7C528ACD84000D133C5 + E80EC7C628ACD84000D133C5 + E80EC7C728ACD84000D133C5 + E80EC7C828ACD84000D133C5 + E80EC7C928ACD84000D133C5 + E80EC7CA28ACD84000D133C5 + E80EC7CB28ACD84000D133C5 + E80EC7CC28ACD84000D133C5 + E80EC7CD28ACD84000D133C5 + E80EC7CE28ACD84000D133C5 + E80EC7CF28ACD84000D133C5 + E80EC7D028ACD84000D133C5 + E80EC7D128ACD84000D133C5 + E80EC7D228ACD84000D133C5 + E80EC7D328ACD84000D133C5 + E80EC7D428ACD84000D133C5 + E80EC7D528ACD84000D133C5 + E80EC7D628ACD84000D133C5 + E80EC7D728ACD84000D133C5 + E80EC7D828ACD84000D133C5 + E80EC7D928ACD84000D133C5 + E80EC7DA28ACD84000D133C5 + E80EC7DB28ACD84000D133C5 + E80EC7DC28ACD84000D133C5 + E80EC7DD28ACD84000D133C5 + E80EC7DE28ACD84000D133C5 + E80EC7DF28ACD84000D133C5 + E80EC7E028ACD84000D133C5 + E80EC7E128ACD84000D133C5 + E80EC7E228ACD84000D133C5 + E80EC7E328ACD84000D133C5 + E80EC7E428ACD84000D133C5 + E80EC7E528ACD84000D133C5 + E80EC7E628ACD84000D133C5 + E80EC7E728ACD84000D133C5 + E80EC7E828ACD84000D133C5 + E80EC7E928ACD84000D133C5 + E80EC7EA28ACD84000D133C5 + E80EC7EB28ACD84000D133C5 + E80EC7EC28ACD84000D133C5 + E80EC7ED28ACD84000D133C5 + E80EC7EE28ACD84000D133C5 + E80EC7EF28ACD84000D133C5 + E80EC7F028ACD84000D133C5 + E80EC7F128ACD84000D133C5 + E80EC7F228ACD84000D133C5 + E80EC7F328ACD84000D133C5 + E80EC7F428ACD84000D133C5 + E80EC7F528ACD84000D133C5 + E80EC7F628ACD84000D133C5 + E80EC7F728ACD84000D133C5 + E80EC7F828ACD84000D133C5 + E80EC7F928ACD84000D133C5 + E80EC7FA28ACD84000D133C5 + E80EC7FB28ACD84000D133C5 + E80EC7FC28ACD84000D133C5 + E80EC7FD28ACD84000D133C5 + E80EC7FE28ACD84000D133C5 + E80EC7FF28ACD84000D133C5 + E80EC80028ACD84000D133C5 + E80EC80128ACD84000D133C5 + E80EC80228ACD84000D133C5 + E80EC80328ACD84000D133C5 + E80EC80428ACD84000D133C5 + E80EC80528ACD84000D133C5 + E80EC80628ACD84000D133C5 + E80EC80728ACD84000D133C5 + + isa + PBXGroup + path + Emoji + sourceTree + <group> + + E80EC76228ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_138@2x.png + sourceTree + <group> + + E80EC76328ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_145@2x.png + sourceTree + <group> + + E80EC76428ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_126@2x.png + sourceTree + <group> + + E80EC76528ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_134@2x.png + sourceTree + <group> + + E80EC76628ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_149@2x.png + sourceTree + <group> + + E80EC76728ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_80@2x.png + sourceTree + <group> + + E80EC76828ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_161@2x.png + sourceTree + <group> + + E80EC76928ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_102@2x.png + sourceTree + <group> + + E80EC76A28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_92@2x.png + sourceTree + <group> + + E80EC76B28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_110@2x.png + sourceTree + <group> + + E80EC76C28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_26@2x.png + sourceTree + <group> + + E80EC76D28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_45@2x.png + sourceTree + <group> + + E80EC76E28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_38@2x.png + sourceTree + <group> + + E80EC76F28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_49@2x.png + sourceTree + <group> + + E80EC77028ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_34@2x.png + sourceTree + <group> + + E80EC77128ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_57@2x.png + sourceTree + <group> + + E80EC77228ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_02@2x.png + sourceTree + <group> + + E80EC77328ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_61@2x.png + sourceTree + <group> + + E80EC77428ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_10@2x.png + sourceTree + <group> + + E80EC77528ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_73@2x.png + sourceTree + <group> + + E80EC77628ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_55@2x.png + sourceTree + <group> + + E80EC77728ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_28@2x.png + sourceTree + <group> + + E80EC77828ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_36@2x.png + sourceTree + <group> + + E80EC77928ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_47@2x.png + sourceTree + <group> + + E80EC77A28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_59@2x.png + sourceTree + <group> + + E80EC77B28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_24@2x.png + sourceTree + <group> + + E80EC77C28ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.xml + path + emoji.xml + sourceTree + <group> + + E80EC77D28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_71@2x.png + sourceTree + <group> + + E80EC77E28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_12@2x.png + sourceTree + <group> + + E80EC77F28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_63@2x.png + sourceTree + <group> + + E80EC78028ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_00@2x.png + sourceTree + <group> + + E80EC78128ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_136@2x.png + sourceTree + <group> + + E80EC78228ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_128@2x.png + sourceTree + <group> + + E80EC78328ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_124@2x.png + sourceTree + <group> + + E80EC78428ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_147@2x.png + sourceTree + <group> + + E80EC78528ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_112@2x.png + sourceTree + <group> + + E80EC78628ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_90@2x.png + sourceTree + <group> + + E80EC78728ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_100@2x.png + sourceTree + <group> + + E80EC78828ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_82@2x.png + sourceTree + <group> + + E80EC78928ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_163@2x.png + sourceTree + <group> + + E80EC78A28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_67@2x.png + sourceTree + <group> + + E80EC78B28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_04@2x.png + sourceTree + <group> + + E80EC78C28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_79@2x.png + sourceTree + <group> + + E80EC78D28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_08@2x.png + sourceTree + <group> + + E80EC78E28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_75@2x.png + sourceTree + <group> + + E80EC78F28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_16@2x.png + sourceTree + <group> + + E80EC79028ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_43@2x.png + sourceTree + <group> + + E80EC79128ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_20@2x.png + sourceTree + <group> + + E80EC79228ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_51@2x.png + sourceTree + <group> + + E80EC79328ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_32@2x.png + sourceTree + <group> + + E80EC79428ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_98@2x.png + sourceTree + <group> + + E80EC79528ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_104@2x.png + sourceTree + <group> + + E80EC79628ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_86@2x.png + sourceTree + <group> + + E80EC79728ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_116@2x.png + sourceTree + <group> + + E80EC79828ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_94@2x.png + sourceTree + <group> + + E80EC79928ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_108@2x.png + sourceTree + <group> + + E80EC79A28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_120@2x.png + sourceTree + <group> + + E80EC79B28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_143@2x.png + sourceTree + <group> + + E80EC79C28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_132@2x.png + sourceTree + <group> + + E80EC79D28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_151@2x.png + sourceTree + <group> + + E80EC79E28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_96@2x.png + sourceTree + <group> + + E80EC79F28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_88@2x.png + sourceTree + <group> + + E80EC7A028ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_114@2x.png + sourceTree + <group> + + E80EC7A128ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_84@2x.png + sourceTree + <group> + + E80EC7A228ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_165@2x.png + sourceTree + <group> + + E80EC7A328ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_118@2x.png + sourceTree + <group> + + E80EC7A428ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_106@2x.png + sourceTree + <group> + + E80EC7A528ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_130@2x.png + sourceTree + <group> + + E80EC7A628ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_141@2x.png + sourceTree + <group> + + E80EC7A728ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_122@2x.png + sourceTree + <group> + + E80EC7A828ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_14@2x.png + sourceTree + <group> + + E80EC7A928ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_69@2x.png + sourceTree + <group> + + E80EC7AA28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_77@2x.png + sourceTree + <group> + + E80EC7AB28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_06@2x.png + sourceTree + <group> + + E80EC7AC28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_18@2x.png + sourceTree + <group> + + E80EC7AD28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_65@2x.png + sourceTree + <group> + + E80EC7AE28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_30@2x.png + sourceTree + <group> + + E80EC7AF28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_53@2x.png + sourceTree + <group> + + E80EC7B028ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_22@2x.png + sourceTree + <group> + + E80EC7B128ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_41@2x.png + sourceTree + <group> + + E80EC7B228ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_60@2x.png + sourceTree + <group> + + E80EC7B328ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_03@2x.png + sourceTree + <group> + + E80EC7B428ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_72@2x.png + sourceTree + <group> + + E80EC7B528ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_11@2x.png + sourceTree + <group> + + E80EC7B628ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_39@2x.png + sourceTree + <group> + + E80EC7B728ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_44@2x.png + sourceTree + <group> + + E80EC7B828ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_27@2x.png + sourceTree + <group> + + E80EC7B928ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_200@2x.png + sourceTree + <group> + + E80EC7BA28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_56@2x.png + sourceTree + <group> + + E80EC7BB28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_35@2x.png + sourceTree + <group> + + E80EC7BC28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_48@2x.png + sourceTree + <group> + + E80EC7BD28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_103@2x.png + sourceTree + <group> + + E80EC7BE28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_81@2x.png + sourceTree + <group> + + E80EC7BF28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_160@2x.png + sourceTree + <group> + + E80EC7C028ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_111@2x.png + sourceTree + <group> + + E80EC7C128ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_93@2x.png + sourceTree + <group> + + E80EC7C228ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_127@2x.png + sourceTree + <group> + + E80EC7C328ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_144@2x.png + sourceTree + <group> + + E80EC7C428ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_139@2x.png + sourceTree + <group> + + E80EC7C528ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_148@2x.png + sourceTree + <group> + + E80EC7C628ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_135@2x.png + sourceTree + <group> + + E80EC7C728ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_91@2x.png + sourceTree + <group> + + E80EC7C828ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_113@2x.png + sourceTree + <group> + + E80EC7C928ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_83@2x.png + sourceTree + <group> + + E80EC7CA28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_162@2x.png + sourceTree + <group> + + E80EC7CB28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_101@2x.png + sourceTree + <group> + + E80EC7CC28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_129@2x.png + sourceTree + <group> + + E80EC7CD28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_137@2x.png + sourceTree + <group> + + E80EC7CE28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_146@2x.png + sourceTree + <group> + + E80EC7CF28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_125@2x.png + sourceTree + <group> + + E80EC7D028ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_13@2x.png + sourceTree + <group> + + E80EC7D128ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_70@2x.png + sourceTree + <group> + + E80EC7D228ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_01@2x.png + sourceTree + <group> + + E80EC7D328ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_62@2x.png + sourceTree + <group> + + E80EC7D428ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_37@2x.png + sourceTree + <group> + + E80EC7D528ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_29@2x.png + sourceTree + <group> + + E80EC7D628ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_54@2x.png + sourceTree + <group> + + E80EC7D728ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoj_s_normal@2x.png + sourceTree + <group> + + E80EC7D828ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_25@2x.png + sourceTree + <group> + + E80EC7D928ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_58@2x.png + sourceTree + <group> + + E80EC7DA28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_46@2x.png + sourceTree + <group> + + E80EC7DB28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_del_pressed@2x.png + sourceTree + <group> + + E80EC7DC28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_142@2x.png + sourceTree + <group> + + E80EC7DD28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_121@2x.png + sourceTree + <group> + + E80EC7DE28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_150@2x.png + sourceTree + <group> + + E80EC7DF28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_133@2x.png + sourceTree + <group> + + E80EC7E028ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_87@2x.png + sourceTree + <group> + + E80EC7E128ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_166@2x.png + sourceTree + <group> + + E80EC7E228ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_105@2x.png + sourceTree + <group> + + E80EC7E328ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_99@2x.png + sourceTree + <group> + + E80EC7E428ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_109@2x.png + sourceTree + <group> + + E80EC7E528ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_95@2x.png + sourceTree + <group> + + E80EC7E628ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_117@2x.png + sourceTree + <group> + + E80EC7E728ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_21@2x.png + sourceTree + <group> + + E80EC7E828ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_42@2x.png + sourceTree + <group> + + E80EC7E928ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_33@2x.png + sourceTree + <group> + + E80EC7EA28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_50@2x.png + sourceTree + <group> + + E80EC7EB28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_78@2x.png + sourceTree + <group> + + E80EC7EC28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_05@2x.png + sourceTree + <group> + + E80EC7ED28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_66@2x.png + sourceTree + <group> + + E80EC7EE28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_17@2x.png + sourceTree + <group> + + E80EC7EF28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_74@2x.png + sourceTree + <group> + + E80EC7F028ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_09@2x.png + sourceTree + <group> + + E80EC7F128ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_52@2x.png + sourceTree + <group> + + E80EC7F228ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_31@2x.png + sourceTree + <group> + + E80EC7F328ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_40@2x.png + sourceTree + <group> + + E80EC7F428ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_23@2x.png + sourceTree + <group> + + E80EC7F528ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_del_normal@2x.png + sourceTree + <group> + + E80EC7F628ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_76@2x.png + sourceTree + <group> + + E80EC7F728ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_68@2x.png + sourceTree + <group> + + E80EC7F828ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_15@2x.png + sourceTree + <group> + + E80EC7F928ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_64@2x.png + sourceTree + <group> + + E80EC7FA28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_19@2x.png + sourceTree + <group> + + E80EC7FB28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_07@2x.png + sourceTree + <group> + + E80EC7FC28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_131@2x.png + sourceTree + <group> + + E80EC7FD28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoj_s_pressed@2x.png + sourceTree + <group> + + E80EC7FE28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_152@2x.png + sourceTree + <group> + + E80EC7FF28ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_123@2x.png + sourceTree + <group> + + E80EC80028ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_140@2x.png + sourceTree + <group> + + E80EC80128ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_115@2x.png + sourceTree + <group> + + E80EC80228ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_89@2x.png + sourceTree + <group> + + E80EC80328ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_97@2x.png + sourceTree + <group> + + E80EC80428ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_107@2x.png + sourceTree + <group> + + E80EC80528ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_119@2x.png + sourceTree + <group> + + E80EC80628ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_85@2x.png + sourceTree + <group> + + E80EC80728ACD84000D133C5 + + isa + PBXFileReference + lastKnownFileType + image.png + path + emoji_164@2x.png + sourceTree + <group> + + E80EC80828ACD84000D133C5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + emoji.plist + sourceTree + <group> + + E80EC80A28ACD84000D133C5 + + fileRef + E80EC74C28ACD84000D133C5 + isa + PBXBuildFile + + E80EC80B28ACD84000D133C5 + + fileRef + E80EC74E28ACD84000D133C5 + isa + PBXBuildFile + + E80EC80C28ACD84000D133C5 + + fileRef + E80EC74F28ACD84000D133C5 + isa + PBXBuildFile + + E80EC80D28ACD84000D133C5 + + fileRef + E80EC75028ACD84000D133C5 + isa + PBXBuildFile + + E80EC80E28ACD84000D133C5 + + fileRef + E80EC75128ACD84000D133C5 + isa + PBXBuildFile + + E80EC80F28ACD84000D133C5 + + fileRef + E80EC75228ACD84000D133C5 + isa + PBXBuildFile + + E80EC81028ACD84000D133C5 + + fileRef + E80EC75528ACD84000D133C5 + isa + PBXBuildFile + + E80EC81128ACD84000D133C5 + + fileRef + E80EC75828ACD84000D133C5 + isa + PBXBuildFile + + E80EC81228ACD84000D133C5 + + fileRef + E80EC75D28ACD84000D133C5 + isa + PBXBuildFile + + E80EC81328ACD84000D133C5 + + fileRef + E80EC75E28ACD84000D133C5 + isa + PBXBuildFile + + E80EC81428ACD84000D133C5 + + fileRef + E80EC76228ACD84000D133C5 + isa + PBXBuildFile + + E80EC81528ACD84000D133C5 + + fileRef + E80EC76328ACD84000D133C5 + isa + PBXBuildFile + + E80EC81628ACD84000D133C5 + + fileRef + E80EC76428ACD84000D133C5 + isa + PBXBuildFile + + E80EC81728ACD84000D133C5 + + fileRef + E80EC76528ACD84000D133C5 + isa + PBXBuildFile + + E80EC81828ACD84000D133C5 + + fileRef + E80EC76628ACD84000D133C5 + isa + PBXBuildFile + + E80EC81928ACD84000D133C5 + + fileRef + E80EC76728ACD84000D133C5 + isa + PBXBuildFile + + E80EC81A28ACD84000D133C5 + + fileRef + E80EC76828ACD84000D133C5 + isa + PBXBuildFile + + E80EC81B28ACD84000D133C5 + + fileRef + E80EC76928ACD84000D133C5 + isa + PBXBuildFile + + E80EC81C28ACD84000D133C5 + + fileRef + E80EC76A28ACD84000D133C5 + isa + PBXBuildFile + + E80EC81D28ACD84000D133C5 + + fileRef + E80EC76B28ACD84000D133C5 + isa + PBXBuildFile + + E80EC81E28ACD84000D133C5 + + fileRef + E80EC76C28ACD84000D133C5 + isa + PBXBuildFile + + E80EC81F28ACD84000D133C5 + + fileRef + E80EC76D28ACD84000D133C5 + isa + PBXBuildFile + + E80EC82028ACD84000D133C5 + + fileRef + E80EC76E28ACD84000D133C5 + isa + PBXBuildFile + + E80EC82128ACD84000D133C5 + + fileRef + E80EC76F28ACD84000D133C5 + isa + PBXBuildFile + + E80EC82228ACD84000D133C5 + + fileRef + E80EC77028ACD84000D133C5 + isa + PBXBuildFile + + E80EC82328ACD84000D133C5 + + fileRef + E80EC77128ACD84000D133C5 + isa + PBXBuildFile + + E80EC82428ACD84000D133C5 + + fileRef + E80EC77228ACD84000D133C5 + isa + PBXBuildFile + + E80EC82528ACD84000D133C5 + + fileRef + E80EC77328ACD84000D133C5 + isa + PBXBuildFile + + E80EC82628ACD84000D133C5 + + fileRef + E80EC77428ACD84000D133C5 + isa + PBXBuildFile + + E80EC82728ACD84000D133C5 + + fileRef + E80EC77528ACD84000D133C5 + isa + PBXBuildFile + + E80EC82828ACD84000D133C5 + + fileRef + E80EC77628ACD84000D133C5 + isa + PBXBuildFile + + E80EC82928ACD84000D133C5 + + fileRef + E80EC77728ACD84000D133C5 + isa + PBXBuildFile + + E80EC82A28ACD84000D133C5 + + fileRef + E80EC77828ACD84000D133C5 + isa + PBXBuildFile + + E80EC82B28ACD84000D133C5 + + fileRef + E80EC77928ACD84000D133C5 + isa + PBXBuildFile + + E80EC82C28ACD84000D133C5 + + fileRef + E80EC77A28ACD84000D133C5 + isa + PBXBuildFile + + E80EC82D28ACD84000D133C5 + + fileRef + E80EC77B28ACD84000D133C5 + isa + PBXBuildFile + + E80EC82E28ACD84000D133C5 + + fileRef + E80EC77C28ACD84000D133C5 + isa + PBXBuildFile + + E80EC82F28ACD84000D133C5 + + fileRef + E80EC77D28ACD84000D133C5 + isa + PBXBuildFile + + E80EC83028ACD84000D133C5 + + fileRef + E80EC77E28ACD84000D133C5 + isa + PBXBuildFile + + E80EC83128ACD84000D133C5 + + fileRef + E80EC77F28ACD84000D133C5 + isa + PBXBuildFile + + E80EC83228ACD84000D133C5 + + fileRef + E80EC78028ACD84000D133C5 + isa + PBXBuildFile + + E80EC83328ACD84000D133C5 + + fileRef + E80EC78128ACD84000D133C5 + isa + PBXBuildFile + + E80EC83428ACD84000D133C5 + + fileRef + E80EC78228ACD84000D133C5 + isa + PBXBuildFile + + E80EC83528ACD84000D133C5 + + fileRef + E80EC78328ACD84000D133C5 + isa + PBXBuildFile + + E80EC83628ACD84000D133C5 + + fileRef + E80EC78428ACD84000D133C5 + isa + PBXBuildFile + + E80EC83728ACD84000D133C5 + + fileRef + E80EC78528ACD84000D133C5 + isa + PBXBuildFile + + E80EC83828ACD84000D133C5 + + fileRef + E80EC78628ACD84000D133C5 + isa + PBXBuildFile + + E80EC83928ACD84000D133C5 + + fileRef + E80EC78728ACD84000D133C5 + isa + PBXBuildFile + + E80EC83A28ACD84000D133C5 + + fileRef + E80EC78828ACD84000D133C5 + isa + PBXBuildFile + + E80EC83B28ACD84000D133C5 + + fileRef + E80EC78928ACD84000D133C5 + isa + PBXBuildFile + + E80EC83C28ACD84000D133C5 + + fileRef + E80EC78A28ACD84000D133C5 + isa + PBXBuildFile + + E80EC83D28ACD84000D133C5 + + fileRef + E80EC78B28ACD84000D133C5 + isa + PBXBuildFile + + E80EC83E28ACD84000D133C5 + + fileRef + E80EC78C28ACD84000D133C5 + isa + PBXBuildFile + + E80EC83F28ACD84000D133C5 + + fileRef + E80EC78D28ACD84000D133C5 + isa + PBXBuildFile + + E80EC84028ACD84000D133C5 + + fileRef + E80EC78E28ACD84000D133C5 + isa + PBXBuildFile + + E80EC84128ACD84000D133C5 + + fileRef + E80EC78F28ACD84000D133C5 + isa + PBXBuildFile + + E80EC84228ACD84000D133C5 + + fileRef + E80EC79028ACD84000D133C5 + isa + PBXBuildFile + + E80EC84328ACD84000D133C5 + + fileRef + E80EC79128ACD84000D133C5 + isa + PBXBuildFile + + E80EC84428ACD84000D133C5 + + fileRef + E80EC79228ACD84000D133C5 + isa + PBXBuildFile + + E80EC84528ACD84000D133C5 + + fileRef + E80EC79328ACD84000D133C5 + isa + PBXBuildFile + + E80EC84628ACD84000D133C5 + + fileRef + E80EC79428ACD84000D133C5 + isa + PBXBuildFile + + E80EC84728ACD84000D133C5 + + fileRef + E80EC79528ACD84000D133C5 + isa + PBXBuildFile + + E80EC84828ACD84000D133C5 + + fileRef + E80EC79628ACD84000D133C5 + isa + PBXBuildFile + + E80EC84928ACD84000D133C5 + + fileRef + E80EC79728ACD84000D133C5 + isa + PBXBuildFile + + E80EC84A28ACD84000D133C5 + + fileRef + E80EC79828ACD84000D133C5 + isa + PBXBuildFile + + E80EC84B28ACD84000D133C5 + + fileRef + E80EC79928ACD84000D133C5 + isa + PBXBuildFile + + E80EC84C28ACD84000D133C5 + + fileRef + E80EC79A28ACD84000D133C5 + isa + PBXBuildFile + + E80EC84D28ACD84000D133C5 + + fileRef + E80EC79B28ACD84000D133C5 + isa + PBXBuildFile + + E80EC84E28ACD84000D133C5 + + fileRef + E80EC79C28ACD84000D133C5 + isa + PBXBuildFile + + E80EC84F28ACD84000D133C5 + + fileRef + E80EC79D28ACD84000D133C5 + isa + PBXBuildFile + + E80EC85028ACD84000D133C5 + + fileRef + E80EC79E28ACD84000D133C5 + isa + PBXBuildFile + + E80EC85128ACD84000D133C5 + + fileRef + E80EC79F28ACD84000D133C5 + isa + PBXBuildFile + + E80EC85228ACD84000D133C5 + + fileRef + E80EC7A028ACD84000D133C5 + isa + PBXBuildFile + + E80EC85328ACD84000D133C5 + + fileRef + E80EC7A128ACD84000D133C5 + isa + PBXBuildFile + + E80EC85428ACD84000D133C5 + + fileRef + E80EC7A228ACD84000D133C5 + isa + PBXBuildFile + + E80EC85528ACD84000D133C5 + + fileRef + E80EC7A328ACD84000D133C5 + isa + PBXBuildFile + + E80EC85628ACD84000D133C5 + + fileRef + E80EC7A428ACD84000D133C5 + isa + PBXBuildFile + + E80EC85728ACD84000D133C5 + + fileRef + E80EC7A528ACD84000D133C5 + isa + PBXBuildFile + + E80EC85828ACD84000D133C5 + + fileRef + E80EC7A628ACD84000D133C5 + isa + PBXBuildFile + + E80EC85928ACD84000D133C5 + + fileRef + E80EC7A728ACD84000D133C5 + isa + PBXBuildFile + + E80EC85A28ACD84000D133C5 + + fileRef + E80EC7A828ACD84000D133C5 + isa + PBXBuildFile + + E80EC85B28ACD84000D133C5 + + fileRef + E80EC7A928ACD84000D133C5 + isa + PBXBuildFile + + E80EC85C28ACD84000D133C5 + + fileRef + E80EC7AA28ACD84000D133C5 + isa + PBXBuildFile + + E80EC85D28ACD84000D133C5 + + fileRef + E80EC7AB28ACD84000D133C5 + isa + PBXBuildFile + + E80EC85E28ACD84000D133C5 + + fileRef + E80EC7AC28ACD84000D133C5 + isa + PBXBuildFile + + E80EC85F28ACD84000D133C5 + + fileRef + E80EC7AD28ACD84000D133C5 + isa + PBXBuildFile + + E80EC86028ACD84000D133C5 + + fileRef + E80EC7AE28ACD84000D133C5 + isa + PBXBuildFile + + E80EC86128ACD84000D133C5 + + fileRef + E80EC7AF28ACD84000D133C5 + isa + PBXBuildFile + + E80EC86228ACD84000D133C5 + + fileRef + E80EC7B028ACD84000D133C5 + isa + PBXBuildFile + + E80EC86328ACD84000D133C5 + + fileRef + E80EC7B128ACD84000D133C5 + isa + PBXBuildFile + + E80EC86428ACD84000D133C5 + + fileRef + E80EC7B228ACD84000D133C5 + isa + PBXBuildFile + + E80EC86528ACD84000D133C5 + + fileRef + E80EC7B328ACD84000D133C5 + isa + PBXBuildFile + + E80EC86628ACD84000D133C5 + + fileRef + E80EC7B428ACD84000D133C5 + isa + PBXBuildFile + + E80EC86728ACD84000D133C5 + + fileRef + E80EC7B528ACD84000D133C5 + isa + PBXBuildFile + + E80EC86828ACD84000D133C5 + + fileRef + E80EC7B628ACD84000D133C5 + isa + PBXBuildFile + + E80EC86928ACD84000D133C5 + + fileRef + E80EC7B728ACD84000D133C5 + isa + PBXBuildFile + + E80EC86A28ACD84000D133C5 + + fileRef + E80EC7B828ACD84000D133C5 + isa + PBXBuildFile + + E80EC86B28ACD84000D133C5 + + fileRef + E80EC7B928ACD84000D133C5 + isa + PBXBuildFile + + E80EC86C28ACD84000D133C5 + + fileRef + E80EC7BA28ACD84000D133C5 + isa + PBXBuildFile + + E80EC86D28ACD84000D133C5 + + fileRef + E80EC7BB28ACD84000D133C5 + isa + PBXBuildFile + + E80EC86E28ACD84000D133C5 + + fileRef + E80EC7BC28ACD84000D133C5 + isa + PBXBuildFile + + E80EC86F28ACD84000D133C5 + + fileRef + E80EC7BD28ACD84000D133C5 + isa + PBXBuildFile + + E80EC87028ACD84000D133C5 + + fileRef + E80EC7BE28ACD84000D133C5 + isa + PBXBuildFile + + E80EC87128ACD84000D133C5 + + fileRef + E80EC7BF28ACD84000D133C5 + isa + PBXBuildFile + + E80EC87228ACD84000D133C5 + + fileRef + E80EC7C028ACD84000D133C5 + isa + PBXBuildFile + + E80EC87328ACD84000D133C5 + + fileRef + E80EC7C128ACD84000D133C5 + isa + PBXBuildFile + + E80EC87428ACD84000D133C5 + + fileRef + E80EC7C228ACD84000D133C5 + isa + PBXBuildFile + + E80EC87528ACD84000D133C5 + + fileRef + E80EC7C328ACD84000D133C5 + isa + PBXBuildFile + + E80EC87628ACD84000D133C5 + + fileRef + E80EC7C428ACD84000D133C5 + isa + PBXBuildFile + + E80EC87728ACD84000D133C5 + + fileRef + E80EC7C528ACD84000D133C5 + isa + PBXBuildFile + + E80EC87828ACD84000D133C5 + + fileRef + E80EC7C628ACD84000D133C5 + isa + PBXBuildFile + + E80EC87928ACD84000D133C5 + + fileRef + E80EC7C728ACD84000D133C5 + isa + PBXBuildFile + + E80EC87A28ACD84000D133C5 + + fileRef + E80EC7C828ACD84000D133C5 + isa + PBXBuildFile + + E80EC87B28ACD84000D133C5 + + fileRef + E80EC7C928ACD84000D133C5 + isa + PBXBuildFile + + E80EC87C28ACD84000D133C5 + + fileRef + E80EC7CA28ACD84000D133C5 + isa + PBXBuildFile + + E80EC87D28ACD84000D133C5 + + fileRef + E80EC7CB28ACD84000D133C5 + isa + PBXBuildFile + + E80EC87E28ACD84000D133C5 + + fileRef + E80EC7CC28ACD84000D133C5 + isa + PBXBuildFile + + E80EC87F28ACD84000D133C5 + + fileRef + E80EC7CD28ACD84000D133C5 + isa + PBXBuildFile + + E80EC88028ACD84000D133C5 + + fileRef + E80EC7CE28ACD84000D133C5 + isa + PBXBuildFile + + E80EC88128ACD84000D133C5 + + fileRef + E80EC7CF28ACD84000D133C5 + isa + PBXBuildFile + + E80EC88228ACD84000D133C5 + + fileRef + E80EC7D028ACD84000D133C5 + isa + PBXBuildFile + + E80EC88328ACD84000D133C5 + + fileRef + E80EC7D128ACD84000D133C5 + isa + PBXBuildFile + + E80EC88428ACD84000D133C5 + + fileRef + E80EC7D228ACD84000D133C5 + isa + PBXBuildFile + + E80EC88528ACD84000D133C5 + + fileRef + E80EC7D328ACD84000D133C5 + isa + PBXBuildFile + + E80EC88628ACD84000D133C5 + + fileRef + E80EC7D428ACD84000D133C5 + isa + PBXBuildFile + + E80EC88728ACD84000D133C5 + + fileRef + E80EC7D528ACD84000D133C5 + isa + PBXBuildFile + + E80EC88828ACD84000D133C5 + + fileRef + E80EC7D628ACD84000D133C5 + isa + PBXBuildFile + + E80EC88928ACD84000D133C5 + + fileRef + E80EC7D728ACD84000D133C5 + isa + PBXBuildFile + + E80EC88A28ACD84000D133C5 + + fileRef + E80EC7D828ACD84000D133C5 + isa + PBXBuildFile + + E80EC88B28ACD84000D133C5 + + fileRef + E80EC7D928ACD84000D133C5 + isa + PBXBuildFile + + E80EC88C28ACD84000D133C5 + + fileRef + E80EC7DA28ACD84000D133C5 + isa + PBXBuildFile + + E80EC88D28ACD84000D133C5 + + fileRef + E80EC7DB28ACD84000D133C5 + isa + PBXBuildFile + + E80EC88E28ACD84000D133C5 + + fileRef + E80EC7DC28ACD84000D133C5 + isa + PBXBuildFile + + E80EC88F28ACD84000D133C5 + + fileRef + E80EC7DD28ACD84000D133C5 + isa + PBXBuildFile + + E80EC89028ACD84000D133C5 + + fileRef + E80EC7DE28ACD84000D133C5 + isa + PBXBuildFile + + E80EC89128ACD84000D133C5 + + fileRef + E80EC7DF28ACD84000D133C5 + isa + PBXBuildFile + + E80EC89228ACD84000D133C5 + + fileRef + E80EC7E028ACD84000D133C5 + isa + PBXBuildFile + + E80EC89328ACD84000D133C5 + + fileRef + E80EC7E128ACD84000D133C5 + isa + PBXBuildFile + + E80EC89428ACD84000D133C5 + + fileRef + E80EC7E228ACD84000D133C5 + isa + PBXBuildFile + + E80EC89528ACD84000D133C5 + + fileRef + E80EC7E328ACD84000D133C5 + isa + PBXBuildFile + + E80EC89628ACD84000D133C5 + + fileRef + E80EC7E428ACD84000D133C5 + isa + PBXBuildFile + + E80EC89728ACD84000D133C5 + + fileRef + E80EC7E528ACD84000D133C5 + isa + PBXBuildFile + + E80EC89828ACD84000D133C5 + + fileRef + E80EC7E628ACD84000D133C5 + isa + PBXBuildFile + + E80EC89928ACD84000D133C5 + + fileRef + E80EC7E728ACD84000D133C5 + isa + PBXBuildFile + + E80EC89A28ACD84000D133C5 + + fileRef + E80EC7E828ACD84000D133C5 + isa + PBXBuildFile + + E80EC89B28ACD84000D133C5 + + fileRef + E80EC7E928ACD84000D133C5 + isa + PBXBuildFile + + E80EC89C28ACD84000D133C5 + + fileRef + E80EC7EA28ACD84000D133C5 + isa + PBXBuildFile + + E80EC89D28ACD84000D133C5 + + fileRef + E80EC7EB28ACD84000D133C5 + isa + PBXBuildFile + + E80EC89E28ACD84000D133C5 + + fileRef + E80EC7EC28ACD84000D133C5 + isa + PBXBuildFile + + E80EC89F28ACD84000D133C5 + + fileRef + E80EC7ED28ACD84000D133C5 + isa + PBXBuildFile + + E80EC8A028ACD84100D133C5 + + fileRef + E80EC7EE28ACD84000D133C5 + isa + PBXBuildFile + + E80EC8A128ACD84100D133C5 + + fileRef + E80EC7EF28ACD84000D133C5 + isa + PBXBuildFile + + E80EC8A228ACD84100D133C5 + + fileRef + E80EC7F028ACD84000D133C5 + isa + PBXBuildFile + + E80EC8A328ACD84100D133C5 + + fileRef + E80EC7F128ACD84000D133C5 + isa + PBXBuildFile + + E80EC8A428ACD84100D133C5 + + fileRef + E80EC7F228ACD84000D133C5 + isa + PBXBuildFile + + E80EC8A528ACD84100D133C5 + + fileRef + E80EC7F328ACD84000D133C5 + isa + PBXBuildFile + + E80EC8A628ACD84100D133C5 + + fileRef + E80EC7F428ACD84000D133C5 + isa + PBXBuildFile + + E80EC8A728ACD84100D133C5 + + fileRef + E80EC7F528ACD84000D133C5 + isa + PBXBuildFile + + E80EC8A828ACD84100D133C5 + + fileRef + E80EC7F628ACD84000D133C5 + isa + PBXBuildFile + + E80EC8A928ACD84100D133C5 + + fileRef + E80EC7F728ACD84000D133C5 + isa + PBXBuildFile + + E80EC8AA28ACD84100D133C5 + + fileRef + E80EC7F828ACD84000D133C5 + isa + PBXBuildFile + + E80EC8AB28ACD84100D133C5 + + fileRef + E80EC7F928ACD84000D133C5 + isa + PBXBuildFile + + E80EC8AC28ACD84100D133C5 + + fileRef + E80EC7FA28ACD84000D133C5 + isa + PBXBuildFile + + E80EC8AD28ACD84100D133C5 + + fileRef + E80EC7FB28ACD84000D133C5 + isa + PBXBuildFile + + E80EC8AE28ACD84100D133C5 + + fileRef + E80EC7FC28ACD84000D133C5 + isa + PBXBuildFile + + E80EC8AF28ACD84100D133C5 + + fileRef + E80EC7FD28ACD84000D133C5 + isa + PBXBuildFile + + E80EC8B028ACD84100D133C5 + + fileRef + E80EC7FE28ACD84000D133C5 + isa + PBXBuildFile + + E80EC8B128ACD84100D133C5 + + fileRef + E80EC7FF28ACD84000D133C5 + isa + PBXBuildFile + + E80EC8B228ACD84100D133C5 + + fileRef + E80EC80028ACD84000D133C5 + isa + PBXBuildFile + + E80EC8B328ACD84100D133C5 + + fileRef + E80EC80128ACD84000D133C5 + isa + PBXBuildFile + + E80EC8B428ACD84100D133C5 + + fileRef + E80EC80228ACD84000D133C5 + isa + PBXBuildFile + + E80EC8B528ACD84100D133C5 + + fileRef + E80EC80328ACD84000D133C5 + isa + PBXBuildFile + + E80EC8B628ACD84100D133C5 + + fileRef + E80EC80428ACD84000D133C5 + isa + PBXBuildFile + + E80EC8B728ACD84100D133C5 + + fileRef + E80EC80528ACD84000D133C5 + isa + PBXBuildFile + + E80EC8B828ACD84100D133C5 + + fileRef + E80EC80628ACD84000D133C5 + isa + PBXBuildFile + + E80EC8B928ACD84100D133C5 + + fileRef + E80EC80728ACD84000D133C5 + isa + PBXBuildFile + + E80EC8BA28ACD84100D133C5 + + fileRef + E80EC80828ACD84000D133C5 + isa + PBXBuildFile + + E80EC8BE28ACDB2A00D133C5 + + isa + PBXFileReference + lastKnownFileType + folder.assetcatalog + path + Assets.xcassets + sourceTree + <group> + + E80EC8BF28ACDB2A00D133C5 + + fileRef + E80EC8BE28ACDB2A00D133C5 + isa + PBXBuildFile + + E80EC8C028ACF97A00D133C5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + QEEmotionImageView.h + sourceTree + <group> + + E80EC8C128ACF97A00D133C5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + QEEmotionImageView.m + sourceTree + <group> + + E80EC8C228ACF97A00D133C5 + + fileRef + E80EC8C128ACF97A00D133C5 + isa + PBXBuildFile + + E81060D62987613E00B772F0 + + children + + E81060D7298761A300B772F0 + E81060D8298761A300B772F0 + E81060DA298761F100B772F0 + E81060DB298761F100B772F0 + E81060DD29876D3A00B772F0 + E81060DE29876D3A00B772F0 + E8383695298A598D00112E1C + E8383696298A598D00112E1C + E81060E029876E9100B772F0 + E81060E129876E9100B772F0 + E81060E329876FF300B772F0 + E81060E429876FF300B772F0 + E81060E62987720F00B772F0 + E81060E72987720F00B772F0 + E81060E92987BE8300B772F0 + E81060EA2987BE8300B772F0 + 233423D72AB0438400B1253F + 233423D82AB0438400B1253F + E81060EC2987C35700B772F0 + E81060ED2987C35700B772F0 + E81060EF2987C52B00B772F0 + E81060F02987C52B00B772F0 + 23E9EA7D2A839B2F00B792F2 + 23E9EA7E2A839B2F00B792F2 + E81060F22987C6B200B772F0 + E81060F32987C6B200B772F0 + E81060F52987C8A700B772F0 + E81060F62987C8A700B772F0 + E81060FB2987CC9100B772F0 + E81060FC2987CC9100B772F0 + E81060FE2987CDCC00B772F0 + E81060FF2987CDCC00B772F0 + E81061012987CFCE00B772F0 + E81061022987CFCE00B772F0 + E82107792987D4AB00DE7040 + E821077A2987D4AB00DE7040 + E821077C2987D67100DE7040 + E821077D2987D67100DE7040 + E821077F2987D7F300DE7040 + E82107802987D7F300DE7040 + E82107822987E35300DE7040 + E82107832987E35300DE7040 + E82107852987E49100DE7040 + E82107862987E49100DE7040 + E8778ADF2988B4C300CF139B + E8778AE02988B4C300CF139B + 235714872BECC38F004C81D6 + 235714882BECC38F004C81D6 + 54C9A1202C3E6C3200C6D970 + 54C9A1212C3E6C3200C6D970 + 4CD6FF642D673A5C00262AB7 + 4CD6FF652D673A5C00262AB7 + + isa + PBXGroup + path + SesssionModel + sourceTree + <group> + + E81060D7298761A300B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageBaseModel.h + sourceTree + <group> + + E81060D8298761A300B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageBaseModel.m + sourceTree + <group> + + E81060D9298761A300B772F0 + + fileRef + E81060D8298761A300B772F0 + isa + PBXBuildFile + + E81060DA298761F100B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageTextModel.h + sourceTree + <group> + + E81060DB298761F100B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageTextModel.m + sourceTree + <group> + + E81060DC298761F100B772F0 + + fileRef + E81060DB298761F100B772F0 + isa + PBXBuildFile + + E81060DD29876D3A00B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageTimeModel.h + sourceTree + <group> + + E81060DE29876D3A00B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageTimeModel.m + sourceTree + <group> + + E81060DF29876D3A00B772F0 + + fileRef + E81060DE29876D3A00B772F0 + isa + PBXBuildFile + + E81060E029876E9100B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageImageModel.h + sourceTree + <group> + + E81060E129876E9100B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageImageModel.m + sourceTree + <group> + + E81060E229876E9100B772F0 + + fileRef + E81060E129876E9100B772F0 + isa + PBXBuildFile + + E81060E329876FF300B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageAudioModel.h + sourceTree + <group> + + E81060E429876FF300B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageAudioModel.m + sourceTree + <group> + + E81060E529876FF300B772F0 + + fileRef + E81060E429876FF300B772F0 + isa + PBXBuildFile + + E81060E62987720F00B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageUnSupportModel.h + sourceTree + <group> + + E81060E72987720F00B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageUnSupportModel.m + sourceTree + <group> + + E81060E82987720F00B772F0 + + fileRef + E81060E72987720F00B772F0 + isa + PBXBuildFile + + E81060E92987BE8300B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageGiftModel.h + sourceTree + <group> + + E81060EA2987BE8300B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageGiftModel.m + sourceTree + <group> + + E81060EB2987BE8300B772F0 + + fileRef + E81060EA2987BE8300B772F0 + isa + PBXBuildFile + + E81060EC2987C35700B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageTextClickModel.h + sourceTree + <group> + + E81060ED2987C35700B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageTextClickModel.m + sourceTree + <group> + + E81060EE2987C35700B772F0 + + fileRef + E81060ED2987C35700B772F0 + isa + PBXBuildFile + + E81060EF2987C52B00B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageGuildModel.h + sourceTree + <group> + + E81060F02987C52B00B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageGuildModel.m + sourceTree + <group> + + E81060F12987C52B00B772F0 + + fileRef + E81060F02987C52B00B772F0 + isa + PBXBuildFile + + E81060F22987C6B200B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageOpenLiveModel.h + sourceTree + <group> + + E81060F32987C6B200B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageOpenLiveModel.m + sourceTree + <group> + + E81060F42987C6B200B772F0 + + fileRef + E81060F32987C6B200B772F0 + isa + PBXBuildFile + + E81060F52987C8A700B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageApplicationShareModel.h + sourceTree + <group> + + E81060F62987C8A700B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageApplicationShareModel.m + sourceTree + <group> + + E81060F72987C8A700B772F0 + + fileRef + E81060F62987C8A700B772F0 + isa + PBXBuildFile + + E81060FB2987CC9100B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageLevelUpgradeModel.h + sourceTree + <group> + + E81060FC2987CC9100B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageLevelUpgradeModel.m + sourceTree + <group> + + E81060FD2987CC9100B772F0 + + fileRef + E81060FC2987CC9100B772F0 + isa + PBXBuildFile + + E81060FE2987CDCC00B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageTweetModel.h + sourceTree + <group> + + E81060FF2987CDCC00B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageTweetModel.m + sourceTree + <group> + + E81061002987CDCC00B772F0 + + fileRef + E81060FF2987CDCC00B772F0 + isa + PBXBuildFile + + E81061012987CFCE00B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageSkillCardModel.h + sourceTree + <group> + + E81061022987CFCE00B772F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageSkillCardModel.m + sourceTree + <group> + + E81061032987CFCE00B772F0 + + fileRef + E81061022987CFCE00B772F0 + isa + PBXBuildFile + + E81125C2296E57B7000D9804 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + QinputPhotoView.h + sourceTree + <group> + + E81125C3296E57B7000D9804 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + QinputPhotoView.m + sourceTree + <group> + + E81125C4296E57B7000D9804 + + fileRef + E81125C3296E57B7000D9804 + isa + PBXBuildFile + + E81125C5296E596D000D9804 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + QInputPhototCell.h + sourceTree + <group> + + E81125C6296E596D000D9804 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + QInputPhototCell.m + sourceTree + <group> + + E81125C7296E596D000D9804 + + fileRef + E81125C6296E596D000D9804 + isa + PBXBuildFile + + E81125C8296E606F000D9804 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + QPhotoImageModel.h + sourceTree + <group> + + E81125C9296E606F000D9804 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + QPhotoImageModel.m + sourceTree + <group> + + E81125CA296E606F000D9804 + + fileRef + E81125C9296E606F000D9804 + isa + PBXBuildFile + + E811FFF52742367B00918544 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftEmptyCollectionViewCell.h + sourceTree + <group> + + E811FFF62742367B00918544 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftEmptyCollectionViewCell.m + sourceTree + <group> + + E811FFF72742367B00918544 + + fileRef + E811FFF62742367B00918544 + isa + PBXBuildFile + + E8133914273E532D00708B66 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftItemCollectionViewCell.h + sourceTree + <group> + + E8133915273E532D00708B66 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftItemCollectionViewCell.m + sourceTree + <group> + + E8133916273E532D00708B66 + + fileRef + E8133915273E532D00708B66 + isa + PBXBuildFile + + E81366E126F0A1FC0076364C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginBindPhoneViewController.h + sourceTree + <group> + + E81366E226F0A1FC0076364C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LoginBindPhoneViewController.m + sourceTree + <group> + + E81366E326F0A1FC0076364C + + fileRef + E81366E226F0A1FC0076364C + isa + PBXBuildFile + + E81366E426F0A4820076364C + + children + + E81366E526F0A49E0076364C + E81366E626F0A49E0076364C + + isa + PBXGroup + path + NSString + sourceTree + <group> + + E81366E526F0A49E0076364C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSString+Utils.h + sourceTree + <group> + + E81366E626F0A49E0076364C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSString+Utils.m + sourceTree + <group> + + E81366E726F0A49E0076364C + + fileRef + E81366E626F0A49E0076364C + isa + PBXBuildFile + + E81366F126F0B7C80076364C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginFullInfoViewController.h + sourceTree + <group> + + E81366F226F0B7C80076364C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LoginFullInfoViewController.m + sourceTree + <group> + + E81366F326F0B7C80076364C + + fileRef + E81366F226F0B7C80076364C + isa + PBXBuildFile + + E81366F426F0C0DF0076364C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginFullInfoPresenter.h + sourceTree + <group> + + E81366F526F0C0DF0076364C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LoginFullInfoPresenter.m + sourceTree + <group> + + E81366F626F0C0DF0076364C + + fileRef + E81366F526F0C0DF0076364C + isa + PBXBuildFile + + E81366F726F0C0F60076364C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginFullInfoProtocol.h + sourceTree + <group> + + E81366F826F0C12A0076364C + + fileRef + E81366F726F0C0F60076364C + isa + PBXBuildFile + + E81366F926F0D27A0076364C + + children + + E81366FB26F0D2980076364C + E81366FA26F0D2980076364C + + isa + PBXGroup + path + UIButton + sourceTree + <group> + + E81366FA26F0D2980076364C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIButton+EnlargeTouchArea.m + sourceTree + <group> + + E81366FB26F0D2980076364C + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIButton+EnlargeTouchArea.h + sourceTree + <group> + + E81366FC26F0D2980076364C + + fileRef + E81366FA26F0D2980076364C + isa + PBXBuildFile + + E816C11327608A7500C84014 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMiniManager.h + sourceTree + <group> + + E816C11427608A7500C84014 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMiniManager.m + sourceTree + <group> + + E816C11527608A7500C84014 + + fileRef + E816C11427608A7500C84014 + isa + PBXBuildFile + + E818DD1A2A4896EE00F163F7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLoginAraeViewController.h + sourceTree + <group> + + E818DD1B2A4896EE00F163F7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLoginAraeViewController.m + sourceTree + <group> + + E818DD1C2A4896EE00F163F7 + + fileRef + E818DD1B2A4896EE00F163F7 + isa + PBXBuildFile + + E818DD1D2A48974300F163F7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginAreaModel.h + sourceTree + <group> + + E818DD1E2A48974300F163F7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LoginAreaModel.m + sourceTree + <group> + + E818DD1F2A48974300F163F7 + + fileRef + E818DD1E2A48974300F163F7 + isa + PBXBuildFile + + E818DD202A48977F00F163F7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLoginAreaTableViewCell.h + sourceTree + <group> + + E818DD212A48977F00F163F7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLoginAreaTableViewCell.m + sourceTree + <group> + + E818DD222A48977F00F163F7 + + fileRef + E818DD212A48977F00F163F7 + isa + PBXBuildFile + + E818E346286ECA4B005EDF68 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsPublishViewController.h + sourceTree + <group> + + E818E347286ECA4B005EDF68 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsPublishViewController.m + sourceTree + <group> + + E818E348286ECA4B005EDF68 + + fileRef + E818E347286ECA4B005EDF68 + isa + PBXBuildFile + + E818E349286ECABF005EDF68 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsPublishPresenter.h + sourceTree + <group> + + E818E34A286ECABF005EDF68 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsPublishPresenter.m + sourceTree + <group> + + E818E34B286ECABF005EDF68 + + fileRef + E818E34A286ECABF005EDF68 + isa + PBXBuildFile + + E818E34C286ECAD8005EDF68 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsPublishProtocol.h + sourceTree + <group> + + E818E34D286EDF72005EDF68 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsPublishCollectionViewCell.h + sourceTree + <group> + + E818E34E286EDF72005EDF68 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsPublishCollectionViewCell.m + sourceTree + <group> + + E818E34F286EDF72005EDF68 + + fileRef + E818E34E286EDF72005EDF68 + isa + PBXBuildFile + + E81A65292834E4F600F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsAttentionViewController.h + sourceTree + <group> + + E81A652A2834E4F600F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsAttentionViewController.m + sourceTree + <group> + + E81A652B2834E4F600F55894 + + fileRef + E81A652A2834E4F600F55894 + isa + PBXBuildFile + + E81A652F2834E53600F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsLatestViewController.h + sourceTree + <group> + + E81A65302834E53600F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsLatestViewController.m + sourceTree + <group> + + E81A65312834E53600F55894 + + fileRef + E81A65302834E53600F55894 + isa + PBXBuildFile + + E81A653D283511BE00F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsInteractiveViewController.h + sourceTree + <group> + + E81A653E283511BE00F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsInteractiveViewController.m + sourceTree + <group> + + E81A653F283511BE00F55894 + + fileRef + E81A653E283511BE00F55894 + isa + PBXBuildFile + + E81A65402835120200F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsInteractivePresenter.h + sourceTree + <group> + + E81A65412835120200F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsInteractivePresenter.m + sourceTree + <group> + + E81A65422835120200F55894 + + fileRef + E81A65412835120200F55894 + isa + PBXBuildFile + + E81A65432835121000F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsInteractiveProtocol.h + sourceTree + <group> + + E81A6544283519CA00F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MomentsTopicModel.h + sourceTree + <group> + + E81A6545283519CA00F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MomentsTopicModel.m + sourceTree + <group> + + E81A6546283519CA00F55894 + + fileRef + E81A6545283519CA00F55894 + isa + PBXBuildFile + + E81A654728351B9500F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsRecommendHeaderView.h + sourceTree + <group> + + E81A654828351B9500F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsRecommendHeaderView.m + sourceTree + <group> + + E81A654928351B9500F55894 + + fileRef + E81A654828351B9500F55894 + isa + PBXBuildFile + + E81A654A28351D9900F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsTopicCollectionViewCell.h + sourceTree + <group> + + E81A654B28351D9900F55894 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsTopicCollectionViewCell.m + sourceTree + <group> + + E81A654C28351D9900F55894 + + fileRef + E81A654B28351D9900F55894 + isa + PBXBuildFile + + E81AF32627F1EE69003B9E43 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKPanelUserView.h + sourceTree + <group> + + E81AF32727F1EE69003B9E43 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKPanelUserView.m + sourceTree + <group> + + E81AF32827F1EE69003B9E43 + + fileRef + E81AF32727F1EE69003B9E43 + isa + PBXBuildFile + + E81C1B1327705EF00020D1E4 + + children + + E81C1B1827705F2B0020D1E4 + E81C1B1727705F1F0020D1E4 + E81C1B1627705F190020D1E4 + E81C1B1527705F130020D1E4 + E81C1B1427705F0A0020D1E4 + + isa + PBXGroup + path + ArrangeMic + sourceTree + <group> + + E81C1B1427705F0A0020D1E4 + + children + + E81C1B1927705F4B0020D1E4 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E81C1B1527705F130020D1E4 + + children + + E81C1B1A27705F6B0020D1E4 + E81C1B1B27705F6B0020D1E4 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E81C1B1627705F190020D1E4 + + children + + E81C1B23277065F70020D1E4 + E81C1B1D27705F7A0020D1E4 + E81C1B1E27705F7A0020D1E4 + + isa + PBXGroup + path + View + sourceTree + <group> + + E81C1B1727705F1F0020D1E4 + + children + + E81C1B2027705F950020D1E4 + E81C1B2127705F950020D1E4 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E81C1B1827705F2B0020D1E4 + + children + + E81C1B2A27706E5C0020D1E4 + E81C1B2B27706E5C0020D1E4 + E81C1B2D277071670020D1E4 + E81C1B2E277071670020D1E4 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E81C1B1927705F4B0020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPArrangeMicProtocol.h + sourceTree + <group> + + E81C1B1A27705F6B0020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPArrangeMicPresenter.h + sourceTree + <group> + + E81C1B1B27705F6B0020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPArrangeMicPresenter.m + sourceTree + <group> + + E81C1B1C27705F6B0020D1E4 + + fileRef + E81C1B1B27705F6B0020D1E4 + isa + PBXBuildFile + + E81C1B1D27705F7A0020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPArrangeMicViewController.h + sourceTree + <group> + + E81C1B1E27705F7A0020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPArrangeMicViewController.m + sourceTree + <group> + + E81C1B1F27705F7A0020D1E4 + + fileRef + E81C1B1E27705F7A0020D1E4 + isa + PBXBuildFile + + E81C1B2027705F950020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+ArrangeMic.h + sourceTree + <group> + + E81C1B2127705F950020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+ArrangeMic.m + sourceTree + <group> + + E81C1B2227705F950020D1E4 + + fileRef + E81C1B2127705F950020D1E4 + isa + PBXBuildFile + + E81C1B23277065F70020D1E4 + + children + + E81C1B242770663B0020D1E4 + E81C1B252770663B0020D1E4 + E81C1B27277069DD0020D1E4 + E81C1B28277069DD0020D1E4 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E81C1B242770663B0020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPArrangeMicTableViewCell.h + sourceTree + <group> + + E81C1B252770663B0020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPArrangeMicTableViewCell.m + sourceTree + <group> + + E81C1B262770663B0020D1E4 + + fileRef + E81C1B252770663B0020D1E4 + isa + PBXBuildFile + + E81C1B27277069DD0020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPArrangeMicEmptyTableViewCell.h + sourceTree + <group> + + E81C1B28277069DD0020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPArrangeMicEmptyTableViewCell.m + sourceTree + <group> + + E81C1B29277069DD0020D1E4 + + fileRef + E81C1B28277069DD0020D1E4 + isa + PBXBuildFile + + E81C1B2A27706E5C0020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ArrangeMicModel.h + sourceTree + <group> + + E81C1B2B27706E5C0020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ArrangeMicModel.m + sourceTree + <group> + + E81C1B2C27706E5C0020D1E4 + + fileRef + E81C1B2B27706E5C0020D1E4 + isa + PBXBuildFile + + E81C1B2D277071670020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPArrangeMicInfoModel.h + sourceTree + <group> + + E81C1B2E277071670020D1E4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPArrangeMicInfoModel.m + sourceTree + <group> + + E81C1B2F277071670020D1E4 + + fileRef + E81C1B2E277071670020D1E4 + isa + PBXBuildFile + + E81C278726EAFABF0031E639 + + children + + E81C278A26EAFAF60031E639 + E81C278926EAFAF60031E639 + E81C278826EAFAF60031E639 + E81C278B26EAFAF60031E639 + E80E2375299A47F60013FD40 + E80E2376299A47F60013FD40 + + isa + PBXGroup + path + Security + sourceTree + <group> + + E81C278826EAFAF60031E639 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DESEncrypt.h + sourceTree + <group> + + E81C278926EAFAF60031E639 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Base64.m + sourceTree + <group> + + E81C278A26EAFAF60031E639 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Base64.h + sourceTree + <group> + + E81C278B26EAFAF60031E639 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DESEncrypt.m + sourceTree + <group> + + E81C278C26EAFAF60031E639 + + fileRef + E81C278926EAFAF60031E639 + isa + PBXBuildFile + + E81C278D26EAFAF60031E639 + + fileRef + E81C278B26EAFAF60031E639 + isa + PBXBuildFile + + E81C279426EB39CC0031E639 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginForgetPasswordPresent.h + sourceTree + <group> + + E81C279526EB39CC0031E639 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LoginForgetPasswordPresent.m + sourceTree + <group> + + E81C279626EB39CC0031E639 + + fileRef + E81C279526EB39CC0031E639 + isa + PBXBuildFile + + E81C279726EB39E10031E639 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginForgetPasswordProtocol.h + sourceTree + <group> + + E81C279826EB3AC40031E639 + + fileRef + E81C279726EB39E10031E639 + isa + PBXBuildFile + + E81C279926EB64BA0031E639 + + children + + E81C279A26EB65560031E639 + E81C279B26EEEC620031E639 + E81C279C26EEEC620031E639 + E81C279E26EEF83D0031E639 + E81C279F26EEF83D0031E639 + E81C27A126EF23370031E639 + + isa + PBXGroup + path + Global + sourceTree + <group> + + E81C279A26EB65560031E639 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + YUMIMacroUitls.h + sourceTree + <group> + + E81C279B26EEEC620031E639 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + YUMIConstant.h + sourceTree + <group> + + E81C279C26EEEC620031E639 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + YUMIConstant.m + sourceTree + <group> + + E81C279D26EEEC620031E639 + + fileRef + E81C279C26EEEC620031E639 + isa + PBXBuildFile + + E81C279E26EEF83D0031E639 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + YUMIHtmlUrl.h + sourceTree + <group> + + E81C279F26EEF83D0031E639 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + YUMIHtmlUrl.m + sourceTree + <group> + + E81C27A026EEF83D0031E639 + + fileRef + E81C279F26EEF83D0031E639 + isa + PBXBuildFile + + E81C27A126EF23370031E639 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + YUMINNNN.h + sourceTree + <group> + + E81C27A226EF23490031E639 + + fileRef + E81C27A126EF23370031E639 + isa + PBXBuildFile + + E81C27A926EF2D920031E639 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ThirdUserInfo.h + sourceTree + <group> + + E81C27AA26EF2D920031E639 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ThirdUserInfo.m + sourceTree + <group> + + E81C27AB26EF2D920031E639 + + fileRef + E81C27AA26EF2D920031E639 + isa + PBXBuildFile + + E81C27AC26EF39AB0031E639 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AppDelegate+ThirdConfig.h + sourceTree + <group> + + E81C27AD26EF39AB0031E639 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AppDelegate+ThirdConfig.m + sourceTree + <group> + + E81C27AE26EF39AB0031E639 + + fileRef + E81C27AD26EF39AB0031E639 + isa + PBXBuildFile + + E81C27AF26EF39B00031E639 + + children + + 189DD52C26DE255300AB55B1 + 189DD52D26DE255300AB55B1 + E81C27AC26EF39AB0031E639 + E81C27AD26EF39AB0031E639 + 234D821C2AEC57CF0022EFEB + 234D821D2AEC57CF0022EFEB + + isa + PBXGroup + path + AppDelegate + sourceTree + <group> + + E81D587B271FBC3B003063FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RtcInterface.h + sourceTree + <group> + + E81D58802720082A003063FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MicroWaveView.h + sourceTree + <group> + + E81D58812720082A003063FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MicroWaveView.m + sourceTree + <group> + + E81D58822720082A003063FE + + fileRef + E81D58812720082A003063FE + isa + PBXBuildFile + + E81DCCC4282B620A0039E5C5 + + children + + E81DCCCA282B638B0039E5C5 + E81DCCC9282B63840039E5C5 + E81DCCC8282B637C0039E5C5 + E81DCCC7282B636D0039E5C5 + E81DCCC6282B63630039E5C5 + + isa + PBXGroup + path + YMMonents + sourceTree + <group> + + E81DCCC6282B63630039E5C5 + + children + + 1427213129A75A1700C7C423 + 1427213029A759D200C7C423 + E8098CAB282E04870090B9F0 + E81A65432835121000F55894 + E8541036286443D8005CFD9F + E818E34C286ECAD8005EDF68 + E8AB632028ADE5720023B0D2 + E8AB632128ADE5880023B0D2 + E8AB632928AE15070023B0D2 + E8AB633028AE19FA0023B0D2 + 14EB640A29A5BEE800A4A00B + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E81DCCC7282B636D0039E5C5 + + children + + 1427213229A75A2600C7C423 + 1427213329A75A2600C7C423 + 1427212E29A7599500C7C423 + 1427212D29A7599500C7C423 + E8950187282CFFB1007E459A + E8950188282CFFB1007E459A + E8098CA8282E03B40090B9F0 + E8098CA9282E03B40090B9F0 + E81A65402835120200F55894 + E81A65412835120200F55894 + E85410332864155A005CFD9F + E85410342864155A005CFD9F + E818E349286ECABF005EDF68 + E818E34A286ECABF005EDF68 + E8AB631728ADE2F40023B0D2 + E8AB631828ADE2F40023B0D2 + E8AB631A28ADE30E0023B0D2 + E8AB631B28ADE30E0023B0D2 + E8AB632528AE13210023B0D2 + E8AB632628AE13210023B0D2 + E8AB632D28AE19DE0023B0D2 + E8AB632E28AE19DE0023B0D2 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E81DCCC8282B637C0039E5C5 + + children + + E8D7D748282BA1C90007D7BD + E8D7D747282BA1C20007D7BD + E81DCCCB282B63B40039E5C5 + E81DCCCC282B63B40039E5C5 + E81DCCCE282B63FD0039E5C5 + E81DCCCF282B63FD0039E5C5 + E81A65292834E4F600F55894 + E81A652A2834E4F600F55894 + E81A652F2834E53600F55894 + E81A65302834E53600F55894 + E81A653D283511BE00F55894 + E81A653E283511BE00F55894 + E852D739286317F0001465ED + E852D73A286317F0001465ED + E818E346286ECA4B005EDF68 + E818E347286ECA4B005EDF68 + E8AB630B28ADD8C60023B0D2 + E8AB630C28ADD8C60023B0D2 + E8AB630E28ADD92D0023B0D2 + E8AB630F28ADD92D0023B0D2 + E8AB631428ADE2D20023B0D2 + E8AB631528ADE2D20023B0D2 + E8AB632228AE10310023B0D2 + E8AB632328AE10310023B0D2 + E8AB632A28AE19600023B0D2 + E8AB632B28AE19600023B0D2 + 14EB640729A5BDDD00A4A00B + 14EB640829A5BDDD00A4A00B + 14EB640B29A5C16000A4A00B + 14EB640C29A5C16000A4A00B + + isa + PBXGroup + path + View + sourceTree + <group> + + E81DCCC9282B63840039E5C5 + + children + + E8098CA5282E00920090B9F0 + E8098CA6282E00920090B9F0 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E81DCCCA282B638B0039E5C5 + + children + + 1427212B29A757EC00C7C423 + 1427212A29A757EC00C7C423 + E88749B4282B8FC600C3C7DB + E88749B5282B8FC600C3C7DB + E81A6544283519CA00F55894 + E81A6545283519CA00F55894 + E878B8562835F0D300E22DCF + E878B8572835F0D300E22DCF + E878B85C283640A500E22DCF + E878B85D283640A500E22DCF + E852D74228633A08001465ED + E852D74328633A08001465ED + E852D74528633E92001465ED + E852D74628633E92001465ED + E8B9843128ABA2FF0022D026 + E8B9843228ABA2FF0022D026 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E81DCCCB282B63B40039E5C5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsViewController.h + sourceTree + <group> + + E81DCCCC282B63B40039E5C5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsViewController.m + sourceTree + <group> + + E81DCCCD282B63B40039E5C5 + + fileRef + E81DCCCC282B63B40039E5C5 + isa + PBXBuildFile + + E81DCCCE282B63FD0039E5C5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsRecommendViewController.h + sourceTree + <group> + + E81DCCCF282B63FD0039E5C5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsRecommendViewController.m + sourceTree + <group> + + E81DCCD0282B63FD0039E5C5 + + fileRef + E81DCCCF282B63FD0039E5C5 + isa + PBXBuildFile + + E81E09C6290F719C00A1F410 + + children + + E81E09C7290F71BF00A1F410 + E81E09C8290F71BF00A1F410 + E81E09CA290F732500A1F410 + E81E09CB290F732600A1F410 + E81E09CD290F750800A1F410 + E81E09CE290F750800A1F410 + + isa + PBXGroup + path + Adbvertise + sourceTree + <group> + + E81E09C7290F71BF00A1F410 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAdvertiseView.h + sourceTree + <group> + + E81E09C8290F71BF00A1F410 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAdvertiseView.m + sourceTree + <group> + + E81E09C9290F71BF00A1F410 + + fileRef + E81E09C8290F71BF00A1F410 + isa + PBXBuildFile + + E81E09CA290F732500A1F410 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAdImageTool.h + sourceTree + <group> + + E81E09CB290F732600A1F410 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAdImageTool.m + sourceTree + <group> + + E81E09CC290F732600A1F410 + + fileRef + E81E09CB290F732600A1F410 + isa + PBXBuildFile + + E81E09CD290F750800A1F410 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AdvertiseModel.h + sourceTree + <group> + + E81E09CE290F750800A1F410 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AdvertiseModel.m + sourceTree + <group> + + E81E09CF290F750800A1F410 + + fileRef + E81E09CE290F750800A1F410 + isa + PBXBuildFile + + E82107792987D4AB00DE7040 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageFindNewGreetModel.h + sourceTree + <group> + + E821077A2987D4AB00DE7040 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageFindNewGreetModel.m + sourceTree + <group> + + E821077B2987D4AB00DE7040 + + fileRef + E821077A2987D4AB00DE7040 + isa + PBXBuildFile + + E821077C2987D67100DE7040 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageRiskAlertModel.h + sourceTree + <group> + + E821077D2987D67100DE7040 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageRiskAlertModel.m + sourceTree + <group> + + E821077E2987D67100DE7040 + + fileRef + E821077D2987D67100DE7040 + isa + PBXBuildFile + + E821077F2987D7F300DE7040 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageMonentsModel.h + sourceTree + <group> + + E82107802987D7F300DE7040 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageMonentsModel.m + sourceTree + <group> + + E82107812987D7F300DE7040 + + fileRef + E82107802987D7F300DE7040 + isa + PBXBuildFile + + E82107822987E35300DE7040 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageMonentsAutoModel.h + sourceTree + <group> + + E82107832987E35300DE7040 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageMonentsAutoModel.m + sourceTree + <group> + + E82107842987E35300DE7040 + + fileRef + E82107832987E35300DE7040 + isa + PBXBuildFile + + E82107852987E49100DE7040 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageRedPacketModel.h + sourceTree + <group> + + E82107862987E49100DE7040 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageRedPacketModel.m + sourceTree + <group> + + E82107872987E49100DE7040 + + fileRef + E82107862987E49100DE7040 + isa + PBXBuildFile + + E82109AA26F1C86E00FC3319 + + children + + E82109AB26F1C8A000FC3319 + E82109AC26F1C8A000FC3319 + + isa + PBXGroup + path + CountDown + sourceTree + <group> + + E82109AB26F1C8A000FC3319 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CountDownHelper.h + sourceTree + <group> + + E82109AC26F1C8A000FC3319 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CountDownHelper.m + sourceTree + <group> + + E82109AD26F1C8A000FC3319 + + fileRef + E82109AC26F1C8A000FC3319 + isa + PBXBuildFile + + E82109AE26F1D83500FC3319 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginBindPhonePresent.h + sourceTree + <group> + + E82109AF26F1D83500FC3319 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LoginBindPhonePresent.m + sourceTree + <group> + + E82109B026F1D83500FC3319 + + fileRef + E82109AF26F1D83500FC3319 + isa + PBXBuildFile + + E82109B126F2050D00FC3319 + + children + + 189DD67C26E1FD8900AB55B1 + 189DD67D26E1FD8900AB55B1 + + isa + PBXGroup + path + UIImage + sourceTree + <group> + + E82325E4274CCAFA003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPShareInfoModel.h + sourceTree + <group> + + E82325E5274CCAFA003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPShareInfoModel.m + sourceTree + <group> + + E82325E6274CCAFA003A3332 + + fileRef + E82325E5274CCAFA003A3332 + isa + PBXBuildFile + + E82325E7274CE56A003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPShareItem.h + sourceTree + <group> + + E82325E8274CE56A003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPShareItem.m + sourceTree + <group> + + E82325E9274CE56A003A3332 + + fileRef + E82325E8274CE56A003A3332 + isa + PBXBuildFile + + E82325EA274E2D52003A3332 + + children + + E82325EB274E2D6C003A3332 + E82325EC274E2D7A003A3332 + E82325ED274E2D8E003A3332 + E82325EE274E2D97003A3332 + E82325EF274E2DA0003A3332 + E8232601274E4AA0003A3332 + E8232602274E4AA0003A3332 + + isa + PBXGroup + path + UserCard + sourceTree + <group> + + E82325EB274E2D6C003A3332 + + children + + E82325FA274E4735003A3332 + E82325FB274E4735003A3332 + E899C68A275093B700E189E5 + E899C68B275093B800E189E5 + E899C68727508F4E00E189E5 + E899C68827508F4E00E189E5 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E82325EC274E2D7A003A3332 + + children + + E82325F7274E2E42003A3332 + E82325F8274E2E42003A3332 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E82325ED274E2D8E003A3332 + + children + + 9B85B6D4279FDAA900A0A1AC + E82325FD274E48D0003A3332 + E82325F0274E2DE6003A3332 + E82325F1274E2DE6003A3332 + 4CEB9EA52D09643E00443480 + 4CEB9EA62D09643E00443480 + + isa + PBXGroup + path + View + sourceTree + <group> + + E82325EE274E2D97003A3332 + + children + + E82325F3274E2E09003A3332 + E82325F4274E2E09003A3332 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E82325EF274E2DA0003A3332 + + children + + E82325F6274E2E27003A3332 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E82325F0274E2DE6003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPUserCardViewController.h + sourceTree + <group> + + E82325F1274E2DE6003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPUserCardViewController.m + sourceTree + <group> + + E82325F2274E2DE6003A3332 + + fileRef + E82325F1274E2DE6003A3332 + isa + PBXBuildFile + + E82325F3274E2E09003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPUserCardPresenter.h + sourceTree + <group> + + E82325F4274E2E09003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPUserCardPresenter.m + sourceTree + <group> + + E82325F5274E2E09003A3332 + + fileRef + E82325F4274E2E09003A3332 + isa + PBXBuildFile + + E82325F6274E2E27003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPUserCardProtocol.h + sourceTree + <group> + + E82325F7274E2E42003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+UserCard.h + sourceTree + <group> + + E82325F8274E2E42003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+UserCard.m + sourceTree + <group> + + E82325F9274E2E42003A3332 + + fileRef + E82325F8274E2E42003A3332 + isa + PBXBuildFile + + E82325FA274E4735003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPUserCardItemModel.h + sourceTree + <group> + + E82325FB274E4735003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPUserCardItemModel.m + sourceTree + <group> + + E82325FC274E4735003A3332 + + fileRef + E82325FB274E4735003A3332 + isa + PBXBuildFile + + E82325FD274E48D0003A3332 + + children + + E82325FE274E48EA003A3332 + E82325FF274E48EA003A3332 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E82325FE274E48EA003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPUserCardItemCollectionViewCell.h + sourceTree + <group> + + E82325FF274E48EA003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPUserCardItemCollectionViewCell.m + sourceTree + <group> + + E8232600274E48EA003A3332 + + fileRef + E82325FF274E48EA003A3332 + isa + PBXBuildFile + + E8232601274E4AA0003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ThemeColor+UserCard.h + sourceTree + <group> + + E8232602274E4AA0003A3332 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ThemeColor+UserCard.m + sourceTree + <group> + + E8232603274E4AA0003A3332 + + fileRef + E8232602274E4AA0003A3332 + isa + PBXBuildFile + + E823E38C290BE8BD00EADD86 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WishGiftInfoUpdateModel.h + sourceTree + <group> + + E823E38D290BE8BD00EADD86 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WishGiftInfoUpdateModel.m + sourceTree + <group> + + E823E38E290BE8BD00EADD86 + + fileRef + E823E38D290BE8BD00EADD86 + isa + PBXBuildFile + + E824543326F57D6E00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLoginVerifBindPhoneViewController.h + sourceTree + <group> + + E824543426F57D6E00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLoginVerifBindPhoneViewController.m + sourceTree + <group> + + E824543526F57D6E00BE8163 + + fileRef + E824543426F57D6E00BE8163 + isa + PBXBuildFile + + E824543626F5820A00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLoginVerifBindPhonePresenter.h + sourceTree + <group> + + E824543726F5820A00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLoginVerifBindPhonePresenter.m + sourceTree + <group> + + E824543826F5820A00BE8163 + + fileRef + E824543726F5820A00BE8163 + isa + PBXBuildFile + + E824543926F5822800BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLoginVerifBindPhoneProtocol.h + sourceTree + <group> + + E824543A26F5880E00BE8163 + + fileRef + E824543926F5822800BE8163 + isa + PBXBuildFile + + E824543B26F58C3A00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLoginBindSuccessView.h + sourceTree + <group> + + E824543C26F58C3A00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLoginBindSuccessView.m + sourceTree + <group> + + E824543D26F58C3A00BE8163 + + fileRef + E824543C26F58C3A00BE8163 + isa + PBXBuildFile + + E824543E26F58F9400BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMinePayPwdViewController.h + sourceTree + <group> + + E824543F26F58F9400BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMinePayPwdViewController.m + sourceTree + <group> + + E824544026F58F9400BE8163 + + fileRef + E824543F26F58F9400BE8163 + isa + PBXBuildFile + + E824544126F58FCE00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMinePayPwdInputView.h + sourceTree + <group> + + E824544226F58FCE00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMinePayPwdInputView.m + sourceTree + <group> + + E824544326F58FCE00BE8163 + + fileRef + E824544226F58FCE00BE8163 + isa + PBXBuildFile + + E824544426F5934600BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMinePayPwdPresenter.h + sourceTree + <group> + + E824544526F5934600BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMinePayPwdPresenter.m + sourceTree + <group> + + E824544626F5934700BE8163 + + fileRef + E824544526F5934600BE8163 + isa + PBXBuildFile + + E824544726F5940600BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMinePayPwdProtocol.h + sourceTree + <group> + + E824544826F5945300BE8163 + + fileRef + E824544726F5940600BE8163 + isa + PBXBuildFile + + E824544926F5BBB800BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineModifPayPwdViewController.h + sourceTree + <group> + + E824544A26F5BBB800BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineModifPayPwdViewController.m + sourceTree + <group> + + E824544B26F5BBB800BE8163 + + fileRef + E824544A26F5BBB800BE8163 + isa + PBXBuildFile + + E824544C26F5BC1A00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineModifPayPwdView.h + sourceTree + <group> + + E824544D26F5BC1A00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineModifPayPwdView.m + sourceTree + <group> + + E824544E26F5BC1A00BE8163 + + fileRef + E824544D26F5BC1A00BE8163 + isa + PBXBuildFile + + E824544F26F5CE6E00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineModifPayPwdPresenter.h + sourceTree + <group> + + E824545026F5CE6E00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineModifPayPwdPresenter.m + sourceTree + <group> + + E824545126F5CE6E00BE8163 + + fileRef + E824545026F5CE6E00BE8163 + isa + PBXBuildFile + + E824545226F5CE9C00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineModifPayProtocol.h + sourceTree + <group> + + E824545326F5CEAD00BE8163 + + fileRef + E824545226F5CE9C00BE8163 + isa + PBXBuildFile + + E824545726F5E65900BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineVerifIdentityView.h + sourceTree + <group> + + E824545826F5E65900BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineVerifIdentityView.m + sourceTree + <group> + + E824545926F5E65900BE8163 + + fileRef + E824545826F5E65900BE8163 + isa + PBXBuildFile + + E824545A26F5EEBA00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineVerifIdentityPresenter.h + sourceTree + <group> + + E824545B26F5EEBA00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineVerifIdentityPresenter.m + sourceTree + <group> + + E824545C26F5EEBA00BE8163 + + fileRef + E824545B26F5EEBA00BE8163 + isa + PBXBuildFile + + E824545D26F5EEFD00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineVerifIdentityProtocol.h + sourceTree + <group> + + E824545E26F5EF2200BE8163 + + fileRef + E824545D26F5EEFD00BE8163 + isa + PBXBuildFile + + E824545F26F5F4E400BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineResetPayPwdViewController.h + sourceTree + <group> + + E824546026F5F4E400BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineResetPayPwdViewController.m + sourceTree + <group> + + E824546126F5F4E400BE8163 + + fileRef + E824546026F5F4E400BE8163 + isa + PBXBuildFile + + E824546226F5FF1C00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineResetPayPasswordPresenter.h + sourceTree + <group> + + E824546326F5FF1C00BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineResetPayPasswordPresenter.m + sourceTree + <group> + + E824546426F5FF1C00BE8163 + + fileRef + E824546326F5FF1C00BE8163 + isa + PBXBuildFile + + E824546526F5FF5100BE8163 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineResetPayPasswordProtocol.h + sourceTree + <group> + + E824546626F5FF6000BE8163 + + fileRef + E824546526F5FF5100BE8163 + isa + PBXBuildFile + + E8252FEC27687DF1002B3164 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ActivityInfoModel.h + sourceTree + <group> + + E8252FED27687DF1002B3164 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ActivityInfoModel.m + sourceTree + <group> + + E8252FEE27687DF1002B3164 + + fileRef + E8252FED27687DF1002B3164 + isa + PBXBuildFile + + E82D5C6B276ADCE700858D6D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineDressEmptyTableViewCell.h + sourceTree + <group> + + E82D5C6C276ADCE700858D6D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineDressEmptyTableViewCell.m + sourceTree + <group> + + E82D5C6E276AE60000858D6D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HeadwearModel.h + sourceTree + <group> + + E82D5C6F276AE60000858D6D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HeadwearModel.m + sourceTree + <group> + + E82D5C70276AE60000858D6D + + fileRef + E82D5C6F276AE60000858D6D + isa + PBXBuildFile + + E82D5C71276AE94800858D6D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CarModel.h + sourceTree + <group> + + E82D5C72276AE94800858D6D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CarModel.m + sourceTree + <group> + + E82D5C73276AE94800858D6D + + fileRef + E82D5C72276AE94800858D6D + isa + PBXBuildFile + + E82D5C74276AEB5100858D6D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NameplateModel.h + sourceTree + <group> + + E82D5C75276AEB5100858D6D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NameplateModel.m + sourceTree + <group> + + E82D5C76276AEB5100858D6D + + fileRef + E82D5C75276AEB5100858D6D + isa + PBXBuildFile + + E82D5C77276B25B000858D6D + + children + + E82D5C78276B25D100858D6D + E82D5C79276B25D100858D6D + E82D5C7B276B343300858D6D + E82D5C7C276B343300858D6D + + isa + PBXGroup + path + SpriteSheetManager + sourceTree + <group> + + E82D5C78276B25D100858D6D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SpriteSheetImageManager.h + sourceTree + <group> + + E82D5C79276B25D100858D6D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SpriteSheetImageManager.m + sourceTree + <group> + + E82D5C7A276B25D100858D6D + + fileRef + E82D5C79276B25D100858D6D + isa + PBXBuildFile + + E82D5C7B276B343300858D6D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + YYAnimatedImageView+ImageShow.h + sourceTree + <group> + + E82D5C7C276B343300858D6D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + YYAnimatedImageView+ImageShow.m + sourceTree + <group> + + E82D5C7D276B343300858D6D + + fileRef + E82D5C7C276B343300858D6D + isa + PBXBuildFile + + E82E74F92828B1FC00C25EF7 + + children + + E88C728D2828EA4E0047FB2B + E88C728E2828EA4E0047FB2B + E88C728F2828EA4E0047FB2B + E88C72902828EA4E0047FB2B + + isa + PBXGroup + path + Model + sourceTree + <group> + + E82E74FA2828B20F00C25EF7 + + children + + E87E63F529AA1A5600EBE52B + E82E75042828E76400C25EF7 + E82E75052828E76400C25EF7 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E82E75042828E76400C25EF7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPCoreDataManager.h + sourceTree + <group> + + E82E75052828E76400C25EF7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPCoreDataManager.m + sourceTree + <group> + + E82E75062828E76400C25EF7 + + fileRef + E82E75052828E76400C25EF7 + isa + PBXBuildFile + + E82EE0F6272FDDFA00D15DC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UserPrivacyView.h + sourceTree + <group> + + E82EE0F7272FDDFA00D15DC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UserPrivacyView.m + sourceTree + <group> + + E82EE0F8272FDDFA00D15DC1 + + fileRef + E82EE0F7272FDDFA00D15DC1 + isa + PBXBuildFile + + E833ED0B274FAD1C00A2463B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPKickUserModel.h + sourceTree + <group> + + E833ED0C274FAD1C00A2463B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPKickUserModel.m + sourceTree + <group> + + E833ED0D274FAD1C00A2463B + + fileRef + E833ED0C274FAD1C00A2463B + isa + PBXBuildFile + + E83645652A40A2CA00E0DBE4 + + children + + E83645662A40A2DC00E0DBE4 + E83645672A40A2DC00E0DBE4 + + isa + PBXGroup + path + CardManager + sourceTree + <group> + + E83645662A40A2DC00E0DBE4 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSkillCardPlayerManager.h + sourceTree + <group> + + E83645672A40A2DC00E0DBE4 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSkillCardPlayerManager.m + sourceTree + <group> + + E83645682A40A2DC00E0DBE4 + + fileRef + E83645672A40A2DC00E0DBE4 + isa + PBXBuildFile + + E83645692A40A33300E0DBE4 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MineSkillCardListInfoModel.m + sourceTree + <group> + + E836456A2A40A33300E0DBE4 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MineSkillCardListInfoModel.h + sourceTree + <group> + + E836456B2A40A33300E0DBE4 + + fileRef + E83645692A40A33300E0DBE4 + isa + PBXBuildFile + + E83645A42A40AEF600E0DBE4 + + children + + E83645A62A40AF5400E0DBE4 + E83645A72A40AF5400E0DBE4 + + isa + PBXGroup + path + Bundle + sourceTree + <group> + + E83645A62A40AF5400E0DBE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSBundle+Localizable.h + sourceTree + <group> + + E83645A72A40AF5400E0DBE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSBundle+Localizable.m + sourceTree + <group> + + E83645A82A40AF5400E0DBE4 + + fileRef + E83645A72A40AF5400E0DBE4 + isa + PBXBuildFile + + E8383695298A598D00112E1C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageTipsModel.h + sourceTree + <group> + + E8383696298A598D00112E1C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageTipsModel.m + sourceTree + <group> + + E8383697298A598D00112E1C + + fileRef + E8383696298A598D00112E1C + isa + PBXBuildFile + + E8383698298A59C100112E1C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageTipsView.h + sourceTree + <group> + + E8383699298A59C100112E1C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageTipsView.m + sourceTree + <group> + + E838369A298A59C100112E1C + + fileRef + E8383699298A59C100112E1C + isa + PBXBuildFile + + E838D99D275E1B6C0079E0B5 + + children + + 4C6E31EA2D35010F00D8EEDD + 4C6E31EB2D35010F00D8EEDD + 4C6E31ED2D363CA800D8EEDD + E83DB47E274649B200D8CBD1 + E8C214FF274B76F60079E6BF + E8C21500274B76F60079E6BF + 9B8DE0E2289CF7AA00FB6EC2 + 9B8DE0E3289CF7AA00FB6EC2 + 232C43E82AB15F4100D4B2ED + 232C43E92AB15F4100D4B2ED + E83DB4822746661800D8CBD1 + E83DB4832746661800D8CBD1 + 5461041A2CD4D35A00066B21 + 5461041B2CD4D35A00066B21 + 2368969E2AE6720600EED5F2 + 2368969F2AE6720600EED5F2 + E8A03DFD27635F960098D9EA + E8A03DFE27635F960098D9EA + E8899C832785CC69007944BE + E8899C842785CC69007944BE + 9B6B3AA9278C2EA7005551EC + 9B6B3AAA278C2EA7005551EC + 9BC8C82E28090C9200C24F85 + 9BC8C82F28090C9200C24F85 + 9B86D8782817DD8400494FCD + 9B86D8792817DD8400494FCD + E8998D7E28597B0300C68558 + E8998D7F28597B0300C68558 + 4C71C6A02D06DB3D00ECCA24 + 4C71C6A12D06DB3D00ECCA24 + 4C71C69D2D069D2B00ECCA24 + 4C71C69E2D069D2B00ECCA24 + 23E9EA782A8385CC00B792F2 + 23E9EA772A8385CB00B792F2 + E8E21A9928B4BD92008F7C9D + E8E21A9A28B4BD92008F7C9D + 9BC9DAED27E33B3F009EE409 + 9BC9DAEE27E33B3F009EE409 + F1D8556D2931FC86008C418F + F1D8556E2931FC86008C418F + E80E09B12A42071C00CD2BE7 + E80E09B22A42071D00CD2BE7 + 238A90052BA9729200828123 + 238A90062BA9729200828123 + 54C608532CBE1EC7003DD5D2 + 54C608542CBE1EC7003DD5D2 + 54E4D52E2C9048E1009E1FEA + 54E4D52F2C9048E1009E1FEA + 54E4D5312C90658C009E1FEA + 54E4D5322C90658C009E1FEA + + isa + PBXGroup + path + AnimationView + sourceTree + <group> + + E83953232769FF2400CF2F24 + + children + + E83953272769FFF100CF2F24 + E839532E276A038500CF2F24 + E83953242769FFD000CF2F24 + E83953262769FFE200CF2F24 + E83953252769FFD900CF2F24 + + isa + PBXGroup + path + DressUp + sourceTree + <group> + + E83953242769FFD000CF2F24 + + children + + E8395336276A0C9400CF2F24 + E839532B276A030F00CF2F24 + E839532C276A030F00CF2F24 + 9B1EF3D027E81C0600554295 + 9B1EF3D127E81C0600554295 + 9BE01AD228927E9C00B50299 + 9BE01AD328927E9C00B50299 + 9BE01ADF28937DBC00B50299 + 9BE01AE028937DBC00B50299 + 9BE01AE82893CB4400B50299 + 9BE01AE92893CB4400B50299 + + isa + PBXGroup + path + View + sourceTree + <group> + + E83953252769FFD900CF2F24 + + children + + E8395335276A03E200CF2F24 + 9BE01ADB2892975000B50299 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E83953262769FFE200CF2F24 + + children + + E8395332276A03C300CF2F24 + E8395333276A03C300CF2F24 + 9BE01AD8289296B500B50299 + 9BE01AD9289296B500B50299 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E83953272769FFF100CF2F24 + + children + + E82D5C6E276AE60000858D6D + E82D5C6F276AE60000858D6D + E82D5C71276AE94800858D6D + E82D5C72276AE94800858D6D + E82D5C74276AEB5100858D6D + E82D5C75276AEB5100858D6D + 9BBC028C2786FA060007C24B + 9BBC028D2786FA060007C24B + 9B1FC3D327E49A5D006EFFE0 + 9B1FC3D427E49A5D006EFFE0 + 9BE01ADC2892A66D00B50299 + 9BE01ADD2892A66D00B50299 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E839532B276A030F00CF2F24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineDressUpListViewController.h + sourceTree + <group> + + E839532C276A030F00CF2F24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineDressUpListViewController.m + sourceTree + <group> + + E839532D276A030F00CF2F24 + + fileRef + E839532C276A030F00CF2F24 + isa + PBXBuildFile + + E839532E276A038500CF2F24 + + children + + E839532F276A03AE00CF2F24 + E8395330276A03AE00CF2F24 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E839532F276A03AE00CF2F24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+DressUp.h + sourceTree + <group> + + E8395330276A03AE00CF2F24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+DressUp.m + sourceTree + <group> + + E8395331276A03AE00CF2F24 + + fileRef + E8395330276A03AE00CF2F24 + isa + PBXBuildFile + + E8395332276A03C300CF2F24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineDressUpPresenter.h + sourceTree + <group> + + E8395333276A03C300CF2F24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineDressUpPresenter.m + sourceTree + <group> + + E8395334276A03C300CF2F24 + + fileRef + E8395333276A03C300CF2F24 + isa + PBXBuildFile + + E8395335276A03E200CF2F24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineDressUpProtocol.h + sourceTree + <group> + + E8395336276A0C9400CF2F24 + + children + + E87E914C2796678D00A7B3F2 + E87E914D2796678D00A7B3F2 + E8395337276A0CC100CF2F24 + E8395338276A0CC100CF2F24 + E839533A276A0CCD00CF2F24 + E839533B276A0CCD00CF2F24 + E839533D276A0CDB00CF2F24 + E839533E276A0CDB00CF2F24 + E82D5C6B276ADCE700858D6D + E82D5C6C276ADCE700858D6D + 9BBC028F2786FC570007C24B + 9BBC02902786FC570007C24B + 9B1FC3D627E49C36006EFFE0 + 9B1FC3D727E49C36006EFFE0 + 9B1EF3D327E8294B00554295 + 9B1EF3D427E8294B00554295 + 9BE01AE228937EDE00B50299 + 9BE01AE328937EDE00B50299 + 9BE01AE528938AB600B50299 + 9BE01AE628938AB600B50299 + 9BE01AEB2893D0DF00B50299 + 9BE01AEC2893D0DF00B50299 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E8395337276A0CC100CF2F24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineHeadwearTableViewCell.h + sourceTree + <group> + + E8395338276A0CC100CF2F24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineHeadwearTableViewCell.m + sourceTree + <group> + + E8395339276A0CC100CF2F24 + + fileRef + E8395338276A0CC100CF2F24 + isa + PBXBuildFile + + E839533A276A0CCD00CF2F24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineCarTableViewCell.h + sourceTree + <group> + + E839533B276A0CCD00CF2F24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineCarTableViewCell.m + sourceTree + <group> + + E839533C276A0CCD00CF2F24 + + fileRef + E839533B276A0CCD00CF2F24 + isa + PBXBuildFile + + E839533D276A0CDB00CF2F24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineNameplateTableViewCell.h + sourceTree + <group> + + E839533E276A0CDB00CF2F24 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineNameplateTableViewCell.m + sourceTree + <group> + + E839533F276A0CDB00CF2F24 + + fileRef + E839533E276A0CDB00CF2F24 + isa + PBXBuildFile + + E8398069290288660084BFC8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMessageInfoModel.h + sourceTree + <group> + + E839806A290288660084BFC8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMessageInfoModel.m + sourceTree + <group> + + E839806B290288660084BFC8 + + fileRef + E839806A290288660084BFC8 + isa + PBXBuildFile + + E83ABEF4280E9AD800322EE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentUnSupportView.h + sourceTree + <group> + + E83ABEF5280E9AD800322EE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentUnSupportView.m + sourceTree + <group> + + E83ABEF6280E9AD800322EE4 + + fileRef + E83ABEF5280E9AD800322EE4 + isa + PBXBuildFile + + E83ABEF7280EAF3F00322EE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentOpenLiveView.h + sourceTree + <group> + + E83ABEF8280EAF3F00322EE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentOpenLiveView.m + sourceTree + <group> + + E83ABEF9280EAF3F00322EE4 + + fileRef + E83ABEF8280EAF3F00322EE4 + isa + PBXBuildFile + + E83ABEFA280EB5A000322EE4 + + children + + 23E9EA692A83808000B792F2 + 23E9EA6A2A83808000B792F2 + E83ABEFB280EB5E200322EE4 + E83ABEFC280EB5E200322EE4 + E83ABF01280EC90C00322EE4 + E83ABF02280EC90C00322EE4 + E841ED5F280FB0BD00904808 + E841ED60280FB0BD00904808 + E8F1559128129EBA00EE8C06 + E8F1559228129EBA00EE8C06 + E86507E6281A8212006951B0 + E86507E7281A8212006951B0 + E86E79CE28A4E0B2006DAF48 + E86E79CF28A4E0B2006DAF48 + E8F65C202869A36F009BB5B9 + E8F65C212869A36F009BB5B9 + + isa + PBXGroup + path + SessionContent + sourceTree + <group> + + E83ABEFB280EB5E200322EE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ContentOpenLiveInfoModel.h + sourceTree + <group> + + E83ABEFC280EB5E200322EE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ContentOpenLiveInfoModel.m + sourceTree + <group> + + E83ABEFD280EB5E200322EE4 + + fileRef + E83ABEFC280EB5E200322EE4 + isa + PBXBuildFile + + E83ABEFE280EC45700322EE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentApplicationShareView.h + sourceTree + <group> + + E83ABEFF280EC45700322EE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentApplicationShareView.m + sourceTree + <group> + + E83ABF00280EC45700322EE4 + + fileRef + E83ABEFF280EC45700322EE4 + isa + PBXBuildFile + + E83ABF01280EC90C00322EE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ContentApplicationShareModel.h + sourceTree + <group> + + E83ABF02280EC90C00322EE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ContentApplicationShareModel.m + sourceTree + <group> + + E83ABF03280EC90C00322EE4 + + fileRef + E83ABF02280EC90C00322EE4 + isa + PBXBuildFile + + E83ABF04280EDE2B00322EE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentLevelUpgradeView.h + sourceTree + <group> + + E83ABF05280EDE2B00322EE4 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentLevelUpgradeView.m + sourceTree + <group> + + E83ABF06280EDE2B00322EE4 + + fileRef + E83ABF05280EDE2B00322EE4 + isa + PBXBuildFile + + E83DB47827462C4500D8CBD1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftBigPrizeModel.h + sourceTree + <group> + + E83DB47927462C4500D8CBD1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftBigPrizeModel.m + sourceTree + <group> + + E83DB47A27462C4500D8CBD1 + + fileRef + E83DB47927462C4500D8CBD1 + isa + PBXBuildFile + + E83DB47E274649B200D8CBD1 + + children + + E83DB47827462C4500D8CBD1 + E83DB47927462C4500D8CBD1 + E83DB47F274649FB00D8CBD1 + E83DB480274649FB00D8CBD1 + E86F6183284F4E4800E8EC9A + E86F6184284F4E4800E8EC9A + 9B8DE0DF289CF02900FB6EC2 + 9B8DE0E0289CF02900FB6EC2 + E80E09B42A42078F00CD2BE7 + E80E09B52A42078F00CD2BE7 + 23BA16592A5D2ACF0030C5A3 + 23BA165A2A5D2ACF0030C5A3 + 238A90082BA9756600828123 + 238A90092BA9756600828123 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E83DB47F274649FB00D8CBD1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftBannerUserInfoModel.h + sourceTree + <group> + + E83DB480274649FB00D8CBD1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftBannerUserInfoModel.m + sourceTree + <group> + + E83DB481274649FB00D8CBD1 + + fileRef + E83DB480274649FB00D8CBD1 + isa + PBXBuildFile + + E83DB4822746661800D8CBD1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomGiftBroadcastView.h + sourceTree + <group> + + E83DB4832746661800D8CBD1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomGiftBroadcastView.m + sourceTree + <group> + + E83DB4842746661800D8CBD1 + + fileRef + E83DB4832746661800D8CBD1 + isa + PBXBuildFile + + E8412F9427795E34006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomInviteFansView.h + sourceTree + <group> + + E8412F9527795E34006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomInviteFansView.m + sourceTree + <group> + + E8412F9627795E34006E1101 + + fileRef + E8412F9527795E34006E1101 + isa + PBXBuildFile + + E8412F9727799249006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + InviteFansModel.h + sourceTree + <group> + + E8412F9827799249006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + InviteFansModel.m + sourceTree + <group> + + E8412F9927799249006E1101 + + fileRef + E8412F9827799249006E1101 + isa + PBXBuildFile + + E8412F9A2779BAC2006E1101 + + children + + E8412F9F2779BB03006E1101 + E8412F9E2779BAF9006E1101 + E8412F9D2779BAF2006E1101 + E8412F9C2779BAE6006E1101 + E8412F9B2779BAD5006E1101 + + isa + PBXGroup + path + Setting + sourceTree + <group> + + E8412F9B2779BAD5006E1101 + + children + + E8412FAD2779CB2D006E1101 + E87AE7FD277AAC5A0037823A + E8AA6EF327DF1EB6009B4C2B + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E8412F9C2779BAE6006E1101 + + children + + E8412FAE2779CB4D006E1101 + E8412FAF2779CB4D006E1101 + E87AE7FA277AAC450037823A + E87AE7FB277AAC450037823A + E8AA6EF027DF1E97009B4C2B + E8AA6EF127DF1E97009B4C2B + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E8412F9D2779BAF2006E1101 + + children + + E8412FA32779BE9B006E1101 + E8412FA02779BE8F006E1101 + E8412FA12779BE8F006E1101 + E87AE7F7277AABE50037823A + E87AE7F8277AABE50037823A + E84BF7D2277C383700EF8877 + E84BF7D3277C383700EF8877 + E84BF7D5277C6E2100EF8877 + E84BF7D6277C6E2100EF8877 + E84BF7DE277C869A00EF8877 + E84BF7DF277C869A00EF8877 + E87E91532796B6DE00A7B3F2 + E87E91542796B6DE00A7B3F2 + E8AA6EED27DF1E6B009B4C2B + E8AA6EEE27DF1E6B009B4C2B + E80E900A27E0358900434B90 + E80E900B27E0358900434B90 + 9B32A04528881845002009D2 + 9B32A04628881845002009D2 + + isa + PBXGroup + path + View + sourceTree + <group> + + E8412F9E2779BAF9006E1101 + + children + + E8412FB12779E285006E1101 + E8412FB22779E285006E1101 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E8412F9F2779BB03006E1101 + + children + + E8412FA72779C2ED006E1101 + E8412FA82779C2ED006E1101 + E84BF7CF277BFCDD00EF8877 + E84BF7D0277BFCDD00EF8877 + 9BFE992C288142FD009DA429 + 9BFE992D288142FD009DA429 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E8412FA02779BE8F006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomSettingViewController.h + sourceTree + <group> + + E8412FA12779BE8F006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomSettingViewController.m + sourceTree + <group> + + E8412FA22779BE8F006E1101 + + fileRef + E8412FA12779BE8F006E1101 + isa + PBXBuildFile + + E8412FA32779BE9B006E1101 + + children + + E8412FA42779BED1006E1101 + E8412FA52779BED1006E1101 + E84BF7C8277AF79D00EF8877 + E84BF7C9277AF79D00EF8877 + E84BF7D8277C72AC00EF8877 + E84BF7D9277C72AC00EF8877 + E84BF7DB277C765400EF8877 + E84BF7DC277C765400EF8877 + E89BD7D2277D471100E31B19 + E89BD7D3277D471100E31B19 + 239D0FB12BFD8C67002977CE + 239D0FB22BFD8C67002977CE + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E8412FA42779BED1006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomSettingTableViewCell.h + sourceTree + <group> + + E8412FA52779BED1006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomSettingTableViewCell.m + sourceTree + <group> + + E8412FA62779BED1006E1101 + + fileRef + E8412FA52779BED1006E1101 + isa + PBXBuildFile + + E8412FA72779C2ED006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomSettingItemModel.h + sourceTree + <group> + + E8412FA82779C2ED006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomSettingItemModel.m + sourceTree + <group> + + E8412FA92779C2ED006E1101 + + fileRef + E8412FA82779C2ED006E1101 + isa + PBXBuildFile + + E8412FAD2779CB2D006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomSettingProtocol.h + sourceTree + <group> + + E8412FAE2779CB4D006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomSettingPresenter.h + sourceTree + <group> + + E8412FAF2779CB4D006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomSettingPresenter.m + sourceTree + <group> + + E8412FB02779CB4D006E1101 + + fileRef + E8412FAF2779CB4D006E1101 + isa + PBXBuildFile + + E8412FB12779E285006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+RoomSetting.h + sourceTree + <group> + + E8412FB22779E285006E1101 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+RoomSetting.m + sourceTree + <group> + + E8412FB32779E285006E1101 + + fileRef + E8412FB22779E285006E1101 + isa + PBXBuildFile + + E84150B027747A7400A7F548 + + children + + E84150B527747AAD00A7F548 + E84150B427747AA400A7F548 + E84150B327747A9E00A7F548 + E84150B227747A9500A7F548 + E84150B127747A8D00A7F548 + E80DE408277568D300BE5BCB + E80DE409277568D300BE5BCB + + isa + PBXGroup + path + FirstRecharge + sourceTree + <group> + + E84150B127747A8D00A7F548 + + children + + E84150BC27747BBD00A7F548 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E84150B227747A9500A7F548 + + children + + E84150B927747BAF00A7F548 + E84150BA27747BAF00A7F548 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E84150B327747A9E00A7F548 + + children + + E87DF4B62A42C2FD009C1185 + E87DF4B52A42C2FD009C1185 + E87DF4AF2A429B32009C1185 + E87DF4AE2A429B32009C1185 + E80DE4042775663500BE5BCB + E80DE40E2775C34E00BE5BCB + E80DE40F2775C34E00BE5BCB + + isa + PBXGroup + path + View + sourceTree + <group> + + E84150B427747AA400A7F548 + + children + + E84150BD27747BD300A7F548 + E84150BE27747BD300A7F548 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E84150B527747AAD00A7F548 + + children + + E84150C027747BF700A7F548 + E84150C127747BF700A7F548 + E84150C327747E0900A7F548 + E84150C427747E0900A7F548 + E87DF4B12A429C6E009C1185 + E87DF4B22A429C6E009C1185 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E84150B927747BAF00A7F548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPFirstRechargePresenter.h + sourceTree + <group> + + E84150BA27747BAF00A7F548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPFirstRechargePresenter.m + sourceTree + <group> + + E84150BB27747BAF00A7F548 + + fileRef + E84150BA27747BAF00A7F548 + isa + PBXBuildFile + + E84150BC27747BBD00A7F548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPFirstRechargeProtocol.h + sourceTree + <group> + + E84150BD27747BD300A7F548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+FirstRecharge.h + sourceTree + <group> + + E84150BE27747BD300A7F548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+FirstRecharge.m + sourceTree + <group> + + E84150BF27747BD300A7F548 + + fileRef + E84150BE27747BD300A7F548 + isa + PBXBuildFile + + E84150C027747BF700A7F548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + FirstRechargeModel.h + sourceTree + <group> + + E84150C127747BF700A7F548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + FirstRechargeModel.m + sourceTree + <group> + + E84150C227747BF700A7F548 + + fileRef + E84150C127747BF700A7F548 + isa + PBXBuildFile + + E84150C327747E0900A7F548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + FirstRechargeRewardModel.h + sourceTree + <group> + + E84150C427747E0900A7F548 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + FirstRechargeRewardModel.m + sourceTree + <group> + + E84150C527747E0900A7F548 + + fileRef + E84150C427747E0900A7F548 + isa + PBXBuildFile + + E841ED5F280FB0BD00904808 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ContentLevelUpgradeModel.h + sourceTree + <group> + + E841ED60280FB0BD00904808 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ContentLevelUpgradeModel.m + sourceTree + <group> + + E841ED61280FB0BD00904808 + + fileRef + E841ED60280FB0BD00904808 + isa + PBXBuildFile + + E84843AD27F59E7E0050D365 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKResultView.h + sourceTree + <group> + + E84843AE27F59E7E0050D365 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKResultView.m + sourceTree + <group> + + E84843AF27F59E7E0050D365 + + fileRef + E84843AE27F59E7E0050D365 + isa + PBXBuildFile + + E84843B027F5A0740050D365 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRomPKResultTitleLabel.h + sourceTree + <group> + + E84843B127F5A0740050D365 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRomPKResultTitleLabel.m + sourceTree + <group> + + E84843B227F5A0740050D365 + + fileRef + E84843B127F5A0740050D365 + isa + PBXBuildFile + + E84A2E7E2A527DF800D6AF8A + + children + + E84A2EAA2A528A4100D6AF8A + E84A2EA92A528A4100D6AF8A + E84A2EA62A5288FD00D6AF8A + E84A2EA72A5288FD00D6AF8A + E84A2EA32A5288CB00D6AF8A + E84A2EA42A5288CB00D6AF8A + E84A2EA12A52883000D6AF8A + E84A2EA02A52883000D6AF8A + E84A2E9E2A5287D200D6AF8A + E84A2E9D2A5287D200D6AF8A + E84A2E972A52817E00D6AF8A + E84A2E982A52817E00D6AF8A + E84A2E952A5280F900D6AF8A + E84A2E942A5280F900D6AF8A + E84A2E8F2A527E6B00D6AF8A + E84A2E8E2A527E6100D6AF8A + E84A2E882A527DF800D6AF8A + E84A2E822A527DF800D6AF8A + E84A2E802A527DF800D6AF8A + E84A2E842A527DF800D6AF8A + E84A2E862A527DF800D6AF8A + E84A2E812A527DF800D6AF8A + E84A2E9A2A52823900D6AF8A + E84A2E9B2A52823900D6AF8A + + isa + PBXGroup + path + IncomeRecord + sourceTree + <group> + + E84A2E802A527DF800D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIncomeRecordGoldDetailsVC.h + sourceTree + <group> + + E84A2E812A527DF800D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIncomeRecordVC.m + sourceTree + <group> + + E84A2E822A527DF800D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPExchangeDiamondsVC.m + sourceTree + <group> + + E84A2E842A527DF800D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIncomeRecordGoldDetailsVC.m + sourceTree + <group> + + E84A2E862A527DF800D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIncomeRecordVC.h + sourceTree + <group> + + E84A2E882A527DF800D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPExchangeDiamondsVC.h + sourceTree + <group> + + E84A2E892A527DF800D6AF8A + + fileRef + E84A2E812A527DF800D6AF8A + isa + PBXBuildFile + + E84A2E8A2A527DF800D6AF8A + + fileRef + E84A2E822A527DF800D6AF8A + isa + PBXBuildFile + + E84A2E8B2A527DF800D6AF8A + + fileRef + E84A2E842A527DF800D6AF8A + isa + PBXBuildFile + + E84A2E8E2A527E6100D6AF8A + + children + + E84A2E922A527EC700D6AF8A + E84A2E912A527EC700D6AF8A + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E84A2E8F2A527E6B00D6AF8A + + children + + E84A2E902A527EBF00D6AF8A + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E84A2E902A527EBF00D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIncomeRecordProtocol.h + sourceTree + <group> + + E84A2E912A527EC700D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIncomeRecordPresent.m + sourceTree + <group> + + E84A2E922A527EC700D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIncomeRecordPresent.h + sourceTree + <group> + + E84A2E932A527EC800D6AF8A + + fileRef + E84A2E912A527EC700D6AF8A + isa + PBXBuildFile + + E84A2E942A5280F900D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPExchangeDiamondsView.m + sourceTree + <group> + + E84A2E952A5280F900D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPExchangeDiamondsView.h + sourceTree + <group> + + E84A2E962A5280F900D6AF8A + + fileRef + E84A2E942A5280F900D6AF8A + isa + PBXBuildFile + + E84A2E972A52817E00D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIncomeRecordView.h + sourceTree + <group> + + E84A2E982A52817E00D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIncomeRecordView.m + sourceTree + <group> + + E84A2E992A52817E00D6AF8A + + fileRef + E84A2E982A52817E00D6AF8A + isa + PBXBuildFile + + E84A2E9A2A52823900D6AF8A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPTextField.h + sourceTree + <group> + + E84A2E9B2A52823900D6AF8A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPTextField.m + sourceTree + <group> + + E84A2E9C2A52823900D6AF8A + + fileRef + E84A2E9B2A52823900D6AF8A + isa + PBXBuildFile + + E84A2E9D2A5287D200D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIncomeRecordGoldDetailsView.m + sourceTree + <group> + + E84A2E9E2A5287D200D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIncomeRecordGoldDetailsView.h + sourceTree + <group> + + E84A2E9F2A5287D200D6AF8A + + fileRef + E84A2E9D2A5287D200D6AF8A + isa + PBXBuildFile + + E84A2EA02A52883000D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIncomeRecordGoldDetailsTimeView.m + sourceTree + <group> + + E84A2EA12A52883000D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIncomeRecordGoldDetailsTimeView.h + sourceTree + <group> + + E84A2EA22A52883000D6AF8A + + fileRef + E84A2EA02A52883000D6AF8A + isa + PBXBuildFile + + E84A2EA32A5288CB00D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGoldDetailsChooseRoomView.h + sourceTree + <group> + + E84A2EA42A5288CB00D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGoldDetailsChooseRoomView.m + sourceTree + <group> + + E84A2EA52A5288CB00D6AF8A + + fileRef + E84A2EA42A5288CB00D6AF8A + isa + PBXBuildFile + + E84A2EA62A5288FD00D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGoldDetailsChooseRoomCell.h + sourceTree + <group> + + E84A2EA72A5288FD00D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGoldDetailsChooseRoomCell.m + sourceTree + <group> + + E84A2EA82A5288FD00D6AF8A + + fileRef + E84A2EA72A5288FD00D6AF8A + isa + PBXBuildFile + + E84A2EA92A528A4100D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIncomeRecordGoldDetailsPickViewView.m + sourceTree + <group> + + E84A2EAA2A528A4100D6AF8A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIncomeRecordGoldDetailsPickViewView.h + sourceTree + <group> + + E84A2EAB2A528A4100D6AF8A + + fileRef + E84A2EA92A528A4100D6AF8A + isa + PBXBuildFile + + E84B0E3C2727EDD4008818C6 + + children + + 2305EF0E2AD8006900AD403C + 2305EF0F2AD8006900AD403C + 2305EF112AD8036B00AD403C + 2305EF122AD8036B00AD403C + 2305F3362AD9194B00AD403C + 2305F3372AD9194B00AD403C + 1808072B2731598F001FD836 + 1808072C2731598F001FD836 + E84B0E402727EE0A008818C6 + E84B0E412727EE0A008818C6 + E84B0E3D2727EDF6008818C6 + E84B0E3E2727EDF6008818C6 + 4C1892972CF84349004D4426 + 4C1892982CF84349004D4426 + + isa + PBXGroup + path + View + sourceTree + <group> + + E84B0E3D2727EDF6008818C6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMessageTableViewCell.h + sourceTree + <group> + + E84B0E3E2727EDF6008818C6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMessageTableViewCell.m + sourceTree + <group> + + E84B0E3F2727EDF6008818C6 + + fileRef + E84B0E3E2727EDF6008818C6 + isa + PBXBuildFile + + E84B0E402727EE0A008818C6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMessageHeaderView.h + sourceTree + <group> + + E84B0E412727EE0A008818C6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMessageHeaderView.m + sourceTree + <group> + + E84B0E422727EE0A008818C6 + + fileRef + E84B0E412727EE0A008818C6 + isa + PBXBuildFile + + E84B0E432727EF2C008818C6 + + children + + E87A24EF272935920086A794 + E87A24F0272935920086A794 + E8398069290288660084BFC8 + E839806A290288660084BFC8 + 23B8D8DF2B87715100CA472F + 23B8D8E02B87715100CA472F + + isa + PBXGroup + path + Model + sourceTree + <group> + + E84B0E442727EF9D008818C6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMessageParser.h + sourceTree + <group> + + E84B0E452727EF9D008818C6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMessageParser.m + sourceTree + <group> + + E84B0E462727EF9D008818C6 + + fileRef + E84B0E452727EF9D008818C6 + isa + PBXBuildFile + + E84B0E47272801F6008818C6 + + children + + E84B0E4927280289008818C6 + E84B0E442727EF9D008818C6 + E84B0E452727EF9D008818C6 + + isa + PBXGroup + path + Tool + sourceTree + <group> + + E84B0E4927280289008818C6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMessageConstant.h + sourceTree + <group> + + E84BF7C8277AF79D00EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomSettingTagCell.h + sourceTree + <group> + + E84BF7C9277AF79D00EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomSettingTagCell.m + sourceTree + <group> + + E84BF7CA277AF79D00EF8877 + + fileRef + E84BF7C9277AF79D00EF8877 + isa + PBXBuildFile + + E84BF7CF277BFCDD00EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomTagModel.h + sourceTree + <group> + + E84BF7D0277BFCDD00EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomTagModel.m + sourceTree + <group> + + E84BF7D1277BFCDD00EF8877 + + fileRef + E84BF7D0277BFCDD00EF8877 + isa + PBXBuildFile + + E84BF7D2277C383700EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomSettingInputView.h + sourceTree + <group> + + E84BF7D3277C383700EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomSettingInputView.m + sourceTree + <group> + + E84BF7D4277C383700EF8877 + + fileRef + E84BF7D3277C383700EF8877 + isa + PBXBuildFile + + E84BF7D5277C6E2100EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomRoleViewController.h + sourceTree + <group> + + E84BF7D6277C6E2100EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomRoleViewController.m + sourceTree + <group> + + E84BF7D7277C6E2100EF8877 + + fileRef + E84BF7D6277C6E2100EF8877 + isa + PBXBuildFile + + E84BF7D8277C72AC00EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomRoleTableViewCell.h + sourceTree + <group> + + E84BF7D9277C72AC00EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomRoleTableViewCell.m + sourceTree + <group> + + E84BF7DA277C72AC00EF8877 + + fileRef + E84BF7D9277C72AC00EF8877 + isa + PBXBuildFile + + E84BF7DB277C765400EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomRoleEmptyTableViewCell.h + sourceTree + <group> + + E84BF7DC277C765400EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomRoleEmptyTableViewCell.m + sourceTree + <group> + + E84BF7DD277C765400EF8877 + + fileRef + E84BF7DC277C765400EF8877 + isa + PBXBuildFile + + E84BF7DE277C869A00EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomOnLineViewController.h + sourceTree + <group> + + E84BF7DF277C869A00EF8877 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomOnLineViewController.m + sourceTree + <group> + + E84BF7E0277C869A00EF8877 + + fileRef + E84BF7DF277C869A00EF8877 + isa + PBXBuildFile + + E84CBCDF28436D3C00D43221 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineContactViewController.h + sourceTree + <group> + + E84CBCE028436D3C00D43221 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineContactViewController.m + sourceTree + <group> + + E84CBCE128436D3C00D43221 + + fileRef + E84CBCE028436D3C00D43221 + isa + PBXBuildFile + + E84CBCE2284372D800D43221 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomHalfMessageView.h + sourceTree + <group> + + E84CBCE3284372D800D43221 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomHalfMessageView.m + sourceTree + <group> + + E84CBCE4284372D800D43221 + + fileRef + E84CBCE3284372D800D43221 + isa + PBXBuildFile + + E84CBCE52843807400D43221 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFriendPresenter.h + sourceTree + <group> + + E84CBCE62843807400D43221 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFriendPresenter.m + sourceTree + <group> + + E84CBCE72843807500D43221 + + fileRef + E84CBCE62843807400D43221 + isa + PBXBuildFile + + E84CBCE8284380B300D43221 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFriendProtocol.h + sourceTree + <group> + + E852D739286317F0001465ED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsDetailViewController.h + sourceTree + <group> + + E852D73A286317F0001465ED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsDetailViewController.m + sourceTree + <group> + + E852D73B286317F0001465ED + + fileRef + E852D73A286317F0001465ED + isa + PBXBuildFile + + E852D73C28631C18001465ED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsCommentTableViewCell.h + sourceTree + <group> + + E852D73D28631C18001465ED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsCommentTableViewCell.m + sourceTree + <group> + + E852D73E28631C18001465ED + + fileRef + E852D73D28631C18001465ED + isa + PBXBuildFile + + E852D73F2863249F001465ED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsReplyTableViewCell.h + sourceTree + <group> + + E852D7402863249F001465ED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsReplyTableViewCell.m + sourceTree + <group> + + E852D7412863249F001465ED + + fileRef + E852D7402863249F001465ED + isa + PBXBuildFile + + E852D74228633A08001465ED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MonentsCommentModel.h + sourceTree + <group> + + E852D74328633A08001465ED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MonentsCommentModel.m + sourceTree + <group> + + E852D74428633A08001465ED + + fileRef + E852D74328633A08001465ED + isa + PBXBuildFile + + E852D74528633E92001465ED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MonentsCommentReplyModel.h + sourceTree + <group> + + E852D74628633E92001465ED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MonentsCommentReplyModel.m + sourceTree + <group> + + E852D74728633E92001465ED + + fileRef + E852D74628633E92001465ED + isa + PBXBuildFile + + E85410332864155A005CFD9F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentDetailPresenter.h + sourceTree + <group> + + E85410342864155A005CFD9F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentDetailPresenter.m + sourceTree + <group> + + E85410352864155A005CFD9F + + fileRef + E85410342864155A005CFD9F + isa + PBXBuildFile + + E8541036286443D8005CFD9F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsDetailProtocol.h + sourceTree + <group> + + E854103728646A00005CFD9F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsReplyMoreTableViewCell.h + sourceTree + <group> + + E854103828646A00005CFD9F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsReplyMoreTableViewCell.m + sourceTree + <group> + + E854103928646A00005CFD9F + + fileRef + E854103828646A00005CFD9F + isa + PBXBuildFile + + E8555159280559FE005F293F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSDate+DateUtils.h + sourceTree + <group> + + E855515A280559FE005F293F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSDate+DateUtils.m + sourceTree + <group> + + E855515B280559FE005F293F + + fileRef + E855515A280559FE005F293F + isa + PBXBuildFile + + E85E3FA528B7A6F000268DC8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentMonentsView.h + sourceTree + <group> + + E85E3FA628B7A6F000268DC8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentMonentsView.m + sourceTree + <group> + + E85E3FA728B7A6F000268DC8 + + fileRef + E85E3FA628B7A6F000268DC8 + isa + PBXBuildFile + + E85E7A3B2A4EB0D200B6D00A + + children + + E85E7A3C2A4EB0D200B6D00A + E85E7A582A4EB0D200B6D00A + E85E7A682A4EB0D200B6D00A + E85E7A852A4EB0D200B6D00A + E85E7AFE2A4EB0D200B6D00A + + isa + PBXGroup + path + Guild + sourceTree + <group> + + E85E7A3C2A4EB0D200B6D00A + + children + + E85E7B6D2A4EC4AE00B6D00A + E85E7B6C2A4EC4AE00B6D00A + E85E7A442A4EB0D200B6D00A + E85E7A4C2A4EB0D200B6D00A + E85E7A3F2A4EB0D200B6D00A + E85E7A572A4EB0D200B6D00A + E85E7A492A4EB0D200B6D00A + E85E7A3E2A4EB0D200B6D00A + E85E7A4B2A4EB0D200B6D00A + E85E7A3D2A4EB0D200B6D00A + E85E7A4A2A4EB0D200B6D00A + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E85E7A3D2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildSearchPresenter.h + sourceTree + <group> + + E85E7A3E2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildPresenter.h + sourceTree + <group> + + E85E7A3F2A4EB0D200B6D00A + + children + + E85E7A402A4EB0D200B6D00A + E85E7A412A4EB0D200B6D00A + E85E7A422A4EB0D200B6D00A + E85E7A432A4EB0D200B6D00A + + isa + PBXGroup + path + SuperAdmin + sourceTree + <group> + + E85E7A402A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSuperAdminSetPresenter.m + sourceTree + <group> + + E85E7A412A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSuperAdminManagerRoomPresenter.m + sourceTree + <group> + + E85E7A422A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSuperAdminSetPresenter.h + sourceTree + <group> + + E85E7A432A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSuperAdminManagerRoomPresenter.h + sourceTree + <group> + + E85E7A442A4EB0D200B6D00A + + children + + E85E7A482A4EB0D200B6D00A + E85E7A462A4EB0D200B6D00A + E85E7A472A4EB0D200B6D00A + E85E7A452A4EB0D200B6D00A + + isa + PBXGroup + path + Income + sourceTree + <group> + + E85E7A452A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildIncomePresenter.m + sourceTree + <group> + + E85E7A462A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildIncomeDetailPresenter.m + sourceTree + <group> + + E85E7A472A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildIncomePresenter.h + sourceTree + <group> + + E85E7A482A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildIncomeDetailPresenter.h + sourceTree + <group> + + E85E7A492A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPClanPresenter.m + sourceTree + <group> + + E85E7A4A2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildSearchPresenter.m + sourceTree + <group> + + E85E7A4B2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildPresenter.m + sourceTree + <group> + + E85E7A4C2A4EB0D200B6D00A + + children + + E85E7A562A4EB0D200B6D00A + E85E7A502A4EB0D200B6D00A + E85E7A4F2A4EB0D200B6D00A + E85E7A532A4EB0D200B6D00A + E85E7A542A4EB0D200B6D00A + E85E7A4E2A4EB0D200B6D00A + E85E7A552A4EB0D200B6D00A + E85E7A512A4EB0D200B6D00A + E85E7A522A4EB0D200B6D00A + E85E7A4D2A4EB0D200B6D00A + + isa + PBXGroup + path + Setting + sourceTree + <group> + + E85E7A4D2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineManagerSetPresenter.m + sourceTree + <group> + + E85E7A4E2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildRemoveMemberPresenter.m + sourceTree + <group> + + E85E7A4F2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildMangerListPresenter.h + sourceTree + <group> + + E85E7A502A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildManagerPerPresenter.m + sourceTree + <group> + + E85E7A512A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildSetNamePresenter.m + sourceTree + <group> + + E85E7A522A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineManagerSetPresenter.h + sourceTree + <group> + + E85E7A532A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildMangerListPresenter.m + sourceTree + <group> + + E85E7A542A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildRemoveMemberPresenter.h + sourceTree + <group> + + E85E7A552A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildSetNamePresenter.h + sourceTree + <group> + + E85E7A562A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildManagerPerPresenter.h + sourceTree + <group> + + E85E7A572A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPClanPresenter.h + sourceTree + <group> + + E85E7A582A4EB0D200B6D00A + + children + + E85E7B6F2A4EC4B700B6D00A + E85E7A5D2A4EB0D200B6D00A + E85E7A622A4EB0D200B6D00A + E85E7A5A2A4EB0D200B6D00A + E85E7A592A4EB0D200B6D00A + E85E7A612A4EB0D200B6D00A + E85E7A602A4EB0D200B6D00A + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E85E7A592A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPClanProtocol.h + sourceTree + <group> + + E85E7A5A2A4EB0D200B6D00A + + children + + E85E7A5B2A4EB0D200B6D00A + E85E7A5C2A4EB0D200B6D00A + + isa + PBXGroup + path + SuperAdmin + sourceTree + <group> + + E85E7A5B2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSuperAdminSetProtocol.h + sourceTree + <group> + + E85E7A5C2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSuperAdminManagerRoomProtocol.h + sourceTree + <group> + + E85E7A5D2A4EB0D200B6D00A + + children + + E85E7A5E2A4EB0D200B6D00A + E85E7A5F2A4EB0D200B6D00A + + isa + PBXGroup + path + Income + sourceTree + <group> + + E85E7A5E2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildIncomeProtocol.h + sourceTree + <group> + + E85E7A5F2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildIncomeDetailProtocol.h + sourceTree + <group> + + E85E7A602A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildSearchProtocol.h + sourceTree + <group> + + E85E7A612A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildProtocol.h + sourceTree + <group> + + E85E7A622A4EB0D200B6D00A + + children + + E85E7A632A4EB0D200B6D00A + E85E7A642A4EB0D200B6D00A + E85E7A652A4EB0D200B6D00A + E85E7A662A4EB0D200B6D00A + E85E7A672A4EB0D200B6D00A + + isa + PBXGroup + path + Setting + sourceTree + <group> + + E85E7A632A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildSetManagerProtocol.h + sourceTree + <group> + + E85E7A642A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildManagerPerProtocol.h + sourceTree + <group> + + E85E7A652A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildRemoveMemberProtocol.h + sourceTree + <group> + + E85E7A662A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildSetNameProtocol.h + sourceTree + <group> + + E85E7A672A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildManagerListProtocol.h + sourceTree + <group> + + E85E7A682A4EB0D200B6D00A + + children + + 23E9E99F2A80C7DF00B792F2 + 23E9E9A02A80C7E000B792F2 + E85E7A6B2A4EB0D200B6D00A + E85E7A822A4EB0D200B6D00A + E85E7A6A2A4EB0D200B6D00A + E85E7A7F2A4EB0D200B6D00A + E85E7A6C2A4EB0D200B6D00A + E85E7A812A4EB0D200B6D00A + E85E7A692A4EB0D200B6D00A + E85E7A7E2A4EB0D200B6D00A + E85E7A6D2A4EB0D200B6D00A + E85E7A802A4EB0D200B6D00A + E85E7A7D2A4EB0D200B6D00A + E85E7A832A4EB0D200B6D00A + E85E7A842A4EB0D200B6D00A + E85E7A7C2A4EB0D200B6D00A + E85E7A752A4EB0D200B6D00A + E85E7A6E2A4EB0D200B6D00A + E85E7B522A4EB4AD00B6D00A + E85E7B532A4EB4AD00B6D00A + + isa + PBXGroup + path + Model + sourceTree + <group> + + E85E7A692A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GuildAuthModel.h + sourceTree + <group> + + E85E7A6A2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ClanInfoModel.h + sourceTree + <group> + + E85E7A6B2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ClanDetailInfoModel.h + sourceTree + <group> + + E85E7A6C2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ClanMemberDetailInfoModel.h + sourceTree + <group> + + E85E7A6D2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GuildInfoModel.h + sourceTree + <group> + + E85E7A6E2A4EB0D200B6D00A + + children + + E85E7A6F2A4EB0D200B6D00A + E85E7A722A4EB0D200B6D00A + E85E7A742A4EB0D200B6D00A + E85E7A712A4EB0D200B6D00A + E85E7A732A4EB0D200B6D00A + E85E7A702A4EB0D200B6D00A + + isa + PBXGroup + path + SuperAdmin + sourceTree + <group> + + E85E7A6F2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GuildRoomInfoModel.h + sourceTree + <group> + + E85E7A702A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GuildSuperAdminInfoModel.m + sourceTree + <group> + + E85E7A712A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GuildSearchSuperAdminModel.m + sourceTree + <group> + + E85E7A722A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GuildRoomInfoModel.m + sourceTree + <group> + + E85E7A732A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GuildSuperAdminInfoModel.h + sourceTree + <group> + + E85E7A742A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GuildSearchSuperAdminModel.h + sourceTree + <group> + + E85E7A752A4EB0D200B6D00A + + children + + E85E7A7A2A4EB0D200B6D00A + E85E7A772A4EB0D200B6D00A + E85E7A762A4EB0D200B6D00A + E85E7A792A4EB0D200B6D00A + E85E7A7B2A4EB0D200B6D00A + E85E7A782A4EB0D200B6D00A + + isa + PBXGroup + path + Income + sourceTree + <group> + + E85E7A762A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GuildIncomeRecordModel.h + sourceTree + <group> + + E85E7A772A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GuildIncomeDetailModel.m + sourceTree + <group> + + E85E7A782A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GuildPersonIncomeRecordModel.m + sourceTree + <group> + + E85E7A792A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GuildIncomeRecordModel.m + sourceTree + <group> + + E85E7A7A2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GuildIncomeDetailModel.h + sourceTree + <group> + + E85E7A7B2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GuildPersonIncomeRecordModel.h + sourceTree + <group> + + E85E7A7C2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GuildSearchUserInfoModel.m + sourceTree + <group> + + E85E7A7D2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GuildMessageModel.h + sourceTree + <group> + + E85E7A7E2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GuildAuthModel.m + sourceTree + <group> + + E85E7A7F2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ClanInfoModel.m + sourceTree + <group> + + E85E7A802A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GuildInfoModel.m + sourceTree + <group> + + E85E7A812A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ClanMemberDetailInfoModel.m + sourceTree + <group> + + E85E7A822A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ClanDetailInfoModel.m + sourceTree + <group> + + E85E7A832A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GuildMessageModel.m + sourceTree + <group> + + E85E7A842A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GuildSearchUserInfoModel.h + sourceTree + <group> + + E85E7A852A4EB0D200B6D00A + + children + + E85E7ABF2A4EB0D200B6D00A + E85E7A862A4EB0D200B6D00A + E85E7AEF2A4EB0D200B6D00A + E85E7AA32A4EB0D200B6D00A + E85E7A9B2A4EB0D200B6D00A + E85E7AEE2A4EB0D200B6D00A + E85E7A9A2A4EB0D200B6D00A + E85E7AA22A4EB0D200B6D00A + E85E7AFA2A4EB0D200B6D00A + E85E7AA12A4EB0D200B6D00A + E85E7AFD2A4EB0D200B6D00A + E85E7A992A4EB0D200B6D00A + E85E7AED2A4EB0D200B6D00A + E85E7AFC2A4EB0D200B6D00A + E85E7AA02A4EB0D200B6D00A + E85E7AFB2A4EB0D200B6D00A + E85E7ABE2A4EB0D200B6D00A + + isa + PBXGroup + path + View + sourceTree + <group> + + E85E7A862A4EB0D200B6D00A + + children + + E85E7A962A4EB0D200B6D00A + E85E7A8C2A4EB0D200B6D00A + E85E7A922A4EB0D200B6D00A + E85E7A882A4EB0D200B6D00A + 23E9E9952A80C3A000B792F2 + 23E9E9942A80C39F00B792F2 + 23E9E9932A80C39E00B792F2 + 23E9E9962A80C3A100B792F2 + E85E7A8E2A4EB0D200B6D00A + E85E7A942A4EB0D200B6D00A + E85E7A8F2A4EB0D200B6D00A + E85E7A982A4EB0D200B6D00A + E85E7A872A4EB0D200B6D00A + E85E7A932A4EB0D200B6D00A + E85E7A972A4EB0D200B6D00A + E85E7A8B2A4EB0D200B6D00A + E85E7A902A4EB0D200B6D00A + E85E7A8A2A4EB0D200B6D00A + E85E7A8D2A4EB0D200B6D00A + E85E7A952A4EB0D200B6D00A + 23E9E9A52A80F1C300B792F2 + 23E9E9A62A80F1C300B792F2 + + isa + PBXGroup + path + IncomeStatis + sourceTree + <group> + + E85E7A872A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildIncomeStatisViewController.h + sourceTree + <group> + + E85E7A882A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGoldIncomeRecordVC.m + sourceTree + <group> + + E85E7A8A2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineMainIncomeStatisViewController.m + sourceTree + <group> + + E85E7A8B2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineHallAnchorIncomeStatisViewController.m + sourceTree + <group> + + E85E7A8C2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineClanIncomeStatisViewController.m + sourceTree + <group> + + E85E7A8D2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewMineGuildIncomeRecordViewController.h + sourceTree + <group> + + E85E7A8E2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildIncomeDetailViewController.h + sourceTree + <group> + + E85E7A8F2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildIncomeRecordViewController.h + sourceTree + <group> + + E85E7A902A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineMainIncomeStatisViewController.h + sourceTree + <group> + + E85E7A922A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGoldIncomeRecordVC.h + sourceTree + <group> + + E85E7A932A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildIncomeStatisViewController.m + sourceTree + <group> + + E85E7A942A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildIncomeDetailViewController.m + sourceTree + <group> + + E85E7A952A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewMineGuildIncomeRecordViewController.m + sourceTree + <group> + + E85E7A962A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineClanIncomeStatisViewController.h + sourceTree + <group> + + E85E7A972A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineHallAnchorIncomeStatisViewController.h + sourceTree + <group> + + E85E7A982A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildIncomeRecordViewController.m + sourceTree + <group> + + E85E7A992A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildSearchViewController.h + sourceTree + <group> + + E85E7A9A2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineClanViewController.m + sourceTree + <group> + + E85E7A9B2A4EB0D200B6D00A + + children + + E85E7A9D2A4EB0D200B6D00A + E85E7A9F2A4EB0D200B6D00A + E85E7A9C2A4EB0D200B6D00A + E85E7A9E2A4EB0D200B6D00A + + isa + PBXGroup + path + SuperAdmin + sourceTree + <group> + + E85E7A9C2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildSuperAdminSetViewController.h + sourceTree + <group> + + E85E7A9D2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildChooseManagerViewController.h + sourceTree + <group> + + E85E7A9E2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildSuperAdminSetViewController.m + sourceTree + <group> + + E85E7A9F2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildChooseManagerViewController.m + sourceTree + <group> + + E85E7AA02A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildViewController.m + sourceTree + <group> + + E85E7AA12A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildListVC.h + sourceTree + <group> + + E85E7AA22A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineExchangeAuthorityVC.h + sourceTree + <group> + + E85E7AA32A4EB0D200B6D00A + + children + + E85E7AB32A4EB0D200B6D00A + E85E7AA62A4EB0D200B6D00A + E85E7AA82A4EB0D200B6D00A + E85E7AB12A4EB0D200B6D00A + E85E7AAA2A4EB0D200B6D00A + E85E7AB82A4EB0D200B6D00A + E85E7AB02A4EB0D200B6D00A + E85E7ABC2A4EB0D200B6D00A + 23C9DFCA2B85DD8B00B51558 + 23C9DFCB2B85DD8B00B51558 + E85E7AA52A4EB0D200B6D00A + E85E7AB22A4EB0D200B6D00A + E85E7AA92A4EB0D200B6D00A + E85E7AB92A4EB0D200B6D00A + E85E7AAF2A4EB0D200B6D00A + E85E7ABD2A4EB0D200B6D00A + E85E7AAB2A4EB0D200B6D00A + E85E7AB72A4EB0D200B6D00A + E85E7AB52A4EB0D200B6D00A + E85E7AA42A4EB0D200B6D00A + E85E7AB62A4EB0D200B6D00A + E85E7AAC2A4EB0D200B6D00A + E85E7AB42A4EB0D200B6D00A + E85E7AA72A4EB0D200B6D00A + E85E7AAD2A4EB0D200B6D00A + E85E7ABB2A4EB0D200B6D00A + E85E7ABA2A4EB0D200B6D00A + E85E7AAE2A4EB0D200B6D00A + E85E7B702A4EC93C00B6D00A + E85E7B712A4EC93C00B6D00A + 23C7C0B52A7CD7B000802205 + 23C7C0B62A7CD7B000802205 + 23E9E99A2A80C40000B792F2 + 23E9E9992A80C3FF00B792F2 + 23E9E9A22A80DEAF00B792F2 + 23E9E9A32A80DEAF00B792F2 + 23E9E99D2A80C7AF00B792F2 + 23E9E99C2A80C7AE00B792F2 + + isa + PBXGroup + path + SubViews + sourceTree + <group> + + E85E7AA42A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildSuperAdminMenuView.m + sourceTree + <group> + + E85E7AA52A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildHeaderView.h + sourceTree + <group> + + E85E7AA62A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPClanMenuView.m + sourceTree + <group> + + E85E7AA72A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildTimePickView.m + sourceTree + <group> + + E85E7AA82A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPClanSectionView.h + sourceTree + <group> + + E85E7AA92A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildIncomeHeaderView.h + sourceTree + <group> + + E85E7AAA2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGoldIncomeSectionView.h + sourceTree + <group> + + E85E7AAB2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildSearchNavView.h + sourceTree + <group> + + E85E7AAC2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildTimeMonthPickerView.m + sourceTree + <group> + + E85E7AAD2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewGuildIncomeHeaderView.h + sourceTree + <group> + + E85E7AAE2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewGuildTimePickView.m + sourceTree + <group> + + E85E7AAF2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildIncomeSectionView.h + sourceTree + <group> + + E85E7AB02A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildAnchorIncomeSectionView.h + sourceTree + <group> + + E85E7AB12A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPClanSectionView.m + sourceTree + <group> + + E85E7AB22A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildHeaderView.m + sourceTree + <group> + + E85E7AB32A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPClanMenuView.h + sourceTree + <group> + + E85E7AB42A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildTimePickView.h + sourceTree + <group> + + E85E7AB52A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildSuperAdminMenuView.h + sourceTree + <group> + + E85E7AB62A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildTimeMonthPickerView.h + sourceTree + <group> + + E85E7AB72A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildSearchNavView.m + sourceTree + <group> + + E85E7AB82A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGoldIncomeSectionView.m + sourceTree + <group> + + E85E7AB92A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildIncomeHeaderView.m + sourceTree + <group> + + E85E7ABA2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewGuildTimePickView.h + sourceTree + <group> + + E85E7ABB2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewGuildIncomeHeaderView.m + sourceTree + <group> + + E85E7ABC2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildAnchorIncomeSectionView.m + sourceTree + <group> + + E85E7ABD2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildIncomeSectionView.m + sourceTree + <group> + + E85E7ABE2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineMainGuildListVC.m + sourceTree + <group> + + E85E7ABF2A4EB0D200B6D00A + + children + + E85E7ADE2A4EB0D200B6D00A + E85E7AC22A4EB0D200B6D00A + E85E7AD12A4EB0D200B6D00A + E85E7AE82A4EB0D200B6D00A + E85E7AC82A4EB0D200B6D00A + E85E7ADB2A4EB0D200B6D00A + E85E7AC02A4EB0D200B6D00A + E85E7ADA2A4EB0D200B6D00A + E85E7AC12A4EB0D200B6D00A + E85E7AC72A4EB0D200B6D00A + E85E7AE72A4EB0D200B6D00A + E85E7AC62A4EB0D200B6D00A + E85E7ADC2A4EB0D200B6D00A + E85E7ADD2A4EB0D200B6D00A + E85E7AC52A4EB0D200B6D00A + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E85E7AC02A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPClanMemberTableViewCell.m + sourceTree + <group> + + E85E7AC12A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPClanRoomCollectionViewCell.m + sourceTree + <group> + + E85E7AC22A4EB0D200B6D00A + + children + + E85E7AC42A4EB0D200B6D00A + E85E7AC32A4EB0D200B6D00A + + isa + PBXGroup + path + GuildList + sourceTree + <group> + + E85E7AC32A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildListCell.m + sourceTree + <group> + + E85E7AC42A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildListCell.h + sourceTree + <group> + + E85E7AC52A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildSearchMemberTableViewCell.m + sourceTree + <group> + + E85E7AC62A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildEmptyTableViewCell.h + sourceTree + <group> + + E85E7AC72A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildEmptyCollectionViewCell.h + sourceTree + <group> + + E85E7AC82A4EB0D200B6D00A + + children + + E85E7AC92A4EB0D200B6D00A + E85E7ACA2A4EB0D200B6D00A + E85E7ACB2A4EB0D200B6D00A + E85E7ACC2A4EB0D200B6D00A + E85E7ACD2A4EB0D200B6D00A + E85E7ACE2A4EB0D200B6D00A + E85E7ACF2A4EB0D200B6D00A + E85E7AD02A4EB0D200B6D00A + + isa + PBXGroup + path + SuperAdmin + sourceTree + <group> + + E85E7AC92A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildSuperAdminRoomCollectionViewCell.h + sourceTree + <group> + + E85E7ACA2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildChooseManagerRoomTableViewCell.m + sourceTree + <group> + + E85E7ACB2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildSuperAdminSetTableViewCell.m + sourceTree + <group> + + E85E7ACC2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildSearchSuperAdminTableViewCell.m + sourceTree + <group> + + E85E7ACD2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildSuperAdminRoomCollectionViewCell.m + sourceTree + <group> + + E85E7ACE2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildChooseManagerRoomTableViewCell.h + sourceTree + <group> + + E85E7ACF2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildSearchSuperAdminTableViewCell.h + sourceTree + <group> + + E85E7AD02A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildSuperAdminSetTableViewCell.h + sourceTree + <group> + + E85E7AD12A4EB0D200B6D00A + + children + + E85E7AD62A4EB0D200B6D00A + E85E7AD22A4EB0D200B6D00A + E85E7AD82A4EB0D200B6D00A + E85E7AD32A4EB0D200B6D00A + 23E9E9A82A80FDF100B792F2 + 23E9E9A92A80FDF100B792F2 + E85E7AD42A4EB0D200B6D00A + E85E7AD72A4EB0D200B6D00A + E85E7AD92A4EB0D200B6D00A + E85E7AD52A4EB0D200B6D00A + 23C9DFCD2B85E21E00B51558 + 23C9DFCE2B85E21E00B51558 + + isa + PBXGroup + path + Income + sourceTree + <group> + + E85E7AD22A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildIncomeDetailCollectionViewCell.m + sourceTree + <group> + + E85E7AD32A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildIncomeRecordTableViewCell.m + sourceTree + <group> + + E85E7AD42A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildPersonIncomeTableViewCell.h + sourceTree + <group> + + E85E7AD52A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildSingleRoomIncomeTableViewCell.m + sourceTree + <group> + + E85E7AD62A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildIncomeDetailCollectionViewCell.h + sourceTree + <group> + + E85E7AD72A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildPersonIncomeTableViewCell.m + sourceTree + <group> + + E85E7AD82A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildIncomeRecordTableViewCell.h + sourceTree + <group> + + E85E7AD92A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGuildSingleRoomIncomeTableViewCell.h + sourceTree + <group> + + E85E7ADA2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPClanRoomCollectionViewCell.h + sourceTree + <group> + + E85E7ADB2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPClanMemberTableViewCell.h + sourceTree + <group> + + E85E7ADC2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildEmptyTableViewCell.m + sourceTree + <group> + + E85E7ADD2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildSearchMemberTableViewCell.h + sourceTree + <group> + + E85E7ADE2A4EB0D200B6D00A + + children + + E85E7ADF2A4EB0D200B6D00A + E85E7AE32A4EB0D200B6D00A + E85E7AE12A4EB0D200B6D00A + E85E7AE62A4EB0D200B6D00A + E85E7AE52A4EB0D200B6D00A + E85E7AE22A4EB0D200B6D00A + E85E7AE42A4EB0D200B6D00A + E85E7AE02A4EB0D200B6D00A + + isa + PBXGroup + path + ExchangeAuthority + sourceTree + <group> + + E85E7ADF2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineExchangeAuthorityCell.h + sourceTree + <group> + + E85E7AE02A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMinePromptWindow.m + sourceTree + <group> + + E85E7AE12A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineExchangeAuthorityFooderView.h + sourceTree + <group> + + E85E7AE22A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineExchangeAuthorityHeadView.m + sourceTree + <group> + + E85E7AE32A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineExchangeAuthorityCell.m + sourceTree + <group> + + E85E7AE42A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMinePromptWindow.h + sourceTree + <group> + + E85E7AE52A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineExchangeAuthorityHeadView.h + sourceTree + <group> + + E85E7AE62A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineExchangeAuthorityFooderView.m + sourceTree + <group> + + E85E7AE72A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGuildEmptyCollectionViewCell.m + sourceTree + <group> + + E85E7AE82A4EB0D200B6D00A + + children + + E85E7AEB2A4EB0D200B6D00A + E85E7AE92A4EB0D200B6D00A + 2305F3452AD94E9C00AD403C + 2305F3462AD94E9C00AD403C + + isa + PBXGroup + path + Setting + sourceTree + <group> + + E85E7AE92A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildManagerPerTableViewCell.m + sourceTree + <group> + + E85E7AEB2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildManagerPerTableViewCell.h + sourceTree + <group> + + E85E7AED2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildSearchViewController.m + sourceTree + <group> + + E85E7AEE2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineClanViewController.h + sourceTree + <group> + + E85E7AEF2A4EB0D200B6D00A + + children + + E85E7AF92A4EB0D200B6D00A + E85E7AF42A4EB0D200B6D00A + E85E7AF52A4EB0D200B6D00A + E85E7AF32A4EB0D200B6D00A + E85E7AF22A4EB0D200B6D00A + E85E7AF62A4EB0D200B6D00A + E85E7AF02A4EB0D200B6D00A + E85E7AF82A4EB0D200B6D00A + E85E7AF72A4EB0D200B6D00A + E85E7AF12A4EB0D200B6D00A + + isa + PBXGroup + path + Setting + sourceTree + <group> + + E85E7AF02A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildSetNameViewController.h + sourceTree + <group> + + E85E7AF12A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineMangerListViewController.m + sourceTree + <group> + + E85E7AF22A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildRemoveMemberViewController.h + sourceTree + <group> + + E85E7AF32A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildManagerSetViewController.m + sourceTree + <group> + + E85E7AF42A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildManagerPerViewController.m + sourceTree + <group> + + E85E7AF52A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildManagerSetViewController.h + sourceTree + <group> + + E85E7AF62A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildRemoveMemberViewController.m + sourceTree + <group> + + E85E7AF72A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineMangerListViewController.h + sourceTree + <group> + + E85E7AF82A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildSetNameViewController.m + sourceTree + <group> + + E85E7AF92A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildManagerPerViewController.h + sourceTree + <group> + + E85E7AFA2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineExchangeAuthorityVC.m + sourceTree + <group> + + E85E7AFB2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineMainGuildListVC.h + sourceTree + <group> + + E85E7AFC2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildViewController.h + sourceTree + <group> + + E85E7AFD2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildListVC.m + sourceTree + <group> + + E85E7AFE2A4EB0D200B6D00A + + children + + E85E7AFF2A4EB0D200B6D00A + E85E7B002A4EB0D200B6D00A + + isa + PBXGroup + path + Api + sourceTree + <group> + + E85E7AFF2A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+Guild.m + sourceTree + <group> + + E85E7B002A4EB0D200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+Guild.h + sourceTree + <group> + + E85E7B012A4EB0D200B6D00A + + fileRef + E85E7A402A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B022A4EB0D200B6D00A + + fileRef + E85E7A412A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B032A4EB0D200B6D00A + + fileRef + E85E7A452A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B042A4EB0D200B6D00A + + fileRef + E85E7A462A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B052A4EB0D200B6D00A + + fileRef + E85E7A492A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B062A4EB0D200B6D00A + + fileRef + E85E7A4A2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B072A4EB0D200B6D00A + + fileRef + E85E7A4B2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B082A4EB0D200B6D00A + + fileRef + E85E7A4D2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B092A4EB0D200B6D00A + + fileRef + E85E7A4E2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B0A2A4EB0D200B6D00A + + fileRef + E85E7A502A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B0B2A4EB0D200B6D00A + + fileRef + E85E7A512A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B0C2A4EB0D200B6D00A + + fileRef + E85E7A532A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B0D2A4EB0D200B6D00A + + fileRef + E85E7A702A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B0E2A4EB0D200B6D00A + + fileRef + E85E7A712A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B0F2A4EB0D200B6D00A + + fileRef + E85E7A722A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B102A4EB0D200B6D00A + + fileRef + E85E7A772A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B112A4EB0D200B6D00A + + fileRef + E85E7A782A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B122A4EB0D200B6D00A + + fileRef + E85E7A792A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B132A4EB0D200B6D00A + + fileRef + E85E7A7C2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B142A4EB0D200B6D00A + + fileRef + E85E7A7E2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B152A4EB0D200B6D00A + + fileRef + E85E7A7F2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B162A4EB0D200B6D00A + + fileRef + E85E7A802A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B172A4EB0D200B6D00A + + fileRef + E85E7A812A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B182A4EB0D200B6D00A + + fileRef + E85E7A822A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B192A4EB0D200B6D00A + + fileRef + E85E7A832A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B1A2A4EB0D200B6D00A + + fileRef + E85E7A882A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B1B2A4EB0D200B6D00A + + fileRef + E85E7A8A2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B1C2A4EB0D200B6D00A + + fileRef + E85E7A8B2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B1D2A4EB0D200B6D00A + + fileRef + E85E7A8C2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B1F2A4EB0D300B6D00A + + fileRef + E85E7A932A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B202A4EB0D300B6D00A + + fileRef + E85E7A942A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B212A4EB0D300B6D00A + + fileRef + E85E7A952A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B222A4EB0D300B6D00A + + fileRef + E85E7A982A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B232A4EB0D300B6D00A + + fileRef + E85E7A9A2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B242A4EB0D300B6D00A + + fileRef + E85E7A9E2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B252A4EB0D300B6D00A + + fileRef + E85E7A9F2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B262A4EB0D300B6D00A + + fileRef + E85E7AA02A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B272A4EB0D300B6D00A + + fileRef + E85E7AA42A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B282A4EB0D300B6D00A + + fileRef + E85E7AA62A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B292A4EB0D300B6D00A + + fileRef + E85E7AA72A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B2A2A4EB0D300B6D00A + + fileRef + E85E7AAC2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B2B2A4EB0D300B6D00A + + fileRef + E85E7AAE2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B2C2A4EB0D300B6D00A + + fileRef + E85E7AB12A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B2D2A4EB0D300B6D00A + + fileRef + E85E7AB22A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B2E2A4EB0D300B6D00A + + fileRef + E85E7AB72A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B2F2A4EB0D300B6D00A + + fileRef + E85E7AB82A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B302A4EB0D300B6D00A + + fileRef + E85E7AB92A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B312A4EB0D300B6D00A + + fileRef + E85E7ABB2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B322A4EB0D300B6D00A + + fileRef + E85E7ABC2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B332A4EB0D300B6D00A + + fileRef + E85E7ABD2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B342A4EB0D300B6D00A + + fileRef + E85E7ABE2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B352A4EB0D300B6D00A + + fileRef + E85E7AC02A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B362A4EB0D300B6D00A + + fileRef + E85E7AC12A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B372A4EB0D300B6D00A + + fileRef + E85E7AC32A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B382A4EB0D300B6D00A + + fileRef + E85E7AC52A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B392A4EB0D300B6D00A + + fileRef + E85E7ACA2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B3A2A4EB0D300B6D00A + + fileRef + E85E7ACB2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B3B2A4EB0D300B6D00A + + fileRef + E85E7ACC2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B3C2A4EB0D300B6D00A + + fileRef + E85E7ACD2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B3D2A4EB0D300B6D00A + + fileRef + E85E7AD22A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B3E2A4EB0D300B6D00A + + fileRef + E85E7AD32A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B3F2A4EB0D300B6D00A + + fileRef + E85E7AD52A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B402A4EB0D300B6D00A + + fileRef + E85E7AD72A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B412A4EB0D300B6D00A + + fileRef + E85E7ADC2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B422A4EB0D300B6D00A + + fileRef + E85E7AE02A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B432A4EB0D300B6D00A + + fileRef + E85E7AE22A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B442A4EB0D300B6D00A + + fileRef + E85E7AE32A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B452A4EB0D300B6D00A + + fileRef + E85E7AE62A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B462A4EB0D300B6D00A + + fileRef + E85E7AE72A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B472A4EB0D300B6D00A + + fileRef + E85E7AE92A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B492A4EB0D300B6D00A + + fileRef + E85E7AED2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B4A2A4EB0D300B6D00A + + fileRef + E85E7AF12A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B4B2A4EB0D300B6D00A + + fileRef + E85E7AF32A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B4C2A4EB0D300B6D00A + + fileRef + E85E7AF42A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B4D2A4EB0D300B6D00A + + fileRef + E85E7AF62A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B4E2A4EB0D300B6D00A + + fileRef + E85E7AF82A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B4F2A4EB0D300B6D00A + + fileRef + E85E7AFA2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B502A4EB0D300B6D00A + + fileRef + E85E7AFD2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B512A4EB0D300B6D00A + + fileRef + E85E7AFF2A4EB0D200B6D00A + isa + PBXBuildFile + + E85E7B522A4EB4AD00B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildListModel.h + sourceTree + <group> + + E85E7B532A4EB4AD00B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildListModel.m + sourceTree + <group> + + E85E7B542A4EB4AD00B6D00A + + fileRef + E85E7B532A4EB4AD00B6D00A + isa + PBXBuildFile + + E85E7B582A4EC35A00B6D00A + + children + + E85E7B592A4EC35A00B6D00A + E85E7B5A2A4EC35A00B6D00A + E85E7B5B2A4EC35A00B6D00A + E85E7B5E2A4EC35A00B6D00A + E85E7B5F2A4EC35A00B6D00A + E85E7B602A4EC35A00B6D00A + + isa + PBXGroup + path + RecordIncome + sourceTree + <group> + + E85E7B592A4EC35A00B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIncomeRecordGoldDetailsModel.h + sourceTree + <group> + + E85E7B5A2A4EC35A00B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPExchangeDiamondsModel.h + sourceTree + <group> + + E85E7B5B2A4EC35A00B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIncomeRecordModel.h + sourceTree + <group> + + E85E7B5E2A4EC35A00B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIncomeRecordModel.m + sourceTree + <group> + + E85E7B5F2A4EC35A00B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPExchangeDiamondsModel.m + sourceTree + <group> + + E85E7B602A4EC35A00B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIncomeRecordGoldDetailsModel.m + sourceTree + <group> + + E85E7B642A4EC35A00B6D00A + + fileRef + E85E7B5E2A4EC35A00B6D00A + isa + PBXBuildFile + + E85E7B652A4EC35A00B6D00A + + fileRef + E85E7B5F2A4EC35A00B6D00A + isa + PBXBuildFile + + E85E7B662A4EC35A00B6D00A + + fileRef + E85E7B602A4EC35A00B6D00A + isa + PBXBuildFile + + E85E7B682A4EC39400B6D00A + + children + + E85E7B692A4EC39400B6D00A + E85E7B6A2A4EC39400B6D00A + + isa + PBXGroup + path + ExchangeAuthority + sourceTree + <group> + + E85E7B692A4EC39400B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineExchangeAuthorityModel.m + sourceTree + <group> + + E85E7B6A2A4EC39400B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineExchangeAuthorityModel.h + sourceTree + <group> + + E85E7B6B2A4EC39400B6D00A + + fileRef + E85E7B692A4EC39400B6D00A + isa + PBXBuildFile + + E85E7B6C2A4EC4AE00B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGuildPresenter.m + sourceTree + <group> + + E85E7B6D2A4EC4AE00B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildPresenter.h + sourceTree + <group> + + E85E7B6E2A4EC4AE00B6D00A + + fileRef + E85E7B6C2A4EC4AE00B6D00A + isa + PBXBuildFile + + E85E7B6F2A4EC4B700B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGuildProtocol.h + sourceTree + <group> + + E85E7B702A4EC93C00B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondSearchView.h + sourceTree + <group> + + E85E7B712A4EC93C00B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiveDiamondSearchView.m + sourceTree + <group> + + E85E7B732A4EC99200B6D00A + + children + + E85E7B742A4EC99200B6D00A + E85E7B772A4EC99200B6D00A + E85E7B792A4EC99200B6D00A + E85E7B802A4EC99200B6D00A + E85E7B9C2A4EC99200B6D00A + + isa + PBXGroup + path + GiveDiamond + sourceTree + <group> + + E85E7B742A4EC99200B6D00A + + children + + E85E7B752A4EC99200B6D00A + E85E7B762A4EC99200B6D00A + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E85E7B752A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiveDiamondPresenter.m + sourceTree + <group> + + E85E7B762A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondPresenter.h + sourceTree + <group> + + E85E7B772A4EC99200B6D00A + + children + + E85E7B782A4EC99200B6D00A + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E85E7B782A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondProtocol.h + sourceTree + <group> + + E85E7B792A4EC99200B6D00A + + children + + E85E7B7D2A4EC99200B6D00A + E85E7B7A2A4EC99200B6D00A + E85E7B7E2A4EC99200B6D00A + E85E7B7B2A4EC99200B6D00A + E85E7B7C2A4EC99200B6D00A + E85E7B7F2A4EC99200B6D00A + + isa + PBXGroup + path + Model + sourceTree + <group> + + E85E7B7A2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiveDiamondDetailsModel.m + sourceTree + <group> + + E85E7B7B2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiveDiamondModel.m + sourceTree + <group> + + E85E7B7C2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondSearchModel.h + sourceTree + <group> + + E85E7B7D2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondDetailsModel.h + sourceTree + <group> + + E85E7B7E2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondModel.h + sourceTree + <group> + + E85E7B7F2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiveDiamondSearchModel.m + sourceTree + <group> + + E85E7B802A4EC99200B6D00A + + children + + E85E7BB72A4ED89E00B6D00A + E85E7BB82A4ED89F00B6D00A + E85E7B852A4EC99200B6D00A + E85E7B822A4EC99200B6D00A + E85E7B9B2A4EC99200B6D00A + E85E7B842A4EC99200B6D00A + E85E7B832A4EC99200B6D00A + E85E7B812A4EC99200B6D00A + E85E7B9A2A4EC99200B6D00A + 4C1392912D6D963600A6DFB5 + 4C1392922D6D963600A6DFB5 + 4C1392942D6DA22B00A6DFB5 + 4C1392952D6DA22B00A6DFB5 + + isa + PBXGroup + path + View + sourceTree + <group> + + E85E7B812A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondVC.h + sourceTree + <group> + + E85E7B822A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineChooseGiveDiamondVC.h + sourceTree + <group> + + E85E7B832A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiveDiamondDetailsVC.m + sourceTree + <group> + + E85E7B842A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondDetailsVC.h + sourceTree + <group> + + E85E7B852A4EC99200B6D00A + + children + + E85E7B902A4EC99200B6D00A + E85E7B872A4EC99200B6D00A + E85E7B8D2A4EC99200B6D00A + E85E7B972A4EC99200B6D00A + E85E7B8B2A4EC99200B6D00A + E85E7B922A4EC99200B6D00A + E85E7B882A4EC99200B6D00A + E85E7B952A4EC99200B6D00A + E85E7B912A4EC99200B6D00A + E85E7B862A4EC99200B6D00A + E85E7B8F2A4EC99200B6D00A + E85E7B992A4EC99200B6D00A + E85E7B8C2A4EC99200B6D00A + E85E7B982A4EC99200B6D00A + E85E7B932A4EC99200B6D00A + E85E7B8A2A4EC99200B6D00A + E85E7B8E2A4EC99200B6D00A + E85E7B962A4EC99200B6D00A + E85E7B942A4EC99200B6D00A + E85E7B892A4EC99200B6D00A + E85E7BB12A4ED45300B6D00A + E85E7BB22A4ED45300B6D00A + E85E7BB42A4ED59900B6D00A + E85E7BB52A4ED59900B6D00A + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E85E7B862A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiveDiamondCell.m + sourceTree + <group> + + E85E7B872A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineChooseGiveDiamondView.m + sourceTree + <group> + + E85E7B882A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineConfirmGiveDiamondView.h + sourceTree + <group> + + E85E7B892A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiveDiamondSearchView.m + sourceTree + <group> + + E85E7B8A2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiveDiamondPasswordView.m + sourceTree + <group> + + E85E7B8B2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineChooseGiveGiftViewCell.h + sourceTree + <group> + + E85E7B8C2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondDetailsView.h + sourceTree + <group> + + E85E7B8D2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineChooseGiveGiftView.h + sourceTree + <group> + + E85E7B8E2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondPwdView.h + sourceTree + <group> + + E85E7B8F2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondDetailsCell.h + sourceTree + <group> + + E85E7B902A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineChooseGiveDiamondView.h + sourceTree + <group> + + E85E7B912A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondCell.h + sourceTree + <group> + + E85E7B922A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineChooseGiveGiftViewCell.m + sourceTree + <group> + + E85E7B932A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondPasswordView.h + sourceTree + <group> + + E85E7B942A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineGiveDiamondSearchView.h + sourceTree + <group> + + E85E7B952A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineConfirmGiveDiamondView.m + sourceTree + <group> + + E85E7B962A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiveDiamondPwdView.m + sourceTree + <group> + + E85E7B972A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineChooseGiveGiftView.m + sourceTree + <group> + + E85E7B982A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiveDiamondDetailsView.m + sourceTree + <group> + + E85E7B992A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiveDiamondDetailsCell.m + sourceTree + <group> + + E85E7B9A2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineGiveDiamondVC.m + sourceTree + <group> + + E85E7B9B2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineChooseGiveDiamondVC.m + sourceTree + <group> + + E85E7B9C2A4EC99200B6D00A + + children + + E85E7B9D2A4EC99200B6D00A + E85E7B9E2A4EC99200B6D00A + + isa + PBXGroup + path + Api + sourceTree + <group> + + E85E7B9D2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+GiveDiamond.h + sourceTree + <group> + + E85E7B9E2A4EC99200B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+GiveDiamond.m + sourceTree + <group> + + E85E7B9F2A4EC99300B6D00A + + fileRef + E85E7B752A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BA02A4EC99300B6D00A + + fileRef + E85E7B7A2A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BA12A4EC99300B6D00A + + fileRef + E85E7B7B2A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BA22A4EC99300B6D00A + + fileRef + E85E7B7F2A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BA32A4EC99300B6D00A + + fileRef + E85E7B832A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BA42A4EC99300B6D00A + + fileRef + E85E7B862A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BA52A4EC99300B6D00A + + fileRef + E85E7B872A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BA62A4EC99300B6D00A + + fileRef + E85E7B892A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BA72A4EC99300B6D00A + + fileRef + E85E7B8A2A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BA82A4EC99300B6D00A + + fileRef + E85E7B922A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BA92A4EC99300B6D00A + + fileRef + E85E7B952A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BAA2A4EC99300B6D00A + + fileRef + E85E7B962A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BAB2A4EC99300B6D00A + + fileRef + E85E7B972A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BAC2A4EC99300B6D00A + + fileRef + E85E7B982A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BAD2A4EC99300B6D00A + + fileRef + E85E7B992A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BAE2A4EC99300B6D00A + + fileRef + E85E7B9A2A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BAF2A4EC99300B6D00A + + fileRef + E85E7B9B2A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BB02A4EC99300B6D00A + + fileRef + E85E7B9E2A4EC99200B6D00A + isa + PBXBuildFile + + E85E7BB12A4ED45300B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPPageControl.h + sourceTree + <group> + + E85E7BB22A4ED45300B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPPageControl.m + sourceTree + <group> + + E85E7BB32A4ED45300B6D00A + + fileRef + E85E7BB22A4ED45300B6D00A + isa + PBXBuildFile + + E85E7BB42A4ED59900B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIncomeRecordGoldDetailsCell.h + sourceTree + <group> + + E85E7BB52A4ED59900B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIncomeRecordGoldDetailsCell.m + sourceTree + <group> + + E85E7BB62A4ED59900B6D00A + + fileRef + E85E7BB52A4ED59900B6D00A + isa + PBXBuildFile + + E85E7BB72A4ED89E00B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPIncomeRecordGoldDetailsHeadView.h + sourceTree + <group> + + E85E7BB82A4ED89F00B6D00A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPIncomeRecordGoldDetailsHeadView.m + sourceTree + <group> + + E85E7BB92A4ED89F00B6D00A + + fileRef + E85E7BB82A4ED89F00B6D00A + isa + PBXBuildFile + + E85E7BBA2A4EE70B00B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineTheGuildCell.h + sourceTree + <group> + + E85E7BBB2A4EE70B00B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineTheGuildCell.m + sourceTree + <group> + + E85E7BBC2A4EE70B00B6D00A + + fileRef + E85E7BBB2A4EE70B00B6D00A + isa + PBXBuildFile + + E85E7BBD2A4EE7AC00B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMinePersonalCenterCell.h + sourceTree + <group> + + E85E7BBE2A4EE7AC00B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMinePersonalCenterCell.m + sourceTree + <group> + + E85E7BBF2A4EE7AC00B6D00A + + fileRef + E85E7BBE2A4EE7AC00B6D00A + isa + PBXBuildFile + + E85E7BC02A4EE82300B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineListCell.h + sourceTree + <group> + + E85E7BC12A4EE82300B6D00A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineListCell.m + sourceTree + <group> + + E85E7BC22A4EE82300B6D00A + + fileRef + E85E7BC12A4EE82300B6D00A + isa + PBXBuildFile + + E86507E3281A7D4D006951B0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentTweetView.h + sourceTree + <group> + + E86507E4281A7D4D006951B0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentTweetView.m + sourceTree + <group> + + E86507E5281A7D4D006951B0 + + fileRef + E86507E4281A7D4D006951B0 + isa + PBXBuildFile + + E86507E6281A8212006951B0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ContentTweetModel.h + sourceTree + <group> + + E86507E7281A8212006951B0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ContentTweetModel.m + sourceTree + <group> + + E86507E8281A8212006951B0 + + fileRef + E86507E7281A8212006951B0 + isa + PBXBuildFile + + E86507E9281A88A9006951B0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentSkillCardView.h + sourceTree + <group> + + E86507EA281A88A9006951B0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentSkillCardView.m + sourceTree + <group> + + E86507EB281A88A9006951B0 + + fileRef + E86507EA281A88A9006951B0 + isa + PBXBuildFile + + E8659640270160F200846EBD + + children + + E86596422701611A00846EBD + E86596412701611A00846EBD + + isa + PBXGroup + path + VagueImageView + sourceTree + <group> + + E86596412701611A00846EBD + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIImage+ImageEffects.m + sourceTree + <group> + + E86596422701611A00846EBD + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIImage+ImageEffects.h + sourceTree + <group> + + E86596432701611A00846EBD + + fileRef + E86596412701611A00846EBD + isa + PBXBuildFile + + E865964E2701A1A900846EBD + + children + + E865964F2701A1C000846EBD + E86596502701A1C000846EBD + E86596522701A55500846EBD + E86596532701A55500846EBD + + isa + PBXGroup + path + StatisticsService + sourceTree + <group> + + E865964F2701A1C000846EBD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + StatisticsService.h + sourceTree + <group> + + E86596502701A1C000846EBD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + StatisticsService.m + sourceTree + <group> + + E86596512701A1C000846EBD + + fileRef + E86596502701A1C000846EBD + isa + PBXBuildFile + + E86596522701A55500846EBD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + StatisticsServiceHelper.h + sourceTree + <group> + + E86596532701A55500846EBD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + StatisticsServiceHelper.m + sourceTree + <group> + + E86596542701A55500846EBD + + fileRef + E86596532701A55500846EBD + isa + PBXBuildFile + + E8659907273E800D00EE349D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftCollectionViewFlowLayout.h + sourceTree + <group> + + E8659908273E800D00EE349D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftCollectionViewFlowLayout.m + sourceTree + <group> + + E8659909273E800D00EE349D + + fileRef + E8659908273E800D00EE349D + isa + PBXBuildFile + + E8664ECE27E42238000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKTimePickerView.h + sourceTree + <group> + + E8664ECF27E42238000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKTimePickerView.m + sourceTree + <group> + + E8664ED027E42238000171BA + + fileRef + E8664ECF27E42238000171BA + isa + PBXBuildFile + + E8664ED127E4258A000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomPKTimeItemModel.h + sourceTree + <group> + + E8664ED227E4258A000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomPKTimeItemModel.m + sourceTree + <group> + + E8664ED327E4258A000171BA + + fileRef + E8664ED227E4258A000171BA + isa + PBXBuildFile + + E8664ED427E434D5000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKRecordViewController.h + sourceTree + <group> + + E8664ED527E434D5000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKRecordViewController.m + sourceTree + <group> + + E8664ED627E434D5000171BA + + fileRef + E8664ED527E434D5000171BA + isa + PBXBuildFile + + E8664ED727E4355C000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKRecordTableViewCell.h + sourceTree + <group> + + E8664ED827E4355C000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKRecordTableViewCell.m + sourceTree + <group> + + E8664ED927E4355C000171BA + + fileRef + E8664ED827E4355C000171BA + isa + PBXBuildFile + + E8664EDA27E43632000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKEmptyTableViewCell.h + sourceTree + <group> + + E8664EDB27E43632000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKEmptyTableViewCell.m + sourceTree + <group> + + E8664EDC27E43632000171BA + + fileRef + E8664EDB27E43632000171BA + isa + PBXBuildFile + + E8664EDD27E45EC7000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKRecordPresenter.h + sourceTree + <group> + + E8664EDE27E45EC7000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKRecordPresenter.m + sourceTree + <group> + + E8664EDF27E45EC7000171BA + + fileRef + E8664EDE27E45EC7000171BA + isa + PBXBuildFile + + E8664EE027E45EE6000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKRecordProtocol.h + sourceTree + <group> + + E8664EE127E47711000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKRecordNickView.h + sourceTree + <group> + + E8664EE227E47711000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKRecordNickView.m + sourceTree + <group> + + E8664EE327E47711000171BA + + fileRef + E8664EE227E47711000171BA + isa + PBXBuildFile + + E8664EE427E482EF000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomPKTeamModel.h + sourceTree + <group> + + E8664EE527E482EF000171BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomPKTeamModel.m + sourceTree + <group> + + E8664EE627E482EF000171BA + + fileRef + E8664EE527E482EF000171BA + isa + PBXBuildFile + + E866B6E32759F96F009B002A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMiniRoomView.h + sourceTree + <group> + + E866B6E42759F96F009B002A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMiniRoomView.m + sourceTree + <group> + + E866B6E52759F96F009B002A + + fileRef + E866B6E42759F96F009B002A + isa + PBXBuildFile + + E8680707271959090024F48F + + children + + 9B0086C727BA4F4A0032BD2B + E8DBB6FA27B63CC300AA285D + E8899C7C27853B46007944BE + 180806DA27297269001FD836 + E8680716271967B00024F48F + E8680717271967B00024F48F + 9B86D884281942D200494FCD + 9B86D885281942D200494FCD + E81D58802720082A003063FE + E81D58812720082A003063FE + 9BCD02C52796C02800F396AA + 9BCD02C62796C02800F396AA + E8DACCF92766EDC60052092C + E8DACCFA2766EDC60052092C + 545831A42C2C085C00364026 + 545831A52C2C085C00364026 + + isa + PBXGroup + path + MicroView + sourceTree + <group> + + E8680716271967B00024F48F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MicroView.h + sourceTree + <group> + + E8680717271967B00024F48F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MicroView.m + sourceTree + <group> + + E8680718271967B00024F48F + + fileRef + E8680717271967B00024F48F + isa + PBXBuildFile + + E86A16BD2856D4D5004228B8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionFindNewGreetListView.h + sourceTree + <group> + + E86A16BE2856D4D5004228B8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionFindNewGreetListView.m + sourceTree + <group> + + E86A16BF2856D4D5004228B8 + + fileRef + E86A16BE2856D4D5004228B8 + isa + PBXBuildFile + + E86A16C02856D635004228B8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionFindNewGreetTableViewCell.h + sourceTree + <group> + + E86A16C12856D635004228B8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionFindNewGreetTableViewCell.m + sourceTree + <group> + + E86A16C22856D635004228B8 + + fileRef + E86A16C12856D635004228B8 + isa + PBXBuildFile + + E86A16C32856DBEC004228B8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + FindNewGreetListModel.h + sourceTree + <group> + + E86A16C42856DBEC004228B8 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + FindNewGreetListModel.m + sourceTree + <group> + + E86A16C52856DBEC004228B8 + + fileRef + E86A16C42856DBEC004228B8 + isa + PBXBuildFile + + E86B911B281034F10007DEE7 + + children + + 9B7D804B27537950003DAC0C + 9B7D804C27537950003DAC0C + E875A1B629755EE200AB1BBD + E875A1B729755EE200AB1BBD + E885D531297798E1004DC088 + E885D532297798E1004DC088 + 4CD6FF672D673F7F00262AB7 + 4CD6FF682D673F7F00262AB7 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E86E79CB28A4E045006DAF48 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentRiskAlertView.h + sourceTree + <group> + + E86E79CC28A4E045006DAF48 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentRiskAlertView.m + sourceTree + <group> + + E86E79CD28A4E045006DAF48 + + fileRef + E86E79CC28A4E045006DAF48 + isa + PBXBuildFile + + E86E79CE28A4E0B2006DAF48 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ContentRistAlertModel.h + sourceTree + <group> + + E86E79CF28A4E0B2006DAF48 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ContentRistAlertModel.m + sourceTree + <group> + + E86E79D028A4E0B2006DAF48 + + fileRef + E86E79CF28A4E0B2006DAF48 + isa + PBXBuildFile + + E86E79D128A4E94E006DAF48 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionRiskView.h + sourceTree + <group> + + E86E79D228A4E94E006DAF48 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionRiskView.m + sourceTree + <group> + + E86E79D328A4E94E006DAF48 + + fileRef + E86E79D228A4E94E006DAF48 + isa + PBXBuildFile + + E86E79D428A4EA0C006DAF48 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionRiskCache.h + sourceTree + <group> + + E86E79D528A4EA0C006DAF48 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionRiskCache.m + sourceTree + <group> + + E86E79D628A4EA0C006DAF48 + + fileRef + E86E79D528A4EA0C006DAF48 + isa + PBXBuildFile + + E86F6183284F4E4800E8EC9A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomHalfHourRankModel.h + sourceTree + <group> + + E86F6184284F4E4800E8EC9A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomHalfHourRankModel.m + sourceTree + <group> + + E86F6185284F4E4800E8EC9A + + fileRef + E86F6184284F4E4800E8EC9A + isa + PBXBuildFile + + E872308A26E89D5100B90D4F + + children + + 23B2AEBF2A64E9C200543D17 + 23B2AEC02A64E9C200543D17 + E872309126E8D31500B90D4F + E872309226E8D31500B90D4F + E824543B26F58C3A00BE8163 + E824543C26F58C3A00BE8163 + E82EE0F6272FDDFA00D15DC1 + E82EE0F7272FDDFA00D15DC1 + + isa + PBXGroup + path + CustomView + sourceTree + <group> + + E872309126E8D31500B90D4F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginVerifCodeView.h + sourceTree + <group> + + E872309226E8D31500B90D4F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LoginVerifCodeView.m + sourceTree + <group> + + E872309326E8D31500B90D4F + + fileRef + E872309226E8D31500B90D4F + isa + PBXBuildFile + + E8729EB92A3B10C10076D80A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.plist.entitlements + path + YuMiRelease.entitlements + sourceTree + <group> + + E8729EBA2A3B10C10076D80A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + text.plist.entitlements + path + YuMi.entitlements + sourceTree + <group> + + E873EB00280922720071030D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoEmptyCollectionViewCell.h + sourceTree + <group> + + E873EB01280922720071030D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoEmptyCollectionViewCell.m + sourceTree + <group> + + E873EB02280922720071030D + + fileRef + E873EB01280922720071030D + isa + PBXBuildFile + + E873EB03280943ED0071030D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoGiftWallPresenter.h + sourceTree + <group> + + E873EB04280943ED0071030D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoGiftWallPresenter.m + sourceTree + <group> + + E873EB05280943ED0071030D + + fileRef + E873EB04280943ED0071030D + isa + PBXBuildFile + + E873EB06280944020071030D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoGiftWallProtocol.h + sourceTree + <group> + + E873EB07280960990071030D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoVoiceCardView.h + sourceTree + <group> + + E873EB08280960990071030D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoVoiceCardView.m + sourceTree + <group> + + E873EB09280960990071030D + + fileRef + E873EB08280960990071030D + isa + PBXBuildFile + + E873EB0A2809850D0071030D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentCustomView.h + sourceTree + <group> + + E873EB0B2809850D0071030D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentCustomView.m + sourceTree + <group> + + E873EB0C2809850D0071030D + + fileRef + E873EB0B2809850D0071030D + isa + PBXBuildFile + + E873EB0D28098D500071030D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentGiftView.h + sourceTree + <group> + + E873EB0E28098D500071030D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentGiftView.m + sourceTree + <group> + + E873EB0F28098D500071030D + + fileRef + E873EB0E28098D500071030D + isa + PBXBuildFile + + E874B88527215CFF003954B9 + + children + + E874B88627215D39003954B9 + E874B88727215D39003954B9 + E874B88927215EAF003954B9 + E874B88A27215EAF003954B9 + E87E91502796A15500A7B3F2 + E87E91512796A15500A7B3F2 + 9B044D9E282D32F700DE4859 + 9B044D9F282D32F700DE4859 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E874B88627215D39003954B9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MicroStateModel.h + sourceTree + <group> + + E874B88727215D39003954B9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MicroStateModel.m + sourceTree + <group> + + E874B88827215D39003954B9 + + fileRef + E874B88727215D39003954B9 + isa + PBXBuildFile + + E874B88927215EAF003954B9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MicroQueueModel.h + sourceTree + <group> + + E874B88A27215EAF003954B9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MicroQueueModel.m + sourceTree + <group> + + E874B88B27215EAF003954B9 + + fileRef + E874B88A27215EAF003954B9 + isa + PBXBuildFile + + E8751E5128A629EB0056EF44 + + children + + E8751E5628A62A250056EF44 + E8751E5528A62A1D0056EF44 + E8751E5428A62A150056EF44 + E8751E5328A62A0E0056EF44 + + isa + PBXGroup + path + Sailing + sourceTree + <group> + + E8751E5228A62A010056EF44 + + children + + E8751E6028A62AA60056EF44 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E8751E5328A62A0E0056EF44 + + children + + E8751E5D28A62A970056EF44 + E8751E5E28A62A970056EF44 + E8751E5228A62A010056EF44 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E8751E5428A62A150056EF44 + + children + + E8751E6828A64C550056EF44 + E8751E6728A64C480056EF44 + E8751E5A28A62A530056EF44 + E8751E5B28A62A530056EF44 + E8751E6128A646400056EF44 + E8751E6228A646400056EF44 + E8751E6428A6465A0056EF44 + E8751E6528A6465A0056EF44 + E8AB633128AE51470023B0D2 + E8AB633228AE51470023B0D2 + E897ABFA28AF2E71003B3587 + E897ABFB28AF2E71003B3587 + E8E21A9C28B4DFE8008F7C9D + E8E21A9D28B4DFE8008F7C9D + E897ABFD28AF39B4003B3587 + E897ABFE28AF39B4003B3587 + + isa + PBXGroup + path + View + sourceTree + <group> + + E8751E5528A62A1D0056EF44 + + children + + E8751E5728A62A390056EF44 + E8751E5828A62A390056EF44 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E8751E5628A62A250056EF44 + + children + + E8751E6F28A6541B0056EF44 + E8751E7028A6541B0056EF44 + E8751E7228A665BC0056EF44 + E8751E7328A665BC0056EF44 + E8BD0F8928A9EB0A00DE050D + E8BD0F8A28A9EB0A00DE050D + E8BD0F8628A9E9E400DE050D + E8BD0F8728A9E9E400DE050D + + isa + PBXGroup + path + Model + sourceTree + <group> + + E8751E5728A62A390056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+Sailing.h + sourceTree + <group> + + E8751E5828A62A390056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+Sailing.m + sourceTree + <group> + + E8751E5928A62A390056EF44 + + fileRef + E8751E5828A62A390056EF44 + isa + PBXBuildFile + + E8751E5A28A62A530056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSailingViewController.h + sourceTree + <group> + + E8751E5B28A62A530056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSailingViewController.m + sourceTree + <group> + + E8751E5C28A62A530056EF44 + + fileRef + E8751E5B28A62A530056EF44 + isa + PBXBuildFile + + E8751E5D28A62A970056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSailingPresenter.h + sourceTree + <group> + + E8751E5E28A62A970056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSailingPresenter.m + sourceTree + <group> + + E8751E5F28A62A970056EF44 + + fileRef + E8751E5E28A62A970056EF44 + isa + PBXBuildFile + + E8751E6028A62AA60056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSailingProtocol.h + sourceTree + <group> + + E8751E6128A646400056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSailingRankView.h + sourceTree + <group> + + E8751E6228A646400056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSailingRankView.m + sourceTree + <group> + + E8751E6328A646400056EF44 + + fileRef + E8751E6228A646400056EF44 + isa + PBXBuildFile + + E8751E6428A6465A0056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSailingRankSubView.h + sourceTree + <group> + + E8751E6528A6465A0056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSailingRankSubView.m + sourceTree + <group> + + E8751E6628A6465A0056EF44 + + fileRef + E8751E6528A6465A0056EF44 + isa + PBXBuildFile + + E8751E6728A64C480056EF44 + + children + + isa + PBXGroup + path + SubViews + sourceTree + <group> + + E8751E6828A64C550056EF44 + + children + + E8751E6928A64C6E0056EF44 + E8751E6A28A64C6E0056EF44 + E8751E6C28A64F990056EF44 + E8751E6D28A64F990056EF44 + E8AB633428AE54A40023B0D2 + E8AB633528AE54A40023B0D2 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E8751E6928A64C6E0056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSailingRankTableViewCell.h + sourceTree + <group> + + E8751E6A28A64C6E0056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSailingRankTableViewCell.m + sourceTree + <group> + + E8751E6B28A64C6E0056EF44 + + fileRef + E8751E6A28A64C6E0056EF44 + isa + PBXBuildFile + + E8751E6C28A64F990056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSailingEmptyTableViewCell.h + sourceTree + <group> + + E8751E6D28A64F990056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSailingEmptyTableViewCell.m + sourceTree + <group> + + E8751E6E28A64F990056EF44 + + fileRef + E8751E6D28A64F990056EF44 + isa + PBXBuildFile + + E8751E6F28A6541B0056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomSailingRankModel.h + sourceTree + <group> + + E8751E7028A6541B0056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomSailingRankModel.m + sourceTree + <group> + + E8751E7128A6541B0056EF44 + + fileRef + E8751E7028A6541B0056EF44 + isa + PBXBuildFile + + E8751E7228A665BC0056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomSailingInfoModel.h + sourceTree + <group> + + E8751E7328A665BC0056EF44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomSailingInfoModel.m + sourceTree + <group> + + E8751E7428A665BC0056EF44 + + fileRef + E8751E7328A665BC0056EF44 + isa + PBXBuildFile + + E875A1B629755EE200AB1BBD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionUserInfoTableViewCell.h + sourceTree + <group> + + E875A1B729755EE200AB1BBD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionUserInfoTableViewCell.m + sourceTree + <group> + + E875A1B829755EE200AB1BBD + + fileRef + E875A1B729755EE200AB1BBD + isa + PBXBuildFile + + E875FA8527D619820086ED04 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ClientDataModel.h + sourceTree + <group> + + E875FA8627D619820086ED04 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ClientDataModel.m + sourceTree + <group> + + E875FA8727D619820086ED04 + + fileRef + E875FA8627D619820086ED04 + isa + PBXBuildFile + + E8778ADF2988B4C300CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageRevokeModel.h + sourceTree + <group> + + E8778AE02988B4C300CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageRevokeModel.m + sourceTree + <group> + + E8778AE12988B4C300CF139B + + fileRef + E8778AE02988B4C300CF139B + isa + PBXBuildFile + + E8778AE22988B57B00CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentRevokeView.h + sourceTree + <group> + + E8778AE32988B57B00CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentRevokeView.m + sourceTree + <group> + + E8778AE42988B57B00CF139B + + fileRef + E8778AE32988B57B00CF139B + isa + PBXBuildFile + + E8778AE52988C1E000CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionHelloEnterView.h + sourceTree + <group> + + E8778AE62988C1E000CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionHelloEnterView.m + sourceTree + <group> + + E8778AE72988C1E000CF139B + + fileRef + E8778AE62988C1E000CF139B + isa + PBXBuildFile + + E8778AE82988EE9200CF139B + + children + + E8778AED2988EEED00CF139B + E8778AEC2988EEE600CF139B + E8778AEB2988EEDB00CF139B + E8778AEA2988EED400CF139B + E8778AE92988EEBF00CF139B + + isa + PBXGroup + path + SayHello + sourceTree + <group> + + E8778AE92988EEBF00CF139B + + children + + E8F63CB8298B5F3D00B338BA + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E8778AEA2988EED400CF139B + + children + + E8F63CB5298B566D00B338BA + E8F63CB6298B566D00B338BA + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E8778AEB2988EEDB00CF139B + + children + + E8778AF22988EF1300CF139B + E8778AF12988EF0A00CF139B + E8778AEE2988EF0600CF139B + E8778AEF2988EF0600CF139B + + isa + PBXGroup + path + View + sourceTree + <group> + + E8778AEC2988EEE600CF139B + + children + + E8F63CB2298B563D00B338BA + E8F63CB3298B563D00B338BA + + isa + PBXGroup + path + Api + sourceTree + <group> + + E8778AED2988EEED00CF139B + + children + + E8F63CAF298B553500B338BA + E8F63CB0298B553500B338BA + E8F63CB9298B648300B338BA + E8F63CBA298B648300B338BA + E8AFF7E1298CA1E500FBDE32 + E8AFF7E2298CA1E500FBDE32 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E8778AEE2988EF0600CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionSayHelloViewController.h + sourceTree + <group> + + E8778AEF2988EF0600CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionSayHelloViewController.m + sourceTree + <group> + + E8778AF02988EF0600CF139B + + fileRef + E8778AEF2988EF0600CF139B + isa + PBXBuildFile + + E8778AF12988EF0A00CF139B + + children + + E8778AF32988EF2B00CF139B + E8778AF42988EF2B00CF139B + E8778AF92989034200CF139B + E8778AFA2989034200CF139B + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E8778AF22988EF1300CF139B + + children + + E8778AF62988F4E200CF139B + E8778AF72988F4E200CF139B + + isa + PBXGroup + path + CustomView + sourceTree + <group> + + E8778AF32988EF2B00CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionSayHelloTableViewCell.h + sourceTree + <group> + + E8778AF42988EF2B00CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionSayHelloTableViewCell.m + sourceTree + <group> + + E8778AF52988EF2B00CF139B + + fileRef + E8778AF42988EF2B00CF139B + isa + PBXBuildFile + + E8778AF62988F4E200CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionSayHelloHeaderView.h + sourceTree + <group> + + E8778AF72988F4E200CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionSayHelloHeaderView.m + sourceTree + <group> + + E8778AF82988F4E200CF139B + + fileRef + E8778AF72988F4E200CF139B + isa + PBXBuildFile + + E8778AF92989034200CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionSayHelloEmptyTableViewCell.h + sourceTree + <group> + + E8778AFA2989034200CF139B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionSayHelloEmptyTableViewCell.m + sourceTree + <group> + + E8778AFB2989034200CF139B + + fileRef + E8778AFA2989034200CF139B + isa + PBXBuildFile + + E877A7E92783E24700EFACED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DatingStageView.h + sourceTree + <group> + + E877A7EA2783E24700EFACED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DatingStageView.m + sourceTree + <group> + + E877A7EB2783E24700EFACED + + fileRef + E877A7EA2783E24700EFACED + isa + PBXBuildFile + + E877A7EC278428FB00EFACED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MicroDatingProgressView.h + sourceTree + <group> + + E877A7ED278428FB00EFACED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MicroDatingProgressView.m + sourceTree + <group> + + E877A7EE278428FB00EFACED + + fileRef + E877A7ED278428FB00EFACED + isa + PBXBuildFile + + E87888F32738C30E00BF1D57 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + StoreKit.framework + path + System/Library/Frameworks/StoreKit.framework + sourceTree + SDKROOT + + E87888F42738C30E00BF1D57 + + fileRef + E87888F32738C30E00BF1D57 + isa + PBXBuildFile + + E8788931273A53B000BF1D57 + + children + + E8788935273A540400BF1D57 + E8788936273A541500BF1D57 + E8788937273A542700BF1D57 + E8788938273A542E00BF1D57 + E8788939273A544000BF1D57 + E878894E273A699900BF1D57 + E878894F273A699900BF1D57 + 540EC1D12C89998500F3BF0D + 540EC1D22C89998500F3BF0D + + isa + PBXGroup + path + SendGiftView + sourceTree + <group> + + E8788932273A53D700BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSendGiftView.h + sourceTree + <group> + + E8788933273A53D700BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSendGiftView.m + sourceTree + <group> + + E8788934273A53D700BF1D57 + + fileRef + E8788933273A53D700BF1D57 + isa + PBXBuildFile + + E8788935273A540400BF1D57 + + children + + 23FF25782ABD67CD0064E904 + 23FF25772ABD67CD0064E904 + E890BC02273CF0500007C46B + E890BC03273CF0500007C46B + E890BC0E273D23F00007C46B + E890BC0F273D23F00007C46B + E884C36A2743951B00E1EBED + E884C36B2743951B00E1EBED + E8E7DAE92745158500C631CC + E8E7DAEA2745158500C631CC + E8DACCFC27673F870052092C + E8DACCFD27673F870052092C + 9B208A342779B50100F9E54A + 9B208A352779B50100F9E54A + 9B41D36C282649230048C588 + 9B41D36D282649230048C588 + E8A3538328FD67320014A784 + E8A3538428FD67320014A784 + E8D4DE452940473500EC788D + E8D4DE462940473500EC788D + 548E01CA2C3FB1C70071C83D + 548E01CB2C3FB1C70071C83D + + isa + PBXGroup + path + Model + sourceTree + <group> + + E8788936273A541500BF1D57 + + children + + E878893A273A54C300BF1D57 + E878893B273A54C300BF1D57 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E8788937273A542700BF1D57 + + children + + E8788949273A594C00BF1D57 + E8788932273A53D700BF1D57 + E8788933273A53D700BF1D57 + 9B4E91FE28E57A620033419E + 9B4E91FF28E57A620033419E + E8788940273A55AD00BF1D57 + E8788941273A55AD00BF1D57 + 23CEFC662AFCCE7700576D89 + 23CEFC672AFCCE7700576D89 + E8788943273A55C200BF1D57 + E8788944273A55C200BF1D57 + E8788946273A55D000BF1D57 + E8788947273A55D000BF1D57 + E890BC0B273D09A50007C46B + E890BC0C273D09A50007C46B + E8901CF428B38D89001E9A92 + E8901CF528B38D89001E9A92 + 9B4D449128F15765002572D5 + 9B4D449228F15765002572D5 + 23630BA42BAC3888003AD25D + 23630BA52BAC3888003AD25D + E8D4DE422940462C00EC788D + E8D4DE432940462C00EC788D + 540EC1CE2C89925F00F3BF0D + 540EC1CF2C89925F00F3BF0D + 54F179082C8EDDF400CB5219 + 54F179092C8EDDF400CB5219 + 5468995B2C8AFE4C0049136A + 5468995C2C8AFE4C0049136A + + isa + PBXGroup + path + View + sourceTree + <group> + + E8788938273A542E00BF1D57 + + children + + E878893D273A54F500BF1D57 + E878893E273A54F500BF1D57 + E8E7DAE62744F5EF00C631CC + E8E7DAE72744F5EF00C631CC + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E8788939273A544000BF1D57 + + children + + E878894D273A672200BF1D57 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E878893A273A54C300BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+Gift.h + sourceTree + <group> + + E878893B273A54C300BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+Gift.m + sourceTree + <group> + + E878893C273A54C300BF1D57 + + fileRef + E878893B273A54C300BF1D57 + isa + PBXBuildFile + + E878893D273A54F500BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftPresenter.h + sourceTree + <group> + + E878893E273A54F500BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftPresenter.m + sourceTree + <group> + + E878893F273A54F500BF1D57 + + fileRef + E878893E273A54F500BF1D57 + isa + PBXBuildFile + + E8788940273A55AD00BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftUsersView.h + sourceTree + <group> + + E8788941273A55AD00BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftUsersView.m + sourceTree + <group> + + E8788942273A55AD00BF1D57 + + fileRef + E8788941273A55AD00BF1D57 + isa + PBXBuildFile + + E8788943273A55C200BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftInfoView.h + sourceTree + <group> + + E8788944273A55C200BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftInfoView.m + sourceTree + <group> + + E8788945273A55C200BF1D57 + + fileRef + E8788944273A55C200BF1D57 + isa + PBXBuildFile + + E8788946273A55D000BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftBarView.h + sourceTree + <group> + + E8788947273A55D000BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftBarView.m + sourceTree + <group> + + E8788948273A55D000BF1D57 + + fileRef + E8788947273A55D000BF1D57 + isa + PBXBuildFile + + E8788949273A594C00BF1D57 + + children + + 23FF257A2ABD68020064E904 + 23FF257B2ABD68020064E904 + E878894A273A607C00BF1D57 + E878894B273A607C00BF1D57 + E890BC05273CF1800007C46B + E890BC06273CF1800007C46B + E8133914273E532D00708B66 + E8133915273E532D00708B66 + E8A73F8528586A6F00FD9CBC + E8A73F8628586A6F00FD9CBC + E811FFF52742367B00918544 + E811FFF62742367B00918544 + E8659907273E800D00EE349D + E8659908273E800D00EE349D + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E878894A273A607C00BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftUserCollectionViewCell.h + sourceTree + <group> + + E878894B273A607C00BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftUserCollectionViewCell.m + sourceTree + <group> + + E878894C273A607C00BF1D57 + + fileRef + E878894B273A607C00BF1D57 + isa + PBXBuildFile + + E878894D273A672200BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftProtocol.h + sourceTree + <group> + + E878894E273A699900BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ThemeColor+SendGift.h + sourceTree + <group> + + E878894F273A699900BF1D57 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ThemeColor+SendGift.m + sourceTree + <group> + + E8788950273A699900BF1D57 + + fileRef + E878894F273A699900BF1D57 + isa + PBXBuildFile + + E878B8562835F0D300E22DCF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MonentsInteractiveModel.h + sourceTree + <group> + + E878B8572835F0D300E22DCF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MonentsInteractiveModel.m + sourceTree + <group> + + E878B8582835F0D300E22DCF + + fileRef + E878B8572835F0D300E22DCF + isa + PBXBuildFile + + E878B8592835F3BF00E22DCF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsInteractiveTableViewCell.h + sourceTree + <group> + + E878B85A2835F3BF00E22DCF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsInteractiveTableViewCell.m + sourceTree + <group> + + E878B85B2835F3BF00E22DCF + + fileRef + E878B85A2835F3BF00E22DCF + isa + PBXBuildFile + + E878B85C283640A500E22DCF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MonentsUnReadModel.h + sourceTree + <group> + + E878B85D283640A500E22DCF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MonentsUnReadModel.m + sourceTree + <group> + + E878B85E283640A500E22DCF + + fileRef + E878B85D283640A500E22DCF + isa + PBXBuildFile + + E87A24EF272935920086A794 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMessageRemoteExtModel.h + sourceTree + <group> + + E87A24F0272935920086A794 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMessageRemoteExtModel.m + sourceTree + <group> + + E87A24F1272935920086A794 + + fileRef + E87A24F0272935920086A794 + isa + PBXBuildFile + + E87A27012758BC81002DDC7A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomSearchContainerViewController.h + sourceTree + <group> + + E87A27022758BC81002DDC7A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomSearchContainerViewController.m + sourceTree + <group> + + E87A27032758BC81002DDC7A + + fileRef + E87A27022758BC81002DDC7A + isa + PBXBuildFile + + E87AE7F7277AABE50037823A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTagListViewController.h + sourceTree + <group> + + E87AE7F8277AABE50037823A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomTagListViewController.m + sourceTree + <group> + + E87AE7F9277AABE50037823A + + fileRef + E87AE7F8277AABE50037823A + isa + PBXBuildFile + + E87AE7FA277AAC450037823A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTagPresenter.h + sourceTree + <group> + + E87AE7FB277AAC450037823A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomTagPresenter.m + sourceTree + <group> + + E87AE7FC277AAC450037823A + + fileRef + E87AE7FB277AAC450037823A + isa + PBXBuildFile + + E87AE7FD277AAC5A0037823A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTagProtocol.h + sourceTree + <group> + + E87AE8BF284E184300CAFBB3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomNewUserGreetModel.h + sourceTree + <group> + + E87AE8C0284E184300CAFBB3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomNewUserGreetModel.m + sourceTree + <group> + + E87AE8C1284E184300CAFBB3 + + fileRef + E87AE8C0284E184300CAFBB3 + isa + PBXBuildFile + + E87AE8C2284E1A6B00CAFBB3 + + children + + E87AE8C3284E1A8400CAFBB3 + E87AE8C4284E1A8400CAFBB3 + + isa + PBXGroup + path + NewUserGreet + sourceTree + <group> + + E87AE8C3284E1A8400CAFBB3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomNewUserGreetView.h + sourceTree + <group> + + E87AE8C4284E1A8400CAFBB3 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomNewUserGreetView.m + sourceTree + <group> + + E87AE8C5284E1A8400CAFBB3 + + fileRef + E87AE8C4284E1A8400CAFBB3 + isa + PBXBuildFile + + E87C0A9B27D9986700CB2241 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomFaceCollectionFlowLayout.h + sourceTree + <group> + + E87C0A9C27D9986700CB2241 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomFaceCollectionFlowLayout.m + sourceTree + <group> + + E87C0A9D27D9986700CB2241 + + fileRef + E87C0A9C27D9986700CB2241 + isa + PBXBuildFile + + E87C0A9E27D9DE6400CB2241 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomFaceSendInfoModel.h + sourceTree + <group> + + E87C0A9F27D9DE6400CB2241 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomFaceSendInfoModel.m + sourceTree + <group> + + E87C0AA027D9DE6400CB2241 + + fileRef + E87C0A9F27D9DE6400CB2241 + isa + PBXBuildFile + + E87C54BC2823CC5B0051AA11 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineResetLoginPwdPresenter.h + sourceTree + <group> + + E87C54BD2823CC5B0051AA11 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineResetLoginPwdPresenter.m + sourceTree + <group> + + E87C54BE2823CC5B0051AA11 + + fileRef + E87C54BD2823CC5B0051AA11 + isa + PBXBuildFile + + E87C54BF2823CC940051AA11 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineResetLoginPwdProtocol.h + sourceTree + <group> + + E87DF4AE2A429B32009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPFirstRechargeView.m + sourceTree + <group> + + E87DF4AF2A429B32009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPFirstRechargeView.h + sourceTree + <group> + + E87DF4B02A429B32009C1185 + + fileRef + E87DF4AE2A429B32009C1185 + isa + PBXBuildFile + + E87DF4B12A429C6E009C1185 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + FirstChargeRoomWindowModel.h + sourceTree + <group> + + E87DF4B22A429C6E009C1185 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + FirstChargeRoomWindowModel.m + sourceTree + <group> + + E87DF4B32A429C6E009C1185 + + fileRef + E87DF4B22A429C6E009C1185 + isa + PBXBuildFile + + E87DF4B52A42C2FD009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPFirstRechargeCollectionView.m + sourceTree + <group> + + E87DF4B62A42C2FD009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPFirstRechargeCollectionView.h + sourceTree + <group> + + E87DF4B72A42C2FD009C1185 + + fileRef + E87DF4B52A42C2FD009C1185 + isa + PBXBuildFile + + E87DF4B82A42C7BB009C1185 + + children + + E87DF4BC2A42C82F009C1185 + E87DF4BB2A42C81A009C1185 + E87DF4BA2A42C7F9009C1185 + E87DF4B92A42C7E9009C1185 + + isa + PBXGroup + path + Search + sourceTree + <group> + + E87DF4B92A42C7E9009C1185 + + children + + E87DF4E92A42CB51009C1185 + E87DF4E12A42CAC1009C1185 + E8C6FFDE2754EEF9004DC9F0 + E8C6FFDF2754EEF9004DC9F0 + E87A27012758BC81002DDC7A + E87A27022758BC81002DDC7A + 9B88E20D28C6305400D26FBA + 9B88E20E28C6305400D26FBA + + isa + PBXGroup + path + View + sourceTree + <group> + + E87DF4BA2A42C7F9009C1185 + + children + + E87DF50C2A42CF15009C1185 + E87DF50D2A42CF15009C1185 + E87DF5092A42CEC9009C1185 + E87DF50A2A42CEC9009C1185 + E87DF4DC2A42CA12009C1185 + E87DF4DB2A42CA12009C1185 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E87DF4BB2A42C81A009C1185 + + children + + E87DF5062A42CE79009C1185 + E87DF5072A42CE79009C1185 + E8C6FFE42754FE53004DC9F0 + E8C6FFE52754FE53004DC9F0 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E87DF4BC2A42C82F009C1185 + + children + + E8C6FFE72754FE66004DC9F0 + 9BAD41AD28C6ECBA005E47B3 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E87DF4BD2A42C8C1009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HomeTagModel.h + sourceTree + <group> + + E87DF4BE2A42C8C1009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HomeTagModel.m + sourceTree + <group> + + E87DF4BF2A42C8C1009C1185 + + fileRef + E87DF4BE2A42C8C1009C1185 + isa + PBXBuildFile + + E87DF4C02A42C900009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNoteView.h + sourceTree + <group> + + E87DF4C12A42C900009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNoteView.m + sourceTree + <group> + + E87DF4C22A42C900009C1185 + + fileRef + E87DF4C12A42C900009C1185 + isa + PBXBuildFile + + E87DF4CA2A42C960009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HomeBannerInfoModel.h + sourceTree + <group> + + E87DF4CB2A42C960009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HomeBannerInfoModel.m + sourceTree + <group> + + E87DF4CC2A42C960009C1185 + + fileRef + E87DF4CB2A42C960009C1185 + isa + PBXBuildFile + + E87DF4D22A42C9B1009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HomeRecommendRoomModel.h + sourceTree + <group> + + E87DF4D32A42C9B1009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HomeRecommendRoomModel.m + sourceTree + <group> + + E87DF4D42A42C9B1009C1185 + + fileRef + E87DF4D32A42C9B1009C1185 + isa + PBXBuildFile + + E87DF4D52A42C9C3009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HomePlayRoomModel.m + sourceTree + <group> + + E87DF4D62A42C9C3009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HomePlayRoomModel.h + sourceTree + <group> + + E87DF4D72A42C9C3009C1185 + + fileRef + E87DF4D52A42C9C3009C1185 + isa + PBXBuildFile + + E87DF4D82A42C9D8009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HomeCollectRoomModel.m + sourceTree + <group> + + E87DF4D92A42C9D9009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HomeCollectRoomModel.h + sourceTree + <group> + + E87DF4DA2A42C9D9009C1185 + + fileRef + E87DF4D82A42C9D8009C1185 + isa + PBXBuildFile + + E87DF4DB2A42CA12009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HomeSearchResultModel.m + sourceTree + <group> + + E87DF4DC2A42CA12009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HomeSearchResultModel.h + sourceTree + <group> + + E87DF4DD2A42CA12009C1185 + + fileRef + E87DF4DB2A42CA12009C1185 + isa + PBXBuildFile + + E87DF4E12A42CAC1009C1185 + + children + + E87DF4FD2A42CD7E009C1185 + E87DF4FC2A42CD7D009C1185 + E87DF4F72A42CCAB009C1185 + E87DF4F62A42CCAB009C1185 + E87DF4E32A42CAD2009C1185 + E87DF4E22A42CAD2009C1185 + + isa + PBXGroup + path + SubView + sourceTree + <group> + + E87DF4E22A42CAD2009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeSearchNavView.m + sourceTree + <group> + + E87DF4E32A42CAD2009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeSearchNavView.h + sourceTree + <group> + + E87DF4E42A42CAD2009C1185 + + fileRef + E87DF4E22A42CAD2009C1185 + isa + PBXBuildFile + + E87DF4E52A42CAFF009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomePresenter.m + sourceTree + <group> + + E87DF4E62A42CB00009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomePresenter.h + sourceTree + <group> + + E87DF4E72A42CB00009C1185 + + fileRef + E87DF4E52A42CAFF009C1185 + isa + PBXBuildFile + + E87DF4E82A42CB24009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeProtocol.h + sourceTree + <group> + + E87DF4E92A42CB51009C1185 + + children + + E87DF5032A42CE21009C1185 + E87DF5042A42CE21009C1185 + E87DF5002A42CDF1009C1185 + E87DF5012A42CDF1009C1185 + E87DF4F92A42CCDD009C1185 + E87DF4FA2A42CCDE009C1185 + E87DF4ED2A42CB90009C1185 + E87DF4EE2A42CB90009C1185 + E87DF4EB2A42CB60009C1185 + E87DF4EA2A42CB60009C1185 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E87DF4EA2A42CB60009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSearchListTableViewCell.m + sourceTree + <group> + + E87DF4EB2A42CB60009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSearchListTableViewCell.h + sourceTree + <group> + + E87DF4EC2A42CB60009C1185 + + fileRef + E87DF4EA2A42CB60009C1185 + isa + PBXBuildFile + + E87DF4ED2A42CB90009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeCollectRoomTableViewCell.h + sourceTree + <group> + + E87DF4EE2A42CB90009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeCollectRoomTableViewCell.m + sourceTree + <group> + + E87DF4EF2A42CB90009C1185 + + fileRef + E87DF4EE2A42CB90009C1185 + isa + PBXBuildFile + + E87DF4F02A42CBEC009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeUserView.m + sourceTree + <group> + + E87DF4F12A42CBEC009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeUserView.h + sourceTree + <group> + + E87DF4F22A42CBEC009C1185 + + fileRef + E87DF4F02A42CBEC009C1185 + isa + PBXBuildFile + + E87DF4F32A42CC49009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HomeMenuInfoModel.h + sourceTree + <group> + + E87DF4F42A42CC49009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HomeMenuInfoModel.m + sourceTree + <group> + + E87DF4F52A42CC49009C1185 + + fileRef + E87DF4F42A42CC49009C1185 + isa + PBXBuildFile + + E87DF4F62A42CCAB009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeSearchRelateView.m + sourceTree + <group> + + E87DF4F72A42CCAB009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeSearchRelateView.h + sourceTree + <group> + + E87DF4F82A42CCAB009C1185 + + fileRef + E87DF4F62A42CCAB009C1185 + isa + PBXBuildFile + + E87DF4F92A42CCDD009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeRedommendCollectionViewCell.h + sourceTree + <group> + + E87DF4FA2A42CCDE009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeRedommendCollectionViewCell.m + sourceTree + <group> + + E87DF4FB2A42CCDE009C1185 + + fileRef + E87DF4FA2A42CCDE009C1185 + isa + PBXBuildFile + + E87DF4FC2A42CD7D009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomSearchRecommendHeadView.m + sourceTree + <group> + + E87DF4FD2A42CD7E009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomSearchRecommendHeadView.h + sourceTree + <group> + + E87DF4FE2A42CD7E009C1185 + + fileRef + E87DF4FC2A42CD7D009C1185 + isa + PBXBuildFile + + E87DF4FF2A42CDB4009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeRecommendProtocol.h + sourceTree + <group> + + E87DF5002A42CDF1009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeAttentionCollectionViewCell.h + sourceTree + <group> + + E87DF5012A42CDF1009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeAttentionCollectionViewCell.m + sourceTree + <group> + + E87DF5022A42CDF1009C1185 + + fileRef + E87DF5012A42CDF1009C1185 + isa + PBXBuildFile + + E87DF5032A42CE21009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeSearchRecordCell.h + sourceTree + <group> + + E87DF5042A42CE21009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeSearchRecordCell.m + sourceTree + <group> + + E87DF5052A42CE21009C1185 + + fileRef + E87DF5042A42CE21009C1185 + isa + PBXBuildFile + + E87DF5062A42CE79009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPInRoomRecordPresenter.h + sourceTree + <group> + + E87DF5072A42CE79009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPInRoomRecordPresenter.m + sourceTree + <group> + + E87DF5082A42CE79009C1185 + + fileRef + E87DF5072A42CE79009C1185 + isa + PBXBuildFile + + E87DF5092A42CEC9009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HomeEveryOneSearchModel.h + sourceTree + <group> + + E87DF50A2A42CEC9009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HomeEveryOneSearchModel.m + sourceTree + <group> + + E87DF50B2A42CEC9009C1185 + + fileRef + E87DF50A2A42CEC9009C1185 + isa + PBXBuildFile + + E87DF50C2A42CF15009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + HomeLiveRoomModel.h + sourceTree + <group> + + E87DF50D2A42CF15009C1185 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + HomeLiveRoomModel.m + sourceTree + <group> + + E87DF50E2A42CF15009C1185 + + fileRef + E87DF50D2A42CF15009C1185 + isa + PBXBuildFile + + E87E545229AA05EA00EBE52B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPFootPrintNavView.h + sourceTree + <group> + + E87E545329AA05EA00EBE52B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPFootPrintNavView.m + sourceTree + <group> + + E87E545429AA05EA00EBE52B + + fileRef + E87E545329AA05EA00EBE52B + isa + PBXBuildFile + + E87E624F2A3F54B5002F68C9 + + children + + E87E62542A3F55BE002F68C9 + E87E62532A3F55B7002F68C9 + E87E62522A3F55B2002F68C9 + E87E62512A3F55AB002F68C9 + E87E62502A3F559D002F68C9 + + isa + PBXGroup + path + YMNewHome + sourceTree + <group> + + E87E62502A3F559D002F68C9 + + children + + E87DF4FF2A42CDB4009C1185 + E87DF4E82A42CB24009C1185 + E87E62692A3F5756002F68C9 + E87E627C2A3F5A63002F68C9 + 54C389642C24448900FD47B1 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E87E62512A3F55AB002F68C9 + + children + + E87DF4E62A42CB00009C1185 + E87DF4E52A42CAFF009C1185 + E87E62672A3F571D002F68C9 + E87E62662A3F571C002F68C9 + E87E62792A3F5A0D002F68C9 + E87E627A2A3F5A0D002F68C9 + 54C3895D2C2189DD00FD47B1 + 54C3895E2C2189DD00FD47B1 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E87E62522A3F55B2002F68C9 + + children + + E87DF4B82A42C7BB009C1185 + E87E625F2A3F5669002F68C9 + E87E625E2A3F565D002F68C9 + E87E62552A3F560A002F68C9 + E87E62562A3F560A002F68C9 + E87E625B2A3F5622002F68C9 + E87E625C2A3F5622002F68C9 + 54C3895A2C215F5100FD47B1 + 54C3895B2C215F5100FD47B1 + 239BEED92AA1E058005CDA94 + 239BEEDA2AA1E058005CDA94 + 23B8D8DC2B860B8800CA472F + 23B8D8DD2B860B8800CA472F + 23B8D8D62B85F8B900CA472F + 23B8D8D72B85F8B900CA472F + 541DD9532C1EDEFB00B616C4 + 541DD9542C1EDEFB00B616C4 + + isa + PBXGroup + path + View + sourceTree + <group> + + E87E62532A3F55B7002F68C9 + + children + + E8C6FFC927548120004DC9F0 + E8C6FFC827548120004DC9F0 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E87E62542A3F55BE002F68C9 + + children + + 23FF42772AA6E19C0055733C + 23FF42782AA6E19C0055733C + E87DF4F32A42CC49009C1185 + E87DF4F42A42CC49009C1185 + E87DF4D92A42C9D9009C1185 + E87DF4D82A42C9D8009C1185 + 236B2E5B2AA19168003967A8 + 236B2E5C2AA19169003967A8 + E87DF4D62A42C9C3009C1185 + E87DF4D52A42C9C3009C1185 + E87DF4D22A42C9B1009C1185 + E87DF4D32A42C9B1009C1185 + E87DF4CA2A42C960009C1185 + E87DF4CB2A42C960009C1185 + E87DF4BD2A42C8C1009C1185 + E87DF4BE2A42C8C1009C1185 + 54C389602C23BD1600FD47B1 + 54C389612C23BD1600FD47B1 + 23FF42712AA6CC480055733C + 23FF42722AA6CC480055733C + 23B8D8D92B85FDDD00CA472F + 23B8D8DA2B85FDDD00CA472F + 54C389652C24464600FD47B1 + 54C389662C24464600FD47B1 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E87E62552A3F560A002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomePartyViewController.h + sourceTree + <group> + + E87E62562A3F560A002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomePartyViewController.m + sourceTree + <group> + + E87E62592A3F560B002F68C9 + + fileRef + E87E62562A3F560A002F68C9 + isa + PBXBuildFile + + E87E625B2A3F5622002F68C9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomeViewController.h + sourceTree + <group> + + E87E625C2A3F5622002F68C9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewHomeViewController.m + sourceTree + <group> + + E87E625D2A3F5622002F68C9 + + fileRef + E87E625C2A3F5622002F68C9 + isa + PBXBuildFile + + E87E625E2A3F565D002F68C9 + + children + + 23FF25632ABC3B3B0064E904 + 23FF25642ABC3B3B0064E904 + 23FF42742AA6E1480055733C + 23FF42752AA6E1480055733C + E87DF4F12A42CBEC009C1185 + E87DF4F02A42CBEC009C1185 + E87DF4C02A42C900009C1185 + E87DF4C12A42C900009C1185 + E87E62612A3F5689002F68C9 + E87E62602A3F5689002F68C9 + 23FF426E2AA6C7CF0055733C + 23FF426F2AA6C7CF0055733C + 23A439722AA1CF7C002E6039 + 23A439732AA1CF7C002E6039 + 23194DD32AD292F200649F51 + 23194DD42AD292F200649F51 + + isa + PBXGroup + path + CustomView + sourceTree + <group> + + E87E625F2A3F5669002F68C9 + + children + + 23FF25662ABC3BC00064E904 + 23FF25672ABC3BC00064E904 + E87E627D2A3F5D28002F68C9 + E87E627E2A3F5D28002F68C9 + E87E62722A3F5907002F68C9 + E87E626A2A3F5906002F68C9 + E87E626E2A3F5906002F68C9 + E87E62712A3F5907002F68C9 + 23FF42682AA5DF050055733C + 23FF42692AA5DF050055733C + 23FF426B2AA5E4EE0055733C + 23FF426C2AA5E4EE0055733C + E87E626B2A3F5906002F68C9 + E87E626D2A3F5906002F68C9 + E87E626C2A3F5906002F68C9 + E87E626F2A3F5906002F68C9 + E87E62732A3F5907002F68C9 + E87E62702A3F5907002F68C9 + 23FF42612AA5861E0055733C + 23FF42622AA5861E0055733C + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E87E62602A3F5689002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewHomeNavView.m + sourceTree + <group> + + E87E62612A3F5689002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomeNavView.h + sourceTree + <group> + + E87E62622A3F568A002F68C9 + + fileRef + E87E62602A3F5689002F68C9 + isa + PBXBuildFile + + E87E62662A3F571C002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeContainerPresenter.m + sourceTree + <group> + + E87E62672A3F571D002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeContainerPresenter.h + sourceTree + <group> + + E87E62682A3F571D002F68C9 + + fileRef + E87E62662A3F571C002F68C9 + isa + PBXBuildFile + + E87E62692A3F5756002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeContainerProtocol.h + sourceTree + <group> + + E87E626A2A3F5906002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeBannerTableViewCell.m + sourceTree + <group> + + E87E626B2A3F5906002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomePlayEmptyTableViewCell.h + sourceTree + <group> + + E87E626C2A3F5906002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomePlayTableViewCell.h + sourceTree + <group> + + E87E626D2A3F5906002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewHomePlayEmptyTableViewCell.m + sourceTree + <group> + + E87E626E2A3F5906002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomePartyTableViewCell.h + sourceTree + <group> + + E87E626F2A3F5906002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewHomePlayTableViewCell.m + sourceTree + <group> + + E87E62702A3F5907002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewHomeRecommendTableViewCell.m + sourceTree + <group> + + E87E62712A3F5907002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewHomePartyTableViewCell.m + sourceTree + <group> + + E87E62722A3F5907002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeBannerTableViewCell.h + sourceTree + <group> + + E87E62732A3F5907002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomeRecommendTableViewCell.h + sourceTree + <group> + + E87E62742A3F5907002F68C9 + + fileRef + E87E626A2A3F5906002F68C9 + isa + PBXBuildFile + + E87E62752A3F5907002F68C9 + + fileRef + E87E626D2A3F5906002F68C9 + isa + PBXBuildFile + + E87E62762A3F5907002F68C9 + + fileRef + E87E626F2A3F5906002F68C9 + isa + PBXBuildFile + + E87E62772A3F5907002F68C9 + + fileRef + E87E62702A3F5907002F68C9 + isa + PBXBuildFile + + E87E62782A3F5907002F68C9 + + fileRef + E87E62712A3F5907002F68C9 + isa + PBXBuildFile + + E87E62792A3F5A0D002F68C9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomeRecommendPresenter.h + sourceTree + <group> + + E87E627A2A3F5A0D002F68C9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewHomeRecommendPresenter.m + sourceTree + <group> + + E87E627B2A3F5A0D002F68C9 + + fileRef + E87E627A2A3F5A0D002F68C9 + isa + PBXBuildFile + + E87E627C2A3F5A63002F68C9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomeRecommendProtocol.h + sourceTree + <group> + + E87E627D2A3F5D28002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPNewHomePlayItemCollectionViewCell.h + sourceTree + <group> + + E87E627E2A3F5D28002F68C9 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPNewHomePlayItemCollectionViewCell.m + sourceTree + <group> + + E87E627F2A3F5D28002F68C9 + + fileRef + E87E627E2A3F5D28002F68C9 + isa + PBXBuildFile + + E87E63F529AA1A5600EBE52B + + children + + E87E63F629AA1A5600EBE52B + + currentVersion + E87E63F629AA1A5600EBE52B + isa + XCVersionGroup + path + YuMi.xcdatamodeld + sourceTree + <group> + versionGroupType + wrapper.xcdatamodel + + E87E63F629AA1A5600EBE52B + + isa + PBXFileReference + lastKnownFileType + wrapper.xcdatamodel + path + xplan-ios.xcdatamodel + sourceTree + <group> + + E87E63F729AA1A5600EBE52B + + fileRef + E87E63F529AA1A5600EBE52B + isa + PBXBuildFile + + E87E914C2796678D00A7B3F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineDressEmptyTableViewCell.h + sourceTree + <group> + + E87E914D2796678D00A7B3F2 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineDressEmptyTableViewCell.m + sourceTree + <group> + + E87E914E2796678D00A7B3F2 + + fileRef + E87E914D2796678D00A7B3F2 + isa + PBXBuildFile + + E87E91502796A15500A7B3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MicroExtModel.h + sourceTree + <group> + + E87E91512796A15500A7B3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MicroExtModel.m + sourceTree + <group> + + E87E91522796A15500A7B3F2 + + fileRef + E87E91512796A15500A7B3F2 + isa + PBXBuildFile + + E87E91532796B6DE00A7B3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomInviteUserViewController.h + sourceTree + <group> + + E87E91542796B6DE00A7B3F2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomInviteUserViewController.m + sourceTree + <group> + + E87E91552796B6DE00A7B3F2 + + fileRef + E87E91542796B6DE00A7B3F2 + isa + PBXBuildFile + + E880B396278BD3D800A83B0D + + children + + E880B39B278BD45A00A83B0D + E880B39A278BD45200A83B0D + E880B399278BD44500A83B0D + E880B398278BD43D00A83B0D + E880B397278BD43600A83B0D + + isa + PBXGroup + path + AcrossRoomPK + sourceTree + <group> + + E880B397278BD43600A83B0D + + children + + E880B3B6278C1FFB00A83B0D + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E880B398278BD43D00A83B0D + + children + + E880B3B3278C1FE400A83B0D + E880B3B4278C1FE400A83B0D + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E880B399278BD44500A83B0D + + children + + E880B3A3278BD66400A83B0D + E880B3A2278BD65E00A83B0D + E880B39C278BD49E00A83B0D + E880B39D278BD49E00A83B0D + E880B39F278BD60C00A83B0D + E880B3A0278BD60C00A83B0D + + isa + PBXGroup + path + View + sourceTree + <group> + + E880B39A278BD45200A83B0D + + children + + E880B3AD278BE1D800A83B0D + E880B3AE278BE1D800A83B0D + + isa + PBXGroup + path + Api + sourceTree + <group> + + E880B39B278BD45A00A83B0D + + children + + E880B3A7278BD82300A83B0D + E880B3A8278BD82300A83B0D + E8D48251278D8228003C1D08 + E8D48252278D8228003C1D08 + E88863CA278EC336004BCFAB + E88863CB278EC336004BCFAB + + isa + PBXGroup + path + Model + sourceTree + <group> + + E880B39C278BD49E00A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKViewController.h + sourceTree + <group> + + E880B39D278BD49E00A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKViewController.m + sourceTree + <group> + + E880B39E278BD49E00A83B0D + + fileRef + E880B39D278BD49E00A83B0D + isa + PBXBuildFile + + E880B39F278BD60C00A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKSelectRoomView.h + sourceTree + <group> + + E880B3A0278BD60C00A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKSelectRoomView.m + sourceTree + <group> + + E880B3A1278BD60C00A83B0D + + fileRef + E880B3A0278BD60C00A83B0D + isa + PBXBuildFile + + E880B3A2278BD65E00A83B0D + + children + + E880B3A4278BD69900A83B0D + E880B3A5278BD69900A83B0D + E880B3AA278BD98600A83B0D + E880B3AB278BD98600A83B0D + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E880B3A3278BD66400A83B0D + + children + + E880B3B0278C1D1800A83B0D + E880B3B1278C1D1800A83B0D + E8D48248278D1F72003C1D08 + E8D48249278D1F73003C1D08 + E8D4824B278D2CE4003C1D08 + E8D4824C278D2CE4003C1D08 + E8D4824E278D68BA003C1D08 + E8D4824F278D68BA003C1D08 + E8D48254278D83AE003C1D08 + E8D48255278D83AE003C1D08 + E88863C4278EAFC3004BCFAB + E88863C5278EAFC3004BCFAB + E88863C7278EBA43004BCFAB + E88863C8278EBA43004BCFAB + E88863CD278EC393004BCFAB + E88863CE278EC393004BCFAB + 9BF5192428801D4700B6BE92 + 9BF5192528801D4700B6BE92 + 9B3C1818292CE4FA003AF543 + 9B3C1819292CE4FA003AF543 + + isa + PBXGroup + path + SubViews + sourceTree + <group> + + E880B3A4278BD69900A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKTableViewCell.h + sourceTree + <group> + + E880B3A5278BD69900A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKTableViewCell.m + sourceTree + <group> + + E880B3A6278BD69900A83B0D + + fileRef + E880B3A5278BD69900A83B0D + isa + PBXBuildFile + + E880B3A7278BD82300A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AcrossRoomPKInfoModel.h + sourceTree + <group> + + E880B3A8278BD82300A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AcrossRoomPKInfoModel.m + sourceTree + <group> + + E880B3A9278BD82300A83B0D + + fileRef + E880B3A8278BD82300A83B0D + isa + PBXBuildFile + + E880B3AA278BD98600A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKEmptyTableViewCell.h + sourceTree + <group> + + E880B3AB278BD98600A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKEmptyTableViewCell.m + sourceTree + <group> + + E880B3AC278BD98600A83B0D + + fileRef + E880B3AB278BD98600A83B0D + isa + PBXBuildFile + + E880B3AD278BE1D800A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+AcrossRoomPK.h + sourceTree + <group> + + E880B3AE278BE1D800A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+AcrossRoomPK.m + sourceTree + <group> + + E880B3AF278BE1D800A83B0D + + fileRef + E880B3AE278BE1D800A83B0D + isa + PBXBuildFile + + E880B3B0278C1D1800A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKRuleView.h + sourceTree + <group> + + E880B3B1278C1D1800A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKRuleView.m + sourceTree + <group> + + E880B3B2278C1D1800A83B0D + + fileRef + E880B3B1278C1D1800A83B0D + isa + PBXBuildFile + + E880B3B3278C1FE400A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKPresenter.h + sourceTree + <group> + + E880B3B4278C1FE400A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKPresenter.m + sourceTree + <group> + + E880B3B5278C1FE400A83B0D + + fileRef + E880B3B4278C1FE400A83B0D + isa + PBXBuildFile + + E880B3B6278C1FFB00A83B0D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomProtocol.h + sourceTree + <group> + + E884C36A2743951B00E1EBED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GiftReceiveInfoModel.h + sourceTree + <group> + + E884C36B2743951B00E1EBED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GiftReceiveInfoModel.m + sourceTree + <group> + + E884C36C2743951B00E1EBED + + fileRef + E884C36B2743951B00E1EBED + isa + PBXBuildFile + + E884C36D2743AAC800E1EBED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AttachmentModel.h + sourceTree + <group> + + E884C36E2743AAC800E1EBED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AttachmentModel.m + sourceTree + <group> + + E884C36F2743AAC800E1EBED + + fileRef + E884C36E2743AAC800E1EBED + isa + PBXBuildFile + + E884C3702743AEDE00E1EBED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + CustomAttachmentDecoder.h + sourceTree + <group> + + E884C3712743AEDE00E1EBED + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + CustomAttachmentDecoder.m + sourceTree + <group> + + E884C3722743AEDE00E1EBED + + fileRef + E884C3712743AEDE00E1EBED + isa + PBXBuildFile + + E884C3782743B6AA00E1EBED + + children + + E884C3702743AEDE00E1EBED + E884C3712743AEDE00E1EBED + + isa + PBXGroup + path + Tool + sourceTree + <group> + + E885D531297798E1004DC088 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionSettingTableViewCell.h + sourceTree + <group> + + E885D532297798E1004DC088 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionSettingTableViewCell.m + sourceTree + <group> + + E885D533297798E1004DC088 + + fileRef + E885D532297798E1004DC088 + isa + PBXBuildFile + + E885D5342977CE28004DC088 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionSettingModel.h + sourceTree + <group> + + E885D5352977CE28004DC088 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionSettingModel.m + sourceTree + <group> + + E885D5362977CE28004DC088 + + fileRef + E885D5352977CE28004DC088 + isa + PBXBuildFile + + E885D5372977D10E004DC088 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionSettingUserView.h + sourceTree + <group> + + E885D5382977D10E004DC088 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionSettingUserView.m + sourceTree + <group> + + E885D5392977D10E004DC088 + + fileRef + E885D5382977D10E004DC088 + isa + PBXBuildFile + + E885D53A2977FBFD004DC088 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageTimeView.h + sourceTree + <group> + + E885D53B2977FBFD004DC088 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageTimeView.m + sourceTree + <group> + + E885D53C2977FBFD004DC088 + + fileRef + E885D53B2977FBFD004DC088 + isa + PBXBuildFile + + E88749B4282B8FC600C3C7DB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MomentsInfoModel.h + sourceTree + <group> + + E88749B5282B8FC600C3C7DB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MomentsInfoModel.m + sourceTree + <group> + + E88749B6282B8FC600C3C7DB + + fileRef + E88749B5282B8FC600C3C7DB + isa + PBXBuildFile + + E88863C4278EAFC3004BCFAB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKResultView.h + sourceTree + <group> + + E88863C5278EAFC3004BCFAB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKResultView.m + sourceTree + <group> + + E88863C6278EAFC3004BCFAB + + fileRef + E88863C5278EAFC3004BCFAB + isa + PBXBuildFile + + E88863C7278EBA43004BCFAB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKForceEndResultView.h + sourceTree + <group> + + E88863C8278EBA43004BCFAB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKForceEndResultView.m + sourceTree + <group> + + E88863C9278EBA43004BCFAB + + fileRef + E88863C8278EBA43004BCFAB + isa + PBXBuildFile + + E88863CA278EC336004BCFAB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AcrossRoomPKPrizeModel.h + sourceTree + <group> + + E88863CB278EC336004BCFAB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AcrossRoomPKPrizeModel.m + sourceTree + <group> + + E88863CC278EC336004BCFAB + + fileRef + E88863CB278EC336004BCFAB + isa + PBXBuildFile + + E88863CD278EC393004BCFAB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKPrizeView.h + sourceTree + <group> + + E88863CE278EC393004BCFAB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKPrizeView.m + sourceTree + <group> + + E88863CF278EC393004BCFAB + + fileRef + E88863CE278EC393004BCFAB + isa + PBXBuildFile + + E88863D0278ED4A0004BCFAB + + children + + E88863D1278ED4C0004BCFAB + E88863D2278ED4C0004BCFAB + + isa + PBXGroup + path + Timestamp + sourceTree + <group> + + E88863D1278ED4C0004BCFAB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Timestamp.h + sourceTree + <group> + + E88863D2278ED4C0004BCFAB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Timestamp.m + sourceTree + <group> + + E88863D3278ED4C0004BCFAB + + fileRef + E88863D2278ED4C0004BCFAB + isa + PBXBuildFile + + E8899C7C27853B46007944BE + + children + + E877A7EC278428FB00EFACED + E877A7ED278428FB00EFACED + E8899C7D27853B6A007944BE + E8899C7E27853B6A007944BE + + isa + PBXGroup + path + Dating + sourceTree + <group> + + E8899C7D27853B6A007944BE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DatingMicroView.h + sourceTree + <group> + + E8899C7E27853B6A007944BE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DatingMicroView.m + sourceTree + <group> + + E8899C7F27853B6A007944BE + + fileRef + E8899C7E27853B6A007944BE + isa + PBXBuildFile + + E8899C802785A694007944BE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DatingInfoModel.h + sourceTree + <group> + + E8899C812785A694007944BE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DatingInfoModel.m + sourceTree + <group> + + E8899C822785A694007944BE + + fileRef + E8899C812785A694007944BE + isa + PBXBuildFile + + E8899C832785CC69007944BE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomDatingAnimationView.h + sourceTree + <group> + + E8899C842785CC69007944BE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomDatingAnimationView.m + sourceTree + <group> + + E8899C852785CC69007944BE + + fileRef + E8899C842785CC69007944BE + isa + PBXBuildFile + + E88B5CBE26FB404800DA9178 + + children + + E88B5CBF26FB407B00DA9178 + E88B5CC026FB407B00DA9178 + E8D34D4528080295009C4835 + E8D34D4628080295009C4835 + E8EEB90426FC5772007C6EBA + E8EEB90526FC5772007C6EBA + E8EEB91226FC7786007C6EBA + E8EEB91326FC7786007C6EBA + E8EEB91526FC7B35007C6EBA + E8EEB91626FC7B35007C6EBA + E8B846BD26FD827900A777FE + E8B846BE26FD827900A777FE + E8D34D6228084E40009C4835 + E8D34D6328084E40009C4835 + E8998D892859CB6A00C68558 + E8998D8A2859CB6A00C68558 + 1464C5EE29A49DDD00AF7C94 + 1464C5EF29A49DDD00AF7C94 + + isa + PBXGroup + path + MineInfo + sourceTree + <group> + + E88B5CBF26FB407B00DA9178 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoViewController.h + sourceTree + <group> + + E88B5CC026FB407B00DA9178 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoViewController.m + sourceTree + <group> + + E88B5CC126FB407B00DA9178 + + fileRef + E88B5CC026FB407B00DA9178 + isa + PBXBuildFile + + E88B5CC226FB429C00DA9178 + + children + + 23E9EB132A84D02400B792F2 + 23E9EB142A84D02400B792F2 + 23E9EA902A84BD5B00B792F2 + 23E9EA8F2A84BD5B00B792F2 + 23E9EA8C2A84BC8F00B792F2 + 23E9EA8D2A84BC9000B792F2 + 23E9EA892A84B9BD00B792F2 + 23E9EA8A2A84B9BD00B792F2 + 23E9EAAC2A84C9B800B792F2 + 23E9EAAB2A84C9B800B792F2 + 23E9EAA72A84C9B700B792F2 + 23E9EAA82A84C9B700B792F2 + 23E9EAB42A84CB2600B792F2 + 23E9EAB32A84CB2600B792F2 + 23E9EB1D2A84DA5F00B792F2 + 23E9EB1C2A84DA5F00B792F2 + 23E9EAA92A84C9B700B792F2 + 23E9EAAA2A84C9B700B792F2 + 23E9EAB02A84C9DD00B792F2 + 23E9EAB12A84C9DE00B792F2 + 23E9EA872A84B75900B792F2 + 23E9EA862A84B75900B792F2 + E8EEB8FC26FC2DF8007C6EBA + E8EEB8FD26FC2DF8007C6EBA + E88B5CC326FB42B000DA9178 + E88B5CC426FB42B000DA9178 + 5478539F2C258F2A00F45E60 + 547853A02C258F2A00F45E60 + E8EEB91B26FC9D58007C6EBA + E8EEB91C26FC9D58007C6EBA + E873EB07280960990071030D + E873EB08280960990071030D + E8998D832859B4FA00C68558 + E8998D842859B4FA00C68558 + 54ACDCC02C5B31BD0099472C + 54ACDCC12C5B31BD0099472C + + isa + PBXGroup + path + MineInfo + sourceTree + <group> + + E88B5CC326FB42B000DA9178 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoHeaderView.h + sourceTree + <group> + + E88B5CC426FB42B000DA9178 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoHeaderView.m + sourceTree + <group> + + E88B5CC526FB42B000DA9178 + + fileRef + E88B5CC426FB42B000DA9178 + isa + PBXBuildFile + + E88C728D2828EA4E0047FB2B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Music+CoreDataProperties.h + sourceTree + <group> + + E88C728E2828EA4E0047FB2B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Music+CoreDataClass.h + sourceTree + <group> + + E88C728F2828EA4E0047FB2B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Music+CoreDataProperties.m + sourceTree + <group> + + E88C72902828EA4E0047FB2B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Music+CoreDataClass.m + sourceTree + <group> + + E88C72912828EA4E0047FB2B + + fileRef + E88C728F2828EA4E0047FB2B + isa + PBXBuildFile + + E88C72922828EA4E0047FB2B + + fileRef + E88C72902828EA4E0047FB2B + isa + PBXBuildFile + + E88C72932828F1AD0047FB2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMusicLibraryViewController.h + sourceTree + <group> + + E88C72942828F1AD0047FB2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMusicLibraryViewController.m + sourceTree + <group> + + E88C72952828F1AD0047FB2B + + fileRef + E88C72942828F1AD0047FB2B + isa + PBXBuildFile + + E88C72962828F3410047FB2B + + children + + E88C72972828F3620047FB2B + E88C72982828F3620047FB2B + E88C729A2828F37D0047FB2B + E88C729B2828F37D0047FB2B + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E88C72972828F3620047FB2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMusicLibraryTableViewCell.h + sourceTree + <group> + + E88C72982828F3620047FB2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMusicLibraryTableViewCell.m + sourceTree + <group> + + E88C72992828F3620047FB2B + + fileRef + E88C72982828F3620047FB2B + isa + PBXBuildFile + + E88C729A2828F37D0047FB2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMusicLibraryEmptyTableViewCell.h + sourceTree + <group> + + E88C729B2828F37D0047FB2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMusicLibraryEmptyTableViewCell.m + sourceTree + <group> + + E88C729C2828F37D0047FB2B + + fileRef + E88C729B2828F37D0047FB2B + isa + PBXBuildFile + + E88C729D2828FCB10047FB2B + + children + + E88C729E2828FCD40047FB2B + E88C729F2828FCD40047FB2B + E88C72A1282917590047FB2B + E88C72A2282917590047FB2B + E88C72A4282921D60047FB2B + E88C72A5282921D60047FB2B + + isa + PBXGroup + path + SubViews + sourceTree + <group> + + E88C729E2828FCD40047FB2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMusicLibraryPlayView.h + sourceTree + <group> + + E88C729F2828FCD40047FB2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMusicLibraryPlayView.m + sourceTree + <group> + + E88C72A02828FCD40047FB2B + + fileRef + E88C729F2828FCD40047FB2B + isa + PBXBuildFile + + E88C72A1282917590047FB2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMusicVoiceSettingView.h + sourceTree + <group> + + E88C72A2282917590047FB2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMusicVoiceSettingView.m + sourceTree + <group> + + E88C72A3282917590047FB2B + + fileRef + E88C72A2282917590047FB2B + isa + PBXBuildFile + + E88C72A4282921D60047FB2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomBackMusicPlayerView.h + sourceTree + <group> + + E88C72A5282921D60047FB2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomBackMusicPlayerView.m + sourceTree + <group> + + E88C72A6282921D60047FB2B + + fileRef + E88C72A5282921D60047FB2B + isa + PBXBuildFile + + E88E4A7D297673C600019A50 + + children + + 18F404B5276095D700A6C548 + 18F404B6276095D700A6C548 + E86E79D128A4E94E006DAF48 + E86E79D228A4E94E006DAF48 + E8D55C9E281186D6006935A5 + E8D55C9F281186D6006935A5 + E8E20BDC28164D3A0033B688 + E8E20BDD28164D3A0033B688 + E88E4A7E297673DC00019A50 + E88E4A7F297673DC00019A50 + E885D5372977D10E004DC088 + E885D5382977D10E004DC088 + + isa + PBXGroup + path + View + sourceTree + <group> + + E88E4A7E297673DC00019A50 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionNavLiveView.h + sourceTree + <group> + + E88E4A7F297673DC00019A50 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionNavLiveView.m + sourceTree + <group> + + E88E4A80297673DC00019A50 + + fileRef + E88E4A7F297673DC00019A50 + isa + PBXBuildFile + + E8901CF428B38D89001E9A92 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGraffitiGiftView.h + sourceTree + <group> + + E8901CF528B38D89001E9A92 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGraffitiGiftView.m + sourceTree + <group> + + E8901CF628B38D89001E9A92 + + fileRef + E8901CF528B38D89001E9A92 + isa + PBXBuildFile + + E890BC02273CF0500007C46B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftCountModel.h + sourceTree + <group> + + E890BC03273CF0500007C46B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftCountModel.m + sourceTree + <group> + + E890BC04273CF0500007C46B + + fileRef + E890BC03273CF0500007C46B + isa + PBXBuildFile + + E890BC05273CF1800007C46B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftCountCollectionViewCell.h + sourceTree + <group> + + E890BC06273CF1800007C46B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftCountCollectionViewCell.m + sourceTree + <group> + + E890BC07273CF1800007C46B + + fileRef + E890BC06273CF1800007C46B + isa + PBXBuildFile + + E890BC0B273D09A50007C46B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftCountView.h + sourceTree + <group> + + E890BC0C273D09A50007C46B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftCountView.m + sourceTree + <group> + + E890BC0D273D09A50007C46B + + fileRef + E890BC0C273D09A50007C46B + isa + PBXBuildFile + + E890BC0E273D23F00007C46B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GiftInfoModel.h + sourceTree + <group> + + E890BC0F273D23F00007C46B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GiftInfoModel.m + sourceTree + <group> + + E890BC10273D23F00007C46B + + fileRef + E890BC0F273D23F00007C46B + isa + PBXBuildFile + + E895017E282CAC49007E459A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsUserInfoView.h + sourceTree + <group> + + E895017F282CAC49007E459A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsUserInfoView.m + sourceTree + <group> + + E8950180282CAC49007E459A + + fileRef + E895017F282CAC49007E459A + isa + PBXBuildFile + + E8950181282CAC6A007E459A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsPhotoView.h + sourceTree + <group> + + E8950182282CAC6A007E459A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsPhotoView.m + sourceTree + <group> + + E8950183282CAC6A007E459A + + fileRef + E8950182282CAC6A007E459A + isa + PBXBuildFile + + E8950184282CAC80007E459A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsTooBarView.h + sourceTree + <group> + + E8950185282CAC80007E459A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsTooBarView.m + sourceTree + <group> + + E8950186282CAC80007E459A + + fileRef + E8950185282CAC80007E459A + isa + PBXBuildFile + + E8950187282CFFB1007E459A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsLayoutConfig.h + sourceTree + <group> + + E8950188282CFFB1007E459A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsLayoutConfig.m + sourceTree + <group> + + E8950189282CFFB1007E459A + + fileRef + E8950188282CFFB1007E459A + isa + PBXBuildFile + + E895018A282D0701007E459A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsTopicView.h + sourceTree + <group> + + E895018B282D0701007E459A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsTopicView.m + sourceTree + <group> + + E895018C282D0701007E459A + + fileRef + E895018B282D0701007E459A + isa + PBXBuildFile + + E896EF912771AA6C00AD2CC1 + + children + + E896EF9A2771AE6B00AD2CC1 + E896EF9B2771AE6B00AD2CC1 + E896EF9D2771AE7B00AD2CC1 + E896EF9E2771AE7B00AD2CC1 + E896EFA02771AE9400AD2CC1 + E896EFA12771AE9400AD2CC1 + E84CBCDF28436D3C00D43221 + E84CBCE028436D3C00D43221 + E8F65C1D286998C9009BB5B9 + E8F65C1E286998C9009BB5B9 + E84CBCE2284372D800D43221 + E84CBCE3284372D800D43221 + E8DAC5AA2858305A00012CFD + E8DAC5AB2858305A00012CFD + + isa + PBXGroup + path + Friend + sourceTree + <group> + + E896EF922771AAC100AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFansPresenter.h + sourceTree + <group> + + E896EF932771AAC100AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFansPresenter.m + sourceTree + <group> + + E896EF942771AAC100AD2CC1 + + fileRef + E896EF932771AAC100AD2CC1 + isa + PBXBuildFile + + E896EF952771AAE400AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineAttentionPresenter.h + sourceTree + <group> + + E896EF962771AAE400AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineAttentionPresenter.m + sourceTree + <group> + + E896EF972771AAE400AD2CC1 + + fileRef + E896EF962771AAE400AD2CC1 + isa + PBXBuildFile + + E896EF982771AB0000AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFansProtocol.h + sourceTree + <group> + + E896EF992771AB1800AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineAttentionProtocol.h + sourceTree + <group> + + E896EF9A2771AE6B00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFansViewController.h + sourceTree + <group> + + E896EF9B2771AE6B00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFansViewController.m + sourceTree + <group> + + E896EF9C2771AE6B00AD2CC1 + + fileRef + E896EF9B2771AE6B00AD2CC1 + isa + PBXBuildFile + + E896EF9D2771AE7B00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineAttentionViewController.h + sourceTree + <group> + + E896EF9E2771AE7B00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineAttentionViewController.m + sourceTree + <group> + + E896EF9F2771AE7B00AD2CC1 + + fileRef + E896EF9E2771AE7B00AD2CC1 + isa + PBXBuildFile + + E896EFA02771AE9400AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFriendViewController.h + sourceTree + <group> + + E896EFA12771AE9400AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFriendViewController.m + sourceTree + <group> + + E896EFA22771AE9400AD2CC1 + + fileRef + E896EFA12771AE9400AD2CC1 + isa + PBXBuildFile + + E896EFA32771AEC500AD2CC1 + + children + + E896EFA42771AEDD00AD2CC1 + E896EFA52771AEDD00AD2CC1 + E896EFA72771AEEC00AD2CC1 + E896EFA82771AEEC00AD2CC1 + E896EFAA2771AEFE00AD2CC1 + E896EFAB2771AEFE00AD2CC1 + E896EFAD2771AF0F00AD2CC1 + E896EFAE2771AF0F00AD2CC1 + + isa + PBXGroup + path + Friend + sourceTree + <group> + + E896EFA42771AEDD00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFansTableViewCell.h + sourceTree + <group> + + E896EFA52771AEDD00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFansTableViewCell.m + sourceTree + <group> + + E896EFA62771AEDD00AD2CC1 + + fileRef + E896EFA52771AEDD00AD2CC1 + isa + PBXBuildFile + + E896EFA72771AEEC00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineAttentionTableViewCell.h + sourceTree + <group> + + E896EFA82771AEEC00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineAttentionTableViewCell.m + sourceTree + <group> + + E896EFA92771AEEC00AD2CC1 + + fileRef + E896EFA82771AEEC00AD2CC1 + isa + PBXBuildFile + + E896EFAA2771AEFE00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFriendTableViewCell.h + sourceTree + <group> + + E896EFAB2771AEFE00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFriendTableViewCell.m + sourceTree + <group> + + E896EFAC2771AEFE00AD2CC1 + + fileRef + E896EFAB2771AEFE00AD2CC1 + isa + PBXBuildFile + + E896EFAD2771AF0F00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFriendEmptyTableViewCell.h + sourceTree + <group> + + E896EFAE2771AF0F00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFriendEmptyTableViewCell.m + sourceTree + <group> + + E896EFAF2771AF0F00AD2CC1 + + fileRef + E896EFAE2771AF0F00AD2CC1 + isa + PBXBuildFile + + E896EFB02771C93B00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFriendNumberView.h + sourceTree + <group> + + E896EFB12771C93B00AD2CC1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFriendNumberView.m + sourceTree + <group> + + E896EFB22771C93B00AD2CC1 + + fileRef + E896EFB12771C93B00AD2CC1 + isa + PBXBuildFile + + E897ABFA28AF2E71003B3587 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSailingGiftView.h + sourceTree + <group> + + E897ABFB28AF2E71003B3587 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSailingGiftView.m + sourceTree + <group> + + E897ABFC28AF2E71003B3587 + + fileRef + E897ABFB28AF2E71003B3587 + isa + PBXBuildFile + + E897ABFD28AF39B4003B3587 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSailingAnimationView.h + sourceTree + <group> + + E897ABFE28AF39B4003B3587 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSailingAnimationView.m + sourceTree + <group> + + E897ABFF28AF39B4003B3587 + + fileRef + E897ABFE28AF39B4003B3587 + isa + PBXBuildFile + + E8998D772859782C00C68558 + + children + + E8998D782859784200C68558 + E8998D792859784200C68558 + + isa + PBXGroup + path + SVGA + sourceTree + <group> + + E8998D782859784200C68558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSVGAPlayer.h + sourceTree + <group> + + E8998D792859784200C68558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSVGAPlayer.m + sourceTree + <group> + + E8998D7A2859784200C68558 + + fileRef + E8998D792859784200C68558 + isa + PBXBuildFile + + E8998D7E28597B0300C68558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomLuckyBigPrizeView.h + sourceTree + <group> + + E8998D7F28597B0300C68558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomLuckyBigPrizeView.m + sourceTree + <group> + + E8998D8028597B0300C68558 + + fileRef + E8998D7F28597B0300C68558 + isa + PBXBuildFile + + E8998D832859B4FA00C68558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoGiftView.h + sourceTree + <group> + + E8998D842859B4FA00C68558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoGiftView.m + sourceTree + <group> + + E8998D852859B4FA00C68558 + + fileRef + E8998D842859B4FA00C68558 + isa + PBXBuildFile + + E8998D892859CB6A00C68558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoGiftWallSubViewController.h + sourceTree + <group> + + E8998D8A2859CB6A00C68558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoGiftWallSubViewController.m + sourceTree + <group> + + E8998D8B2859CB6A00C68558 + + fileRef + E8998D8A2859CB6A00C68558 + isa + PBXBuildFile + + E8998D932859DD3F00C68558 + + children + + E8998D942859DD6F00C68558 + E8998D952859DD6F00C68558 + + isa + PBXGroup + path + UIViewCorner + sourceTree + <group> + + E8998D942859DD6F00C68558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIView+Corner.h + sourceTree + <group> + + E8998D952859DD6F00C68558 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIView+Corner.m + sourceTree + <group> + + E8998D962859DD6F00C68558 + + fileRef + E8998D952859DD6F00C68558 + isa + PBXBuildFile + + E899C68727508F4E00E189E5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPUserCardInfoModel.h + sourceTree + <group> + + E899C68827508F4E00E189E5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPUserCardInfoModel.m + sourceTree + <group> + + E899C68927508F4E00E189E5 + + fileRef + E899C68827508F4E00E189E5 + isa + PBXBuildFile + + E899C68A275093B700E189E5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPUserCardMicroItemModel.h + sourceTree + <group> + + E899C68B275093B800E189E5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPUserCardMicroItemModel.m + sourceTree + <group> + + E899C68C275093B800E189E5 + + fileRef + E899C68B275093B800E189E5 + isa + PBXBuildFile + + E899C68D2750DA3C00E189E5 + + children + + E833ED0B274FAD1C00A2463B + E833ED0C274FAD1C00A2463B + + isa + PBXGroup + path + CustomMessage + sourceTree + <group> + + E89BD7D2277D471100E31B19 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomOnlineTableViewCell.h + sourceTree + <group> + + E89BD7D3277D471100E31B19 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomOnlineTableViewCell.m + sourceTree + <group> + + E89BD7D4277D471100E31B19 + + fileRef + E89BD7D3277D471100E31B19 + isa + PBXBuildFile + + E89D60B7271D6417001F8895 + + children + + E80487632717DDD9008595F2 + E80487642717DDD9008595F2 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E89D60B8271D643A001F8895 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+Room.h + sourceTree + <group> + + E89D60B9271D643A001F8895 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+Room.m + sourceTree + <group> + + E89D60BA271D643A001F8895 + + fileRef + E89D60B9271D643A001F8895 + isa + PBXBuildFile + + E89D60BB271D647A001F8895 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPresenter.h + sourceTree + <group> + + E89D60BC271D647A001F8895 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPresenter.m + sourceTree + <group> + + E89D60BD271D647A001F8895 + + fileRef + E89D60BC271D647A001F8895 + isa + PBXBuildFile + + E89D60BE271D648D001F8895 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomProtocol.h + sourceTree + <group> + + E89D60BF271D64B9001F8895 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomInfoModel.h + sourceTree + <group> + + E89D60C0271D64B9001F8895 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomInfoModel.m + sourceTree + <group> + + E89D60C1271D64B9001F8895 + + fileRef + E89D60C0271D64B9001F8895 + isa + PBXBuildFile + + E89DA6612700590A008483C1 + + children + + E89DA66527006443008483C1 + E89DA66627006443008483C1 + + isa + PBXGroup + path + IAPHelper + sourceTree + <group> + + E89DA66527006443008483C1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RechargeStorage.h + sourceTree + <group> + + E89DA66627006443008483C1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RechargeStorage.m + sourceTree + <group> + + E89DA66727006443008483C1 + + fileRef + E89DA66627006443008483C1 + isa + PBXBuildFile + + E89DA67027008D59008483C1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WalletInfoModel.h + sourceTree + <group> + + E89DA67127008D59008483C1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WalletInfoModel.m + sourceTree + <group> + + E89DA67227008D59008483C1 + + fileRef + E89DA67127008D59008483C1 + isa + PBXBuildFile + + E89DA67327009ACD008483C1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineRechargeNavView.h + sourceTree + <group> + + E89DA67427009ACD008483C1 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineRechargeNavView.m + sourceTree + <group> + + E89DA67527009ACD008483C1 + + fileRef + E89DA67427009ACD008483C1 + isa + PBXBuildFile + + E89DCF5228FFEC67001647EC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWishGiftHistoryTableViewCell.h + sourceTree + <group> + + E89DCF5328FFEC67001647EC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWishGiftHistoryTableViewCell.m + sourceTree + <group> + + E89DCF5428FFEC67001647EC + + fileRef + E89DCF5328FFEC67001647EC + isa + PBXBuildFile + + E89DCF5528FFF076001647EC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWishGiftEmptyTableViewCell.h + sourceTree + <group> + + E89DCF5628FFF076001647EC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWishGiftEmptyTableViewCell.m + sourceTree + <group> + + E89DCF5728FFF076001647EC + + fileRef + E89DCF5628FFF076001647EC + isa + PBXBuildFile + + E89DCF5828FFF1AD001647EC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWishGiftSectionView.h + sourceTree + <group> + + E89DCF5928FFF1AD001647EC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWishGiftSectionView.m + sourceTree + <group> + + E89DCF5A28FFF1AD001647EC + + fileRef + E89DCF5928FFF1AD001647EC + isa + PBXBuildFile + + E89DCF5B2900E5EE001647EC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WishGiftHistoryModel.h + sourceTree + <group> + + E89DCF5C2900E5EE001647EC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WishGiftHistoryModel.m + sourceTree + <group> + + E89DCF5D2900E5EE001647EC + + fileRef + E89DCF5C2900E5EE001647EC + isa + PBXBuildFile + + E89DCF5E2900F4FB001647EC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWishGiftEnterView.h + sourceTree + <group> + + E89DCF5F2900F4FB001647EC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWishGiftEnterView.m + sourceTree + <group> + + E89DCF602900F4FB001647EC + + fileRef + E89DCF5F2900F4FB001647EC + isa + PBXBuildFile + + E8A03DFD27635F960098D9EA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomCandyGiftView.h + sourceTree + <group> + + E8A03DFE27635F960098D9EA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomCandyGiftView.m + sourceTree + <group> + + E8A03DFF27635F960098D9EA + + fileRef + E8A03DFE27635F960098D9EA + isa + PBXBuildFile + + E8A1E45C276220B100B294CA + + children + + 5461040A2CD4B3CB00066B21 + 54C608512CBE0BEB003DD5D2 + 54FFD3802C9BD12600DE61E5 + 54F179062C8EA48C00CB5219 + 23EE96F12B9FF6BE00475D69 + 237701182BD6143700D661F1 + 23A03F2C2B4408CD0094227A + 23FF256F2ABD456C0064E904 + 23FF25612ABAE6310064E904 + 232C444A2AB4363200D4B2ED + 239D0F9A2BFC9E6C002977CE + 23FF42662AA5CFBB0055733C + 23E9EB232A84E98300B792F2 + 23FF255A2AB956D50064E904 + 232C43EB2AB169EB00D4B2ED + 23E9EB222A84E98300B792F2 + 23E9EAA22A84C80300B792F2 + 23E9EA6C2A83813000B792F2 + + isa + PBXGroup + path + Resources + sourceTree + <group> + + E8A30BDB28534667003B4873 + + children + + E8A30BE02853469C003B4873 + E8A30BDF28534693003B4873 + E8A30BDE28534686003B4873 + E8A30BDD2853467B003B4873 + E8A30BDC28534673003B4873 + + isa + PBXGroup + path + FindNew + sourceTree + <group> + + E8A30BDC28534673003B4873 + + children + + E8A30BF028534B03003B4873 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E8A30BDD2853467B003B4873 + + children + + E8A30BEC28534AB1003B4873 + E8A30BED28534AB1003B4873 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E8A30BDE28534686003B4873 + + children + + E8A30BE528534A3A003B4873 + E8A30BE428534A2D003B4873 + E8A30BE128534A28003B4873 + E8A30BE228534A28003B4873 + + isa + PBXGroup + path + View + sourceTree + <group> + + E8A30BDF28534693003B4873 + + children + + E8A30BF128534B17003B4873 + E8A30BF228534B17003B4873 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E8A30BE02853469C003B4873 + + children + + E8A30BF428534B35003B4873 + E8A30BF528534B35003B4873 + E86A16C32856DBEC004228B8 + E86A16C42856DBEC004228B8 + E8E0DAE7285C2E8C00566A2F + E8E0DAE8285C2E8C00566A2F + + isa + PBXGroup + path + Model + sourceTree + <group> + + E8A30BE128534A28003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionFindNewViewController.h + sourceTree + <group> + + E8A30BE228534A28003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionFindNewViewController.m + sourceTree + <group> + + E8A30BE328534A28003B4873 + + fileRef + E8A30BE228534A28003B4873 + isa + PBXBuildFile + + E8A30BE428534A2D003B4873 + + children + + E8A30BE928534A96003B4873 + E8A30BEA28534A96003B4873 + E86A16BD2856D4D5004228B8 + E86A16BE2856D4D5004228B8 + E8E0DAE4285C280E00566A2F + E8E0DAE5285C280E00566A2F + + isa + PBXGroup + path + View + sourceTree + <group> + + E8A30BE528534A3A003B4873 + + children + + E8A30BE628534A63003B4873 + E8A30BE728534A63003B4873 + E8A30BF728534E48003B4873 + E8A30BF828534E48003B4873 + E86A16C02856D635004228B8 + E86A16C12856D635004228B8 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E8A30BE628534A63003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionFindNewTableViewCell.h + sourceTree + <group> + + E8A30BE728534A63003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionFindNewTableViewCell.m + sourceTree + <group> + + E8A30BE828534A63003B4873 + + fileRef + E8A30BE728534A63003B4873 + isa + PBXBuildFile + + E8A30BE928534A96003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionFindNewFiltrateView.h + sourceTree + <group> + + E8A30BEA28534A96003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionFindNewFiltrateView.m + sourceTree + <group> + + E8A30BEB28534A96003B4873 + + fileRef + E8A30BEA28534A96003B4873 + isa + PBXBuildFile + + E8A30BEC28534AB1003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionFindNewPresenter.h + sourceTree + <group> + + E8A30BED28534AB1003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionFindNewPresenter.m + sourceTree + <group> + + E8A30BEE28534AB1003B4873 + + fileRef + E8A30BED28534AB1003B4873 + isa + PBXBuildFile + + E8A30BF028534B03003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionFindNewProtocol.h + sourceTree + <group> + + E8A30BF128534B17003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+FindNew.h + sourceTree + <group> + + E8A30BF228534B17003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+FindNew.m + sourceTree + <group> + + E8A30BF328534B17003B4873 + + fileRef + E8A30BF228534B17003B4873 + isa + PBXBuildFile + + E8A30BF428534B35003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + FindNewUserInfoModel.h + sourceTree + <group> + + E8A30BF528534B35003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + FindNewUserInfoModel.m + sourceTree + <group> + + E8A30BF628534B35003B4873 + + fileRef + E8A30BF528534B35003B4873 + isa + PBXBuildFile + + E8A30BF728534E48003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionFindNewEmptyTableViewCell.h + sourceTree + <group> + + E8A30BF828534E48003B4873 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionFindNewEmptyTableViewCell.m + sourceTree + <group> + + E8A30BF928534E48003B4873 + + fileRef + E8A30BF828534E48003B4873 + isa + PBXBuildFile + + E8A3538328FD67320014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GiftLuckyBroadcastModel.h + sourceTree + <group> + + E8A3538428FD67320014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GiftLuckyBroadcastModel.m + sourceTree + <group> + + E8A3538528FD67320014A784 + + fileRef + E8A3538428FD67320014A784 + isa + PBXBuildFile + + E8A3538628FE5C5B0014A784 + + children + + E8A3538728FE5C9B0014A784 + E8A3538B28FE5CC80014A784 + E8A3538A28FE5CB90014A784 + E8A3538928FE5CB00014A784 + E8A3538828FE5CA70014A784 + + isa + PBXGroup + path + WishGift + sourceTree + <group> + + E8A3538728FE5C9B0014A784 + + children + + E8A3538F28FE5F0F0014A784 + E8A3539028FE5F0F0014A784 + E8A3539228FE605F0014A784 + E8A3539328FE605F0014A784 + E89DCF5B2900E5EE001647EC + E89DCF5C2900E5EE001647EC + E823E38C290BE8BD00EADD86 + E823E38D290BE8BD00EADD86 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E8A3538828FE5CA70014A784 + + children + + E8A3539828FE7C4F0014A784 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E8A3538928FE5CB00014A784 + + children + + E8A3539528FE7C250014A784 + E8A3539628FE7C250014A784 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E8A3538A28FE5CB90014A784 + + children + + E8A3539D28FE84470014A784 + E8A3539C28FE84400014A784 + E8A3539928FE840A0014A784 + E8A3539A28FE840A0014A784 + E8A353A128FE90F60014A784 + E8A353A228FE90F60014A784 + E8A3540228FEB7100014A784 + E8A3540328FEB7100014A784 + E8A3540528FEBD460014A784 + E8A3540628FEBD460014A784 + + isa + PBXGroup + path + View + sourceTree + <group> + + E8A3538B28FE5CC80014A784 + + children + + E8A3538C28FE5CED0014A784 + E8A3538D28FE5CED0014A784 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E8A3538C28FE5CED0014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+WishGift.h + sourceTree + <group> + + E8A3538D28FE5CED0014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+WishGift.m + sourceTree + <group> + + E8A3538E28FE5CED0014A784 + + fileRef + E8A3538D28FE5CED0014A784 + isa + PBXBuildFile + + E8A3538F28FE5F0F0014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WishGiftInfoModel.h + sourceTree + <group> + + E8A3539028FE5F0F0014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WishGiftInfoModel.m + sourceTree + <group> + + E8A3539128FE5F0F0014A784 + + fileRef + E8A3539028FE5F0F0014A784 + isa + PBXBuildFile + + E8A3539228FE605F0014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WishGiftUserModel.h + sourceTree + <group> + + E8A3539328FE605F0014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WishGiftUserModel.m + sourceTree + <group> + + E8A3539428FE605F0014A784 + + fileRef + E8A3539328FE605F0014A784 + isa + PBXBuildFile + + E8A3539528FE7C250014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWishGiftPresenter.h + sourceTree + <group> + + E8A3539628FE7C250014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWishGiftPresenter.m + sourceTree + <group> + + E8A3539728FE7C250014A784 + + fileRef + E8A3539628FE7C250014A784 + isa + PBXBuildFile + + E8A3539828FE7C4F0014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWishGiftProtocol.h + sourceTree + <group> + + E8A3539928FE840A0014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWishGiftViewController.h + sourceTree + <group> + + E8A3539A28FE840A0014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWishGiftViewController.m + sourceTree + <group> + + E8A3539B28FE840A0014A784 + + fileRef + E8A3539A28FE840A0014A784 + isa + PBXBuildFile + + E8A3539C28FE84400014A784 + + children + + E8A3539E28FE84670014A784 + E8A3539F28FE84670014A784 + E8A3540828FEC0510014A784 + E8A3540928FEC0510014A784 + E89DCF5828FFF1AD001647EC + E89DCF5928FFF1AD001647EC + E89DCF5E2900F4FB001647EC + E89DCF5F2900F4FB001647EC + + isa + PBXGroup + path + View + sourceTree + <group> + + E8A3539D28FE84470014A784 + + children + + E8A353FF28FEAC5E0014A784 + E8A3540028FEAC5E0014A784 + E89DCF5228FFEC67001647EC + E89DCF5328FFEC67001647EC + E89DCF5528FFF076001647EC + E89DCF5628FFF076001647EC + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E8A3539E28FE84670014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWishGiftInfoView.h + sourceTree + <group> + + E8A3539F28FE84670014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWishGiftInfoView.m + sourceTree + <group> + + E8A353A028FE84670014A784 + + fileRef + E8A3539F28FE84670014A784 + isa + PBXBuildFile + + E8A353A128FE90F60014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWishGiftCreateViewController.h + sourceTree + <group> + + E8A353A228FE90F60014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWishGiftCreateViewController.m + sourceTree + <group> + + E8A353A328FE90F60014A784 + + fileRef + E8A353A228FE90F60014A784 + isa + PBXBuildFile + + E8A353FF28FEAC5E0014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWishGiftTableViewCell.h + sourceTree + <group> + + E8A3540028FEAC5E0014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWishGiftTableViewCell.m + sourceTree + <group> + + E8A3540128FEAC5E0014A784 + + fileRef + E8A3540028FEAC5E0014A784 + isa + PBXBuildFile + + E8A3540228FEB7100014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWishGiftHistoryViewController.h + sourceTree + <group> + + E8A3540328FEB7100014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWishGiftHistoryViewController.m + sourceTree + <group> + + E8A3540428FEB7100014A784 + + fileRef + E8A3540328FEB7100014A784 + isa + PBXBuildFile + + E8A3540528FEBD460014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWishGiftCreateItemViewController.h + sourceTree + <group> + + E8A3540628FEBD460014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWishGiftCreateItemViewController.m + sourceTree + <group> + + E8A3540728FEBD460014A784 + + fileRef + E8A3540628FEBD460014A784 + isa + PBXBuildFile + + E8A3540828FEC0510014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPWishGiftListView.h + sourceTree + <group> + + E8A3540928FEC0510014A784 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPWishGiftListView.m + sourceTree + <group> + + E8A3540A28FEC0510014A784 + + fileRef + E8A3540928FEC0510014A784 + isa + PBXBuildFile + + E8A72BBA2A3AFB2F00B2EC07 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PrefixHeader.pch + sourceTree + <group> + + E8A73F8528586A6F00FD9CBC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftWeekStarCollectionViewCell.h + sourceTree + <group> + + E8A73F8628586A6F00FD9CBC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftWeekStarCollectionViewCell.m + sourceTree + <group> + + E8A73F8728586A6F00FD9CBC + + fileRef + E8A73F8628586A6F00FD9CBC + isa + PBXBuildFile + + E8A88D2527E8193400CA8837 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKSelectUserView.h + sourceTree + <group> + + E8A88D2627E8193400CA8837 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKSelectUserView.m + sourceTree + <group> + + E8A88D2727E8193400CA8837 + + fileRef + E8A88D2627E8193400CA8837 + isa + PBXBuildFile + + E8A88D2827E81C8600CA8837 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomPKUserCollectionViewCell.h + sourceTree + <group> + + E8A88D2927E81C8600CA8837 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomPKUserCollectionViewCell.m + sourceTree + <group> + + E8A88D2A27E81C8600CA8837 + + fileRef + E8A88D2927E81C8600CA8837 + isa + PBXBuildFile + + E8A88D2B27E81E8700CA8837 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomPKChooseUserModel.h + sourceTree + <group> + + E8A88D2C27E81E8700CA8837 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomPKChooseUserModel.m + sourceTree + <group> + + E8A88D2D27E81E8700CA8837 + + fileRef + E8A88D2C27E81E8700CA8837 + isa + PBXBuildFile + + E8A88D2E27E85EEA00CA8837 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomPKInfoModel.h + sourceTree + <group> + + E8A88D2F27E85EEA00CA8837 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomPKInfoModel.m + sourceTree + <group> + + E8A88D3027E85EEA00CA8837 + + fileRef + E8A88D2F27E85EEA00CA8837 + isa + PBXBuildFile + + E8AA6EED27DF1E6B009B4C2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTopicViewController.h + sourceTree + <group> + + E8AA6EEE27DF1E6B009B4C2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomTopicViewController.m + sourceTree + <group> + + E8AA6EEF27DF1E6B009B4C2B + + fileRef + E8AA6EEE27DF1E6B009B4C2B + isa + PBXBuildFile + + E8AA6EF027DF1E97009B4C2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTopicPresenter.h + sourceTree + <group> + + E8AA6EF127DF1E97009B4C2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomTopicPresenter.m + sourceTree + <group> + + E8AA6EF227DF1E97009B4C2B + + fileRef + E8AA6EF127DF1E97009B4C2B + isa + PBXBuildFile + + E8AA6EF327DF1EB6009B4C2B + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTopicProtocol.h + sourceTree + <group> + + E8AB630B28ADD8C60023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentTopicContainerViewController.h + sourceTree + <group> + + E8AB630C28ADD8C60023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentTopicContainerViewController.m + sourceTree + <group> + + E8AB630D28ADD8C60023B0D2 + + fileRef + E8AB630C28ADD8C60023B0D2 + isa + PBXBuildFile + + E8AB630E28ADD92D0023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsTopicRecommondViewController.h + sourceTree + <group> + + E8AB630F28ADD92D0023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsTopicRecommondViewController.m + sourceTree + <group> + + E8AB631028ADD92D0023B0D2 + + fileRef + E8AB630F28ADD92D0023B0D2 + isa + PBXBuildFile + + E8AB631128ADDCF20023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsTopicHeaderView.h + sourceTree + <group> + + E8AB631228ADDCF20023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsTopicHeaderView.m + sourceTree + <group> + + E8AB631328ADDCF20023B0D2 + + fileRef + E8AB631228ADDCF20023B0D2 + isa + PBXBuildFile + + E8AB631428ADE2D20023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsTopicLatestViewController.h + sourceTree + <group> + + E8AB631528ADE2D20023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsTopicLatestViewController.m + sourceTree + <group> + + E8AB631628ADE2D20023B0D2 + + fileRef + E8AB631528ADE2D20023B0D2 + isa + PBXBuildFile + + E8AB631728ADE2F40023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsTopicRecommendPresenter.h + sourceTree + <group> + + E8AB631828ADE2F40023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsTopicRecommendPresenter.m + sourceTree + <group> + + E8AB631928ADE2F40023B0D2 + + fileRef + E8AB631828ADE2F40023B0D2 + isa + PBXBuildFile + + E8AB631A28ADE30E0023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsTopicLatestPresenter.h + sourceTree + <group> + + E8AB631B28ADE30E0023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsTopicLatestPresenter.m + sourceTree + <group> + + E8AB631C28ADE30E0023B0D2 + + fileRef + E8AB631B28ADE30E0023B0D2 + isa + PBXBuildFile + + E8AB632028ADE5720023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsTopicRecommendProtocol.h + sourceTree + <group> + + E8AB632128ADE5880023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsTopicLatestProtocol.h + sourceTree + <group> + + E8AB632228AE10310023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsTopicListViewController.h + sourceTree + <group> + + E8AB632328AE10310023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsTopicListViewController.m + sourceTree + <group> + + E8AB632428AE10310023B0D2 + + fileRef + E8AB632328AE10310023B0D2 + isa + PBXBuildFile + + E8AB632528AE13210023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsTopicListPresenter.h + sourceTree + <group> + + E8AB632628AE13210023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsTopicListPresenter.m + sourceTree + <group> + + E8AB632728AE13210023B0D2 + + fileRef + E8AB632628AE13210023B0D2 + isa + PBXBuildFile + + E8AB632928AE15070023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsTopicListProtocol.h + sourceTree + <group> + + E8AB632A28AE19600023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsMineViewController.h + sourceTree + <group> + + E8AB632B28AE19600023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsMineViewController.m + sourceTree + <group> + + E8AB632C28AE19600023B0D2 + + fileRef + E8AB632B28AE19600023B0D2 + isa + PBXBuildFile + + E8AB632D28AE19DE0023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentMinePresenter.h + sourceTree + <group> + + E8AB632E28AE19DE0023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentMinePresenter.m + sourceTree + <group> + + E8AB632F28AE19DE0023B0D2 + + fileRef + E8AB632E28AE19DE0023B0D2 + isa + PBXBuildFile + + E8AB633028AE19FA0023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsMineProtocol.h + sourceTree + <group> + + E8AB633128AE51470023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSailingPrizeView.h + sourceTree + <group> + + E8AB633228AE51470023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSailingPrizeView.m + sourceTree + <group> + + E8AB633328AE51470023B0D2 + + fileRef + E8AB633228AE51470023B0D2 + isa + PBXBuildFile + + E8AB633428AE54A40023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSailingPrizeCollectionViewCell.h + sourceTree + <group> + + E8AB633528AE54A40023B0D2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSailingPrizeCollectionViewCell.m + sourceTree + <group> + + E8AB633628AE54A40023B0D2 + + fileRef + E8AB633528AE54A40023B0D2 + isa + PBXBuildFile + + E8AC720A26F435AF007D6E91 + + children + + E8AC720E26F43955007D6E91 + E8AC720F26F43955007D6E91 + 1808072E27315E8E001FD836 + 1808072F27315E8E001FD836 + 18A61BD5274F7F6900A09A54 + 18A61BD6274F7F6900A09A54 + + isa + PBXGroup + path + UIImageView + sourceTree + <group> + + E8AC720E26F43955007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIImageConstant.h + sourceTree + <group> + + E8AC720F26F43955007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIImageConstant.m + sourceTree + <group> + + E8AC721026F43955007D6E91 + + fileRef + E8AC720F26F43955007D6E91 + isa + PBXBuildFile + + E8AC721126F46ADD007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineSettingViewController.h + sourceTree + <group> + + E8AC721226F46ADD007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineSettingViewController.m + sourceTree + <group> + + E8AC721326F46ADD007D6E91 + + fileRef + E8AC721226F46ADD007D6E91 + isa + PBXBuildFile + + E8AC721426F46B06007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineSettingTableViewCell.h + sourceTree + <group> + + E8AC721526F46B06007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineSettingTableViewCell.m + sourceTree + <group> + + E8AC721626F46B06007D6E91 + + fileRef + E8AC721526F46B06007D6E91 + isa + PBXBuildFile + + E8AC721726F46E0B007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineSettingItemModel.h + sourceTree + <group> + + E8AC721826F46E0B007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineSettingItemModel.m + sourceTree + <group> + + E8AC721926F46E0B007D6E91 + + fileRef + E8AC721826F46E0B007D6E91 + isa + PBXBuildFile + + E8AC721A26F4720B007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineSettingPresent.h + sourceTree + <group> + + E8AC721B26F4720B007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineSettingPresent.m + sourceTree + <group> + + E8AC721C26F4720B007D6E91 + + fileRef + E8AC721B26F4720B007D6E91 + isa + PBXBuildFile + + E8AC721D26F4723D007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineSettingProtocol.h + sourceTree + <group> + + E8AC721E26F472BF007D6E91 + + fileRef + E8AC721D26F4723D007D6E91 + isa + PBXBuildFile + + E8AC721F26F47E23007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineAboutUsViewController.h + sourceTree + <group> + + E8AC722026F47E23007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineAboutUsViewController.m + sourceTree + <group> + + E8AC722126F47E23007D6E91 + + fileRef + E8AC722026F47E23007D6E91 + isa + PBXBuildFile + + E8AC722226F47E5E007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFeedbackViewController.h + sourceTree + <group> + + E8AC722326F47E5E007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFeedbackViewController.m + sourceTree + <group> + + E8AC722426F47E5E007D6E91 + + fileRef + E8AC722326F47E5E007D6E91 + isa + PBXBuildFile + + E8AC722526F482A4007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFeedbackPresenter.h + sourceTree + <group> + + E8AC722626F482A4007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineFeedbackPresenter.m + sourceTree + <group> + + E8AC722726F482A4007D6E91 + + fileRef + E8AC722626F482A4007D6E91 + isa + PBXBuildFile + + E8AC722826F48889007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineFeedbackProtocol.h + sourceTree + <group> + + E8AC722926F488DA007D6E91 + + fileRef + E8AC722826F48889007D6E91 + isa + PBXBuildFile + + E8AC722A26F49580007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineNotificaViewController.h + sourceTree + <group> + + E8AC722B26F49580007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineNotificaViewController.m + sourceTree + <group> + + E8AC722C26F49580007D6E91 + + fileRef + E8AC722B26F49580007D6E91 + isa + PBXBuildFile + + E8AC722D26F49610007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineNotificationItemModel.h + sourceTree + <group> + + E8AC722E26F49610007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineNotificationItemModel.m + sourceTree + <group> + + E8AC722F26F49610007D6E91 + + fileRef + E8AC722E26F49610007D6E91 + isa + PBXBuildFile + + E8AC723026F49710007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineNotificationTableViewCell.h + sourceTree + <group> + + E8AC723126F49710007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineNotificationTableViewCell.m + sourceTree + <group> + + E8AC723226F49710007D6E91 + + fileRef + E8AC723126F49710007D6E91 + isa + PBXBuildFile + + E8AC723326F49939007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineNotificaPresenter.h + sourceTree + <group> + + E8AC723426F49939007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineNotificaPresenter.m + sourceTree + <group> + + E8AC723526F49939007D6E91 + + fileRef + E8AC723426F49939007D6E91 + isa + PBXBuildFile + + E8AC723626F49957007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineNotificaProtocol.h + sourceTree + <group> + + E8AC723726F49982007D6E91 + + fileRef + E8AC723626F49957007D6E91 + isa + PBXBuildFile + + E8AC723826F49AAE007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineNotifyStatus.h + sourceTree + <group> + + E8AC723926F49AAE007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineNotifyStatus.m + sourceTree + <group> + + E8AC723A26F49AAE007D6E91 + + fileRef + E8AC723926F49AAE007D6E91 + isa + PBXBuildFile + + E8AC723B26F4B6AA007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPLoginBindPhoneResultViewController.h + sourceTree + <group> + + E8AC723C26F4B6AA007D6E91 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPLoginBindPhoneResultViewController.m + sourceTree + <group> + + E8AC723D26F4B6AA007D6E91 + + fileRef + E8AC723C26F4B6AA007D6E91 + isa + PBXBuildFile + + E8AE427127153A3500BEEBB2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomActivityContainerView.h + sourceTree + <group> + + E8AE427227153A3500BEEBB2 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomActivityContainerView.m + sourceTree + <group> + + E8AE427327153A3500BEEBB2 + + fileRef + E8AE427227153A3500BEEBB2 + isa + PBXBuildFile + + E8AEAED3271412D00017FCE0 + + children + + 54E82E9B2CA684A600C931D9 + E804875F2717DD70008595F2 + E80487602717DD89008595F2 + E8AEAED8271413530017FCE0 + E80487612717DD92008595F2 + E80487622717DDAE008595F2 + 4C5527BD2D1C099500833FFD + 4C5527BE2D1C099500833FFD + + isa + PBXGroup + path + YMRoom + sourceTree + <group> + + E8AEAED4271412EC0017FCE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomViewController.h + sourceTree + <group> + + E8AEAED5271412EC0017FCE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomViewController.m + sourceTree + <group> + + E8AEAED6271412EC0017FCE0 + + fileRef + E8AEAED5271412EC0017FCE0 + isa + PBXBuildFile + + E8AEAED8271413530017FCE0 + + children + + 4CB753CF2D30F08E00B13DF5 + 4CB753CE2D2FE80100B13DF5 + 547080D82CD0EE7A009879E5 + 239D0F932BFB3284002977CE + E880B396278BD3D800A83B0D + E8AEAEE527141ACC0017FCE0 + 9B7D904A287BC4FC0033A45E + 9B1B72A228002F76003FACE9 + 9B7B605827BB52FD0070BB72 + E838D99D275E1B6C0079E0B5 + E81C1B1327705EF00020D1E4 + E8E859E628264F0000EE4857 + E8AEAEE727141ACC0017FCE0 + 2331C1822A60F32D00E1D940 + 9B208A372779C1EF00F9E54A + E84150B027747A7400A7F548 + 23FF25712ABD66B90064E904 + 236B2E202AA07D06003967A8 + E8AEAEE927141ACC0017FCE0 + E8AEAEE627141ACC0017FCE0 + 186F8B472733F2AE007A17BC + E8DEC9962764A51F0078CB70 + 9B9BBF80288FBF93004E2E74 + E87AE8C2284E1A6B00CAFBB3 + 237B94AB2A984DA7007853E3 + 9B2F72CD28E45A1C0000E4FA + 9BC5C915277C809E007C8719 + 1845C6412790320E00016EAC + 180806F827298F9B001FD836 + E8AEAEE827141ACC0017FCE0 + 181D7F222727DB1E00B7C059 + E801273827E322D700BAC3F2 + 9B6E8570281AAD260041A321 + E8751E5128A629EB0056EF44 + E8788931273A53B000BF1D57 + 9BA812D328BF52A500783EA7 + E8412F9A2779BAC2006E1101 + 2305EEE62AD677D300AD403C + 238B37222AC55A2C00BFC9D5 + E8AEAEEA27141ACC0017FCE0 + 9BFE0D8F289903F600F53C24 + 180806F92729A354001FD836 + 180806FA2729A354001FD836 + E82325EA274E2D52003A3332 + E8A3538628FE5C5B0014A784 + 239D0FC82C045F92002977CE + E866B6E32759F96F009B002A + E866B6E42759F96F009B002A + E816C11327608A7500C84014 + E816C11427608A7500C84014 + E8AEAED4271412EC0017FCE0 + E8AEAED5271412EC0017FCE0 + 5458319B2C2AE09300364026 + 5458319C2C2AE09300364026 + 4C7989F02D195293006AE07B + + isa + PBXGroup + path + View + sourceTree + <group> + + E8AEAEE527141ACC0017FCE0 + + children + + E8AE427127153A3500BEEBB2 + E8AE427227153A3500BEEBB2 + 23C9DFC12B84807A00B51558 + 23C9DFC22B84807A00B51558 + 23C9DFC42B84903500B51558 + 23C9DFC52B84903500B51558 + 23C9DFC72B84917B00B51558 + 23C9DFC82B84917B00B51558 + 235A45182B04A352009753F5 + 235A45192B04A352009753F5 + 235A451B2B04A452009753F5 + 235A451C2B04A452009753F5 + + isa + PBXGroup + path + ActivityContainerView + sourceTree + <group> + + E8AEAEE627141ACC0017FCE0 + + children + + E84B0E47272801F6008818C6 + E84B0E432727EF2C008818C6 + E84B0E3C2727EDD4008818C6 + 235714962BEDF54E004C81D6 + 235714972BEDF54E004C81D6 + E8AEAEF127141C7C0017FCE0 + E8AEAEF227141C7C0017FCE0 + + isa + PBXGroup + path + MessageContainerView + sourceTree + <group> + + E8AEAEE727141ACC0017FCE0 + + children + + 239D0F9F2BFCB88C002977CE + 239D0FA52BFCB88D002977CE + 239D0FA72BFCB88D002977CE + 239D0F9C2BFCB88C002977CE + 239D0FA02BFCB88D002977CE + 239D0FA12BFCB88D002977CE + 239D0F9D2BFCB88C002977CE + 239D0FA22BFCB88D002977CE + 239D0F9E2BFCB88C002977CE + 239D0FA32BFCB88D002977CE + 239D0FA62BFCB88D002977CE + 239D0FA42BFCB88D002977CE + + isa + PBXGroup + path + BaseUIContainerView + sourceTree + <group> + + E8AEAEE827141ACC0017FCE0 + + children + + E8AEAEF727141CA30017FCE0 + E8AEAEF827141CA30017FCE0 + + isa + PBXGroup + path + RoomHeaderView + sourceTree + <group> + + E8AEAEE927141ACC0017FCE0 + + children + + E89D60B7271D6417001F8895 + E8EE827B272B9A2300A17217 + E8EE827C272B9A2300A17217 + E8AEAEEE27141C430017FCE0 + E8AEAEEF27141C430017FCE0 + 2320F6372BDF732C00227EEB + 2320F6382BDF732C00227EEB + 2320F63D2BDF8B3000227EEB + 2320F63E2BDF8B3000227EEB + 2320F63A2BDF738E00227EEB + 2320F63B2BDF738E00227EEB + 2320F6402BE0F53F00227EEB + 2320F6412BE0F53F00227EEB + 544A36332C94160F00CA7858 + 544A36342C94160F00CA7858 + + isa + PBXGroup + path + MenuContainerView + sourceTree + <group> + + E8AEAEEA27141ACC0017FCE0 + + children + + E874B88527215CFF003954B9 + E8680707271959090024F48F + 181D7F192726CE2A00B7C059 + 181D7F1A2726CE2A00B7C059 + 181D7F1F2727D9DB00B7C059 + 181D7F202727D9DB00B7C059 + 5458319E2C2AEFAF00364026 + 5458319F2C2AEFAF00364026 + 545831A12C2AF01100364026 + 545831A22C2AF01100364026 + E877A7E92783E24700EFACED + E877A7EA2783E24700EFACED + 9B0086C427BA392B0032BD2B + 9B0086C527BA392B0032BD2B + 9B2EA7BE2804037700ED17BF + 9B2EA7BF2804037700ED17BF + 236B2E4F2AA08756003967A8 + 236B2E512AA08756003967A8 + 236B2E522AA08757003967A8 + 236B2E502AA08756003967A8 + 4CEB9EAE2D0AF4FE00443480 + 4CEB9EAF2D0AF4FE00443480 + 4CEB9EB12D0AFCE200443480 + 4CEB9EB22D0AFCE200443480 + + isa + PBXGroup + path + StageView + sourceTree + <group> + + E8AEAEEE27141C430017FCE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMenuContainerView.h + sourceTree + <group> + + E8AEAEEF27141C430017FCE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMenuContainerView.m + sourceTree + <group> + + E8AEAEF027141C430017FCE0 + + fileRef + E8AEAEEF27141C430017FCE0 + isa + PBXBuildFile + + E8AEAEF127141C7C0017FCE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMessageContainerView.h + sourceTree + <group> + + E8AEAEF227141C7C0017FCE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMessageContainerView.m + sourceTree + <group> + + E8AEAEF327141C7C0017FCE0 + + fileRef + E8AEAEF227141C7C0017FCE0 + isa + PBXBuildFile + + E8AEAEF727141CA30017FCE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomHeaderView.h + sourceTree + <group> + + E8AEAEF827141CA30017FCE0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomHeaderView.m + sourceTree + <group> + + E8AEAEF927141CA30017FCE0 + + fileRef + E8AEAEF827141CA30017FCE0 + isa + PBXBuildFile + + E8AFF7E1298CA1E500FBDE32 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionSayHelloCountModel.h + sourceTree + <group> + + E8AFF7E2298CA1E500FBDE32 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionSayHelloCountModel.m + sourceTree + <group> + + E8AFF7E3298CA1E500FBDE32 + + fileRef + E8AFF7E2298CA1E500FBDE32 + isa + PBXBuildFile + + E8B3E8022848B828009746AB + + children + + 18E7B1AE26E8AD760064BC9B + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E8B3E8032848B838009746AB + + children + + 18E7B1B026E8AF980064BC9B + 18E7B1B126E8AF980064BC9B + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E8B3E8042848B842009746AB + + children + + 9BA3B40C293DD2E00071DF1C + 9BFB101C2897CC3300B3985E + 9BE01AF42893E7E000B50299 + 189DD53226DE255300AB55B1 + 189DD53326DE255300AB55B1 + 142721B029A7647F00C7C423 + 142721B129A7647F00C7C423 + 140A7F50299CC69000841594 + 140A7F51299CC69000841594 + + isa + PBXGroup + path + View + sourceTree + <group> + + E8B3E8052848B849009746AB + + children + + 18E7B1B526E8B2D10064BC9B + 18E7B1B626E8B2D10064BC9B + + isa + PBXGroup + path + Api + sourceTree + <group> + + E8B3E8062848B84F009746AB + + children + + E836456A2A40A33300E0DBE4 + E83645692A40A33300E0DBE4 + E8B3E8072848B871009746AB + E8B3E8082848B871009746AB + E8B3E80A2848BA40009746AB + E8B3E80B2848BA40009746AB + 9BE01AEE2893E31700B50299 + 9BE01AEF2893E31700B50299 + 9BFB10202897D68400B3985E + 9BFB10212897D68400B3985E + 9BA3B409293DCDFD0071DF1C + 9BA3B40A293DCDFD0071DF1C + + isa + PBXGroup + path + Model + sourceTree + <group> + + E8B3E8072848B871009746AB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + InviteUserInfoModel.h + sourceTree + <group> + + E8B3E8082848B871009746AB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + InviteUserInfoModel.m + sourceTree + <group> + + E8B3E8092848B871009746AB + + fileRef + E8B3E8082848B871009746AB + isa + PBXBuildFile + + E8B3E80A2848BA40009746AB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NewUserGreetModel.h + sourceTree + <group> + + E8B3E80B2848BA40009746AB + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NewUserGreetModel.m + sourceTree + <group> + + E8B3E80C2848BA40009746AB + + fileRef + E8B3E80B2848BA40009746AB + isa + PBXBuildFile + + E8B825BC26E9E520009E8E9F + + children + + 548E01C72C3F78600071C83D + 548E01C82C3F78600071C83D + E81C27A926EF2D920031E639 + E81C27AA26EF2D920031E639 + E818DD1D2A48974300F163F7 + E818DD1E2A48974300F163F7 + 4C6C92BE2D1172D9000A4693 + 4C6C92BF2D1172D9000A4693 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E8B825C026EA00DF009E8E9F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginVerifCodePresent.h + sourceTree + <group> + + E8B825C126EA00DF009E8E9F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LoginVerifCodePresent.m + sourceTree + <group> + + E8B825C226EA00DF009E8E9F + + fileRef + E8B825C126EA00DF009E8E9F + isa + PBXBuildFile + + E8B825C626EA0995009E8E9F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginVerifCodeProtocol.h + sourceTree + <group> + + E8B825C726EA0D9A009E8E9F + + fileRef + E8B825C626EA0995009E8E9F + isa + PBXBuildFile + + E8B825C826EA1231009E8E9F + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LoginVerifCodeViewController.m + sourceTree + <group> + + E8B825C926EA1231009E8E9F + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginVerifCodeViewController.h + sourceTree + <group> + + E8B825CA26EA1231009E8E9F + + fileRef + E8B825C826EA1231009E8E9F + isa + PBXBuildFile + + E8B825CB26EA18C8009E8E9F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + DJDKMIMOMColor.h + sourceTree + <group> + + E8B825CC26EA18C8009E8E9F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + DJDKMIMOMColor.m + sourceTree + <group> + + E8B825CD26EA18C8009E8E9F + + fileRef + E8B825CC26EA18C8009E8E9F + isa + PBXBuildFile + + E8B846BD26FD827900A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoAlbumViewController.h + sourceTree + <group> + + E8B846BE26FD827900A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoAlbumViewController.m + sourceTree + <group> + + E8B846BF26FD827900A777FE + + fileRef + E8B846BE26FD827900A777FE + isa + PBXBuildFile + + E8B846C026FD82DC00A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoAlbumCollectionViewCell.h + sourceTree + <group> + + E8B846C126FD82DC00A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoAlbumCollectionViewCell.m + sourceTree + <group> + + E8B846C226FD82DC00A777FE + + fileRef + E8B846C126FD82DC00A777FE + isa + PBXBuildFile + + E8B846C326FDB41A00A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfolbumPresenter.h + sourceTree + <group> + + E8B846C426FDB41A00A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfolbumPresenter.m + sourceTree + <group> + + E8B846C526FDB41A00A777FE + + fileRef + E8B846C426FDB41A00A777FE + isa + PBXBuildFile + + E8B846C626FDB44100A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoAlbumProtocol.h + sourceTree + <group> + + E8B846C726FDB45000A777FE + + fileRef + E8B846C626FDB44100A777FE + isa + PBXBuildFile + + E8B846C826FDD79700A777FE + + children + + 1464C5F129A4C18000AF7C94 + 1464C5F229A4C18000AF7C94 + 1464C5F429A4CA8C00AF7C94 + 1464C5F529A4CA8C00AF7C94 + 233423D12AAF0F4F00B1253F + 233423D22AAF0F4F00B1253F + 1464C5F729A4D00000AF7C94 + 1464C5F829A4D00000AF7C94 + 5484E1FB2CA2897B008E8754 + 5484E1FC2CA2897B008E8754 + + isa + PBXGroup + path + Recharge + sourceTree + <group> + + E8B846CC26FDD93D00A777FE + + children + + E8B846CD26FDD96100A777FE + E8B846CE26FDD96100A777FE + E89DA67327009ACD008483C1 + E89DA67427009ACD008483C1 + + isa + PBXGroup + path + Recharge + sourceTree + <group> + + E8B846CD26FDD96100A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineRechageHeadView.h + sourceTree + <group> + + E8B846CE26FDD96100A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineRechageHeadView.m + sourceTree + <group> + + E8B846CF26FDD96100A777FE + + fileRef + E8B846CE26FDD96100A777FE + isa + PBXBuildFile + + E8B846D026FDDBCD00A777FE + + children + + E8B846D126FDDBE600A777FE + E8B846D226FDDBE600A777FE + + isa + PBXGroup + path + Recharge + sourceTree + <group> + + E8B846D126FDDBE600A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineRechargeTableViewCell.h + sourceTree + <group> + + E8B846D226FDDBE600A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineRechargeTableViewCell.m + sourceTree + <group> + + E8B846D326FDDBE600A777FE + + fileRef + E8B846D226FDDBE600A777FE + isa + PBXBuildFile + + E8B846D426FDE01B00A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineRechargePresenter.h + sourceTree + <group> + + E8B846D526FDE01B00A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineRechargePresenter.m + sourceTree + <group> + + E8B846D626FDE01B00A777FE + + fileRef + E8B846D526FDE01B00A777FE + isa + PBXBuildFile + + E8B846D726FDE16300A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineRechargeProtocol.h + sourceTree + <group> + + E8B846D826FDE17300A777FE + + fileRef + E8B846D726FDE16300A777FE + isa + PBXBuildFile + + E8B846D926FDE21900A777FE + + children + + E8B846DA26FDE24300A777FE + E8B846DB26FDE24300A777FE + E89DA67027008D59008483C1 + E89DA67127008D59008483C1 + + isa + PBXGroup + path + Recharge + sourceTree + <group> + + E8B846DA26FDE24300A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RechargeListModel.h + sourceTree + <group> + + E8B846DB26FDE24300A777FE + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RechargeListModel.m + sourceTree + <group> + + E8B846DC26FDE24300A777FE + + fileRef + E8B846DB26FDE24300A777FE + isa + PBXBuildFile + + E8B9842B28AB77F10022D026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentsPublishTopicView.h + sourceTree + <group> + + E8B9842C28AB77F10022D026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentsPublishTopicView.m + sourceTree + <group> + + E8B9842D28AB77F10022D026 + + fileRef + E8B9842C28AB77F10022D026 + isa + PBXBuildFile + + E8B9842E28AB90200022D026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMoentsTopicListView.h + sourceTree + <group> + + E8B9842F28AB90200022D026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMoentsTopicListView.m + sourceTree + <group> + + E8B9843028AB90200022D026 + + fileRef + E8B9842F28AB90200022D026 + isa + PBXBuildFile + + E8B9843128ABA2FF0022D026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MonentsPicResInfo.h + sourceTree + <group> + + E8B9843228ABA2FF0022D026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MonentsPicResInfo.m + sourceTree + <group> + + E8B9843328ABA2FF0022D026 + + fileRef + E8B9843228ABA2FF0022D026 + isa + PBXBuildFile + + E8B9843428ABA8B40022D026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMonentPublishSuccessView.h + sourceTree + <group> + + E8B9843528ABA8B40022D026 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMonentPublishSuccessView.m + sourceTree + <group> + + E8B9843628ABA8B40022D026 + + fileRef + E8B9843528ABA8B40022D026 + isa + PBXBuildFile + + E8BD0F8628A9E9E400DE050D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomSailingPrizeModel.h + sourceTree + <group> + + E8BD0F8728A9E9E400DE050D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomSailingPrizeModel.m + sourceTree + <group> + + E8BD0F8828A9E9E400DE050D + + fileRef + E8BD0F8728A9E9E400DE050D + isa + PBXBuildFile + + E8BD0F8928A9EB0A00DE050D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomSailingPrizeListModel.h + sourceTree + <group> + + E8BD0F8A28A9EB0A00DE050D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomSailingPrizeListModel.m + sourceTree + <group> + + E8BD0F8B28A9EB0A00DE050D + + fileRef + E8BD0F8A28A9EB0A00DE050D + isa + PBXBuildFile + + E8C1CD5F27D88E4900376F83 + + children + + E8C1CD6E27D894B800376F83 + E8C1CD6F27D894B800376F83 + E8C1CD7827D8B29E00376F83 + E8C1CD7927D8B29E00376F83 + E87C0A9E27D9DE6400CB2241 + E87C0A9F27D9DE6400CB2241 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E8C1CD6127D88E6A00376F83 + + children + + E8C1CD6727D8933A00376F83 + E8C1CD6427D88EF800376F83 + E8C1CD6527D88EF800376F83 + + isa + PBXGroup + path + View + sourceTree + <group> + + E8C1CD6227D88E7900376F83 + + children + + E8C1CD7127D8A16500376F83 + E8C1CD7227D8A16500376F83 + E8C1CD7427D8AE3D00376F83 + E8C1CD7527D8AE3D00376F83 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E8C1CD6327D88EA300376F83 + + children + + E8C1CD7727D8AE5600376F83 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E8C1CD6427D88EF800376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomFaceViewController.h + sourceTree + <group> + + E8C1CD6527D88EF800376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomFaceViewController.m + sourceTree + <group> + + E8C1CD6627D88EF800376F83 + + fileRef + E8C1CD6527D88EF800376F83 + isa + PBXBuildFile + + E8C1CD6727D8933A00376F83 + + children + + E8C1CD6827D8937800376F83 + E8C1CD6927D8937800376F83 + E8C1CD6B27D8938C00376F83 + E8C1CD6C27D8938C00376F83 + E87C0A9B27D9986700CB2241 + E87C0A9C27D9986700CB2241 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E8C1CD6827D8937800376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomFaceCollectionViewCell.h + sourceTree + <group> + + E8C1CD6927D8937800376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomFaceCollectionViewCell.m + sourceTree + <group> + + E8C1CD6A27D8937800376F83 + + fileRef + E8C1CD6927D8937800376F83 + isa + PBXBuildFile + + E8C1CD6B27D8938C00376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomFaceTitleCollectionViewCell.h + sourceTree + <group> + + E8C1CD6C27D8938C00376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomFaceTitleCollectionViewCell.m + sourceTree + <group> + + E8C1CD6D27D8938C00376F83 + + fileRef + E8C1CD6C27D8938C00376F83 + isa + PBXBuildFile + + E8C1CD6E27D894B800376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomFaceTitleItemModel.h + sourceTree + <group> + + E8C1CD6F27D894B800376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomFaceTitleItemModel.m + sourceTree + <group> + + E8C1CD7027D894B800376F83 + + fileRef + E8C1CD6F27D894B800376F83 + isa + PBXBuildFile + + E8C1CD7127D8A16500376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomFaceTool.h + sourceTree + <group> + + E8C1CD7227D8A16500376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomFaceTool.m + sourceTree + <group> + + E8C1CD7327D8A16500376F83 + + fileRef + E8C1CD7227D8A16500376F83 + isa + PBXBuildFile + + E8C1CD7427D8AE3D00376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomFacePresenter.h + sourceTree + <group> + + E8C1CD7527D8AE3D00376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomFacePresenter.m + sourceTree + <group> + + E8C1CD7627D8AE3D00376F83 + + fileRef + E8C1CD7527D8AE3D00376F83 + isa + PBXBuildFile + + E8C1CD7727D8AE5600376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomFaceProtocol.h + sourceTree + <group> + + E8C1CD7827D8B29E00376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RoomFaceInfoModel.h + sourceTree + <group> + + E8C1CD7927D8B29E00376F83 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RoomFaceInfoModel.m + sourceTree + <group> + + E8C1CD7A27D8B29E00376F83 + + fileRef + E8C1CD7927D8B29E00376F83 + isa + PBXBuildFile + + E8C214FF274B76F60079E6BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomAnimationHitView.h + sourceTree + <group> + + E8C21500274B76F60079E6BF + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomAnimationHitView.m + sourceTree + <group> + + E8C21501274B76F60079E6BF + + fileRef + E8C21500274B76F60079E6BF + isa + PBXBuildFile + + E8C6FFC827548120004DC9F0 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+Home.m + sourceTree + <group> + + E8C6FFC927548120004DC9F0 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+Home.h + sourceTree + <group> + + E8C6FFCC27548120004DC9F0 + + fileRef + E8C6FFC827548120004DC9F0 + isa + PBXBuildFile + + E8C6FFDE2754EEF9004DC9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeSearchViewController.h + sourceTree + <group> + + E8C6FFDF2754EEF9004DC9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeSearchViewController.m + sourceTree + <group> + + E8C6FFE02754EEF9004DC9F0 + + fileRef + E8C6FFDF2754EEF9004DC9F0 + isa + PBXBuildFile + + E8C6FFE42754FE53004DC9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeSearchPresenter.h + sourceTree + <group> + + E8C6FFE52754FE53004DC9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPHomeSearchPresenter.m + sourceTree + <group> + + E8C6FFE62754FE53004DC9F0 + + fileRef + E8C6FFE52754FE53004DC9F0 + isa + PBXBuildFile + + E8C6FFE72754FE66004DC9F0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPHomeSearchProtocol.h + sourceTree + <group> + + E8CEA03B26EA3DE500644B44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginPasswordPresent.h + sourceTree + <group> + + E8CEA03C26EA3DE500644B44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LoginPasswordPresent.m + sourceTree + <group> + + E8CEA03D26EA3DE500644B44 + + fileRef + E8CEA03C26EA3DE500644B44 + isa + PBXBuildFile + + E8CEA03E26EA3E0200644B44 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LoginPasswordProtocol.h + sourceTree + <group> + + E8D34D4528080295009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserDataViewController.h + sourceTree + <group> + + E8D34D4628080295009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserDataViewController.m + sourceTree + <group> + + E8D34D4728080295009C4835 + + fileRef + E8D34D4628080295009C4835 + isa + PBXBuildFile + + E8D34D4B28080351009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineDataClanTableViewCell.h + sourceTree + <group> + + E8D34D4C28080351009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineDataClanTableViewCell.m + sourceTree + <group> + + E8D34D4D28080351009C4835 + + fileRef + E8D34D4C28080351009C4835 + isa + PBXBuildFile + + E8D34D4E28080362009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineDataGiftTableViewCell.h + sourceTree + <group> + + E8D34D4F28080362009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineDataGiftTableViewCell.m + sourceTree + <group> + + E8D34D5028080362009C4835 + + fileRef + E8D34D4F28080362009C4835 + isa + PBXBuildFile + + E8D34D5428080393009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineDataGiftCollectionViewCell.h + sourceTree + <group> + + E8D34D5528080393009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineDataGiftCollectionViewCell.m + sourceTree + <group> + + E8D34D5628080393009C4835 + + fileRef + E8D34D5528080393009C4835 + isa + PBXBuildFile + + E8D34D57280821F3009C4835 + + children + + 23E9EA822A84B6FC00B792F2 + 23E9EA802A84B6FC00B792F2 + 23E9EA812A84B6FC00B792F2 + 23E9EA832A84B6FD00B792F2 + E8D34D5828082357009C4835 + E8D34D5928082357009C4835 + + isa + PBXGroup + path + UserInfo + sourceTree + <group> + + E8D34D5828082357009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UserGiftWallInfoModel.h + sourceTree + <group> + + E8D34D5928082357009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UserGiftWallInfoModel.m + sourceTree + <group> + + E8D34D5A28082357009C4835 + + fileRef + E8D34D5928082357009C4835 + isa + PBXBuildFile + + E8D34D5E28082BA5009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserDataPresenter.h + sourceTree + <group> + + E8D34D5F28082BA5009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserDataPresenter.m + sourceTree + <group> + + E8D34D6028082BA5009C4835 + + fileRef + E8D34D5F28082BA5009C4835 + isa + PBXBuildFile + + E8D34D6128082BD4009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserDataProtocol.h + sourceTree + <group> + + E8D34D6228084E40009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoGiftWallViewController.h + sourceTree + <group> + + E8D34D6328084E40009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoGiftWallViewController.m + sourceTree + <group> + + E8D34D6428084E40009C4835 + + fileRef + E8D34D6328084E40009C4835 + isa + PBXBuildFile + + E8D34D6528084E88009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoGiftWallCollectionViewCell.h + sourceTree + <group> + + E8D34D6628084E88009C4835 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoGiftWallCollectionViewCell.m + sourceTree + <group> + + E8D34D6728084E88009C4835 + + fileRef + E8D34D6628084E88009C4835 + isa + PBXBuildFile + + E8D48248278D1F72003C1D08 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKInviteView.h + sourceTree + <group> + + E8D48249278D1F73003C1D08 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKInviteView.m + sourceTree + <group> + + E8D4824A278D1F73003C1D08 + + fileRef + E8D48249278D1F73003C1D08 + isa + PBXBuildFile + + E8D4824B278D2CE4003C1D08 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKInviteResultView.h + sourceTree + <group> + + E8D4824C278D2CE4003C1D08 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKInviteResultView.m + sourceTree + <group> + + E8D4824D278D2CE4003C1D08 + + fileRef + E8D4824C278D2CE4003C1D08 + isa + PBXBuildFile + + E8D4824E278D68BA003C1D08 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKPanelView.h + sourceTree + <group> + + E8D4824F278D68BA003C1D08 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKPanelView.m + sourceTree + <group> + + E8D48250278D68BA003C1D08 + + fileRef + E8D4824F278D68BA003C1D08 + isa + PBXBuildFile + + E8D48251278D8228003C1D08 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AcrossRoomPKPanelModel.h + sourceTree + <group> + + E8D48252278D8228003C1D08 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AcrossRoomPKPanelModel.m + sourceTree + <group> + + E8D48253278D8228003C1D08 + + fileRef + E8D48252278D8228003C1D08 + isa + PBXBuildFile + + E8D48254278D83AE003C1D08 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAcrossRoomPKPanelUserView.h + sourceTree + <group> + + E8D48255278D83AE003C1D08 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAcrossRoomPKPanelUserView.m + sourceTree + <group> + + E8D48256278D83AE003C1D08 + + fileRef + E8D48255278D83AE003C1D08 + isa + PBXBuildFile + + E8D4DE422940462C00EC788D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftTwelveStarBroadcastView.h + sourceTree + <group> + + E8D4DE432940462C00EC788D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftTwelveStarBroadcastView.m + sourceTree + <group> + + E8D4DE442940462C00EC788D + + fileRef + E8D4DE432940462C00EC788D + isa + PBXBuildFile + + E8D4DE452940473500EC788D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GiftTwelveStarFirstModel.h + sourceTree + <group> + + E8D4DE462940473500EC788D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GiftTwelveStarFirstModel.m + sourceTree + <group> + + E8D4DE472940473500EC788D + + fileRef + E8D4DE462940473500EC788D + isa + PBXBuildFile + + E8D55C9A281131F1006935A5 + + children + + E8D55C9B28113218006935A5 + E8D55C9C28113218006935A5 + + isa + PBXGroup + path + SessionToolBar + sourceTree + <group> + + E8D55C9B28113218006935A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageMenuModel.h + sourceTree + <group> + + E8D55C9C28113218006935A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageMenuModel.m + sourceTree + <group> + + E8D55C9D28113218006935A5 + + fileRef + E8D55C9C28113218006935A5 + isa + PBXBuildFile + + E8D55C9E281186D6006935A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionAudioRecordView.h + sourceTree + <group> + + E8D55C9F281186D6006935A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionAudioRecordView.m + sourceTree + <group> + + E8D55CA0281186D6006935A5 + + fileRef + E8D55C9F281186D6006935A5 + isa + PBXBuildFile + + E8D7D747282BA1C20007D7BD + + children + + E8D7D749282BA1EC0007D7BD + E8D7D74A282BA1EC0007D7BD + E8098CAC282E07C00090B9F0 + E8098CAD282E07C00090B9F0 + E81A654A28351D9900F55894 + E81A654B28351D9900F55894 + E878B8592835F3BF00E22DCF + E878B85A2835F3BF00E22DCF + E852D73C28631C18001465ED + E852D73D28631C18001465ED + E852D73F2863249F001465ED + E852D7402863249F001465ED + E854103728646A00005CFD9F + E854103828646A00005CFD9F + E818E34D286EDF72005EDF68 + E818E34E286EDF72005EDF68 + 149839C5299E0B9F00F82CBF + 149839C6299E0B9F00F82CBF + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E8D7D748282BA1C90007D7BD + + children + + E895017E282CAC49007E459A + E895017F282CAC49007E459A + E8950181282CAC6A007E459A + E8950182282CAC6A007E459A + E8950184282CAC80007E459A + E8950185282CAC80007E459A + E8098CAF282E86EF0090B9F0 + E8098CB0282E86EF0090B9F0 + E895018A282D0701007E459A + E895018B282D0701007E459A + E81A654728351B9500F55894 + E81A654828351B9500F55894 + E8B9842B28AB77F10022D026 + E8B9842C28AB77F10022D026 + E8B9842E28AB90200022D026 + E8B9842F28AB90200022D026 + E8B9843428ABA8B40022D026 + E8B9843528ABA8B40022D026 + E8AB631128ADDCF20023B0D2 + E8AB631228ADDCF20023B0D2 + + isa + PBXGroup + path + SubViews + sourceTree + <group> + + E8D7D749282BA1EC0007D7BD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMomentsTableViewCell.h + sourceTree + <group> + + E8D7D74A282BA1EC0007D7BD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMomentsTableViewCell.m + sourceTree + <group> + + E8D7D74B282BA1EC0007D7BD + + fileRef + E8D7D74A282BA1EC0007D7BD + isa + PBXBuildFile + + E8DAC5AA2858305A00012CFD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMessageBubbleView.h + sourceTree + <group> + + E8DAC5AB2858305A00012CFD + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMessageBubbleView.m + sourceTree + <group> + + E8DAC5AC2858305A00012CFD + + fileRef + E8DAC5AB2858305A00012CFD + isa + PBXBuildFile + + E8DACCF92766EDC60052092C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MicroGiftValueView.h + sourceTree + <group> + + E8DACCFA2766EDC60052092C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MicroGiftValueView.m + sourceTree + <group> + + E8DACCFB2766EDC60052092C + + fileRef + E8DACCFA2766EDC60052092C + isa + PBXBuildFile + + E8DACCFC27673F870052092C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GiftValueInfoModel.h + sourceTree + <group> + + E8DACCFD27673F870052092C + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GiftValueInfoModel.m + sourceTree + <group> + + E8DACCFE27673F870052092C + + fileRef + E8DACCFD27673F870052092C + isa + PBXBuildFile + + E8DBB6FA27B63CC300AA285D + + children + + E8DBB6FB27B63CE000AA285D + E8DBB6FC27B63CE000AA285D + + isa + PBXGroup + path + LittleGame + sourceTree + <group> + + E8DBB6FB27B63CE000AA285D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + LittleGameMicroView.h + sourceTree + <group> + + E8DBB6FC27B63CE000AA285D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + LittleGameMicroView.m + sourceTree + <group> + + E8DBB6FD27B63CE000AA285D + + fileRef + E8DBB6FC27B63CE000AA285D + isa + PBXBuildFile + + E8DD25D8295583920043C7D5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPAnchorRandomPKRuleView.h + sourceTree + <group> + + E8DD25D9295583920043C7D5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPAnchorRandomPKRuleView.m + sourceTree + <group> + + E8DD25DA295583920043C7D5 + + fileRef + E8DD25D9295583920043C7D5 + isa + PBXBuildFile + + E8DEC99327648FA50078CB70 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ClientConfig.h + sourceTree + <group> + + E8DEC99427648FA50078CB70 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ClientConfig.m + sourceTree + <group> + + E8DEC99527648FA50078CB70 + + fileRef + E8DEC99427648FA50078CB70 + isa + PBXBuildFile + + E8DEC9962764A51F0078CB70 + + children + + E8DEC99B2764A5620078CB70 + E8DEC99A2764A55C0078CB70 + E8DEC9992764A54C0078CB70 + E8DEC9982764A5400078CB70 + E8DEC9972764A5340078CB70 + + isa + PBXGroup + path + MoreView + sourceTree + <group> + + E8DEC9972764A5340078CB70 + + children + + E8DEC9A52764A6760078CB70 + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E8DEC9982764A5400078CB70 + + children + + E8DEC9A22764A6600078CB70 + E8DEC9A32764A6600078CB70 + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E8DEC9992764A54C0078CB70 + + children + + E8DEC9A92764A6AF0078CB70 + E8DEC99C2764A5B60078CB70 + E8DEC99D2764A5B60078CB70 + E8412F9427795E34006E1101 + E8412F9527795E34006E1101 + 4CFFEFCB2D3A4E410035D016 + 4CFFEFCC2D3A4E410035D016 + + isa + PBXGroup + path + View + sourceTree + <group> + + E8DEC99A2764A55C0078CB70 + + children + + E8DEC9A62764A68B0078CB70 + E8DEC9A72764A68B0078CB70 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E8DEC99B2764A5620078CB70 + + children + + E8DEC99F2764A5D20078CB70 + E8DEC9A02764A5D20078CB70 + E8412F9727799249006E1101 + E8412F9827799249006E1101 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E8DEC99C2764A5B60078CB70 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMoreMenuViewController.h + sourceTree + <group> + + E8DEC99D2764A5B60078CB70 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMoreMenuViewController.m + sourceTree + <group> + + E8DEC99E2764A5B60078CB70 + + fileRef + E8DEC99D2764A5B60078CB70 + isa + PBXBuildFile + + E8DEC99F2764A5D20078CB70 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMoreItemModel.h + sourceTree + <group> + + E8DEC9A02764A5D20078CB70 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMoreItemModel.m + sourceTree + <group> + + E8DEC9A12764A5D20078CB70 + + fileRef + E8DEC9A02764A5D20078CB70 + isa + PBXBuildFile + + E8DEC9A22764A6600078CB70 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMoreMenuPresenter.h + sourceTree + <group> + + E8DEC9A32764A6600078CB70 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMoreMenuPresenter.m + sourceTree + <group> + + E8DEC9A42764A6600078CB70 + + fileRef + E8DEC9A32764A6600078CB70 + isa + PBXBuildFile + + E8DEC9A52764A6760078CB70 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMoreMenuProtocol.h + sourceTree + <group> + + E8DEC9A62764A68B0078CB70 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+MoreMenu.h + sourceTree + <group> + + E8DEC9A72764A68B0078CB70 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+MoreMenu.m + sourceTree + <group> + + E8DEC9A82764A68B0078CB70 + + fileRef + E8DEC9A72764A68B0078CB70 + isa + PBXBuildFile + + E8DEC9A92764A6AF0078CB70 + + children + + E8DEC9AA2764A6CD0078CB70 + E8DEC9AB2764A6CD0078CB70 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E8DEC9AA2764A6CD0078CB70 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomMoreMenuCollectionViewCell.h + sourceTree + <group> + + E8DEC9AB2764A6CD0078CB70 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomMoreMenuCollectionViewCell.m + sourceTree + <group> + + E8DEC9AC2764A6CD0078CB70 + + fileRef + E8DEC9AB2764A6CD0078CB70 + isa + PBXBuildFile + + E8E0DADE285C20E500566A2F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageContentFindNewGreetView.h + sourceTree + <group> + + E8E0DADF285C20E500566A2F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageContentFindNewGreetView.m + sourceTree + <group> + + E8E0DAE0285C20E500566A2F + + fileRef + E8E0DADF285C20E500566A2F + isa + PBXBuildFile + + E8E0DAE4285C280E00566A2F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionFindNewAlertView.h + sourceTree + <group> + + E8E0DAE5285C280E00566A2F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionFindNewAlertView.m + sourceTree + <group> + + E8E0DAE6285C280E00566A2F + + fileRef + E8E0DAE5285C280E00566A2F + isa + PBXBuildFile + + E8E0DAE7285C2E8C00566A2F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + FindNewGreetMessageModel.h + sourceTree + <group> + + E8E0DAE8285C2E8C00566A2F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + FindNewGreetMessageModel.m + sourceTree + <group> + + E8E0DAE9285C2E8C00566A2F + + fileRef + E8E0DAE8285C2E8C00566A2F + isa + PBXBuildFile + + E8E20BD9281645300033B688 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionInfoViewController.h + sourceTree + <group> + + E8E20BDA281645300033B688 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionInfoViewController.m + sourceTree + <group> + + E8E20BDB281645300033B688 + + fileRef + E8E20BDA281645300033B688 + isa + PBXBuildFile + + E8E20BDC28164D3A0033B688 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionNavView.h + sourceTree + <group> + + E8E20BDD28164D3A0033B688 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionNavView.m + sourceTree + <group> + + E8E20BDE28164D3A0033B688 + + fileRef + E8E20BDD28164D3A0033B688 + isa + PBXBuildFile + + E8E20BDF281695430033B688 + + children + + E8AC721126F46ADD007D6E91 + E8AC721226F46ADD007D6E91 + 2368ECD82BC3C02800EDF4C9 + 2368ECD92BC3C02800EDF4C9 + E8AC721F26F47E23007D6E91 + E8AC722026F47E23007D6E91 + E8AC722226F47E5E007D6E91 + E8AC722326F47E5E007D6E91 + E8AC722A26F49580007D6E91 + E8AC722B26F49580007D6E91 + E824543E26F58F9400BE8163 + E824543F26F58F9400BE8163 + E824544926F5BBB800BE8163 + E824544A26F5BBB800BE8163 + E824545F26F5F4E400BE8163 + E824546026F5F4E400BE8163 + E8E20BE0281695800033B688 + E8E20BE1281695800033B688 + E8E20BEA2816A5B90033B688 + E8E20BEB2816A5B90033B688 + 2305F3402AD94D5200AD403C + 2305F33F2AD94D5200AD403C + + isa + PBXGroup + path + Setting + sourceTree + <group> + + E8E20BE0281695800033B688 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineLoginPasswordViewController.h + sourceTree + <group> + + E8E20BE1281695800033B688 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineLoginPasswordViewController.m + sourceTree + <group> + + E8E20BE2281695800033B688 + + fileRef + E8E20BE1281695800033B688 + isa + PBXBuildFile + + E8E20BE628169BDC0033B688 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineLoginPasswordPresenter.h + sourceTree + <group> + + E8E20BE728169BDC0033B688 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineLoginPasswordPresenter.m + sourceTree + <group> + + E8E20BE828169BDC0033B688 + + fileRef + E8E20BE728169BDC0033B688 + isa + PBXBuildFile + + E8E20BE928169E410033B688 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineLoginPasswordProtocol.h + sourceTree + <group> + + E8E20BEA2816A5B90033B688 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineBlackListViewController.h + sourceTree + <group> + + E8E20BEB2816A5B90033B688 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineBlackListViewController.m + sourceTree + <group> + + E8E20BEC2816A5B90033B688 + + fileRef + E8E20BEB2816A5B90033B688 + isa + PBXBuildFile + + E8E20BED2816A5FC0033B688 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineBlackListTableViewCell.h + sourceTree + <group> + + E8E20BEE2816A5FC0033B688 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineBlackListTableViewCell.m + sourceTree + <group> + + E8E20BEF2816A5FC0033B688 + + fileRef + E8E20BEE2816A5FC0033B688 + isa + PBXBuildFile + + E8E21A9928B4BD92008F7C9D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomGraffitiGiftAnimationView.h + sourceTree + <group> + + E8E21A9A28B4BD92008F7C9D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomGraffitiGiftAnimationView.m + sourceTree + <group> + + E8E21A9B28B4BD92008F7C9D + + fileRef + E8E21A9A28B4BD92008F7C9D + isa + PBXBuildFile + + E8E21A9C28B4DFE8008F7C9D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSailingBuyFuelView.h + sourceTree + <group> + + E8E21A9D28B4DFE8008F7C9D + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSailingBuyFuelView.m + sourceTree + <group> + + E8E21A9E28B4DFE8008F7C9D + + fileRef + E8E21A9D28B4DFE8008F7C9D + isa + PBXBuildFile + + E8E70D6E26F2EB1200F03460 + + children + + E8E70D7026F2EB3800F03460 + E8E70D6F26F2EB2A00F03460 + E8E70D7126F2EB4900F03460 + E8E70D7226F2EB5100F03460 + E8E70D7426F2EB6B00F03460 + + isa + PBXGroup + path + YMMine + sourceTree + <group> + + E8E70D6F26F2EB2A00F03460 + + children + + E8E70D7C26F2F19D00F03460 + E8E70D7D26F2F19D00F03460 + 54C9A11A2C3D9EDD00C6D970 + 54C9A11B2C3D9EDD00C6D970 + + isa + PBXGroup + path + Api + sourceTree + <group> + + E8E70D7026F2EB3800F03460 + + children + + E85E7B682A4EC39400B6D00A + E85E7B582A4EC35A00B6D00A + 9BD2ECCF288F832300F5CD9A + E80B070F280D0A6700A79F63 + 9B1B729A28002249003FACE9 + E8D34D57280821F3009C4835 + 9BD9A18127A0F110004186FE + E8B846D926FDE21900A777FE + E8E70D9026F2F60C00F03460 + E8E70D9126F2F60C00F03460 + E8AC721726F46E0B007D6E91 + E8AC721826F46E0B007D6E91 + E8AC722D26F49610007D6E91 + E8AC722E26F49610007D6E91 + E8AC723826F49AAE007D6E91 + E8AC723926F49AAE007D6E91 + 2305F3422AD94E2700AD403C + 2305F3432AD94E2700AD403C + E8EEB90A26FC5EBC007C6EBA + E8EEB90B26FC5EBC007C6EBA + 9B734F74288A92FB00CBDAA9 + 9B734F75288A92FB00CBDAA9 + 54C9A11D2C3DA08000C6D970 + 54C9A11E2C3DA08000C6D970 + 54CE5EF72CCA4A2600A67898 + 54CE5EF82CCA4A2600A67898 + 4CE3A9442D22754C003F0796 + 4CE3A9452D22754C003F0796 + + isa + PBXGroup + path + Model + sourceTree + <group> + + E8E70D7126F2EB4900F03460 + + children + + 2331C12F2A5EB71000E1D940 + E84A2E7E2A527DF800D6AF8A + E85E7B732A4EC99200B6D00A + E85E7A3B2A4EB0D200B6D00A + 9BCB999D28F5716E00466D64 + E8E20BDF281695430033B688 + E896EF912771AA6C00AD2CC1 + E83953232769FF2400CF2F24 + E8E70D8026F2F3C500F03460 + E8E70D7F26F2F39000F03460 + E8E70D7526F2F15100F03460 + E8E70D7626F2F15100F03460 + 54AE7E152C9AE589006D2BE2 + 54AE7E162C9AE589006D2BE2 + 54C9A1112C3D5A2300C6D970 + 54C9A1122C3D5A2300C6D970 + 23CEFB6A2AFB803B00576D89 + 23CEFB6B2AFB803B00576D89 + 54E8C4D42CC78DA900646C44 + 54E8C4D52CC78DA900646C44 + 23E9EA932A84BE4800B792F2 + 23E9EA922A84BE4800B792F2 + 54F469332C29711400A83655 + 54F469342C29711400A83655 + 23E9EAA42A84C97C00B792F2 + 23E9EAA52A84C97C00B792F2 + 23E9EA962A84C37000B792F2 + 23E9EA952A84C37000B792F2 + 9BD8D4E128911E9900AE03FF + 9BD8D4E228911E9900AE03FF + 9BD9A17A27A0EE24004186FE + 9BD9A17B27A0EE24004186FE + 9BD2ECCC288F829600F5CD9A + 9BD2ECCD288F829600F5CD9A + 9B1B729328002099003FACE9 + 9B1B729428002099003FACE9 + 14A6034A29A35EE600D2A6A5 + 14A6034B29A35EE600D2A6A5 + 14A6034D29A36D8300D2A6A5 + 14A6034E29A36D8300D2A6A5 + 1464C5E829A45FC300AF7C94 + 1464C5E929A45FC300AF7C94 + E8B846C826FDD79700A777FE + E88B5CBE26FB404800DA9178 + 9BAA5FEB277A1BBE007453F3 + 9BAA5FEC277A1BBE007453F3 + 9BAA5FEE277A23F4007453F3 + 9BAA5FEF277A23F4007453F3 + + isa + PBXGroup + path + View + sourceTree + <group> + + E8E70D7226F2EB5100F03460 + + children + + E8E70D7826F2F16600F03460 + E8E70D7926F2F16600F03460 + E8AC721A26F4720B007D6E91 + E8AC721B26F4720B007D6E91 + E8098CB2282E97550090B9F0 + E8098CB3282E97550090B9F0 + E8AC722526F482A4007D6E91 + E8AC722626F482A4007D6E91 + E8AC723326F49939007D6E91 + E8AC723426F49939007D6E91 + E824544426F5934600BE8163 + E824544526F5934600BE8163 + E824544F26F5CE6E00BE8163 + E824545026F5CE6E00BE8163 + E824545A26F5EEBA00BE8163 + E824545B26F5EEBA00BE8163 + E824546226F5FF1C00BE8163 + E824546326F5FF1C00BE8163 + E8E20BE628169BDC0033B688 + E8E20BE728169BDC0033B688 + E87C54BC2823CC5B0051AA11 + E87C54BD2823CC5B0051AA11 + E8EEB8FF26FC31B6007C6EBA + E8EEB90026FC31B6007C6EBA + E8D34D5E28082BA5009C4835 + E8D34D5F28082BA5009C4835 + E873EB03280943ED0071030D + E873EB04280943ED0071030D + E8EEB90D26FC6AB8007C6EBA + E8EEB90E26FC6AB8007C6EBA + E8B846C326FDB41A00A777FE + E8B846C426FDB41A00A777FE + E8B846D426FDE01B00A777FE + E8B846D526FDE01B00A777FE + E896EF922771AAC100AD2CC1 + E896EF932771AAC100AD2CC1 + E896EF952771AAE400AD2CC1 + E896EF962771AAE400AD2CC1 + E84CBCE52843807400D43221 + E84CBCE62843807400D43221 + 9BD9A17727A0EC57004186FE + 9BD9A17827A0EC57004186FE + 9B1B729628002147003FACE9 + 9B1B729728002147003FACE9 + 9BD2ECD3288F838200F5CD9A + 9BD2ECD4288F838200F5CD9A + 9BD8D4E428911F7700AE03FF + 9BD8D4E528911F7700AE03FF + + isa + PBXGroup + path + Presenter + sourceTree + <group> + + E8E70D7426F2EB6B00F03460 + + children + + E8E70D7B26F2F18900F03460 + E8AC721D26F4723D007D6E91 + E8098CB6282E97AC0090B9F0 + E8AC722826F48889007D6E91 + E8AC723626F49957007D6E91 + E824544726F5940600BE8163 + E824545226F5CE9C00BE8163 + E824545D26F5EEFD00BE8163 + E824546526F5FF5100BE8163 + E8E20BE928169E410033B688 + E87C54BF2823CC940051AA11 + E8EEB90226FC31CE007C6EBA + E8D34D6128082BD4009C4835 + E873EB06280944020071030D + E8EEB91026FC6AD3007C6EBA + E8B846C626FDB44100A777FE + E8B846D726FDE16300A777FE + E896EF982771AB0000AD2CC1 + E896EF992771AB1800AD2CC1 + E84CBCE8284380B300D43221 + 9BD9A17627A0E953004186FE + 9B1B7299280021E7003FACE9 + 9BD2ECD6288F849300F5CD9A + 9BD8D4E728911FBD00AE03FF + + isa + PBXGroup + path + Protocol + sourceTree + <group> + + E8E70D7526F2F15100F03460 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineViewController.h + sourceTree + <group> + + E8E70D7626F2F15100F03460 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineViewController.m + sourceTree + <group> + + E8E70D7726F2F15100F03460 + + fileRef + E8E70D7626F2F15100F03460 + isa + PBXBuildFile + + E8E70D7826F2F16600F03460 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMinePresent.h + sourceTree + <group> + + E8E70D7926F2F16600F03460 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMinePresent.m + sourceTree + <group> + + E8E70D7A26F2F16600F03460 + + fileRef + E8E70D7926F2F16600F03460 + isa + PBXBuildFile + + E8E70D7B26F2F18900F03460 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineProtocol.h + sourceTree + <group> + + E8E70D7C26F2F19D00F03460 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+Mine.h + sourceTree + <group> + + E8E70D7D26F2F19D00F03460 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+Mine.m + sourceTree + <group> + + E8E70D7E26F2F19D00F03460 + + fileRef + E8E70D7D26F2F19D00F03460 + isa + PBXBuildFile + + E8E70D7F26F2F39000F03460 + + children + + 54AE7E122C9AD98C006D2BE2 + 54AE7E132C9AD9A6006D2BE2 + 544B19B42CA14A7100885BEB + 544B19B52CA14A7100885BEB + 544B19AE2CA1299500885BEB + 544B19AF2CA1299500885BEB + 544B19B12CA129A800885BEB + 544B19B22CA129A800885BEB + E87E545229AA05EA00EBE52B + E87E545329AA05EA00EBE52B + E8B846CC26FDD93D00A777FE + E88B5CC226FB429C00DA9178 + E8E70D8126F2F51A00F03460 + E8E70D8226F2F51A00F03460 + E896EFB02771C93B00AD2CC1 + E896EFB12771C93B00AD2CC1 + 9B734F71288A787000CBDAA9 + 9B734F72288A787000CBDAA9 + 23E9EABA2A84CCBE00B792F2 + 23E9EAB92A84CCBD00B792F2 + E824544126F58FCE00BE8163 + E824544226F58FCE00BE8163 + E824544C26F5BC1A00BE8163 + E824544D26F5BC1A00BE8163 + E824545726F5E65900BE8163 + E824545826F5E65900BE8163 + 23E9EA982A84C39600B792F2 + 23E9EA992A84C39700B792F2 + 9BE01ACC28925F7D00B50299 + 9BE01ACD28925F7D00B50299 + 4C815A152CFEB758002A46A6 + 4C815A162CFEB758002A46A6 + 4C75CEFC2D632CD5009147A5 + 4C75CEFD2D632CD5009147A5 + + isa + PBXGroup + path + SubViews + sourceTree + <group> + + E8E70D8026F2F3C500F03460 + + children + + 9BD2ECD7288F865900F5CD9A + 9B1B729E280023D5003FACE9 + E896EFA32771AEC500AD2CC1 + 9BD9A17D27A0EFB1004186FE + E8B846D026FDDBCD00A777FE + E8EEB8F826FC285B007C6EBA + E8E70D8A26F2F5A500F03460 + E8E70D8B26F2F5A500F03460 + E8AC721426F46B06007D6E91 + E8AC721526F46B06007D6E91 + 2368ECDD2BC51B2D00EDF4C9 + 2368ECDE2BC51B2D00EDF4C9 + E8AC723026F49710007D6E91 + E8AC723126F49710007D6E91 + 9B92A33A2797E38100AD168F + 9B92A33B2797E38100AD168F + 9BCFB826289BAC7D0093D863 + 9BCFB827289BAC7D0093D863 + E8E20BED2816A5FC0033B688 + E8E20BEE2816A5FC0033B688 + E85E7BBA2A4EE70B00B6D00A + E85E7BBB2A4EE70B00B6D00A + E85E7BBD2A4EE7AC00B6D00A + E85E7BBE2A4EE7AC00B6D00A + E85E7BC02A4EE82300B6D00A + E85E7BC12A4EE82300B6D00A + 236B2E582AA18E12003967A8 + 236B2E552AA18E12003967A8 + 236B2E562AA18E12003967A8 + 236B2E572AA18E12003967A8 + 54C9A1142C3D5C9000C6D970 + 54C9A1152C3D5C9000C6D970 + + isa + PBXGroup + path + Cell + sourceTree + <group> + + E8E70D8126F2F51A00F03460 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineHeadView.h + sourceTree + <group> + + E8E70D8226F2F51A00F03460 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineHeadView.m + sourceTree + <group> + + E8E70D8326F2F51A00F03460 + + fileRef + E8E70D8226F2F51A00F03460 + isa + PBXBuildFile + + E8E70D8A26F2F5A500F03460 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineHeadItemCollectionViewCell.h + sourceTree + <group> + + E8E70D8B26F2F5A500F03460 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineHeadItemCollectionViewCell.m + sourceTree + <group> + + E8E70D8C26F2F5A500F03460 + + fileRef + E8E70D8B26F2F5A500F03460 + isa + PBXBuildFile + + E8E70D9026F2F60C00F03460 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineItemModel.h + sourceTree + <group> + + E8E70D9126F2F60C00F03460 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineItemModel.m + sourceTree + <group> + + E8E70D9226F2F60C00F03460 + + fileRef + E8E70D9126F2F60C00F03460 + isa + PBXBuildFile + + E8E7DAE62744F5EF00C631CC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftStorage.h + sourceTree + <group> + + E8E7DAE72744F5EF00C631CC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftStorage.m + sourceTree + <group> + + E8E7DAE82744F5EF00C631CC + + fileRef + E8E7DAE72744F5EF00C631CC + isa + PBXBuildFile + + E8E7DAE92745158500C631CC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPGiftUserInfoModel.h + sourceTree + <group> + + E8E7DAEA2745158500C631CC + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPGiftUserInfoModel.m + sourceTree + <group> + + E8E7DAEB2745158500C631CC + + fileRef + E8E7DAEA2745158500C631CC + isa + PBXBuildFile + + E8E859E628264F0000EE4857 + + children + + E82E74F92828B1FC00C25EF7 + E8E859EA28264F4C00EE4857 + E82E74FA2828B20F00C25EF7 + + isa + PBXGroup + path + BackMusic + sourceTree + <group> + + E8E859E728264F4500EE4857 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomTransferMusicViewController.h + sourceTree + <group> + + E8E859E828264F4500EE4857 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomTransferMusicViewController.m + sourceTree + <group> + + E8E859E928264F4500EE4857 + + fileRef + E8E859E828264F4500EE4857 + isa + PBXBuildFile + + E8E859EA28264F4C00EE4857 + + children + + E88C729D2828FCB10047FB2B + E88C72962828F3410047FB2B + E8E859E728264F4500EE4857 + E8E859E828264F4500EE4857 + E88C72932828F1AD0047FB2B + E88C72942828F1AD0047FB2B + + isa + PBXGroup + path + View + sourceTree + <group> + + E8EE827B272B9A2300A17217 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomSendTextView.h + sourceTree + <group> + + E8EE827C272B9A2300A17217 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomSendTextView.m + sourceTree + <group> + + E8EE827D272B9A2300A17217 + + fileRef + E8EE827C272B9A2300A17217 + isa + PBXBuildFile + + E8EEB8EA26FC2050007C6EBA + + children + + E8EEB8F126FC2050007C6EBA + E8EEB8EE26FC2050007C6EBA + E8EEB8F026FC2050007C6EBA + E8EEB8EC26FC2050007C6EBA + E8EEB8EB26FC2050007C6EBA + E8EEB8EF26FC2050007C6EBA + E8EEB8ED26FC2050007C6EBA + + isa + PBXGroup + path + SDPhotoBrowser + sourceTree + <group> + + E8EEB8EB26FC2050007C6EBA + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SDPhotoBrowserConfig.h + sourceTree + <group> + + E8EEB8EC26FC2050007C6EBA + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SDPhotoBrowser.m + sourceTree + <group> + + E8EEB8ED26FC2050007C6EBA + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SDWaitingView.m + sourceTree + <group> + + E8EEB8EE26FC2050007C6EBA + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SDBrowserImageView.m + sourceTree + <group> + + E8EEB8EF26FC2050007C6EBA + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SDWaitingView.h + sourceTree + <group> + + E8EEB8F026FC2050007C6EBA + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SDPhotoBrowser.h + sourceTree + <group> + + E8EEB8F126FC2050007C6EBA + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SDBrowserImageView.h + sourceTree + <group> + + E8EEB8F226FC2050007C6EBA + + fileRef + E8EEB8EC26FC2050007C6EBA + isa + PBXBuildFile + + E8EEB8F326FC2050007C6EBA + + fileRef + E8EEB8ED26FC2050007C6EBA + isa + PBXBuildFile + + E8EEB8F426FC2050007C6EBA + + fileRef + E8EEB8EE26FC2050007C6EBA + isa + PBXBuildFile + + E8EEB8F526FC2673007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UserPhoto.h + sourceTree + <group> + + E8EEB8F626FC2673007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UserPhoto.m + sourceTree + <group> + + E8EEB8F726FC2673007C6EBA + + fileRef + E8EEB8F626FC2673007C6EBA + isa + PBXBuildFile + + E8EEB8F826FC285B007C6EBA + + children + + E8EEB90726FC579A007C6EBA + E8EEB90826FC579A007C6EBA + 23E9EB172A84D0E700B792F2 + 23E9EB162A84D0E700B792F2 + 23E9EB192A84D28900B792F2 + 23E9EB1A2A84D28A00B792F2 + E8B846C026FD82DC00A777FE + E8B846C126FD82DC00A777FE + E8D34D4B28080351009C4835 + E8D34D4C28080351009C4835 + 54F469362C29C3B400A83655 + 54F469372C29C3B400A83655 + 54B9C6F12C9D27F3003F1CC5 + 54B9C6F22C9D27F3003F1CC5 + 54B9C6E52C9C2CA1003F1CC5 + 54B9C6E62C9C2CA1003F1CC5 + 54F4693C2C2A9D4E00A83655 + 54F4693D2C2A9D4E00A83655 + 54F4693F2C2AB56900A83655 + 54F469402C2AB56900A83655 + E8D34D4E28080362009C4835 + E8D34D4F28080362009C4835 + E8D34D5428080393009C4835 + E8D34D5528080393009C4835 + E8D34D6528084E88009C4835 + E8D34D6628084E88009C4835 + E873EB00280922720071030D + E873EB01280922720071030D + 54C9A10B2C3D2FD300C6D970 + 54C9A10C2C3D2FD300C6D970 + 54C9A10E2C3D3E1700C6D970 + 54C9A10F2C3D3E1700C6D970 + + isa + PBXGroup + path + MineInfo + sourceTree + <group> + + E8EEB8FC26FC2DF8007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoCustomNavView.h + sourceTree + <group> + + E8EEB8FD26FC2DF8007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoCustomNavView.m + sourceTree + <group> + + E8EEB8FE26FC2DF8007C6EBA + + fileRef + E8EEB8FD26FC2DF8007C6EBA + isa + PBXBuildFile + + E8EEB8FF26FC31B6007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoPresenter.h + sourceTree + <group> + + E8EEB90026FC31B6007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoPresenter.m + sourceTree + <group> + + E8EEB90126FC31B6007C6EBA + + fileRef + E8EEB90026FC31B6007C6EBA + isa + PBXBuildFile + + E8EEB90226FC31CE007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoProtocol.h + sourceTree + <group> + + E8EEB90326FC31DC007C6EBA + + fileRef + E8EEB90226FC31CE007C6EBA + isa + PBXBuildFile + + E8EEB90426FC5772007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoEditViewController.h + sourceTree + <group> + + E8EEB90526FC5772007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoEditViewController.m + sourceTree + <group> + + E8EEB90626FC5772007C6EBA + + fileRef + E8EEB90526FC5772007C6EBA + isa + PBXBuildFile + + E8EEB90726FC579A007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoEditTableViewCell.h + sourceTree + <group> + + E8EEB90826FC579A007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoEditTableViewCell.m + sourceTree + <group> + + E8EEB90926FC579A007C6EBA + + fileRef + E8EEB90826FC579A007C6EBA + isa + PBXBuildFile + + E8EEB90A26FC5EBC007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoEditModel.h + sourceTree + <group> + + E8EEB90B26FC5EBC007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoEditModel.m + sourceTree + <group> + + E8EEB90C26FC5EBC007C6EBA + + fileRef + E8EEB90B26FC5EBC007C6EBA + isa + PBXBuildFile + + E8EEB90D26FC6AB8007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoEditPresenter.h + sourceTree + <group> + + E8EEB90E26FC6AB8007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoEditPresenter.m + sourceTree + <group> + + E8EEB90F26FC6AB8007C6EBA + + fileRef + E8EEB90E26FC6AB8007C6EBA + isa + PBXBuildFile + + E8EEB91026FC6AD3007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoEditProtocol.h + sourceTree + <group> + + E8EEB91126FC6AE2007C6EBA + + fileRef + E8EEB91026FC6AD3007C6EBA + isa + PBXBuildFile + + E8EEB91226FC7786007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoNickViewController.h + sourceTree + <group> + + E8EEB91326FC7786007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoNickViewController.m + sourceTree + <group> + + E8EEB91426FC7786007C6EBA + + fileRef + E8EEB91326FC7786007C6EBA + isa + PBXBuildFile + + E8EEB91526FC7B35007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoDesViewController.h + sourceTree + <group> + + E8EEB91626FC7B35007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoDesViewController.m + sourceTree + <group> + + E8EEB91726FC7B35007C6EBA + + fileRef + E8EEB91626FC7B35007C6EBA + isa + PBXBuildFile + + E8EEB91B26FC9D58007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineUserInfoDateView.h + sourceTree + <group> + + E8EEB91C26FC9D58007C6EBA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineUserInfoDateView.m + sourceTree + <group> + + E8EEB91D26FC9D58007C6EBA + + fileRef + E8EEB91C26FC9D58007C6EBA + isa + PBXBuildFile + + E8F1558B28124D5200EE8C06 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageConentAudioView.h + sourceTree + <group> + + E8F1558C28124D5200EE8C06 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageConentAudioView.m + sourceTree + <group> + + E8F1558D28124D5200EE8C06 + + fileRef + E8F1558C28124D5200EE8C06 + isa + PBXBuildFile + + E8F1558E28125E2D00EE8C06 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MessageAudioCenter.h + sourceTree + <group> + + E8F1558F28125E2D00EE8C06 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MessageAudioCenter.m + sourceTree + <group> + + E8F1559028125E2D00EE8C06 + + fileRef + E8F1558F28125E2D00EE8C06 + isa + PBXBuildFile + + E8F1559128129EBA00EE8C06 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ContentSecretaryModel.h + sourceTree + <group> + + E8F1559228129EBA00EE8C06 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ContentSecretaryModel.m + sourceTree + <group> + + E8F1559328129EBA00EE8C06 + + fileRef + E8F1559228129EBA00EE8C06 + isa + PBXBuildFile + + E8F61356291E269700E12650 + + children + + E8F6135A291E26BD00E12650 + E8F6135B291E26BD00E12650 + E8F6135D291E274E00E12650 + E8F6135E291E274E00E12650 + + isa + PBXGroup + path + Safe + sourceTree + <group> + + E8F6135A291E26BD00E12650 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSMutableDictionary+Saft.h + sourceTree + <group> + + E8F6135B291E26BD00E12650 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSMutableDictionary+Saft.m + sourceTree + <group> + + E8F6135C291E26BD00E12650 + + fileRef + E8F6135B291E26BD00E12650 + isa + PBXBuildFile + + E8F6135D291E274E00E12650 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + NSArray+Safe.h + sourceTree + <group> + + E8F6135E291E274E00E12650 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + NSArray+Safe.m + sourceTree + <group> + + E8F6135F291E274E00E12650 + + fileRef + E8F6135E291E274E00E12650 + isa + PBXBuildFile + + E8F63CAF298B553500B338BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionSayHelloLevelModel.h + sourceTree + <group> + + E8F63CB0298B553500B338BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionSayHelloLevelModel.m + sourceTree + <group> + + E8F63CB1298B553500B338BA + + fileRef + E8F63CB0298B553500B338BA + isa + PBXBuildFile + + E8F63CB2298B563D00B338BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Api+SayHello.h + sourceTree + <group> + + E8F63CB3298B563D00B338BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Api+SayHello.m + sourceTree + <group> + + E8F63CB4298B563D00B338BA + + fileRef + E8F63CB3298B563D00B338BA + isa + PBXBuildFile + + E8F63CB5298B566D00B338BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionSayHelloPresenter.h + sourceTree + <group> + + E8F63CB6298B566D00B338BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSessionSayHelloPresenter.m + sourceTree + <group> + + E8F63CB7298B566D00B338BA + + fileRef + E8F63CB6298B566D00B338BA + isa + PBXBuildFile + + E8F63CB8298B5F3D00B338BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSessionSayHelloProtocol.h + sourceTree + <group> + + E8F63CB9298B648300B338BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + SessionSayHelloListModel.h + sourceTree + <group> + + E8F63CBA298B648300B338BA + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + SessionSayHelloListModel.m + sourceTree + <group> + + E8F63CBB298B648300B338BA + + fileRef + E8F63CBA298B648300B338BA + isa + PBXBuildFile + + E8F65C1D286998C9009BB5B9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPMineShareViewController.h + sourceTree + <group> + + E8F65C1E286998C9009BB5B9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPMineShareViewController.m + sourceTree + <group> + + E8F65C1F286998C9009BB5B9 + + fileRef + E8F65C1E286998C9009BB5B9 + isa + PBXBuildFile + + E8F65C202869A36F009BB5B9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ContentShareMonentsModel.h + sourceTree + <group> + + E8F65C212869A36F009BB5B9 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ContentShareMonentsModel.m + sourceTree + <group> + + E8F65C222869A36F009BB5B9 + + fileRef + E8F65C212869A36F009BB5B9 + isa + PBXBuildFile + + E8FE3C292994D0CC0006C6C7 + + children + + E8FE3C2A2994D0E80006C6C7 + E8FE3C2B2994D0E80006C6C7 + + isa + PBXGroup + path + SwitchView + sourceTree + <group> + + E8FE3C2A2994D0E80006C6C7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPSwitch.h + sourceTree + <group> + + E8FE3C2B2994D0E80006C6C7 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPSwitch.m + sourceTree + <group> + + E8FE3C2C2994D0E80006C6C7 + + fileRef + E8FE3C2B2994D0E80006C6C7 + isa + PBXBuildFile + + F1D8556D2931FC86008C418F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + XPRoomYearActivityView.h + sourceTree + <group> + + F1D8556E2931FC86008C418F + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + XPRoomYearActivityView.m + sourceTree + <group> + + F1D8556F2931FC86008C418F + + fileRef + F1D8556E2931FC86008C418F + isa + PBXBuildFile + + + rootObject + 189DD52126DE255300AB55B1 + + diff --git a/YuMi/CustomUI/MoliMoneyLabel.h b/YuMi/CustomUI/MoliMoneyLabel.h index b4b5155a..927b00a3 100644 --- a/YuMi/CustomUI/MoliMoneyLabel.h +++ b/YuMi/CustomUI/MoliMoneyLabel.h @@ -24,6 +24,9 @@ NS_ASSUME_NONNULL_BEGIN - (void)displayIcon:(BOOL)displayOrNot; - (void)updateSpacing:(NSInteger)space; +- (void)hideAll; +- (void)removeSpace; + @end NS_ASSUME_NONNULL_END diff --git a/YuMi/CustomUI/MoliMoneyLabel.m b/YuMi/CustomUI/MoliMoneyLabel.m index 4a865cdf..69c9c5aa 100644 --- a/YuMi/CustomUI/MoliMoneyLabel.m +++ b/YuMi/CustomUI/MoliMoneyLabel.m @@ -11,6 +11,7 @@ @property(nonatomic, strong) UILabel *label; @property(nonatomic, strong) UIImageView *money; +@property(nonatomic, strong) UIView *spaceView; @property(nonatomic, strong) UIStackView *stackView; @end @@ -28,9 +29,14 @@ containerView.money = [[UIImageView alloc] initWithImage:kImage(@"moli_money_icon")]; containerView.money.contentMode = UIViewContentModeScaleAspectFill; - NSArray *subviews = position == 1 ? @[containerView.money, containerView.label] : @[containerView.label, containerView.money]; + + containerView.spaceView = [[UIView alloc] init]; + + NSArray *subviews = position == 1 ? @[containerView.spaceView, containerView.money, containerView.label] : @[containerView.spaceView, containerView.label, containerView.money]; containerView.stackView = [[UIStackView alloc] initWithArrangedSubviews:subviews]; containerView.stackView.spacing = 3; + containerView.stackView.distribution = UIStackViewDistributionFillProportionally; + containerView.stackView.alignment = UIStackViewAlignmentCenter; [containerView addSubview:containerView.stackView]; [containerView.stackView mas_makeConstraints:^(MASConstraintMaker *make) { make.edges.mas_equalTo(containerView); @@ -43,6 +49,16 @@ return containerView; } +- (void)hideAll { + self.spaceView.hidden = YES; + self.stackView.hidden = YES; + self.money.hidden = YES; +} + +- (void)removeSpace { + [self.stackView removeArrangedSubview:self.spaceView]; +} + - (void)updateSpacing:(NSInteger)space { self.stackView.spacing = space; } @@ -60,7 +76,6 @@ [self.money mas_updateConstraints:^(MASConstraintMaker *make) { make.size.mas_equalTo(size); }]; - [self layoutIfNeeded]; } @end diff --git a/YuMi/Global/YUMIMacroUitls.h b/YuMi/Global/YUMIMacroUitls.h index fbcadc6b..78d91e55 100644 --- a/YuMi/Global/YUMIMacroUitls.h +++ b/YuMi/Global/YUMIMacroUitls.h @@ -46,7 +46,7 @@ isPhoneXSeries = [[UIApplication sharedApplication] delegate].window.safeAreaIns #define kFontHeavy(font) [UIFont systemFontOfSize:kGetScaleWidth(font) weight:UIFontWeightHeavy] ///内置版本号 -#define PI_App_Version @"1.0.36" +#define PI_App_Version @"1.0.38" ///渠道 #define PI_App_Source @"appstore" #define PI_Test_Flight @"TestFlight" diff --git a/YuMi/Modules/YMLogin/View/NewLogin/XPLoginPhoneViewController.m b/YuMi/Modules/YMLogin/View/NewLogin/XPLoginPhoneViewController.m index 15fe44c6..43c05d4d 100644 --- a/YuMi/Modules/YMLogin/View/NewLogin/XPLoginPhoneViewController.m +++ b/YuMi/Modules/YMLogin/View/NewLogin/XPLoginPhoneViewController.m @@ -374,7 +374,7 @@ - (UIButton *)choosePhoneBtn{ if(!_choosePhoneBtn){ _choosePhoneBtn = [UIButton new]; - [_choosePhoneBtn setTitle:YMLocalizedString(@"XPLoginPhoneViewController10" ) forState:UIControlStateNormal]; + [_choosePhoneBtn setTitle:YMLocalizedString(@"1.0.37_text_26") forState:UIControlStateNormal]; [_choosePhoneBtn setTitleColor:UIColorFromRGB(0x6D6B89) forState:UIControlStateNormal]; [_choosePhoneBtn setTitleColor:UIColorFromRGB(0x1F1B4F) forState:UIControlStateSelected]; _choosePhoneBtn.titleLabel.font = kFontSemibold(16); @@ -386,7 +386,7 @@ - (UIButton *)choosePsdBtn{ if(!_choosePsdBtn){ _choosePsdBtn = [UIButton new]; - [_choosePsdBtn setTitle:YMLocalizedString(@"XPLoginPhoneViewController9") forState:UIControlStateNormal]; + [_choosePsdBtn setTitle:YMLocalizedString(@"1.0.37_text_27") forState:UIControlStateNormal]; [_choosePsdBtn setTitleColor:UIColorFromRGB(0x6D6B89) forState:UIControlStateNormal]; [_choosePsdBtn setTitleColor:UIColorFromRGB(0x1F1B4F) forState:UIControlStateSelected]; _choosePsdBtn.titleLabel.font = kFontSemibold(16); diff --git a/YuMi/Modules/YMLogin/View/NewLogin/XPLoginViewController.m b/YuMi/Modules/YMLogin/View/NewLogin/XPLoginViewController.m index f2abe725..6237981f 100644 --- a/YuMi/Modules/YMLogin/View/NewLogin/XPLoginViewController.m +++ b/YuMi/Modules/YMLogin/View/NewLogin/XPLoginViewController.m @@ -513,11 +513,11 @@ NSString * const HadAgreePrivacy = @"HadAgreePrivacy"; switch (selectType) { case 0: - [_currentLoginWayButton setTitle:YMLocalizedString(@"XPLoginPhoneViewController9") forState:UIControlStateNormal]; + [_currentLoginWayButton setTitle:YMLocalizedString(@"1.0.37_text_26") forState:UIControlStateNormal]; [_otherLoginWayButton setTitle:YMLocalizedString(@"1.0.37_text_27")forState:UIControlStateNormal]; break; case 1: - [_currentLoginWayButton setTitle:YMLocalizedString(@"XPLoginPhoneViewController10") forState:UIControlStateNormal]; + [_currentLoginWayButton setTitle:YMLocalizedString(@"1.0.37_text_27") forState:UIControlStateNormal]; [_otherLoginWayButton setTitle:YMLocalizedString(@"1.0.37_text_26")forState:UIControlStateNormal]; break; @@ -826,7 +826,7 @@ NSString * const HadAgreePrivacy = @"HadAgreePrivacy"; - (UIButton *)currentLoginWayButton{ if(!_currentLoginWayButton){ _currentLoginWayButton = [UIButton new]; - [_currentLoginWayButton setTitle:YMLocalizedString(@"XPLoginPhoneViewController9" ) forState:UIControlStateNormal]; + [_currentLoginWayButton setTitle:YMLocalizedString(@"1.0.37_text_26") forState:UIControlStateNormal]; [_currentLoginWayButton setTitleColor:UIColorFromRGB(0xafb1b3) forState:UIControlStateNormal]; [_currentLoginWayButton setTitleColor:UIColorFromRGB(0x000000) forState:UIControlStateSelected]; _currentLoginWayButton.titleLabel.font = kFontMedium(16); diff --git a/YuMi/Modules/YMMessage/View/Session/Cell/AgentMessageTableViewCell.m b/YuMi/Modules/YMMessage/View/Session/Cell/AgentMessageTableViewCell.m index d97ec426..727dfbf1 100644 --- a/YuMi/Modules/YMMessage/View/Session/Cell/AgentMessageTableViewCell.m +++ b/YuMi/Modules/YMMessage/View/Session/Cell/AgentMessageTableViewCell.m @@ -89,9 +89,9 @@ self.titleLabel.text = model.title; self.messageLabel.text = model.content; -#if DEBUG - self.messageLabel.text = @"Agency member ID:10087 has applied to quit. Please review it within 24 hours. Otherwise, it will be resolved by the system within 24 hours."; -#endif +//#if DEBUG +// self.messageLabel.text = @"Agency member ID:10087 has applied to quit. Please review it within 24 hours. Otherwise, it will be resolved by the system within 24 hours."; +//#endif } #pragma mark - diff --git a/YuMi/Modules/YMMessage/View/Session/Content/SesssionModel/MessageGiftModel.m b/YuMi/Modules/YMMessage/View/Session/Content/SesssionModel/MessageGiftModel.m index 79732481..84ea6d99 100644 --- a/YuMi/Modules/YMMessage/View/Session/Content/SesssionModel/MessageGiftModel.m +++ b/YuMi/Modules/YMMessage/View/Session/Content/SesssionModel/MessageGiftModel.m @@ -22,7 +22,7 @@ GiftReceiveInfoModel *info = [GiftReceiveInfoModel modelWithDictionary:attach.data]; GiftInfoModel *giftInfo1 = info.gift == nil ? info.giftInfo : info.gift; if (giftInfo1 == nil) { - giftInfo1 = [[XPGiftStorage shareStorage] findGiftInfo:info.giftId]; + giftInfo1 = [[XPGiftStorage shareStorage] findGiftInfo:info.giftId inRoom:@""]; } self.giftNum = info.giftNum; self.giftInfo = giftInfo1; diff --git a/YuMi/Modules/YMMine/Model/RechargeUserModel.h b/YuMi/Modules/YMMine/Model/RechargeUserModel.h index b3e3463c..740baaaa 100644 --- a/YuMi/Modules/YMMine/Model/RechargeUserModel.h +++ b/YuMi/Modules/YMMine/Model/RechargeUserModel.h @@ -20,6 +20,7 @@ NS_ASSUME_NONNULL_BEGIN @property(nonatomic, copy) NSString *targetAvatar; @property(nonatomic, assign) NSInteger diamondNum; @property(nonatomic, assign) NSTimeInterval createTime; +@property(nonatomic, assign) NSInteger guildUsdNum; @end @interface DiamondHistoryModel : PIBaseModel @@ -36,7 +37,7 @@ NS_ASSUME_NONNULL_BEGIN @property(nonatomic, copy) NSString *id; @property(nonatomic, assign) NSInteger uid; -@property(nonatomic, assign) NSInteger manageUid; +@property(nonatomic, assign) NSInteger manageUid; // TODO, 有非 0 值,则表示用户为自代理,要在对应的 UI 隐藏自代理入口 @property(nonatomic, assign) NSInteger starLevel; @property(nonatomic, assign) BOOL hasCharge; @property(nonatomic, copy) NSString *erbanNo; @@ -65,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN @property(nonatomic, assign) CGFloat totalGiveGoldUsd; //薪资 @property(nonatomic, assign) CGFloat totalGiveGold; //转赠金币 @property(nonatomic, assign) NSInteger subNum; - +@property(nonatomic, assign) NSInteger manageUid; + (RechargeUserModel *)testModel; @end diff --git a/YuMi/Modules/YMMine/View/GiveDiamond/View/Cell/XPMineGiveDiamondDetailsCell.m b/YuMi/Modules/YMMine/View/GiveDiamond/View/Cell/XPMineGiveDiamondDetailsCell.m index 53c4b2b2..862e5cf6 100644 --- a/YuMi/Modules/YMMine/View/GiveDiamond/View/Cell/XPMineGiveDiamondDetailsCell.m +++ b/YuMi/Modules/YMMine/View/GiveDiamond/View/Cell/XPMineGiveDiamondDetailsCell.m @@ -114,7 +114,7 @@ self.titleLabel.hidden = YES; self.contentLabel.hidden = NO; self.idLabel.hidden = NO; - self.idLabel.text = [NSString stringWithFormat:@"ID:%@", self.model.targetUid]; + self.idLabel.text = [NSString stringWithFormat:@"ID:%@", self.model.targetErbanNo]; self.avatarImageView.image = [UIImage imageNamed:@"moli_money_icon"]; self.avatarImageView.imageUrl = self.model.targetAvatar; self.contentLabel.text = self.model.targetNick; diff --git a/YuMi/Modules/YMMine/View/GiveDiamond/View/Cell/XPMineGiveDiamondDetailsView.m b/YuMi/Modules/YMMine/View/GiveDiamond/View/Cell/XPMineGiveDiamondDetailsView.m index d7bdfea6..e4b5028e 100644 --- a/YuMi/Modules/YMMine/View/GiveDiamond/View/Cell/XPMineGiveDiamondDetailsView.m +++ b/YuMi/Modules/YMMine/View/GiveDiamond/View/Cell/XPMineGiveDiamondDetailsView.m @@ -22,6 +22,7 @@ -(instancetype)initWithFrame:(CGRect)frame{ self = [super initWithFrame:frame]; if(self){ + self.backgroundColor = [UIColor whiteColor]; [self initSubViews]; [self initSubViewConstraints]; } @@ -72,15 +73,15 @@ _tableView.delegate = self; _tableView.dataSource = self; _tableView.showsVerticalScrollIndicator = NO; + _tableView.separatorStyle = UITableViewCellSeparatorStyleSingleLine; _tableView.separatorInset = UIEdgeInsetsMake(0, 15, 0, 15); - _tableView.separatorColor = UIColorFromRGB(0xf7f7f7); + _tableView.separatorColor = UIColorFromRGB(0xe4e4e4); _tableView.backgroundColor = [UIColor clearColor]; [_tableView registerClass:[XPMineGiveDiamondDetailsCell class] forCellReuseIdentifier:NSStringFromClass([XPMineGiveDiamondDetailsCell class])]; [_tableView registerClass:[XPMineFriendEmptyTableViewCell class] forCellReuseIdentifier:NSStringFromClass([XPMineFriendEmptyTableViewCell class])]; if (@available(iOS 11.0, *)) { - _tableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; - } - + _tableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; + } } return _tableView; } diff --git a/YuMi/Modules/YMMine/View/GiveDiamond/View/RechargerTransferHistoryViewController.m b/YuMi/Modules/YMMine/View/GiveDiamond/View/RechargerTransferHistoryViewController.m index 090c7c0d..89896562 100644 --- a/YuMi/Modules/YMMine/View/GiveDiamond/View/RechargerTransferHistoryViewController.m +++ b/YuMi/Modules/YMMine/View/GiveDiamond/View/RechargerTransferHistoryViewController.m @@ -38,11 +38,7 @@ }]; [self.contentView addSubview:self.nameLabel]; - [self.nameLabel mas_makeConstraints:^(MASConstraintMaker *make) { - make.top.mas_equalTo(self.avatarImageView.mas_top).offset(3); - make.leading.mas_equalTo(self.avatarImageView.mas_trailing).offset(11); - make.height.mas_equalTo(18); - }]; + [self.contentView addSubview:self.idLabel]; [self.idLabel mas_makeConstraints:^(MASConstraintMaker *make) { @@ -55,7 +51,7 @@ [self.moneyLabel mas_makeConstraints:^(MASConstraintMaker *make) { make.centerY.mas_equalTo(self.nameLabel); make.trailing.mas_equalTo(self.contentView).offset(-16); - make.height.mas_equalTo(22); + make.height.mas_lessThanOrEqualTo(22); make.width.mas_greaterThanOrEqualTo(30); }]; @@ -73,9 +69,17 @@ make.height.mas_equalTo(18); }]; + [self.nameLabel mas_makeConstraints:^(MASConstraintMaker *make) { + make.top.mas_equalTo(self.avatarImageView.mas_top).offset(3); + make.leading.mas_equalTo(self.avatarImageView.mas_trailing).offset(11); + make.trailing.mas_equalTo(self.settlementLabel.mas_leading); + make.height.mas_equalTo(18); + }]; + // 设置 label 优先级,确保右边的 label 能够完整显示 - [self.moneyLabel setContentCompressionResistancePriority:UILayoutPriorityRequired forAxis:UILayoutConstraintAxisHorizontal]; - [self.settlementLabel setContentCompressionResistancePriority:UILayoutPriorityDefaultLow forAxis:UILayoutConstraintAxisHorizontal]; +// [self.nameLabel setContentCompressionResistancePriority:UILayoutPriorityDefaultHigh forAxis:UILayoutConstraintAxisHorizontal]; +// [self.moneyLabel setContentCompressionResistancePriority:UILayoutPriorityRequired forAxis:UILayoutConstraintAxisHorizontal]; +// [self.settlementLabel setContentCompressionResistancePriority:UILayoutPriorityDefaultLow forAxis:UILayoutConstraintAxisHorizontal]; } return self; } @@ -89,14 +93,16 @@ self.avatarImageView.imageUrl = cellModel.targetAvatar; self.nameLabel.text = cellModel.targetNick; - self.idLabel.text = [NSString stringWithFormat:@"ID: %@", @(cellModel.targetUid)]; + self.idLabel.text = [NSString stringWithFormat:@"ID: %@", @(cellModel.targetErbanNo)]; [self.moneyLabel updateContent: [NSString stringWithFormat:@"%@", @(cellModel.diamondNum)]]; self.timeLabel.text = cellModel.createTimeStr; if (self.isArabia) { -// self.settlementLabel.text = [NSString stringWithFormat:YMLocalizedString(@"1.0.37_text_48"), cellModel.]; if (isDisplayÜS) { - [self.moneyLabel updateFont:kFontRegular(12) size:CGSizeMake(13, 13)]; +// [self.moneyLabel removeSpace]; + self.settlementLabel.text = [NSString stringWithFormat:YMLocalizedString(@"1.0.37_text_48"), @(cellModel.guildUsdNum)]; + [self.moneyLabel updateFont:kFontRegular(12) size:CGSizeMake(14, 14)]; } else { + self.settlementLabel.text = @""; [self.moneyLabel updateFont:kFontSemibold(16) size:CGSizeMake(22, 22)]; } } @@ -520,7 +526,7 @@ _historyTableView = [[UITableView alloc] initWithFrame:CGRectZero style:UITableViewStylePlain]; _historyTableView.delegate = self; _historyTableView.dataSource = self; - _historyTableView.separatorColor = UIColorFromRGB(0xf4f4f4); + _historyTableView.separatorColor = UIColorFromRGB(0xe4e4e4); _historyTableView.separatorInset = UIEdgeInsetsMake(0, 15, 0, 15); _historyTableView.backgroundColor = [UIColor clearColor]; _historyTableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; diff --git a/YuMi/Modules/YMMine/View/GiveDiamond/View/SubRechargersViewController.m b/YuMi/Modules/YMMine/View/GiveDiamond/View/SubRechargersViewController.m index 5f445bdc..e804dfbc 100644 --- a/YuMi/Modules/YMMine/View/GiveDiamond/View/SubRechargersViewController.m +++ b/YuMi/Modules/YMMine/View/GiveDiamond/View/SubRechargersViewController.m @@ -109,7 +109,7 @@ _cellModel = cellModel; self.avatarImageView.imageUrl = cellModel.avatar; self.nameLabel.text = cellModel.nick; - self.idLabel.text = [NSString stringWithFormat:@"ID:%@", @(cellModel.uid)]; + self.idLabel.text = [NSString stringWithFormat:@"ID:%@", cellModel.erbanNo]; [self.totalCostLabel updateContent:@(cellModel.totalGiveGold).stringValue]; [self.star_1 setSelected:NO]; diff --git a/YuMi/Modules/YMMine/View/GiveDiamond/View/XPMineGiveDiamondVC.m b/YuMi/Modules/YMMine/View/GiveDiamond/View/XPMineGiveDiamondVC.m index 0fe45966..c2923386 100644 --- a/YuMi/Modules/YMMine/View/GiveDiamond/View/XPMineGiveDiamondVC.m +++ b/YuMi/Modules/YMMine/View/GiveDiamond/View/XPMineGiveDiamondVC.m @@ -102,7 +102,6 @@ [self.view addSubview:self.infoContainer]; [self.view addSubview:self.recentTransfersTitleLabel]; [self.view addSubview:self.tableView]; - [self.view addSubview:self.tagView]; [self.infoContainer addSubview:self.avatarImageView]; [self.infoContainer addSubview:self.nameLabel]; @@ -230,7 +229,6 @@ make.trailing.mas_equalTo(self.infoContainer).offset(-12); make.top.mas_equalTo(self.ÜSSettlementLabel.mas_bottom).offset(1); make.height.mas_equalTo(18); -// make.width.mas_greaterThanOrEqualTo(90); }]; } else { [self.transferCoinsTitleLabel mas_makeConstraints:^(MASConstraintMaker *make) { @@ -284,15 +282,9 @@ [self.tableView mas_makeConstraints:^(MASConstraintMaker *make) { make.leading.trailing.mas_equalTo(self.view); - make.bottom.mas_equalTo(-kGetScaleWidth(148)); + make.bottom.mas_equalTo(-kGetScaleWidth(20)); make.top.mas_equalTo(self.recentTransfersTitleLabel.mas_bottom).offset(24); }]; - - [self.tagView mas_makeConstraints:^(MASConstraintMaker *make) { - make.height.mas_equalTo(kGetScaleWidth(14)); - make.centerX.equalTo(self.view); - make.bottom.mas_equalTo(-kGetScaleWidth(73)); - }]; } - (void)didTapHelp { @@ -379,7 +371,6 @@ [self.tableView reloadData]; } - #pragma mark - XPHomeSearchProtocol -(void)searchGivePeopleWihtModel:(XPMineGiveDiamondSearchModel *)model{ [self hideHUD]; @@ -451,6 +442,18 @@ if (userModel.starLevel > 4) { [self.star_5 setSelected:YES]; } + if (userModel.manageUid > 0 || userModel.subNum == 0) { + [self.subRechargeButton removeFromSuperview]; + [self.subRechargeNumLabel removeFromSuperview]; + [self.subRechargeTitleLabel removeFromSuperview]; + [self.infoContainer mas_updateConstraints:^(MASConstraintMaker *make) { + if ([self.userInfo isArabia]) { + make.height.mas_equalTo(kGetScaleWidth(214)-44); + } else { + make.height.mas_equalTo(kGetScaleWidth(190)-44); + } + }]; + } [self.view layoutIfNeeded]; } diff --git a/YuMi/Modules/YMMine/View/SubViews/CPEnterRoomTableViewCell.m b/YuMi/Modules/YMMine/View/SubViews/CPEnterRoomTableViewCell.m index d9070445..b1a7b562 100644 --- a/YuMi/Modules/YMMine/View/SubViews/CPEnterRoomTableViewCell.m +++ b/YuMi/Modules/YMMine/View/SubViews/CPEnterRoomTableViewCell.m @@ -30,7 +30,8 @@ }]; [self.contentLabel mas_makeConstraints:^(MASConstraintMaker *make) { - make.centerY.mas_equalTo(self.contentView); +// make.centerY.mas_equalTo(self.contentView); + make.top.mas_equalTo(self.bgImageView).offset(12); make.leading.mas_equalTo(self.contentView).offset(9); make.trailing.mas_equalTo(self.contentView).offset(kGetScaleWidth(-66)); }]; @@ -56,7 +57,11 @@ NSString *placeHolder = @""; if (model.screenType == 2) { - placeHolder = [NSString stringWithFormat:YMLocalizedString(@"1.0.37_text_31"), name, cpLevelContent, cpname]; + if (isMSRTL()) { + placeHolder = [NSString stringWithFormat:YMLocalizedString(@"1.0.37_text_31"), name, cpname, cpLevelContent]; + } else { + placeHolder = [NSString stringWithFormat:YMLocalizedString(@"1.0.37_text_31"), name, cpLevelContent, cpname]; + } } else if (model.screenType == 3) { placeHolder = [NSString stringWithFormat:YMLocalizedString(@"1.0.37_text_32"), cpLevelContent, name, cpname]; } @@ -82,7 +87,7 @@ - (UIImageView *)bgImageView { if (!_bgImageView) { _bgImageView = [[UIImageView alloc] init]; - _bgImageView.contentMode = UIViewContentModeScaleAspectFill; + _bgImageView.contentMode = UIViewContentModeScaleAspectFit; } return _bgImageView; } @@ -91,9 +96,9 @@ - (UILabel *)contentLabel { if (!_contentLabel) { _contentLabel = [UILabel labelInitWithText:@"" font:kFontMedium(13) textColor:[UIColor whiteColor]]; - _contentLabel.numberOfLines = 0; + _contentLabel.numberOfLines = 2; _contentLabel.adjustsFontSizeToFitWidth = YES; - _contentLabel.minimumScaleFactor = 0.7; + _contentLabel.minimumScaleFactor = 0.5; } return _contentLabel; } diff --git a/YuMi/Modules/YMMine/View/SubViews/MineInfo/XPMineUserInfoHeaderView.m b/YuMi/Modules/YMMine/View/SubViews/MineInfo/XPMineUserInfoHeaderView.m index d8fbe9e4..4ecf81f4 100644 --- a/YuMi/Modules/YMMine/View/SubViews/MineInfo/XPMineUserInfoHeaderView.m +++ b/YuMi/Modules/YMMine/View/SubViews/MineInfo/XPMineUserInfoHeaderView.m @@ -266,8 +266,14 @@ HWDMP4PlayDelegate> [self.userInfoView addSubview:self.personalBGMP4]; [self.userInfoView addSubview:self.personalBGSvga]; [self.userInfoView addSubview:self.personalBGImageView]; - + [self setupAvatars]; + + [self.personalBGImageView mas_makeConstraints:^(MASConstraintMaker *make) { + make.top.mas_equalTo(self.avatarView).offset(-15); + make.leading.trailing.mas_equalTo(self.userInfoView); + make.height.mas_equalTo(kGetScaleWidth(370)); + }]; [self setupNameArea]; @@ -732,7 +738,9 @@ HWDMP4PlayDelegate> break; case 2: { SVGAParser *parser = [[SVGAParser alloc] init]; + @kWeakify(self); [parser parseWithURL:[NSURL URLWithString:userInfo.usingPersonalBackground.effect] completionBlock:^(SVGAVideoEntity * _Nullable videoItem) { + @kStrongify(self); self.personalBGSvga.videoItem = videoItem; self.personalBGSvga.loops = 0; [self.personalBGSvga startAnimation]; @@ -1498,7 +1506,7 @@ HWDMP4PlayDelegate> - (NetImageView *)personalBGImageView { if (!_personalBGImageView) { - _personalBGImageView = [[NetImageView alloc] initWithFrame:CGRectMake(0, -40, KScreenWidth, kGetScaleWidth(370))]; + _personalBGImageView = [[NetImageView alloc] initWithFrame:CGRectMake(0, kGetScaleWidth(-50), KScreenWidth, kGetScaleWidth(370))]; _personalBGImageView.contentMode = UIViewContentModeScaleAspectFill; } return _personalBGImageView; diff --git a/YuMi/Modules/YMNewHome/View/XPHomePartyViewController.h b/YuMi/Modules/YMNewHome/View/XPHomePartyViewController.h index 49969b5f..30e4a2c6 100644 --- a/YuMi/Modules/YMNewHome/View/XPHomePartyViewController.h +++ b/YuMi/Modules/YMNewHome/View/XPHomePartyViewController.h @@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN @interface XPHomePartyViewController : MvpViewController @property (nonatomic, copy) void(^scrollCallback)(UIScrollView *scrollView); @property (nonatomic, copy) void(^didTapBannerItem)(HomeBannerInfoModel *itemModel); -//@property (nonatomic, copy) void(^loadBannerInfo)(void); +@property (nonatomic, copy) void(^didAppear)(PIHomeCategoryTitleModel *displayModel); @property(nonatomic,strong) PIHomeCategoryTitleModel *tagModel; diff --git a/YuMi/Modules/YMNewHome/View/XPHomePartyViewController.m b/YuMi/Modules/YMNewHome/View/XPHomePartyViewController.m index c6fc83c0..b7d89e3f 100644 --- a/YuMi/Modules/YMNewHome/View/XPHomePartyViewController.m +++ b/YuMi/Modules/YMNewHome/View/XPHomePartyViewController.m @@ -341,6 +341,12 @@ } } +- (void)listDidAppear { + if (self.didAppear && self.tagModel) { + self.didAppear(self.tagModel); + } +} + #pragma mark - Getters And Setters -(void)setTagModel:(PIHomeCategoryTitleModel *)tagModel{ diff --git a/YuMi/Modules/YMNewHome/View/XPHomeRecommendViewController.h b/YuMi/Modules/YMNewHome/View/XPHomeRecommendViewController.h deleted file mode 100644 index 1f17be61..00000000 --- a/YuMi/Modules/YMNewHome/View/XPHomeRecommendViewController.h +++ /dev/null @@ -1,27 +0,0 @@ -// -// XPHomeRecommendViewController.h -// YuMi -// -// Created by YuMi on 2022/2/21. -// - -#import "MvpViewController.h" -#import -#import "PIHomeCategoryTitleModel.h" -NS_ASSUME_NONNULL_BEGIN - -@protocol XPHomeRecommendViewControllerDelegate - --(void)openRoom; - -@end - -@interface XPHomeRecommendViewController : MvpViewController -@property (nonatomic, copy) void(^scrollCallback)(UIScrollView *scrollView); -@property(nonatomic,weak) iddelegate; -@property(nonatomic,copy) HeaderRefreshComplete refreshComplete; -@property(nonatomic,strong) PIHomeCategoryTitleModel *tagModel; - -@end - -NS_ASSUME_NONNULL_END diff --git a/YuMi/Modules/YMNewHome/View/XPHomeRecommendViewController.m b/YuMi/Modules/YMNewHome/View/XPHomeRecommendViewController.m deleted file mode 100644 index 7764e506..00000000 --- a/YuMi/Modules/YMNewHome/View/XPHomeRecommendViewController.m +++ /dev/null @@ -1,470 +0,0 @@ -// -// XPHomeRecommendViewController.m -// YuMi -// -// Created by YuMi on 2022/2/21. -// - -#import "XPHomeRecommendViewController.h" -///Third -#import -#import -#import -#import -///Tool -#import "YUMIMacroUitls.h" -#import "DJDKMIMOMColor.h" -#import "XPWeakTimer.h" -#import "ClientConfig.h" -#import "UIImage+Utils.h" -#import "Api+Room.h" -#import "Api+RoomSetting.h" -#import "AccountInfoStorage.h" -#import "TTPopup.h" -#import "NSArray+Safe.h" -#import "CountDownHelper.h" -#import "XPSkillCardPlayerManager.h" -#import "UploadFile.h" -///View -#import "XPNewHomePlayTableViewCell.h" -#import "XPNewHomeRecommendTableViewCell.h" -#import "XPNewHomePlayEmptyTableViewCell.h" -#import "XPHomeBannerTableViewCell.h" -#import "XPNewHomePartyTableViewCell.h" -#import "XPRoomViewController.h" -#import "XPWebViewController.h" -#import "XPMineUserInfoViewController.h" -#import "SessionViewController.h" -///Model -#import "HomePlayRoomModel.h" -#import "HomeBannerInfoModel.h" -#import "HomeRecommendRoomModel.h" -#import "ClanDetailInfoModel.h" -///P -#import "XPNewHomeRecommendPresenter.h" -#import "XPNewHomeRecommendProtocol.h" -#import "XPHomeGameView.h" -UIKIT_EXTERN NSString * const kShieldingNotification; -@interface XPHomeRecommendViewController () -///列表 -@property (nonatomic,strong) UITableView *tableView; - -///组队开黑 -@property (nonatomic,copy) NSArray *playTeamList; -///个人房列表数据 -@property (nonatomic,strong) NSMutableArray *personalRoomList; -///房间信息 -@property (nonatomic,strong) RoomInfoModel * roomInfo; -///倒计时 -@property (nonatomic,strong) CountDownHelper *countDownHelper; -///正在播放声音的cell -@property(nonatomic,strong)XPNewHomePartyTableViewCell *pi_playAudioCell; - -@end - -@implementation XPHomeRecommendViewController -- (XPNewHomeRecommendPresenter *)createPresenter { - return [[XPNewHomeRecommendPresenter alloc] init]; -} -- (BOOL)isHiddenNavBar { - return YES; -} - -- (void)viewDidLoad { - [super viewDidLoad]; - [self initSubViews]; -} - --(void)viewDidAppear:(BOOL)animated{ - [super viewDidAppear:animated]; -} - --(void)viewDidDisappear:(BOOL)animated{ - [super viewDidAppear:animated]; - [self.countDownHelper stopCountDown]; - [[XPSkillCardPlayerManager shareInstance] stopMusic]; - if(self.pi_playAudioCell != nil){ - [self.pi_playAudioCell setPlaySoundStatus:NO]; - self.pi_playAudioCell = nil; - } -} - --(void)dealloc{ - [[NSNotificationCenter defaultCenter]removeObserver:self]; -} - -#pragma mark - Private Method -- (void)initSubViews { - self.view.backgroundColor = [UIColor clearColor]; - [self.view addSubview:self.tableView]; - [self.tableView mas_makeConstraints:^(MASConstraintMaker *make) { - make.edges.mas_equalTo(self.view); - }]; -} - -#pragma mark - UITableViewDelegate And UITableViewDataSource - -- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{ - return 2; -} - -- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { - if(section == 0) return 1; - return self.personalRoomList.count > 0 ? self.personalRoomList.count : 1; -} - -- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { - if (indexPath.section == 0) { - return self.playTeamList.count > 0 ? kGetScaleWidth(102) : kGetScaleWidth(75); - } - return self.personalRoomList.count > 0 ? kGetScaleWidth(104) : 300; -} - -- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { - if(indexPath.section == 0) { - if(self.playTeamList.count > 0){ - XPNewHomePlayTableViewCell * cell = [tableView dequeueReusableCellWithIdentifier:NSStringFromClass([XPNewHomePlayTableViewCell class])]; - if (cell == nil) { - cell = [[XPNewHomePlayTableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:NSStringFromClass([XPNewHomePlayTableViewCell class])]; - } - - cell.playRoomList = self.playTeamList; - - cell.delegate = self; - return cell; - } - XPNewHomePlayEmptyTableViewCell * cell = [tableView dequeueReusableCellWithIdentifier:NSStringFromClass([XPNewHomePlayEmptyTableViewCell class])]; - if (cell == nil) { - cell = [[XPNewHomePlayEmptyTableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:NSStringFromClass([XPNewHomePlayEmptyTableViewCell class])]; - } - - cell.isClan = YES; - cell.delegate = self; - return cell; - } - - XPNewHomePartyTableViewCell * cell = [tableView dequeueReusableCellWithIdentifier:NSStringFromClass([XPNewHomePartyTableViewCell class])]; - if (cell == nil) { - cell = [[XPNewHomePartyTableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:NSStringFromClass([XPNewHomePartyTableViewCell class])]; - } - - cell.roomInfo = [self.personalRoomList xpSafeObjectAtIndex:indexPath.row]; - cell.delegate = self; - return cell; - -} - - -- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section { - return 0.01; -} - -- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section { - return 0.01; -} - -- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { - [tableView deselectRowAtIndexPath:indexPath animated:YES]; - if(indexPath.section == 3) { - if (self.personalRoomList.count > 0) { - HomePlayRoomModel * roomInfo1 = [self.personalRoomList xpSafeObjectAtIndex:indexPath.row]; - if (roomInfo1.uid.length > 0) { - [XPRoomViewController openRoom:roomInfo1.uid viewController:self]; - } - } - } -} - --(void)scrollViewDidScroll:(UIScrollView *)scrollView{ - if(self.pi_playAudioCell != nil){ - BOOL isVisible = YES; - CGRect cellR = [self.tableView rectForRowAtIndexPath:[self.tableView indexPathForCell:self.pi_playAudioCell]]; - if((self.tableView.contentOffset.y - (cellR.origin.y)) > cellR.size.height){ - isVisible = NO; - } - if (cellR.origin.y - self.tableView.contentOffset.y > self.tableView.frame.size.height) {//下滑的情况 - isVisible = NO; - } - if(!isVisible && [self.pi_playAudioCell isKindOfClass:[XPNewHomePartyTableViewCell class]]) { - [self.countDownHelper stopCountDown]; - [[XPSkillCardPlayerManager shareInstance] stopMusic]; - [self.pi_playAudioCell setPlaySoundStatus:NO]; - self.pi_playAudioCell = nil; - } - } - if(self.scrollCallback){ - self.scrollCallback(scrollView); - } -} - -#pragma mark - XPNewHomeRecommendTableViewCellDelegate -- (void)xPNewHomeRecommendTableViewCell:(XPNewHomeRecommendTableViewCell *)view didSelectItem:(HomeRecommendRoomModel *)info { - if (info.roomUid.length > 0) { - [XPRoomViewController openRoom:info.roomUid viewController:self]; - } -} - -#pragma mark - XPNewHomePlayTableViewCellDelegate -- (void)xPNewHomePlayTableViewCell:(XPNewHomePlayTableViewCell *)cell didSelectItem:(HomePlayRoomModel *)info { - if (info.uid.length > 0) { - [XPRoomViewController openRoom:info.uid viewController:self]; - } -} -- (void)chooseGameAction{ - // XPHomeGameView *gameView = [XPHomeGameView new]; - // gameView.frame = CGRectMake(0, 0, KScreenWidth, KScreenHeight); - // gameView.playGameList = self.littleGameArray; - // gameView.delegate = self; - // [kWindow addSubview:gameView]; -} -#pragma mark - XPNewHomePlayEmptyTableViewCellDelegate -- (void)emptyCellChooseGameAction{ - // XPHomeGameView *gameView = [XPHomeGameView new]; - // gameView.frame = CGRectMake(0, 0, KScreenWidth, KScreenHeight); - // gameView.playGameList = self.littleGameArray; - // gameView.delegate = self; - // [kWindow addSubview:gameView]; - if(self.delegate && [self.delegate respondsToSelector:@selector(openRoom)]){ - [self.delegate openRoom]; - } -} -#pragma mark - XPHomeGameViewDelegate -- (void)xpHomeGameViewChooseGameWithGameModel:(LittleGameInfoModel *)gameModel{ - - NSString *uid = [AccountInfoStorage instance].getUid; - [self showLoading]; - @kWeakify(self); - [Api getRoomInfo:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) { - @kStrongify(self); - if (code == 200) { - RoomInfoModel * roomInfo = [RoomInfoModel modelWithJSON:data.data]; - if(roomInfo.isReselect){ - [XPRoomViewController openRoom:[AccountInfoStorage instance].getUid mgId:gameModel.mgId viewController:self]; - }else{ - [self updateRoomInformation:gameModel roomInfo:roomInfo]; - } - } else { - [self hideHUD]; - [self showErrorToast:msg]; - } - } uid:uid intoUid:uid]; -} -///更新为游戏房 --(void)updateRoomInformation:(LittleGameInfoModel *)gameModel roomInfo:(RoomInfoModel *)roomInfo{ - NSString * uid = [AccountInfoStorage instance].getUid; - NSMutableDictionary * params = [NSMutableDictionary dictionary]; - NSString * ticket = [AccountInfoStorage instance].getTicket; - [params setObject:ticket forKey:@"ticket"]; - [params setObject:uid forKey:@"uid"]; - [params setObject:[NSString stringWithFormat:@"%ld", roomInfo.uid] forKey:@"roomUid"]; - if (roomInfo.title.length > 0) { - [params setObject:roomInfo.title forKey:@"title"]; - } - - if (roomInfo.roomPwd.length > 0) { - [params setObject:roomInfo.roomPwd forKey:@"roomPwd"]; - } else{ - [params setObject:@"" forKey:@"roomPwd"]; - } - - if (roomInfo.tagId > 0) { - [params setObject:[NSString stringWithFormat:@"%ld", roomInfo.tagId] forKey:@"tagId"]; - } - - [params setObject:@(RoomType_MiniGame) forKey:@"type"]; - [params setObject:gameModel.mgId forKey:@"mgId"]; - - [params setObject:@(roomInfo.hasAnimationEffect) forKey:@"hasAnimationEffect"]; - @weakify(self) - [Api ownerUpdateRoomInfo:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) { - @strongify(self); - [self hideHUD]; - if (code == 200) { - [XPRoomViewController openRoom:[AccountInfoStorage instance].getUid mgId:gameModel.mgId viewController:self]; - } else { - [self showErrorToast:msg]; - } - } params:params]; -} -#pragma mark - XPHomeBannerTableViewCell -- (void)xPHomeBannerTableViewCell:(XPHomeBannerTableViewCell *)view didClickBanner:(HomeBannerInfoModel *)info { - switch (info.skipType) { - case HomeBannerInfoSkipType_Room: { - if (info.skipUri.length > 0) { - [XPRoomViewController openRoom:info.skipUri viewController:self]; - } - } - break; - case HomeBannerInfoSkipType_Web: { - XPWebViewController *vc = [[XPWebViewController alloc] initWithRoomUID:@(self.roomInfo.roomId).stringValue]; - vc.url = info.skipUri; - [self.navigationController pushViewController:vc animated:YES]; - } - break; - default: - break; - } -} -#pragma mark - XPHomeRecommendProtocol -- (void)getFriendList:(NSArray *)list{ - for (int i = 0;i < list.count;i++) { - HomePlayRoomModel *model = list[i]; - NSMutableArray *labels = [NSMutableArray array]; - [labels addObject:[NSString calculateConstellationWithMonth:model.birth] ?: @""]; - [labels addObjectsFromArray:model.labels]; - model.labels = labels; - - NSMutableArray *widthList = [NSMutableArray array]; - for (NSString *text in model.labels) { - CGFloat width = [UILabel getWidthWithText:text height:kGetScaleWidth(18) font:kFontRegular(10)] + kGetScaleWidth(16) + 1; - [widthList addObject:@(width)]; - } - model.labelsWidthList = widthList; - } -// self.personalRoomList = [NSMutableArray arrayWithArray:list]; - -} - -#pragma mark - JXPagingViewListViewDelegate -- (UIScrollView *)listScrollView { - return self.tableView; -} - -- (void)listViewDidScrollCallback:(void (^)(UIScrollView *))callback { - self.scrollCallback = callback; -} - -- (UIView *)listView { - return self.view; -} - - -#pragma mark- XPNewHomePartyTableViewCellDelegate -///点击头像 - --(void)xPNewHomePartyTableViewCell:(XPNewHomePartyTableViewCell *_Nullable)cell didSelectItem:(HomePlayRoomModel *_Nullable)roomModel{ - XPMineUserInfoViewController *infoVC = [[XPMineUserInfoViewController alloc]init]; - infoVC.uid = [roomModel.uid integerValue]; - [self.navigationController pushViewController:infoVC animated:YES]; -} -///点击聊天 --(void)xPNewHomePartyTableViewCell:(XPNewHomePartyTableViewCell *_Nullable)cell didSelectChat:(HomePlayRoomModel *_Nonnull)roomModel{ - if(roomModel.inMic == YES){ - [XPRoomViewController openRoom:roomModel.inRoomUid fromNick:roomModel.nick fromType:UserEnterRoomFromType_Follow_User fromUid:roomModel.uid viewController:self]; - - return; - } - - NIMSession * session = [NIMSession session:roomModel.uid type:NIMSessionTypeP2P]; - SessionViewController * sessionVC = [[SessionViewController alloc] initWithSession:session]; - [self.navigationController pushViewController:sessionVC animated:YES]; - -} - -///播放音乐 --(void)xPNewHomePartyTableViewCell:(XPNewHomePartyTableViewCell *_Nullable)cell didPlayVoice:(HomePlayRoomModel *_Nonnull)roomModel didClickPlaySound:(BOOL)isPlay{ - if(isPlay == YES){ - if(self.pi_playAudioCell != nil){ - [self.countDownHelper stopCountDown]; - [self.pi_playAudioCell setPlaySoundStatus:NO]; - [[XPSkillCardPlayerManager shareInstance] stopMusic]; - self.pi_playAudioCell = nil; - } - self.pi_playAudioCell = cell; - - NSString *fileName = [[roomModel.userVoice componentsSeparatedByString:@"/"] lastObject]; - NSString *filePath = [[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) xpSafeObjectAtIndex:0] stringByAppendingPathComponent:@"kMineSoundCard"]; - NSString *fullPath = [filePath stringByAppendingPathComponent:fileName]; - if ([[NSFileManager defaultManager] fileExistsAtPath:fullPath]) { - [self playAudioWithUrl:fullPath isDelay:[XPSkillCardPlayerManager shareInstance].isMineInMic]; - }else{ - if (![[NSFileManager defaultManager] fileExistsAtPath:filePath]) { - NSFileManager *fileMgr = [[NSFileManager alloc] init]; - [fileMgr createDirectoryAtPath:filePath withIntermediateDirectories:YES attributes:nil error:nil]; - } - [UploadFile downloadAudioWithFileName:fileName musicUrl:roomModel.userVoice mainFileName:@"kMineSoundCard" completion:^(BOOL isSuccess, NSString *editAudioPath) { - if(isSuccess){ - [self playAudioWithUrl:editAudioPath isDelay:[XPSkillCardPlayerManager shareInstance].isMineInMic]; - - }else{ - [self.pi_playAudioCell setPlaySoundStatus:NO]; - [[XPSkillCardPlayerManager shareInstance] stopMusic]; - self.pi_playAudioCell = nil; - } - }]; - } - }else{ - [self.countDownHelper stopCountDown]; - [self.pi_playAudioCell setPlaySoundStatus:NO]; - [[XPSkillCardPlayerManager shareInstance] stopMusic]; - self.pi_playAudioCell = nil; - } - -} -/// 播放录音 -/// - Parameters: -/// - url: 录音链接 -/// - isDelay: 是否延时0.5秒播放录音,因为如果在麦上的话,需要先关麦再播放,所以要延时0.5秒来关麦后再播放,不然会没声音 --(void)playAudioWithUrl:(NSString*)url isDelay:(BOOL)isDelay{ - - if(isDelay == YES){ - [[XPSkillCardPlayerManager shareInstance] playerNewVoiceWithPath:url completionBlock:^{ - [[XPSkillCardPlayerManager shareInstance] stopMusic]; - - }]; - dispatch_time_t popTime = dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)); - dispatch_after(popTime, dispatch_get_main_queue(), ^(void){ - NSInteger getCurrentTime = ceil([self.pi_playAudioCell.roomInfo.voiceDura integerValue]); - [self.countDownHelper openCountdownWithTime:(int)getCurrentTime]; - }); - return; - } - NSInteger getCurrentTime = ceil([self.pi_playAudioCell.roomInfo.voiceDura integerValue]); - [self.countDownHelper openCountdownWithTime:(int)getCurrentTime]; - [[XPSkillCardPlayerManager shareInstance] playerVoiceWithPath:url completionBlock:^{ - - [[XPSkillCardPlayerManager shareInstance] stopMusic]; - }]; -} -///倒计时结束 -- (void)onCountdownFinish{ - if(self.pi_playAudioCell != nil){ - [self.pi_playAudioCell setPlaySoundTime:0]; - dispatch_time_t popTime = dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.3 * NSEC_PER_SEC)); - dispatch_after(popTime, dispatch_get_main_queue(), ^(void){ - [self.pi_playAudioCell setPlaySoundStatus:NO]; - self.pi_playAudioCell = nil; - }); - } -} -///倒计时进行 -- (void)onCountdownOpen:(int)time{ - if(self.pi_playAudioCell != nil){ - [self.pi_playAudioCell setPlaySoundTime:(int)time + 1]; - } - -} -- (UITableView *)tableView { - if (!_tableView) { - _tableView = [[UITableView alloc] initWithFrame:CGRectZero style:UITableViewStylePlain]; - _tableView.delegate = self; - _tableView.dataSource = self; - _tableView.separatorStyle = UITableViewCellSeparatorStyleNone; - _tableView.backgroundColor = [UIColor clearColor]; - if (@available(iOS 11.0, *)) { - _tableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; - } - [_tableView registerClass:[XPNewHomePlayTableViewCell class] forCellReuseIdentifier:NSStringFromClass([XPNewHomePlayTableViewCell class])]; - [_tableView registerClass:[XPNewHomePlayEmptyTableViewCell class] forCellReuseIdentifier:NSStringFromClass([XPNewHomePlayEmptyTableViewCell class])]; - [_tableView registerClass:[XPNewHomePartyTableViewCell class] forCellReuseIdentifier:NSStringFromClass([XPNewHomePartyTableViewCell class])]; - } - return _tableView; -} -- (CountDownHelper *)countDownHelper{ - if (!_countDownHelper){ - _countDownHelper = [[CountDownHelper alloc]init]; - _countDownHelper.delegate = self; - } - return _countDownHelper; -} -@end diff --git a/YuMi/Modules/YMNewHome/View/XPNewHomeViewController.m b/YuMi/Modules/YMNewHome/View/XPNewHomeViewController.m index 81249e96..7e8b8452 100644 --- a/YuMi/Modules/YMNewHome/View/XPNewHomeViewController.m +++ b/YuMi/Modules/YMNewHome/View/XPNewHomeViewController.m @@ -37,7 +37,7 @@ #import "XPRoomSearchContainerViewController.h" #import "XPHomePartyViewController.h" #import "XPWebViewController.h" -#import "XPHomeRecommendViewController.h" + #import "XPNewHomeNavView.h" #import "XPRoomViewController.h" #import "XPNewHomeHeadView.h" @@ -244,7 +244,11 @@ UIKIT_EXTERN NSString * const kOpenRoomNotification; } - (void)updateIndex:(NSInteger)index { + if (index == self.lastSelectedIndex) { + return; + } if (index < self.tabArray.count) { + self.lastSelectedIndex = index; [self.tabCollectionView selectItemAtIndexPath:[NSIndexPath indexPathForRow:index inSection:0] animated:YES scrollPosition:UICollectionViewScrollPositionNone]; @@ -317,8 +321,7 @@ JXCategoryViewDelegate, XPHomeContainerProtocol, XPNewHomeNavViewDelegate, XPNewHomeHeadViewDelegate, -XPHomeRecommendOtherRoomViewDelegate, -XPHomeRecommendViewControllerDelegate> +XPHomeRecommendOtherRoomViewDelegate> ///头视图 @property(nonatomic,strong) XPNewHomeHeadView *headView; @@ -334,7 +337,6 @@ XPHomeRecommendViewControllerDelegate> @property (nonatomic,strong) HomeTagModel *recommendItem; ///解决弱网时首页底部出现一片空白bug @property (nonatomic,assign) BOOL isEmpty; -@property(nonatomic,strong) XPHomeRecommendViewController * recommendVC; @property(nonatomic,assign) BOOL isCheckIp; @property(nonatomic,assign) NSInteger type; @property(nonatomic,strong) NSMutableDictionary *validListDict; @@ -448,12 +450,6 @@ XPHomeRecommendViewControllerDelegate> self.pagingView.mainTableView.mj_header = header; [ClientConfig shareConfig].inviteCode = @""; - @kWeakify(self); - self.recommendVC.refreshComplete = ^{ - @kStrongify(self); - [self.pagingView.mainTableView.mj_header endRefreshing]; - }; - [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(homeVCRefreshComplete) name:@"khomeVCRefreshComplete" object:nil]; [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(logOut) name:@"kInLoginVC" object:nil]; @@ -583,12 +579,6 @@ XPHomeRecommendViewControllerDelegate> [self.navigationController presentViewController:searchVC animated:YES completion:nil]; } -#pragma mark - XPHomeRecommendViewControllerDelegate --(void)openRoom{ - NSString* roomUid = [AccountInfoStorage instance].getUid; - [self opRoom:roomUid]; -} - #pragma mark - JXCategoryViewDelegate - (NSUInteger)tableHeaderViewHeightInPagerView:(JXPagerView *)pagerView { if (self.headView.itemList.count == 0 && self.headView.bannerList.count == 0){ @@ -616,7 +606,7 @@ XPHomeRecommendViewControllerDelegate> } - (id)pagerView:(JXPagerView *)pagerView initListAtIndex:(NSInteger)index { - id homeV = [self.validListDict objectForKey:[NSNumber numberWithInteger:index]]; + id homeV = [self.validListDict objectForKey:@(index)]; if (homeV) { return homeV; } @@ -628,10 +618,23 @@ XPHomeRecommendViewControllerDelegate> @kStrongify(self); [self handleTapBannerItem:itemModel]; }]; + [homeVC setDidAppear:^(PIHomeCategoryTitleModel * _Nonnull displayModel) { + @kStrongify(self); + if (self.validListDict.count > 1) { + NSInteger currentIndex = [self.tagModelList indexOfObject:displayModel]; + [self.titleView selectItemAtIndex:index]; + [self.categoryTagList updateIndex:currentIndex]; + } + }]; [self.validListDict setObject:homeVC forKey:@(index)]; return homeVC; } +- (NSString *)pagerView:(JXPagerView *)pagerView listIdentifierAtIndex:(NSInteger)index { + + return @(index).stringValue; +} + #pragma mark - JXCategoryListContentViewDelegate - (UIView *)listView { return self.view; @@ -863,6 +866,7 @@ XPHomeRecommendViewControllerDelegate> if (!_pagingView) { _pagingView = [[JXPagerView alloc] initWithDelegate:self listContainerType:0]; _pagingView.mainTableView.gestureDelegate = self; +// _pagingView.currentScrollingListView.delegate = self; _pagingView.backgroundColor = [UIColor clearColor]; _pagingView.listContainerView.backgroundColor = [UIColor clearColor]; _pagingView.listContainerView.listCellBackgroundColor = [UIColor clearColor]; @@ -886,13 +890,6 @@ XPHomeRecommendViewControllerDelegate> return _headView; } -- (XPHomeRecommendViewController *)recommendVC{ - if(!_recommendVC){ - _recommendVC = [[XPHomeRecommendViewController alloc] init]; - _recommendVC.delegate = self; - } - return _recommendVC; -} - (NSMutableDictionary *)validListDict{ if(!_validListDict){ _validListDict = [NSMutableDictionary dictionary]; diff --git a/YuMi/Modules/YMRTC/Library/ZegoAudioRoom.framework/ZegoAudioRoom b/YuMi/Modules/YMRTC/Library/ZegoAudioRoom.framework/ZegoAudioRoom index 9a59fbad..ec409879 100755 Binary files a/YuMi/Modules/YMRTC/Library/ZegoAudioRoom.framework/ZegoAudioRoom and b/YuMi/Modules/YMRTC/Library/ZegoAudioRoom.framework/ZegoAudioRoom differ diff --git a/YuMi/Modules/YMRoom/View/AnimationView/RoomAnimationView.m b/YuMi/Modules/YMRoom/View/AnimationView/RoomAnimationView.m index f843f15b..ce80fdb6 100644 --- a/YuMi/Modules/YMRoom/View/AnimationView/RoomAnimationView.m +++ b/YuMi/Modules/YMRoom/View/AnimationView/RoomAnimationView.m @@ -792,11 +792,11 @@ XPRoomGraffitiGiftAnimationViewDelegate attachment.second == Custom_Message_Sub_AllBatchMicroLuckySend || attachment.second == Custom_Message_Sub_Gift_LuckySend) { NSString * giftId = [NSString stringWithFormat:@"%ld", receiveInfo.luckyGiftList.giftList.firstObject.giftId]; - giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:giftId]; + giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:giftId inRoom:@(receiveInfo.roomUid).stringValue]; } if (giftInfo == nil) { - giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:receiveInfo.giftId]; + giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:receiveInfo.giftId inRoom:@(receiveInfo.roomUid).stringValue]; } if (giftInfo == nil) { giftInfo = [receiveInfo.displayGift xpSafeObjectAtIndex:0]; @@ -1358,18 +1358,13 @@ XPRoomGraffitiGiftAnimationViewDelegate } else { NSString *userName = model.nick; if (model.cpList.count > 0 && model.screenType < 3) { - for (RoomEnterCPListModel *cp in model.cpList) { - NSString *cpName = cp.cpNick; - NSString *cpLevelTitle = [NSString stringWithFormat:@"RoomEffect_CP_lv_%@", @(cp.cpLevel)]; - NSString *title = [NSString stringWithFormat:YMLocalizedString(@"1.0.37_text_31"), userName, YMLocalizedString(cpLevelTitle), cpName]; - - NSDictionary * dic= @{@"title":title, - @"experLevelSeq":[NSString stringWithFormat:@"%ld", model.experLevelSeq], - @"effectPath" : @"", - @"isCP":@(YES) - }; - [self.enterRoomAnimationQueue addObject:dic]; - } + NSString *title = [NSString stringWithFormat:YMLocalizedString(@"XPRoomAnimationView0"), userName]; + NSDictionary * dic= @{@"title":title, + @"experLevelSeq":[NSString stringWithFormat:@"%ld", model.experLevelSeq], + @"effectPath" : @"", + @"isCP":@(YES) + }; + [self.enterRoomAnimationQueue addObject:dic]; } else { NSString *title = [NSString stringWithFormat:YMLocalizedString(@"XPRoomAnimationView0"), userName]; @@ -2824,10 +2819,10 @@ XPRoomGraffitiGiftAnimationViewDelegate GiftInfoModel * giftInfo = receiveInfo.gift ? receiveInfo.gift : receiveInfo.giftInfo; if (attachment.second == Custom_Message_Sub_AllMicroLuckySend || attachment.second == Custom_Message_Sub_AllBatchMicroLuckySend || attachment.second == Custom_Message_Sub_Gift_LuckySend) { NSString * giftId = [NSString stringWithFormat:@"%ld", receiveInfo.luckyGiftList.giftList.firstObject.giftId]; - giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:giftId]; + giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:giftId inRoom:@(receiveInfo.roomUid).stringValue]; } if (giftInfo == nil) { - giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:receiveInfo.giftId]; + giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:receiveInfo.giftId inRoom:@(receiveInfo.roomUid).stringValue]; } ///在最外面判断是否可以拿到那个礼物 后面使用就不用判断了 @@ -2913,7 +2908,7 @@ XPRoomGraffitiGiftAnimationViewDelegate - (void)startGraffitiGiftAnimation:(AttachmentModel *)model { NSDictionary * dic = model.data; NSNumber * giftId = dic[@"giftId"]; - GiftInfoModel * giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:giftId.stringValue]; + GiftInfoModel * giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:giftId.stringValue inRoom:@""]; NSArray * array = dic[@"drawFixedArray"]; if (giftInfo.giftUrl.length > 0 && array.count > 0) { [[SDWebImageManager sharedManager] loadImageWithURL:[NSURL URLWithString:giftInfo.giftUrl] options:SDWebImageProgressiveLoad progress:nil completed:^(UIImage * _Nullable image, NSData * _Nullable data, NSError * _Nullable error, SDImageCacheType cacheType, BOOL finished, NSURL * _Nullable imageURL) { diff --git a/YuMi/Modules/YMRoom/View/BaseUIContainerView/XPRoomFunctionContainerView.m b/YuMi/Modules/YMRoom/View/BaseUIContainerView/XPRoomFunctionContainerView.m index 01429da4..5392ade8 100644 --- a/YuMi/Modules/YMRoom/View/BaseUIContainerView/XPRoomFunctionContainerView.m +++ b/YuMi/Modules/YMRoom/View/BaseUIContainerView/XPRoomFunctionContainerView.m @@ -302,7 +302,12 @@ - (void)configLittleGameState { RoomInfoModel * roomInfo = self.delegate.getRoomInfo; - if (roomInfo.isPermitRoom != PermitRoomType_License && roomInfo.roomModeType != RoomModeType_Open_Blind && roomInfo.roomModeType != RoomModeType_Open_PK_Mode && roomInfo.roomModeType != RoomModeType_Open_AcrossRoomPK_mode && roomInfo.roomModeType != RoomModeType_Open_Micro_Mode && !roomInfo.leaveMode && roomInfo.uid == [AccountInfoStorage instance].getUid.integerValue) { + if (roomInfo.isPermitRoom != PermitRoomType_License && + roomInfo.roomModeType != RoomModeType_Open_Blind && + roomInfo.roomModeType != RoomModeType_Open_PK_Mode && + roomInfo.roomModeType != RoomModeType_Open_AcrossRoomPK_mode && + roomInfo.roomModeType != RoomModeType_Open_Micro_Mode && + !roomInfo.leaveMode && roomInfo.uid == [AccountInfoStorage instance].getUid.integerValue) { if (!self.gameListView.superview) { [self addSubview:self.gameListView]; [self.gameListView mas_makeConstraints:^(MASConstraintMaker *make) { diff --git a/YuMi/Modules/YMRoom/View/LittleGame/View/XPLittleGameRoomListView.m b/YuMi/Modules/YMRoom/View/LittleGame/View/XPLittleGameRoomListView.m index 97e3bd48..393a698a 100644 --- a/YuMi/Modules/YMRoom/View/LittleGame/View/XPLittleGameRoomListView.m +++ b/YuMi/Modules/YMRoom/View/LittleGame/View/XPLittleGameRoomListView.m @@ -115,24 +115,25 @@ #pragma mark - Getters And Setters - (void)setMgId:(NSString *)mgId { _mgId = mgId; - if (self.gameList.count > 0) { - self.datasource = [self handleGameListData:self.gameList]; - } else { - [Api getLittleGameList:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) { - if (code == 200) { - NSArray * array = [LittleGameInfoModel modelsWithArray:data.data]; - LittleGameInfoModel * gameInfo = [[LittleGameInfoModel alloc] init]; - gameInfo.mgId = @"0"; - gameInfo.name = YMLocalizedString(@"XPLittleGameRoomListView0"); - NSMutableArray * dataArray = [NSMutableArray array]; - [dataArray addObjectsFromArray:array]; - [dataArray addObject:gameInfo]; - self.gameList = [dataArray copy]; - self.datasource = [self handleGameListData:self.gameList]; - } - } - roomUid:@""]; - } + +// if (self.gameList.count > 0) { +// self.datasource = [self handleGameListData:self.gameList]; +// } else { +// [Api getLittleGameList:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) { +// if (code == 200) { +// NSArray * array = [LittleGameInfoModel modelsWithArray:data.data]; +// LittleGameInfoModel * gameInfo = [[LittleGameInfoModel alloc] init]; +// gameInfo.mgId = @"0"; +// gameInfo.name = YMLocalizedString(@"XPLittleGameRoomListView0"); +// NSMutableArray * dataArray = [NSMutableArray array]; +// [dataArray addObjectsFromArray:array]; +// [dataArray addObject:gameInfo]; +// self.gameList = [dataArray copy]; +// self.datasource = [self handleGameListData:self.gameList]; +// } +// } +// roomUid:@""]; +// } } - (void)setDatasource:(NSArray *)datasource { diff --git a/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageLogicManager.h b/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageLogicManager.h index 83ae0d11..ebbc3d2b 100644 --- a/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageLogicManager.h +++ b/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageLogicManager.h @@ -37,12 +37,12 @@ NS_ASSUME_NONNULL_BEGIN - (void)registerGiftTotalCostString:(void(^)(NSAttributedString *content))block key:(NSString *)key; - (void)removeGiftTotalCostRegister:(NSString *)key; /// 注册金币红包总成本的内容更新 block -- (void)registerCoinTotalCostString:(void(^)(NSString *content))block; +- (void)registerCoinTotalCostString:(void(^)(NSAttributedString *content))block; /// 获取最新的礼物红包总成本 //- (NSString *)loadGiftTotalCostString; - (NSAttributedString *)loadGiftTotalCostString; /// 获取最新的金币红包总成本 -- (NSString *)loadCoinTotalCostString; +- (NSAttributedString *)loadCoinTotalCostString; /// 更新选中金币红包的金额 - (void)updateSelectedBag:(NSInteger)money; /// 更新选中金币红包的数量 diff --git a/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageLogicManager.m b/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageLogicManager.m index e2d14d41..811c1818 100644 --- a/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageLogicManager.m +++ b/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageLogicManager.m @@ -30,11 +30,11 @@ @property(nonatomic, assign) NSInteger selectedWaitingTime_coin; @property(nonatomic, assign) NSInteger selectedBagMoney; @property(nonatomic, assign) NSInteger selectedBagCount; -@property(nonatomic, copy) NSString *totalCostString_Coin; +@property(nonatomic, strong) NSMutableAttributedString *totalCostString_Coin; @property(nonatomic, assign) NSInteger packageNum; -@property(nonatomic, copy) void(^coinTotalCostBlock)(NSString *content); +@property(nonatomic, copy) void(^coinTotalCostBlock)(NSAttributedString *content); @property(nonatomic, copy) void(^luckyPackageUpdate)(RoomLuckyPackageInfoModel *model); @end @@ -156,12 +156,18 @@ return [obj isEqual:gift]; }]; - if (index != NSNotFound) { - [self.selectedGiftCounts replaceObjectAtIndex:index withObject:@(count)]; + if (count == 0 && index != NSNotFound) { + [self.selectedGiftModels removeObjectAtIndex:index]; + [self.selectedGiftCounts removeObjectAtIndex:index]; } else { - [self.selectedGiftModels addObject:gift]; - [self.selectedGiftCounts addObject:@(count)]; + if (index != NSNotFound) { + [self.selectedGiftCounts replaceObjectAtIndex:index withObject:@(count)]; + } else { + [self.selectedGiftModels addObject:gift]; + [self.selectedGiftCounts addObject:@(count)]; + } } + [self updateGiftTotalCostString]; } @@ -192,7 +198,7 @@ } } -- (void)registerCoinTotalCostString:(void(^)(NSString *content))block { +- (void)registerCoinTotalCostString:(void(^)(NSAttributedString *content))block { _coinTotalCostBlock = block; } @@ -242,10 +248,18 @@ } - (void)updateCoinTotalCostString { - NSInteger totalCoast = self.selectedBagMoney;// * self.selectedBagCount; - self.totalCostString_Coin = [NSString stringWithFormat:YMLocalizedString(@"1.0.37_text_9"), @(totalCoast)]; + NSInteger totalCoast = self.selectedBagMoney; + NSString *string = [NSString stringWithFormat:YMLocalizedString(@"1.0.37_text_9"), @(totalCoast)]; + NSMutableAttributedString *attributedString = [[NSMutableAttributedString alloc] initWithString:string + attributes:@{ + NSFontAttributeName : kFontRegular(12), + NSForegroundColorAttributeName : UIColorFromRGB(0xffea5c) + }]; + NSRange countRange = [string rangeOfString:@(totalCoast).stringValue]; + [attributedString addAttribute:NSForegroundColorAttributeName value:[UIColor whiteColor] range:countRange]; + self.totalCostString_Coin = attributedString; if (_coinTotalCostBlock) { - self.coinTotalCostBlock(self.totalCostString_Coin); + self.coinTotalCostBlock(self.totalCostString_Coin.copy); } } @@ -253,8 +267,8 @@ return self.totalCostString_Gift.copy; } -- (NSString *)loadCoinTotalCostString { - return self.totalCostString_Coin; +- (NSAttributedString *)loadCoinTotalCostString { + return self.totalCostString_Coin.copy; } - (NSInteger)loadGiftWaitingTime { diff --git a/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageStatusView.m b/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageStatusView.m index 22aad9a5..24b58bef 100644 --- a/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageStatusView.m +++ b/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageStatusView.m @@ -24,9 +24,6 @@ @property(nonatomic, strong) UILabel *titleLabel; @property(nonatomic, strong) UILabel *dateLabel; @property(nonatomic, strong) MoliMoneyLabel *moneyLabel; -//@property(nonatomic, strong) UILabel *dateilLabel; -//@property(nonatomic, strong) UIImageView *moneyIcon; - @end @@ -62,29 +59,11 @@ make.top.mas_equalTo(self.avatarImageView).offset(2); }]; - // TODO: 改造为 moli money label [self.contentView addSubview:self.moneyLabel]; [self.moneyLabel mas_makeConstraints:^(MASConstraintMaker *make) { make.trailing.mas_equalTo(self.contentView); make.top.mas_equalTo(self.titleLabel); }]; -// UIStackView *stack = [[UIStackView alloc] initWithArrangedSubviews:@[ -// self.dateilLabel, -// self.moneyIcon -// ]]; -// stack.spacing = 0; -// [self.contentView addSubview:stack]; -// [stack mas_makeConstraints:^(MASConstraintMaker *make) { - -// }]; -// -// [self.dateilLabel mas_makeConstraints:^(MASConstraintMaker *make) { -// make.height.mas_equalTo(16); -//// make.width.mas_greaterThanOrEqualTo(22); -// }]; -// [self.moneyIcon mas_makeConstraints:^(MASConstraintMaker *make) { -// make.size.mas_equalTo(CGSizeMake(16, 16)); -// }]; [self.contentView addSubview:self.dateLabel]; [self.dateLabel mas_makeConstraints:^(MASConstraintMaker *make) { @@ -166,6 +145,7 @@ if (!_moneyLabel) { _moneyLabel = [MoliMoneyLabel moneyLabelWithTextColot:UIColorFromRGB(0x292601) font:kFontMedium(14) moneyPostion:2 moneySize:CGSizeMake(16, 16)]; [_moneyLabel updateSpacing:0]; + [_moneyLabel removeSpace]; } return _moneyLabel; } @@ -265,7 +245,7 @@ [self addSubview:self.titleLabel]; [self.titleLabel mas_makeConstraints:^(MASConstraintMaker *make) { - make.centerX.mas_equalTo(self); + make.leading.trailing.mas_equalTo(self.bgShortImageView).inset(16); make.top.mas_equalTo(self.avatarImageView.mas_bottom).offset(8); }]; @@ -476,6 +456,12 @@ make.top.mas_equalTo(self.subTitleLabel.mas_bottom); make.size.mas_equalTo(self.giftImageBGView).multipliedBy(1.5); }]; + + [self.viewOthersButton mas_makeConstraints:^(MASConstraintMaker *make) { + make.centerX.mas_equalTo(self.emptyImageView); + make.top.mas_equalTo(self.emptyImageView.mas_bottom).offset(4); + make.height.mas_equalTo(10); + }]; } - (void)startTimer { @@ -519,6 +505,8 @@ [self.giftImageBGView removeFromSuperview]; [self.giftNumLabel removeFromSuperview]; [self.giftImageView removeFromSuperview]; + [self.emptyImageView removeFromSuperview]; + [self.viewOthersButton removeFromSuperview]; [self addSubview:self.bgLongImageView]; [self.bgLongImageView mas_makeConstraints:^(MASConstraintMaker *make) { @@ -730,6 +718,8 @@ if (!_titleLabel) { _titleLabel = [UILabel labelInitWithText:YMLocalizedString(@"1.0.37_text_17.1") font:kFontSemibold(15) textColor:UIColorFromRGB(0x292601)]; _titleLabel.textAlignment = NSTextAlignmentCenter; + _titleLabel.minimumScaleFactor = 0.7; + _titleLabel.adjustsFontSizeToFitWidth = YES; } return _titleLabel; } @@ -879,6 +869,7 @@ if (!_giftCoinLabel) { _giftCoinLabel = [MoliMoneyLabel moneyLabelWithTextColot:UIColorFromRGB(0x292601) font:kFontRegular(13) moneyPostion:1 moneySize:CGSizeMake(16, 16)]; _giftCoinLabel.hidden = YES; + [_giftCoinLabel removeSpace]; } return _giftCoinLabel; } diff --git a/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageViewController.m b/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageViewController.m index 7f217a9a..715fe286 100644 --- a/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageViewController.m +++ b/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageViewController.m @@ -1097,12 +1097,12 @@ [self.walletView updatePrice:[[LuckyPackageLogicManager sharedInstance] loadSavedWalletInfo].diamonds.doubleValue]; - self.totalCostLabel.text = [[LuckyPackageLogicManager sharedInstance] loadCoinTotalCostString]; + self.totalCostLabel.attributedText = [[LuckyPackageLogicManager sharedInstance] loadCoinTotalCostString]; @kWeakify(self); - [[LuckyPackageLogicManager sharedInstance] registerCoinTotalCostString:^(NSString * _Nonnull content) { + [[LuckyPackageLogicManager sharedInstance] registerCoinTotalCostString:^(NSAttributedString * _Nonnull content) { @kStrongify(self); - self.totalCostLabel.text = content; + self.totalCostLabel.attributedText = content; }]; } @@ -1267,6 +1267,7 @@ - (MoliMoneyLabel *)priceLabel { if (!_priceLabel) { _priceLabel = [MoliMoneyLabel moneyLabelWithTextColot:UIColorFromRGB(0xffea5c) font:kFontRegular(13) moneyPostion:1 moneySize:CGSizeMake(16, 16)]; + [_priceLabel removeSpace]; } return _priceLabel; } @@ -1352,7 +1353,7 @@ layout.minimumLineSpacing = 10; layout.scrollDirection = UICollectionViewScrollDirectionHorizontal; layout.itemSize = CGSizeMake(itemWidth, itemHeight); - layout.sectionInset = UIEdgeInsetsMake(10, 20, 0, 20); + layout.sectionInset = UIEdgeInsetsMake(10, 0, 0, 0); _giftsCollectionView = [[UICollectionView alloc] initWithFrame:CGRectZero collectionViewLayout:layout]; _giftsCollectionView.clipsToBounds = YES; @@ -1365,15 +1366,11 @@ _giftsCollectionView.semanticContentAttribute = UISemanticContentAttributeForceLeftToRight; [contentView addSubview:self.giftsCollectionView]; [self.giftsCollectionView mas_makeConstraints:^(MASConstraintMaker *make) { - make.leading.trailing.mas_equalTo(contentView); + make.leading.trailing.mas_equalTo(contentView).inset(20); make.top.mas_equalTo(self.chooseGiftTitleBar.mas_bottom).offset(10); make.height.mas_equalTo(itemHeight * 2 + 30); }]; - -// if (isMSRTL()) { -// _giftsCollectionView.transform = CGAffineTransformMakeScale(-1, 1); -// } - + _pageControl = [[UIPageControl alloc] init]; _pageControl.numberOfPages = 1; _pageControl.currentPage = 0; @@ -1438,7 +1435,6 @@ _totalCostLabel.textAlignment = NSTextAlignmentCenter; [contentView addSubview:_totalCostLabel]; [self.totalCostLabel mas_makeConstraints:^(MASConstraintMaker *make) { -// make.bottom.mas_equalTo(contentView).offset(-75); make.top.mas_equalTo(self.waitingTimeOneLineButtons.mas_bottom).offset(12); make.leading.trailing.mas_equalTo(contentView); make.height.mas_equalTo(20); @@ -1641,6 +1637,7 @@ @property(nonatomic, strong) UILabel *totalCostLabel; @property(nonatomic, strong) UIButton *sendButton; @property(nonatomic, strong) UIButton *modifyButton; +@property(nonatomic, strong) NSArray *dataSources; @property(nonatomic, copy) void(^returnToModity)(void); @property(nonatomic, copy) void(^tapButtonForGiftLuckyPackage)(void); @@ -1683,25 +1680,24 @@ [contentView addSubview:space]; CGFloat itemWidth = (KScreenWidth - 40 - 30)/4.0; - CGFloat itemHeight = kGetScaleWidth(75) + 6 + 12 + 3 + 16 + 4 + 21; - UICollectionViewFlowLayout *layout = [[UICollectionViewFlowLayout alloc] init]; + CGFloat itemHeight = kGetScaleWidth(75) + 6 + 12 + 3 + 16 + 4 + 28; + XPGiftCollectionViewFlowLayout *layout = [[XPGiftCollectionViewFlowLayout alloc] init]; layout.minimumInteritemSpacing = 10; layout.minimumLineSpacing = 10; layout.scrollDirection = UICollectionViewScrollDirectionHorizontal; layout.itemSize = CGSizeMake(itemWidth, itemHeight); - layout.sectionInset = UIEdgeInsetsMake(0, 20, 0, 20); _giftsCollectionView = [[UICollectionView alloc] initWithFrame:CGRectZero collectionViewLayout:layout]; _giftsCollectionView.clipsToBounds = YES; _giftsCollectionView.backgroundColor = [UIColor clearColor]; _giftsCollectionView.delegate = self; _giftsCollectionView.dataSource = self; - _giftsCollectionView.pagingEnabled = NO; + _giftsCollectionView.pagingEnabled = YES; _giftsCollectionView.showsHorizontalScrollIndicator = NO; [_giftsCollectionView registerClass:[ChooseGiftCell class] forCellWithReuseIdentifier:@"ChooseGiftCell"]; [contentView addSubview:self.giftsCollectionView]; [self.giftsCollectionView mas_makeConstraints:^(MASConstraintMaker *make) { - make.leading.trailing.mas_equalTo(contentView); + make.leading.trailing.mas_equalTo(contentView).inset(20); make.top.mas_equalTo(contentView).offset(60); make.height.mas_equalTo(itemHeight * 2 + 30); }]; @@ -1713,7 +1709,6 @@ _waitingTimeLabel.textAlignment = NSTextAlignmentCenter; [contentView addSubview:_waitingTimeLabel]; [self.waitingTimeLabel mas_makeConstraints:^(MASConstraintMaker *make) { -// make.bottom.mas_equalTo(self.modifyButton.mas_top).offset(-24); make.top.mas_equalTo(self.giftsCollectionView.mas_bottom).offset(30); make.centerX.mas_equalTo(contentView); make.height.mas_equalTo(16); @@ -1733,7 +1728,6 @@ }]; [attributedString appendAttributedString:string]; [_modifyButton setAttributedTitle:attributedString forState:UIControlStateNormal]; -// [_modifyButton setTitle:YMLocalizedString(@"1.0.37_text_12") forState:UIControlStateNormal]; [_modifyButton addTarget:self action:@selector(didTapModifyButton) forControlEvents:UIControlEventTouchUpInside]; [contentView addSubview:_modifyButton]; [self.modifyButton mas_makeConstraints:^(MASConstraintMaker *make) { @@ -1777,16 +1771,16 @@ } - (void)refreshContent { + [self.scrollView setContentOffset:CGPointZero]; + + _dataSources = [[LuckyPackageLogicManager sharedInstance] loadAllSelectedGifts]; [self.giftsCollectionView reloadData]; + dispatch_async(dispatch_get_main_queue(), ^{ + [self adjustCollectionViewContentInset]; + }); + self.waitingTimeLabel.text = [NSString stringWithFormat:YMLocalizedString(@"1.0.37_text_13"), @([[LuckyPackageLogicManager sharedInstance] loadGiftWaitingTime]/60)]; self.totalCostLabel.attributedText = [[LuckyPackageLogicManager sharedInstance] loadGiftTotalCostString]; - - dispatch_async(dispatch_get_main_queue(), ^{ - NSIndexPath *firstIndexPath = [NSIndexPath indexPathForItem:0 inSection:0]; - [self.giftsCollectionView scrollToItemAtIndexPath:firstIndexPath - atScrollPosition:UICollectionViewScrollPositionRight - animated:NO]; - }); } - (void)didTapModifyButton { @@ -1802,22 +1796,27 @@ } #pragma mark - -- (void)scrollViewDidScroll:(UIScrollView *)scrollView { - NSLog(@"%@", @(scrollView.contentOffset)); +- (void)adjustCollectionViewContentInset { + CGFloat pageWidth = self.giftsCollectionView.frame.size.width; + NSInteger totalPages = ceil((double)self.dataSources.count / 8.0); + + CGFloat fullContentWidth = totalPages * pageWidth; + + CGFloat remainingWidth = fullContentWidth - self.giftsCollectionView.contentSize.width; + + if (remainingWidth > 0) { + self.giftsCollectionView.contentInset = UIEdgeInsetsMake(0, 0, 0, remainingWidth); + } else { + self.giftsCollectionView.contentInset = UIEdgeInsetsZero; + } } - -//- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView *)collectionView { -// return [[LuckyPackageLogicManager sharedInstance] numberOfGifts]; -//} - - (NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section { - return [[LuckyPackageLogicManager sharedInstance] numberOfGifts]; + return self.dataSources.count; } - (__kindof UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath { ChooseGiftCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:@"ChooseGiftCell" forIndexPath:indexPath]; - cell.cellModel = [[LuckyPackageLogicManager sharedInstance] giftForIndex:indexPath.item]; -// cell.giftCount = [[LuckyPackageLogicManager sharedInstance] countOfGiftForIndex:indexPath.item]; + cell.cellModel = [self.dataSources xpSafeObjectAtIndex:indexPath.item]; [cell setModifySelectedGift:^(GiftInfoModel *model, NSInteger count) { model.luckyPackageCount = count; @@ -1893,7 +1892,6 @@ - (void)setupBG { [self.view addSubview:self.closeButton]; - [self.createLuckyPackageContainer addSubview:self.bgImageView]; [self.bgImageView mas_makeConstraints:^(MASConstraintMaker *make) { if (iPhoneXSeries) { diff --git a/YuMi/Modules/YMRoom/View/LuckyPackage/OpenLuckyPackageEntranceView.m b/YuMi/Modules/YMRoom/View/LuckyPackage/OpenLuckyPackageEntranceView.m index f1a7d893..0a2c2918 100644 --- a/YuMi/Modules/YMRoom/View/LuckyPackage/OpenLuckyPackageEntranceView.m +++ b/YuMi/Modules/YMRoom/View/LuckyPackage/OpenLuckyPackageEntranceView.m @@ -45,7 +45,8 @@ [self addSubview:self.badgeLabel]; [self.badgeLabel mas_makeConstraints:^(MASConstraintMaker *make) { - make.top.trailing.mas_equalTo(self); + make.top.mas_equalTo(self).offset(-9); + make.trailing.mas_equalTo(self.iconImageView).offset(9); make.height.mas_equalTo(18); make.width.mas_greaterThanOrEqualTo(18); }]; @@ -104,14 +105,10 @@ NSTimeInterval local = [gmt8Date timeIntervalSince1970]; self.gap = (firstModel.beginTime - local * 1000)/1000; if (self.gap > 0) { - self.badgeLabel.hidden = YES; [self startTimer]; } else { - self.badgeLabel.hidden = NO; self.counterLabel.hidden = YES; } - - self.badgeLabel.hidden = firstModel.redEnvelopeNum==0; } - (void)startTimer { diff --git a/YuMi/Modules/YMRoom/View/MenuContainerView/XPRoomSendTextView.m b/YuMi/Modules/YMRoom/View/MenuContainerView/XPRoomSendTextView.m index 9f80b87b..569c3695 100644 --- a/YuMi/Modules/YMRoom/View/MenuContainerView/XPRoomSendTextView.m +++ b/YuMi/Modules/YMRoom/View/MenuContainerView/XPRoomSendTextView.m @@ -77,7 +77,6 @@ return; } - // TODO: 选中图片 -> 上传图片 -> call API TZImagePickerController *imagePickerVc = [[TZImagePickerController alloc] initWithMaxImagesCount:1 delegate:self]; imagePickerVc.modalPresentationStyle = UIModalPresentationOverFullScreen; imagePickerVc.allowPickingVideo = NO; diff --git a/YuMi/Modules/YMRoom/View/MessageContainerView/Tool/XPRoomMessageParser.m b/YuMi/Modules/YMRoom/View/MessageContainerView/Tool/XPRoomMessageParser.m index db86e411..50bdccbe 100644 --- a/YuMi/Modules/YMRoom/View/MessageContainerView/Tool/XPRoomMessageParser.m +++ b/YuMi/Modules/YMRoom/View/MessageContainerView/Tool/XPRoomMessageParser.m @@ -1303,7 +1303,7 @@ GiftReceiveInfoModel *info = [GiftReceiveInfoModel modelWithJSON:attachment.data]; GiftInfoModel *giftInfo = info.gift == nil ? info.giftInfo : info.gift; if (giftInfo == nil) { - giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:info.giftId]; + giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:info.giftId inRoom:@(info.roomUid).stringValue]; } ///官方新用户 @@ -1368,7 +1368,8 @@ [attribute appendAttributedString:[self createSapceAttribute:2]]; [info.luckyGiftList.giftList enumerateObjectsUsingBlock:^(GiftListsInfo * _Nonnull giftListInfo, NSUInteger idx, BOOL * _Nonnull stop) { - GiftInfoModel *luckGiftInfo = [[XPGiftStorage shareStorage] findGiftInfo:[NSString stringWithFormat:@"%ld", giftListInfo.giftId]]; + GiftInfoModel *luckGiftInfo = [[XPGiftStorage shareStorage] findGiftInfo:[NSString stringWithFormat:@"%ld", giftListInfo.giftId] + inRoom:@(info.roomUid).stringValue]; // 价值 [attribute appendAttributedString:[self createTextAttribute:YMLocalizedString(@"XPRoomMessageParser104") color:[DJDKMIMOMColor messageDefaultTextColor] font:kRoomMessageDefalutFont]]; [attribute appendAttributedString:[self createSapceAttribute:2]]; @@ -1399,7 +1400,7 @@ GiftReceiveInfoModel *info = [GiftReceiveInfoModel modelWithJSON:attachment.data]; GiftInfoModel *giftInfo = info.gift == nil ? info.giftInfo : info.gift; if (giftInfo == nil) { - giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:info.giftId]; + giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:info.giftId inRoom:@(info.roomUid).stringValue]; } if (giftInfo == nil) { giftInfo = [info.displayGift xpSafeObjectAtIndex:0]; @@ -1422,7 +1423,8 @@ //lucky [attribute appendAttributedString:[self createTextAttribute:YMLocalizedString(@"XPRoomMessageParser108") color:[DJDKMIMOMColor messageDefaultTextColor] font:kRoomMessageDefalutFont]]; [info.luckyGiftList.giftList enumerateObjectsUsingBlock:^(GiftListsInfo * _Nonnull giftListInfo, NSUInteger idx, BOOL * _Nonnull stop) { - GiftInfoModel *luckyGiftInfo = [[XPGiftStorage shareStorage] findGiftInfo:[NSString stringWithFormat:@"%ld", giftListInfo.giftId]]; + GiftInfoModel *luckyGiftInfo = [[XPGiftStorage shareStorage] findGiftInfo:[NSString stringWithFormat:@"%ld", giftListInfo.giftId] + inRoom:@(info.roomUid).stringValue]; if (luckyGiftInfo == nil) { luckyGiftInfo = giftInfo; } diff --git a/YuMi/Modules/YMRoom/View/MessageContainerView/XPRoomMessageContainerView.m b/YuMi/Modules/YMRoom/View/MessageContainerView/XPRoomMessageContainerView.m index 2a5db192..0756520f 100644 --- a/YuMi/Modules/YMRoom/View/MessageContainerView/XPRoomMessageContainerView.m +++ b/YuMi/Modules/YMRoom/View/MessageContainerView/XPRoomMessageContainerView.m @@ -567,7 +567,7 @@ NSString * const kRoomShowTopicKey = @"kRoomShowTopicKey"; GiftReceiveInfoModel *info = [GiftReceiveInfoModel modelWithJSON:attachment.data]; GiftInfoModel *giftInfo = info.gift == nil ? info.giftInfo : info.gift; if (giftInfo == nil) { - giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:info.giftId]; + giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:info.giftId inRoom:@(info.roomUid).stringValue]; } if (giftInfo.giftType == GiftType_super){ return NO; @@ -576,7 +576,7 @@ NSString * const kRoomShowTopicKey = @"kRoomShowTopicKey"; GiftReceiveInfoModel *info = [GiftReceiveInfoModel modelWithJSON:attachment.data]; GiftInfoModel *giftInfo = info.gift == nil ? info.giftInfo : info.gift; if (giftInfo == nil) { - giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:info.giftId]; + giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:info.giftId inRoom:@(info.roomUid).stringValue]; } if (giftInfo.giftType == GiftType_super){ return NO; diff --git a/YuMi/Modules/YMRoom/View/RoomPK/View/XPRoomPKPanelView.m b/YuMi/Modules/YMRoom/View/RoomPK/View/XPRoomPKPanelView.m index 52774e5f..5f1603e4 100644 --- a/YuMi/Modules/YMRoom/View/RoomPK/View/XPRoomPKPanelView.m +++ b/YuMi/Modules/YMRoom/View/RoomPK/View/XPRoomPKPanelView.m @@ -544,7 +544,7 @@ GiftReceiveInfoModel *giftReceiveInfo = [GiftReceiveInfoModel modelWithJSON:attachment.data]; GiftInfoModel *giftInfo = giftReceiveInfo.gift == nil ? giftReceiveInfo.giftInfo : giftReceiveInfo.gift; if (giftInfo == nil) { - giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:giftReceiveInfo.giftId]; + giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:giftReceiveInfo.giftId inRoom:@(giftReceiveInfo.roomUid).stringValue]; } if (attachment.first == CustomMessageType_AllMicroSend) { if (attachment.second == Custom_Message_Sub_AllBatchSend || attachment.second == Custom_Message_Sub_AllMicroSend) {///普通礼物 @@ -566,7 +566,8 @@ if (giftReceiveInfo.luckyGiftList) { __block NSInteger goldPrice = 0; [giftReceiveInfo.luckyGiftList.giftList enumerateObjectsUsingBlock:^(GiftListsInfo * _Nonnull giftListInfo, NSUInteger idx, BOOL * _Nonnull stop) { - GiftInfoModel *giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:[NSString stringWithFormat:@"%ld", giftListInfo.giftId]]; + GiftInfoModel *giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:[NSString stringWithFormat:@"%ld", giftListInfo.giftId] + inRoom:@(self.roomInfo.uid).stringValue]; goldPrice += giftInfo.goldPrice * giftListInfo.giftNum; }]; NSArray *targetUids; @@ -584,7 +585,8 @@ if (attachment.second == Custom_Message_Sub_Gift_LuckySend) { __block NSInteger goldPrice = 0; [giftReceiveInfo.luckyGiftList.giftList enumerateObjectsUsingBlock:^(GiftListsInfo * _Nonnull giftListInfo, NSUInteger idx, BOOL * _Nonnull stop) { - GiftInfoModel *giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:[NSString stringWithFormat:@"%ld", giftListInfo.giftId]]; + GiftInfoModel *giftInfo = [[XPGiftStorage shareStorage] findGiftInfo:[NSString stringWithFormat:@"%ld", giftListInfo.giftId] + inRoom:@(self.roomInfo.uid).stringValue]; goldPrice += giftInfo.goldPrice * giftListInfo.giftNum; }]; NSArray *targetUids; diff --git a/YuMi/Modules/YMRoom/View/RoomSideMenu/RoomSideMenu.m b/YuMi/Modules/YMRoom/View/RoomSideMenu/RoomSideMenu.m index fd344082..60a0ad00 100644 --- a/YuMi/Modules/YMRoom/View/RoomSideMenu/RoomSideMenu.m +++ b/YuMi/Modules/YMRoom/View/RoomSideMenu/RoomSideMenu.m @@ -82,6 +82,7 @@ static CGFloat const kNormalHeight = 160.0f; @property(nonatomic, strong) RoomLuckyPackageInfoModel *luckyPackageModel; @property(nonatomic, assign) BOOL isRequestingActivityList; +@property(nonatomic, assign) RoomType currentRoomType; @end @@ -96,11 +97,12 @@ static CGFloat const kNormalHeight = 160.0f; - (instancetype)initWithDelegate:(id)delegate { self = [super init]; if (self) { - self.menuItemViews = @[].mutableCopy; - self.menuItemViewsSubject = [RACSubject subject]; self.hostDelegate = delegate; + self.menuItemViews = @[].mutableCopy; + [self setupViews]; [self setupBoomManager]; + [self setupMenuItemUpdateRAC]; } return self; } @@ -117,21 +119,15 @@ static CGFloat const kNormalHeight = 160.0f; }]; [self.scrollView mas_makeConstraints:^(MASConstraintMaker *make) { - make.top.equalTo(self.cycleScrollView.mas_bottom); - make.leading.trailing.bottom.equalTo(self); + make.top.mas_equalTo(self).offset(88); + make.leading.trailing.bottom.mas_equalTo(self); }]; [self.scrollView addSubview:self.scrollContainStack]; [self.scrollContainStack mas_makeConstraints:^(MASConstraintMaker *make) { - make.edges.equalTo(self.scrollView); +// make.edges.mas_equalTo(self.scrollView); + make.top.left.bottom.equalTo(self.scrollView); make.width.equalTo(self.scrollView); // 保证宽度与 scrollView 一致 -// make.leading.equalTo(self.scrollView); -// make.trailing.equalTo(self.scrollView); -// make.bottom.equalTo(self.scrollView); -// // 当内容较少时,stackView 的 top 不强制对齐 scrollView,而是至少不低于 scrollView 的顶部 -// make.top.greaterThanOrEqualTo(self.scrollView); -// // 确保宽度一致 -// make.width.equalTo(self.scrollView); }]; [self.expandButton mas_makeConstraints:^(MASConstraintMaker *make) { @@ -139,7 +135,10 @@ static CGFloat const kNormalHeight = 160.0f; make.trailing.mas_equalTo(self.scrollView).offset(-4); make.size.mas_equalTo(CGSizeMake(32, 32)); }]; - +} + +- (void)setupMenuItemUpdateRAC { + self.menuItemViewsSubject = [RACSubject subject]; @kWeakify(self); [self.menuItemViewsSubject subscribeNext:^(NSArray * _Nullable x) { @kStrongify(self); @@ -157,7 +156,8 @@ static CGFloat const kNormalHeight = 160.0f; } target:self]; } -- (void)updateMenuItem:(UIView *)itemView isRemove:(BOOL)isRemove { +- (void)updateMenuItem:(UIView *)itemView + isRemove:(BOOL)isRemove { if (itemView.tag == 0) { return; } @@ -184,12 +184,8 @@ static CGFloat const kNormalHeight = 160.0f; return NSOrderedSame; } }]; -} - -- (void)updateScrollViewEnd { - dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ - [self.menuItemViewsSubject sendNext:self.menuItemViews]; - }); + + [self.menuItemViewsSubject sendNext:self.menuItemViews]; } #pragma mark - Methods @@ -249,64 +245,56 @@ static CGFloat const kNormalHeight = 160.0f; return; } - // 添加新的菜单项视图到 stackView 中 NSArray *reverseData = [data reverseObjectEnumerator].allObjects; - for (UIView *view in reverseData) { + NSInteger count = data.count; + + NSMutableArray *dataItems = @[].mutableCopy; + switch (self.currentRoomType) { + case RoomType_Game: + case RoomType_10Mic: + case RoomType_15Mic: + if (iPhoneXSeries) { + for (NSInteger i=count; i<5; i++) { + UIView *emptyView = [[UIView alloc] init]; + [dataItems addObject:emptyView]; + } + } + break; + case RoomType_MiniGame: + break; + default: + if (self.isExpand && iPhoneXSeries) { + UIView *emptyView = [[UIView alloc] init]; + [dataItems addObject:emptyView]; + } + break; + } + + [dataItems addObjectsFromArray:reverseData]; + data = dataItems.copy; + + // 添加新的菜单项视图到 stackView 中 + CGFloat offsetY = -(self.scrollView.bounds.size.width - 30); + for (UIView *view in data) { [self.scrollContainStack addArrangedSubview:view]; // 如果需要固定每个菜单项的高度,可以为每个 view 添加高度约束 [view mas_makeConstraints:^(MASConstraintMaker *make) { - // 例如:固定高度为 scrollView 宽度减 30 make.height.mas_equalTo(self.scrollView.bounds.size.width - 30); }]; + if (data.count > 1) { + offsetY += self.scrollView.bounds.size.width - 30; + } } // 注意:使用 UIStackView 后,无需手动计算 contentSize, // 系统会根据 stackView 的内容自动更新 scrollView 的滚动范围。 -} - -- (void)_updateScrollView:(NSArray *)data { - [self.scrollView.subviews makeObjectsPerformSelector:@selector(removeFromSuperview)]; - if (data.count == 0) { - return; - } - - [self.scrollView.layer setNeedsLayout]; - [CATransaction begin]; - [CATransaction setDisableActions:YES]; - - CGFloat inset = kMenuItemInset; - CGFloat spacing = kMenuItemSpacing; - CGSize size = CGSizeMake(self.scrollView.bounds.size.width-30, self.scrollView.bounds.size.width-30); - -// NSLog(@"--------------- blkaa 1 blkaa: %@", [NSValue valueWithCGRect:self.scrollView.frame]); - - CGFloat totalHeight = size.height * data.count + spacing * data.count; - - self.scrollView.contentSize = CGSizeMake(self.scrollView.bounds.size.width, totalHeight); - - UIView *lastItemView = nil; - CGFloat yOffset = totalHeight; // 从底部开始布局 - for (UIView *view in data) { - yOffset -= size.height; - [self.scrollView addSubview:view]; - view.frame = CGRectMake(inset, yOffset, size.width, size.height); - yOffset -= spacing; - - lastItemView = view; -// NSLog(@"--------------- blkaa %@ blkaa: %@", @(view.tag), [NSValue valueWithCGRect:view.frame]); - } - - [self.scrollView mas_makeConstraints:^(MASConstraintMaker *make) { - make.top.equalTo(lastItemView.mas_bottom); - make.left.right.equalTo(self); - make.bottom.equalTo(self); - }]; - + [self setNeedsLayout]; + [self layoutIfNeeded]; dispatch_async(dispatch_get_main_queue(), ^{ - [self.scrollView setContentOffset:CGPointMake(0, self.scrollView.contentSize.height - self.scrollView.bounds.size.height) animated:YES]; + if (self.scrollView.contentSize.height > self.scrollView.bounds.size.height) { + [self.scrollView setContentOffset:CGPointMake(0, self.scrollView.contentSize.height - self.scrollView.bounds.size.height) animated:NO]; + } }); - - [CATransaction commit]; } - (void)configLittleGameActivity { @@ -331,11 +319,8 @@ static CGFloat const kNormalHeight = 160.0f; self.playList = [NSMutableArray arrayWithArray:playModels]; self.activityList = [NSMutableArray arrayWithArray:activityModels]; self.littleGameList = [NSMutableArray arrayWithArray:littleGameModels]; - - [self onRoomUpdate]; - self.isRequestingActivityList = NO; - + [self onRoomUpdate]; return nil; }] subscribeError:^(NSError * _Nullable error) { [XNDJTDDLoadingTool showErrorWithMessage:error.domain]; @@ -414,9 +399,7 @@ static CGFloat const kNormalHeight = 160.0f; if (self.playList.count > 0 || self.littleGameList.count >0) { [self updateMenuItem:self.gambleMenuButton isRemove:NO]; } - - [self loadLuckyPackage]; - + if (self.hostDelegate.getRoomInfo.type == RoomType_MiniGame) { [self configLittleGameActivity]; } else { @@ -450,7 +433,7 @@ static CGFloat const kNormalHeight = 160.0f; }]; } else { if (_configEntranceMenuButton) { - [self updateMenuItem:self.configEntranceMenuButton isRemove:YES]; + [self updateMenuItem:self.configEntranceMenuButton isRemove:NO]; } } } @@ -599,68 +582,38 @@ static CGFloat const kNormalHeight = 160.0f; - (void)didTapExpand { self.isExpand = !self.isExpand; - - [self.menuItemViews removeAllObjects]; - [self.menuItemViewsSubject sendNext:self.menuItemViews]; - if (self.isExpand) { [self.expandButton setImage:kImage(@"side_menu_close") forState:UIControlStateNormal]; [self mas_updateConstraints:^(MASConstraintMaker *make) { make.height.mas_equalTo(kGetScaleWidth(kExpandedHeight)); }]; - } else { [self.expandButton setImage:kImage(@"side_menu_open") forState:UIControlStateNormal]; [self mas_updateConstraints:^(MASConstraintMaker *make) { make.height.mas_equalTo(kGetScaleWidth(kNormalHeight)); }]; } + [self layoutIfNeeded]; + [self setNeedsLayout]; [self onRoomUpdate]; } -//- (void)didTapExpand:(UIButton *)sender { -// // 切换展开状态 -// self.isExpand = !self.isExpand; -// -// // 在动画前布局当前状态,避免初始跳动 -// [self layoutIfNeeded]; -// -// // 动画更新约束实现展开/折叠 -// [UIView animateWithDuration:0.3 -// delay:0 -// options:UIViewAnimationOptionCurveEaseInOut -// animations:^{ -// if (self.isExpand) { -// // 展开:调整相关约束(例如恢复内容高度) -// self.contentHeightConstraint.constant = /* 展开后的高度或自动布局值 */; -// // 如使用约束激活方式: -// // self.collapsedHeightConstraint.active = NO; -// } else { -// // 折叠:调整相关约束(例如将高度设为0) -// self.contentHeightConstraint.constant = 0; -// // 如使用约束激活方式: -// // self.collapsedHeightConstraint.active = YES; -// } -// // 在动画 block 内刷新布局,平滑过渡 -// [self.view layoutIfNeeded]; -// } completion:^(BOOL finished) { -// // 可选:动画完成后的处理 -// }]; -//} - #pragma mark - Room Delegate - (void)onRoomEntered { } +- (void)onRoomMiniEntered { + [self onRoomUpdate]; +} + - (void)onRoomUpdate { RoomInfoModel *roomInfo = self.hostDelegate.getRoomInfo; [self.menuItemViews removeAllObjects]; - [self.menuItemViewsSubject sendNext:self.menuItemViews]; - - // TODO: 这里有短时内多次 add/remove view 的操作,需要优化 + + self.currentRoomType = roomInfo.type; switch (roomInfo.type) { case RoomType_MiniGame: @@ -670,14 +623,13 @@ static CGFloat const kNormalHeight = 160.0f; case RoomType_19Mic: case RoomType_20Mic: { [self displayExpandButton:YES]; - [self dealWithData]; - + [self updateMenuItem:self.boomView isRemove:NO]; if (self.isExpand) { [self loadPKView:roomInfo]; [self loadJoinView:roomInfo]; [self updateConfigEntranceButtons:roomInfo]; - [self updateMenuItem:self.boomView isRemove:NO]; + [self loadLuckyPackage]; } self.scrollView.hidden = NO; self.cycleScrollView.hidden = YES; @@ -687,7 +639,7 @@ static CGFloat const kNormalHeight = 160.0f; [self displayExpandButton:NO]; [self dealWithData]; - + [self loadLuckyPackage]; [self loadPKView:roomInfo]; [self loadJoinView:roomInfo]; [self loadRedPacket:roomInfo]; @@ -703,8 +655,6 @@ static CGFloat const kNormalHeight = 160.0f; if(self.openRedPacketHandle){ self.openRedPacketHandle(nil,self.hostDelegate.getRoomInfo.type,YES); } - - [self updateScrollViewEnd]; } - (void)loadRedPacket:(RoomInfoModel *)roomInfo { @@ -718,7 +668,6 @@ static CGFloat const kNormalHeight = 160.0f; - (void)loadLuckyPackage { if (self.luckyPackageModel) { [self updateMenuItem:self.giftEntranceButton isRemove:self.luckyPackageModel.redEnvelopeListVoList.count == 0]; - [self updateScrollViewEnd]; } } diff --git a/YuMi/Modules/YMRoom/View/SendGiftView/GiftComboManager.m b/YuMi/Modules/YMRoom/View/SendGiftView/GiftComboManager.m index 70fd9187..38b28002 100644 --- a/YuMi/Modules/YMRoom/View/SendGiftView/GiftComboManager.m +++ b/YuMi/Modules/YMRoom/View/SendGiftView/GiftComboManager.m @@ -297,8 +297,8 @@ // 创建 GCD 定时器 self.timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, dispatch_get_main_queue()); - // 设置定时器时间间隔:每 0.2 秒执行一次 - dispatch_source_set_timer(self.timer, DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC, 0.01 * NSEC_PER_SEC); + // 设置定时器时间间隔:每 0.3 秒执行一次 + dispatch_source_set_timer(self.timer, DISPATCH_TIME_NOW, 0.3 * NSEC_PER_SEC, 0.01 * NSEC_PER_SEC); // 定时器触发的事件处理 dispatch_source_set_event_handler(self.timer, ^{ @@ -306,7 +306,7 @@ [self processGiftComboQueue]; }); - // **立即执行一次处理方法** + // **立即执行一次处理方法** [self processRequestQueue]; [self processGiftComboQueue]; diff --git a/YuMi/Modules/YMRoom/View/SendGiftView/Presenter/XPGiftStorage.h b/YuMi/Modules/YMRoom/View/SendGiftView/Presenter/XPGiftStorage.h index 6fd15c9c..44b8e8ea 100644 --- a/YuMi/Modules/YMRoom/View/SendGiftView/Presenter/XPGiftStorage.h +++ b/YuMi/Modules/YMRoom/View/SendGiftView/Presenter/XPGiftStorage.h @@ -29,7 +29,7 @@ NS_ASSUME_NONNULL_BEGIN */ /// 获取当前房间的数据中的礼物 /// @param giftId 礼物的id -- (GiftInfoModel *)findGiftInfo:(NSString *)giftId; +- (GiftInfoModel *)findGiftInfo:(NSString *)giftId inRoom:(NSString *)roomUid; // 进房时需要主动更新 roomID,礼物 model 会优先从对应的 - (void)updateRoomUID:(NSString *)roomUID; diff --git a/YuMi/Modules/YMRoom/View/SendGiftView/Presenter/XPGiftStorage.m b/YuMi/Modules/YMRoom/View/SendGiftView/Presenter/XPGiftStorage.m index 5c3d29a3..d9f86c7f 100644 --- a/YuMi/Modules/YMRoom/View/SendGiftView/Presenter/XPGiftStorage.m +++ b/YuMi/Modules/YMRoom/View/SendGiftView/Presenter/XPGiftStorage.m @@ -16,7 +16,7 @@ @property (nonatomic, strong) NSCache *> *roomGiftPanelTagsCache; ///当前房间的uid -@property (nonatomic,copy) NSString *currentRoomUid; +@property (atomic, copy) NSString *currentRoomUid; @end @@ -46,7 +46,9 @@ } return result; }]; - [self.roomGiftCache setObject:sortedGiftLists forKey:roomUid]; + @synchronized (self.roomGiftCache) { + [self.roomGiftCache setObject:sortedGiftLists forKey:roomUid]; + } } } @@ -88,41 +90,82 @@ /// 获取当前房间的数据中的礼物 /// @param giftId 礼物的id -- (GiftInfoModel *)findGiftInfo:(NSString *)giftId { +- (GiftInfoModel *)findGiftInfo:(NSString *)giftId inRoom:(NSString *)roomUid { NSInteger giftIdInt = giftId.integerValue; - if (self.currentRoomUid) { - NSArray *giftLists = [self.roomGiftCache objectForKey:self.currentRoomUid]; - if (giftLists.count == 0) { - giftLists = [self.roomGiftCache objectForKey:[self defaultKey]]; + NSArray *giftLists = [self getGiftDatasource:roomUid]; + if (giftLists.count == 0) return nil; + + // 改用字典查询 + static NSCache *> *giftIdMapCache; + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + giftIdMapCache = [[NSCache alloc] init]; + giftIdMapCache.countLimit = 50; + }); + + NSDictionary *giftMap = [giftIdMapCache objectForKey:roomUid]; + if (!giftMap) { + NSMutableDictionary *map = [NSMutableDictionary new]; + for (GiftInfoModel *gift in giftLists) { + map[@(gift.giftId)] = gift; } - if (giftLists.count > 0) { - NSInteger left = 0; - NSInteger right = giftLists.count - 1; - - while (left <= right) { - NSInteger mid = left + (right - left) / 2; - GiftInfoModel *midObject = giftLists[mid]; - - if (midObject.giftId == giftIdInt) { - return midObject; - } else if (midObject.giftId < giftIdInt) { - left = mid + 1; - } else { - right = mid - 1; - } - } - return nil; // 如果没有找到匹配的对象,返回 nil - } - } - return nil; + giftMap = [map copy]; + [giftIdMapCache setObject:giftMap forKey:roomUid]; + } + return giftMap[@(giftIdInt)]; + + +// NSInteger giftIdInt = giftId.integerValue; +// NSArray *giftLists = [self getRoomGiftDatasource:self.currentRoomUid]; +// if (giftLists.count == 0) return nil; +// +// // 确保 giftLists 按 giftId 递增排序 +// NSArray *sortedGiftLists = [giftLists sortedArrayUsingComparator:^NSComparisonResult(GiftInfoModel *obj1, GiftInfoModel *obj2) { +// return [@(obj1.giftId) compare:@(obj2.giftId)]; +// }]; +// +// NSInteger left = 0, right = sortedGiftLists.count - 1; +// while (left <= right) { +// NSInteger mid = left + (right - left) / 2; +// if (sortedGiftLists[mid].giftId == giftIdInt) return sortedGiftLists[mid]; +// if (sortedGiftLists[mid].giftId < giftIdInt) left = mid + 1; +// else right = mid - 1; +// } +// return nil; + +// if (self.currentRoomUid) { +// NSArray *giftLists = [self.roomGiftCache objectForKey:self.currentRoomUid]; +// if (giftLists.count == 0) { +// giftLists = [self.roomGiftCache objectForKey:[self defaultKey]]; +// } +// if (giftLists.count > 0) { +// NSInteger left = 0; +// NSInteger right = giftLists.count - 1; +// +// while (left <= right) { +// NSInteger mid = left + (right - left) / 2; +// GiftInfoModel *midObject = giftLists[mid]; +// +// if (midObject.giftId == giftIdInt) { +// return midObject; +// } else if (midObject.giftId < giftIdInt) { +// left = mid + 1; +// } else { +// right = mid - 1; +// } +// } +// return nil; // 如果没有找到匹配的对象,返回 nil +// } +// } +// return nil; } - (NSCache *> *)roomGiftCache { if (!_roomGiftCache) { _roomGiftCache = [[NSCache alloc] init]; - // 设置缓存数据的数目 - _roomGiftCache.countLimit = 50; +// 设置缓存数据的数目 +// _roomGiftCache.countLimit = 50; } return _roomGiftCache; } @@ -178,5 +221,14 @@ return mutableTabs; } +- (NSArray *)getRoomGiftDatasource:(NSString *)roomUid { + return [self getCachedData:self.roomGiftCache forKey:roomUid] ?: @[]; +} + +- (NSArray *)getCachedData:(NSCache *)cache forKey:(NSString *)key { + NSArray *data = [cache objectForKey:key]; + return data ?: [cache objectForKey:[self defaultKey]]; +} + @end diff --git a/YuMi/Modules/YMRoom/View/SendGiftView/View/XPGiftCountView.m b/YuMi/Modules/YMRoom/View/SendGiftView/View/XPGiftCountView.m index 288dcec1..6c2fcde9 100644 --- a/YuMi/Modules/YMRoom/View/SendGiftView/View/XPGiftCountView.m +++ b/YuMi/Modules/YMRoom/View/SendGiftView/View/XPGiftCountView.m @@ -73,11 +73,8 @@ ///普通礼物的 个数的数据源 - (NSArray *)normalGiftCountDataArray { NSMutableArray * datasource = [NSMutableArray array]; - XPGiftCountModel *_otherDic = [XPGiftCountModel initCountModel:YMLocalizedString(@"XPGiftCountView0") giftNumber:@""]; - _otherDic.isCustomCount = YES; NSArray * array = [self commonGiftCountDataArray]; [datasource addObjectsFromArray:array]; - [datasource addObject:_otherDic]; return [datasource copy]; } @@ -87,13 +84,9 @@ XPGiftCountModel *_allDic = [XPGiftCountModel initCountModel:@"" giftNumber:@"all"]; _allDic.isOnlyNum = YES; _allDic.isTotal = YES; - // 其他数额 - XPGiftCountModel *_otherDic = [XPGiftCountModel initCountModel:YMLocalizedString(@"XPGiftCountView2") giftNumber:@""]; - _otherDic.isCustomCount = YES; NSArray * array = [self commonGiftCountDataArray]; [datasource addObjectsFromArray:array]; [datasource addObject:_allDic]; - [datasource addObject:_otherDic]; return [datasource copy]; } @@ -103,11 +96,13 @@ if (self.userInfo) { NSString *tempString = [[RoomResourceManager sharedManager] loadGiftPanelNum:self.userInfo.partitionId.integerValue]; - NSArray *tempArr = [tempString componentsSeparatedByString:@","]; - for (NSString *num in tempArr) { - XPGiftCountModel *model = [XPGiftCountModel initCountModel:@"" giftNumber:num]; - model.isOnlyNum = YES; - [arr addObject:model]; + if (![NSString isEmpty:tempString]) { + NSArray *tempArr = [tempString componentsSeparatedByString:@","]; + for (NSString *num in tempArr) { + XPGiftCountModel *model = [XPGiftCountModel initCountModel:@"" giftNumber:num]; + model.isOnlyNum = YES; + [arr addObject:model]; + } } } @@ -121,19 +116,11 @@ - (NSArray *)defaultCommonGiftCountDataArray { XPGiftCountModel *_1Dic = [XPGiftCountModel initCountModel:@"" giftNumber:@"1"]; _1Dic.isOnlyNum = YES; - XPGiftCountModel *_10Dic = [XPGiftCountModel initCountModel:@"" giftNumber:@"10"]; - _10Dic.isOnlyNum = YES; - XPGiftCountModel *_66Dic = [XPGiftCountModel initCountModel:@"" giftNumber:@"66"]; - _66Dic.isOnlyNum = YES; - XPGiftCountModel *_99Dic = [XPGiftCountModel initCountModel:@"" giftNumber:@"99"]; - _99Dic.isOnlyNum = YES; - XPGiftCountModel *_188Dic = [XPGiftCountModel initCountModel:@"" giftNumber:@"188"]; - _188Dic.isOnlyNum = YES; - XPGiftCountModel *_520Dic = [XPGiftCountModel initCountModel:@"" giftNumber:@"520"]; - _520Dic.isOnlyNum = YES; - XPGiftCountModel *_1314Dic = [XPGiftCountModel initCountModel:@"" giftNumber:@"1314"]; - _1314Dic.isOnlyNum = YES; - return @[_1Dic, _10Dic, _66Dic, _99Dic,_188Dic,_520Dic, _1314Dic]; + XPGiftCountModel *_7Dic = [XPGiftCountModel initCountModel:@"" giftNumber:@"7"]; + _7Dic.isOnlyNum = YES; + XPGiftCountModel *_17Dic = [XPGiftCountModel initCountModel:@"" giftNumber:@"17"]; + _17Dic.isOnlyNum = YES; + return @[_1Dic, _7Dic, _17Dic]; } #pragma mark - UICollectionViewDelegate && UICollectionViewDataSource diff --git a/YuMi/Modules/YMRoom/View/StageView/StageView.m b/YuMi/Modules/YMRoom/View/StageView/StageView.m index 20fbb0ee..915b1bb9 100644 --- a/YuMi/Modules/YMRoom/View/StageView/StageView.m +++ b/YuMi/Modules/YMRoom/View/StageView/StageView.m @@ -846,16 +846,31 @@ } - (void)didSelectAtIndex:(NSInteger)index { - - MicroQueueModel* micModel = [self.micQueue objectForKey:[self indexToPosition:index]]; - UserInfoModel* userInfo = self.hostDelegate.getUserInfo; - RoomInfoModel* roomInfo = self.hostDelegate.getRoomInfo; NSString* position = [self indexToPosition:index]; + if ([NSString isEmpty:position]) { + return; + } + + MicroQueueModel* micModel = [self.micQueue objectForKey:position]; + if (!micModel) { + return; + } + + UserInfoModel* userInfo = self.hostDelegate.getUserInfo; + if (!userInfo) { + return; + } + + RoomInfoModel* roomInfo = self.hostDelegate.getRoomInfo; + if (!roomInfo) { + return; + } + NSString* uid = [NSString stringWithFormat:@"%ld", userInfo.uid]; NSString* roomId = [NSString stringWithFormat:@"%ld", roomInfo.roomId]; // 1. 麦位上有人,弹窗用户资料卡 - NSString * targetUid; + NSString *targetUid; if (roomInfo.leaveMode && [position isEqualToString:@"-1"]) { targetUid = [NSString stringWithFormat:@"%ld", roomInfo.uid]; } @@ -863,7 +878,7 @@ targetUid = [NSString stringWithFormat:@"%ld", micModel.userInfo.uid]; } - if (targetUid && targetUid.length > 0) { + if (![NSString isEmpty:targetUid]) { [self displayUserCard:targetUid position:position model:micModel]; @@ -891,7 +906,7 @@ [[NIMSDK sharedSDK].chatroomManager fetchChatroomMembersByIds:request completion:^(NSError * _Nullable error, NSArray * _Nullable members) { @kStrongify(self); - if (error) { + if (error || members.count == 0) { self.isUpingMic = NO; return; } @@ -908,7 +923,7 @@ return; } MicroQueueModel* micModel = [self.micQueue objectForKey:up]; - if (micModel.userInfo) {///麦上已经有人,不上麦 + if (!micModel || micModel.userInfo) {///麦上已经有人,不上麦 self.isUpingMic = NO; [XNDJTDDLoadingTool showErrorWithMessage:YMLocalizedString(@"StageView4")]; return; @@ -987,8 +1002,6 @@ // 抱Ta上麦 TTActionSheetConfig *inviteMic = [self inviteMicAction:position room:roomInfo mic:micModel]; @kWeakify(self); - TTPopupConfig *config = [[TTPopupConfig alloc] init]; - [TTPopup actionSheetWithItems:@[upMic, inviteMic, lockMic, muteMic] cancelHandler:^{ @kStrongify(self); self.isUpingMic = NO; @@ -1054,7 +1067,7 @@ } else { if (microView) { if (blockDown) { - blockUp([self indexToPosition:microView.tag], position); + blockDown([self indexToPosition:microView.tag], position); } } else { if (blockUp) { diff --git a/YuMi/Modules/YMRoom/View/UserCard/View/UserRoomCardViewController.m b/YuMi/Modules/YMRoom/View/UserCard/View/UserRoomCardViewController.m index bd4b90d4..101090b0 100644 --- a/YuMi/Modules/YMRoom/View/UserCard/View/UserRoomCardViewController.m +++ b/YuMi/Modules/YMRoom/View/UserCard/View/UserRoomCardViewController.m @@ -708,8 +708,10 @@ view.hidden = YES; } else { view.hidden = NO; + @kWeakify(self); [view loadImageWithUrl:urlPath - completion:^(UIImage * _Nullable image, NSURL * _Nonnull url) { + completion:^(UIImage * _Nullable image, NSURL * _Nonnull url) { + @kStrongify(self); if (image) { CGFloat height = 20; CGSize imageSize = image.size; @@ -1657,15 +1659,6 @@ - (void)reloadAllUI { [self.collectionView reloadData]; -// [XNDJTDDLoadingTool showLoading]; -// // 使用 dispatch_async 延迟执行逻辑 -// dispatch_async(dispatch_get_main_queue(), ^{ -// // reloadData 执行完成后的逻辑 -// NSLog(@"CollectionView Reloaded Successfully"); -// // 执行你指定的后续操作 -// self.view.hidden = NO; -// }); - } #pragma mark - diff --git a/YuMi/Modules/YMRoom/View/XPRoomViewController.m b/YuMi/Modules/YMRoom/View/XPRoomViewController.m index ce5fca2a..9875ede3 100644 --- a/YuMi/Modules/YMRoom/View/XPRoomViewController.m +++ b/YuMi/Modules/YMRoom/View/XPRoomViewController.m @@ -453,7 +453,7 @@ XPCandyTreeInsufficientBalanceViewDelegate> ///获取免费礼物 [self.presenter getFreeGiftData]; - if(self.redEnvelopeId != nil){ + if(![NSString isEmpty:self.redEnvelopeId]){ [self.presenter getRedPacketInft:self.redEnvelopeId]; } } @@ -1370,7 +1370,6 @@ XPCandyTreeInsufficientBalanceViewDelegate> [self.roomHeaderView onRoomEntered]; [self.sideMenu onRoomEntered]; - [self.backContainerView onRoomEntered]; [self.littleGameView onRoomEntered]; @@ -1389,6 +1388,7 @@ XPCandyTreeInsufficientBalanceViewDelegate> [self.stageView onRoomMiniEntered]; [self.functionView onRoomMiniEntered]; + [self.sideMenu onRoomMiniEntered]; [self.functionView onRoomEntered]; [self.menuContainerView onRoomMiniEntered]; // PK 状态下,从最小化进房需要模仿初始化房间,丢 2 次 roominfo 进去 functionView diff --git a/YuMi/ar.lproj/Localizable.strings b/YuMi/ar.lproj/Localizable.strings index f184aee0..d2de3063 100644 --- a/YuMi/ar.lproj/Localizable.strings +++ b/YuMi/ar.lproj/Localizable.strings @@ -656,8 +656,6 @@ "XPLoginPhoneViewController6" = "الرجاء إدخال رمز التحقق"; "XPLoginPhoneViewController7" = "تسجيل الدخول بكلمة المرور"; "XPLoginPhoneViewController8" = "تسجيل الدخول"; -"XPLoginPhoneViewController9" = "الحساب"; -"XPLoginPhoneViewController10" = "الرسائل القصيرة"; "XPLoginInputView0" = "الحصول على رمز التحقق"; @@ -2171,7 +2169,6 @@ ineHeadView12" = "الحمل"; "XPGiftInfoView9" = "VIP"; "XPGiftCountView0" = "قيمة أخرى"; "XPGiftCountView1" = "الكل"; -"XPGiftCountView2" = "قيمة أخرى"; "XPGiftWeekStarBroadcastView0" = "مقعد شاغر"; @@ -4083,6 +4080,7 @@ ineHeadView12" = "الحمل"; "1.0.37_text_7" = "%@دقائق"; "1.0.37_text_8" = "عدد حقيبة الحظ"; "1.0.37_text_9" = "إجمالي الإنفاق %@ عملة"; +"1.0.37_text_10" = "هدايا"; "1.0.37_text_11" = "أرسل %@ هدية، أنفق %@ عملة"; "1.0.37_text_12" = "تعديل "; "1.0.37_text_13" = "وقت الانتظار %@ دقيقة"; @@ -4107,7 +4105,7 @@ ineHeadView12" = "الحمل"; "1.0.37_text_29" = "الرجاء اختيار الهدية أولا "; "1.0.37_text_30" = "الرجاء إدخال الرقم"; -"1.0.37_text_31" = "لقد دخل @% @% من @% إلى الغرفة"; +"1.0.37_text_31" = "لقد دخل %@ %@ من %@ إلى الغرفة"; "1.0.37_text_32" = "%@ %@&%@ كلاهما على الميكروفون!"; "1.0.37_text_33" = "هذه الوظيفة متاحة للمستخدمين فوق مستوى VIP5. يرجى ترقية مستوى VIP الخاص بك أولاً!"; "1.0.37_text_34" = "تحويل الكونزات"; diff --git a/YuMi/en.lproj/Localizable.strings b/YuMi/en.lproj/Localizable.strings index bd9f35d8..8f6266d2 100644 --- a/YuMi/en.lproj/Localizable.strings +++ b/YuMi/en.lproj/Localizable.strings @@ -360,8 +360,6 @@ "XPLoginPhoneViewController7" = "Password login"; "XPLoginPhoneViewController8" = "Login"; -"XPLoginPhoneViewController9" = "Account"; -"XPLoginPhoneViewController10" = "SMS"; "XPLoginInputView0" = "Get verification code"; @@ -1901,7 +1899,6 @@ "XPGiftInfoView9" = "VIP"; "XPGiftCountView0" = "Other amounts"; "XPGiftCountView1" = "All"; -"XPGiftCountView2" = "Other amounts"; "XPGiftWeekStarBroadcastView0" = "Vacant"; @@ -3867,6 +3864,7 @@ "1.0.37_text_7" = "%@Mins"; "1.0.37_text_8" = "Lucky Bag Numbers"; "1.0.37_text_9" = "Total spend %@ coins"; +"1.0.37_text_10" = "Gift"; "1.0.37_text_11" = "Send %@ gifts, spend %@ coins"; "1.0.37_text_12" = "Modify "; "1.0.37_text_13" = "Waiting time %@ minutes"; diff --git a/YuMi/tr.lproj/Localizable.strings b/YuMi/tr.lproj/Localizable.strings index e54a72c8..3493a553 100644 --- a/YuMi/tr.lproj/Localizable.strings +++ b/YuMi/tr.lproj/Localizable.strings @@ -1495,7 +1495,6 @@ "XPGiftInfoView9" = "VIP"; "XPGiftCountView0" = "Diğer miktar"; "XPGiftCountView1" = "Tümü"; -"XPGiftCountView2" = "Diğer miktar"; "XPGiftWeekStarBroadcastView0" = "Boşta"; "XPGiftWeekStarBroadcastView1" = "Boşta"; @@ -2127,8 +2126,6 @@ "XPLoginPhoneViewController6" = "Doğrulama kodunu girin"; "XPLoginPhoneViewController7" = "Şifre ile Giriş"; "XPLoginPhoneViewController8" = "Giriş"; -"XPLoginPhoneViewController9" = "Hesap Girişi"; -"XPLoginPhoneViewController10" = "SMS ile Giriş"; "XPLoginInputView0" = "Doğrulama Kodu Al"; "XPLoginInputView1" = "Tekrar Al"; @@ -3661,6 +3658,7 @@ "1.0.37_text_7" = "%@Dakika"; "1.0.37_text_8" = "Şanslı Çanta Sayıları"; "1.0.37_text_9" = "Toplam harcama %@ jeton"; +"1.0.37_text_10" = "Hediyeler"; "1.0.37_text_11" = "%@ hediye gönder, %@ jeton harca"; "1.0.37_text_12" = "Değiştir "; "1.0.37_text_13" = "Bekleme süresi %@ dakika"; diff --git a/YuMi/zh-Hant.lproj/Localizable.strings b/YuMi/zh-Hant.lproj/Localizable.strings index 869b2b20..c87f768f 100644 --- a/YuMi/zh-Hant.lproj/Localizable.strings +++ b/YuMi/zh-Hant.lproj/Localizable.strings @@ -1522,7 +1522,7 @@ "XPGiftInfoView9" = "VIP"; "XPGiftCountView0" = "其他數額"; "XPGiftCountView1" = "全部"; -"XPGiftCountView2" = "其他數額"; + "XPGiftWeekStarBroadcastView0" = "虛位以待"; @@ -2171,8 +2171,7 @@ "XPLoginPhoneViewController6" = "請輸入驗證碼"; "XPLoginPhoneViewController7" = "密碼登錄"; "XPLoginPhoneViewController8" = "登錄"; -"XPLoginPhoneViewController9" = "賬號登錄"; -"XPLoginPhoneViewController10" = "短信登錄"; + "XPLoginInputView0" = "獲取驗證碼"; "XPLoginInputView1" = "重新獲取"; @@ -3528,7 +3527,7 @@ "1.0.37_text_7" = "%@分鐘"; "1.0.37_text_8" = "幸運福袋數量"; "1.0.37_text_9" = "總計花費 %@ 枚幣"; -"1.0.37_text_10" = "Gift"; +"1.0.37_text_10" = "禮物"; "1.0.37_text_11" = "送出 %@ 份禮物,共花費 %@ 枚幣"; "1.0.37_text_12" = "修改 "; "1.0.37_text_13" = "等待時間 %@ 分鐘"; diff --git a/bitcode_frameworks.txt b/bitcode_frameworks.txt new file mode 100644 index 00000000..7e634f40 --- /dev/null +++ b/bitcode_frameworks.txt @@ -0,0 +1,85 @@ +Pods/FBSDKCoreKit/XCFrameworks/FBSDKCoreKit.xcframework/tvos-arm64/FBSDKCoreKit.framework/FBSDKCoreKit +Pods/FBSDKCoreKit/XCFrameworks/FBSDKCoreKit.xcframework/tvos-arm64_x86_64-simulator/FBSDKCoreKit.framework/FBSDKCoreKit +Pods/FBSDKCoreKit/XCFrameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-simulator/FBSDKCoreKit.framework/FBSDKCoreKit +Pods/FBSDKCoreKit/XCFrameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/FBSDKCoreKit +Pods/FBSDKCoreKit/XCFrameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/FBSDKCoreKit +Pods/UMDevice/UMDevice_3.4.0/UMDevice.xcframework/ios-arm64_x86_64-simulator/UMDevice.framework/UMDevice +Pods/UMDevice/UMDevice_3.4.0/UMDevice.xcframework/ios-arm64_armv7/UMDevice.framework/UMDevice +Pods/mob_linksdk_pro/MobLinkPro/MobLinkPro.framework/MobLinkPro +Pods/FBAEMKit/XCFrameworks/FBAEMKit.xcframework/tvos-arm64/FBAEMKit.framework/FBAEMKit +Pods/FBAEMKit/XCFrameworks/FBAEMKit.xcframework/tvos-arm64_x86_64-simulator/FBAEMKit.framework/FBAEMKit +Pods/FBAEMKit/XCFrameworks/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/FBAEMKit +Pods/FBAEMKit/XCFrameworks/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/FBAEMKit +Pods/FBAEMKit/XCFrameworks/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/FBAEMKit +Pods/FBSDKLoginKit/XCFrameworks/FBSDKLoginKit.xcframework/tvos-arm64/FBSDKLoginKit.framework/FBSDKLoginKit +Pods/FBSDKLoginKit/XCFrameworks/FBSDKLoginKit.xcframework/tvos-arm64_x86_64-simulator/FBSDKLoginKit.framework/FBSDKLoginKit +Pods/FBSDKLoginKit/XCFrameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-simulator/FBSDKLoginKit.framework/FBSDKLoginKit +Pods/FBSDKLoginKit/XCFrameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKLoginKit.framework/FBSDKLoginKit +Pods/FBSDKLoginKit/XCFrameworks/FBSDKLoginKit.xcframework/ios-arm64/FBSDKLoginKit.framework/FBSDKLoginKit +Pods/QCloudTrack/QCloudTrack/Classes/BeaconFramework/COSBeaconAPI_Base.framework/COSBeaconAPI_Base +Pods/QCloudTrack/QCloudTrack/Classes/BeaconFramework/QimeiSDK.framework/QimeiSDK +Pods/MOBFoundation/MOBFoundation/MOBFoundation.xcframework/ios-arm64/MOBFoundation.framework/MOBFoundation +Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/FirebaseAnalytics +Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics +Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/FirebaseAnalytics +Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics +Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/FirebaseAnalytics +Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/FirebaseAnalytics +Pods/FBSDKCoreKit_Basics/XCFrameworks/FBSDKCoreKit_Basics.xcframework/tvos-arm64/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics +Pods/FBSDKCoreKit_Basics/XCFrameworks/FBSDKCoreKit_Basics.xcframework/tvos-arm64_x86_64-simulator/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics +Pods/FBSDKCoreKit_Basics/XCFrameworks/FBSDKCoreKit_Basics.xcframework/ios-arm64_x86_64-simulator/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics +Pods/FBSDKCoreKit_Basics/XCFrameworks/FBSDKCoreKit_Basics.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics +Pods/FBSDKCoreKit_Basics/XCFrameworks/FBSDKCoreKit_Basics.xcframework/ios-arm64/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics +Pods/mob_sharesdk/ShareSDK/Support/Required/ShareSDKConnector.framework/ShareSDKConnector +Pods/mob_sharesdk/ShareSDK/Support/Optional/ShareSDKExtension.framework/ShareSDKExtension +Pods/mob_sharesdk/ShareSDK/Support/PlatformConnector/AppleAccountConnector.framework/AppleAccountConnector +Pods/mob_sharesdk/ShareSDK/ShareSDK.framework/ShareSDK +Pods/Bugly/Bugly.framework/Bugly +Pods/FBSDKShareKit/XCFrameworks/FBSDKShareKit.xcframework/tvos-arm64/FBSDKShareKit.framework/FBSDKShareKit +Pods/FBSDKShareKit/XCFrameworks/FBSDKShareKit.xcframework/tvos-arm64_x86_64-simulator/FBSDKShareKit.framework/FBSDKShareKit +Pods/FBSDKShareKit/XCFrameworks/FBSDKShareKit.xcframework/ios-arm64_x86_64-simulator/FBSDKShareKit.framework/FBSDKShareKit +Pods/FBSDKShareKit/XCFrameworks/FBSDKShareKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKShareKit.framework/FBSDKShareKit +Pods/FBSDKShareKit/XCFrameworks/FBSDKShareKit.xcframework/ios-arm64/FBSDKShareKit.framework/FBSDKShareKit +./Pods/FBSDKCoreKit/XCFrameworks/FBSDKCoreKit.xcframework/tvos-arm64/FBSDKCoreKit.framework/FBSDKCoreKit +./Pods/FBSDKCoreKit/XCFrameworks/FBSDKCoreKit.xcframework/tvos-arm64_x86_64-simulator/FBSDKCoreKit.framework/FBSDKCoreKit +./Pods/FBSDKCoreKit/XCFrameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-simulator/FBSDKCoreKit.framework/FBSDKCoreKit +./Pods/FBSDKCoreKit/XCFrameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/FBSDKCoreKit +./Pods/FBSDKCoreKit/XCFrameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/FBSDKCoreKit +./Pods/UMDevice/UMDevice_3.4.0/UMDevice.xcframework/ios-arm64_x86_64-simulator/UMDevice.framework/UMDevice +./Pods/UMDevice/UMDevice_3.4.0/UMDevice.xcframework/ios-arm64_armv7/UMDevice.framework/UMDevice +./Pods/mob_linksdk_pro/MobLinkPro/MobLinkPro.framework/MobLinkPro +./Pods/FBAEMKit/XCFrameworks/FBAEMKit.xcframework/tvos-arm64/FBAEMKit.framework/FBAEMKit +./Pods/FBAEMKit/XCFrameworks/FBAEMKit.xcframework/tvos-arm64_x86_64-simulator/FBAEMKit.framework/FBAEMKit +./Pods/FBAEMKit/XCFrameworks/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/FBAEMKit +./Pods/FBAEMKit/XCFrameworks/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/FBAEMKit +./Pods/FBAEMKit/XCFrameworks/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/FBAEMKit +./Pods/FBSDKLoginKit/XCFrameworks/FBSDKLoginKit.xcframework/tvos-arm64/FBSDKLoginKit.framework/FBSDKLoginKit +./Pods/FBSDKLoginKit/XCFrameworks/FBSDKLoginKit.xcframework/tvos-arm64_x86_64-simulator/FBSDKLoginKit.framework/FBSDKLoginKit +./Pods/FBSDKLoginKit/XCFrameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-simulator/FBSDKLoginKit.framework/FBSDKLoginKit +./Pods/FBSDKLoginKit/XCFrameworks/FBSDKLoginKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKLoginKit.framework/FBSDKLoginKit +./Pods/FBSDKLoginKit/XCFrameworks/FBSDKLoginKit.xcframework/ios-arm64/FBSDKLoginKit.framework/FBSDKLoginKit +./Pods/QCloudTrack/QCloudTrack/Classes/BeaconFramework/COSBeaconAPI_Base.framework/COSBeaconAPI_Base +./Pods/QCloudTrack/QCloudTrack/Classes/BeaconFramework/QimeiSDK.framework/QimeiSDK +./Pods/MOBFoundation/MOBFoundation/MOBFoundation.xcframework/ios-arm64/MOBFoundation.framework/MOBFoundation +./Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/FirebaseAnalytics +./Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics +./Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/FirebaseAnalytics +./Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics +./Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/FirebaseAnalytics +./Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/FirebaseAnalytics +./Pods/FBSDKCoreKit_Basics/XCFrameworks/FBSDKCoreKit_Basics.xcframework/tvos-arm64/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics +./Pods/FBSDKCoreKit_Basics/XCFrameworks/FBSDKCoreKit_Basics.xcframework/tvos-arm64_x86_64-simulator/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics +./Pods/FBSDKCoreKit_Basics/XCFrameworks/FBSDKCoreKit_Basics.xcframework/ios-arm64_x86_64-simulator/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics +./Pods/FBSDKCoreKit_Basics/XCFrameworks/FBSDKCoreKit_Basics.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics +./Pods/FBSDKCoreKit_Basics/XCFrameworks/FBSDKCoreKit_Basics.xcframework/ios-arm64/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics +./Pods/mob_sharesdk/ShareSDK/Support/Required/ShareSDKConnector.framework/ShareSDKConnector +./Pods/mob_sharesdk/ShareSDK/Support/Optional/ShareSDKExtension.framework/ShareSDKExtension +./Pods/mob_sharesdk/ShareSDK/Support/PlatformConnector/AppleAccountConnector.framework/AppleAccountConnector +./Pods/mob_sharesdk/ShareSDK/ShareSDK.framework/ShareSDK +./Pods/Bugly/Bugly.framework/Bugly +./Pods/FBSDKShareKit/XCFrameworks/FBSDKShareKit.xcframework/tvos-arm64/FBSDKShareKit.framework/FBSDKShareKit +./Pods/FBSDKShareKit/XCFrameworks/FBSDKShareKit.xcframework/tvos-arm64_x86_64-simulator/FBSDKShareKit.framework/FBSDKShareKit +./Pods/FBSDKShareKit/XCFrameworks/FBSDKShareKit.xcframework/ios-arm64_x86_64-simulator/FBSDKShareKit.framework/FBSDKShareKit +./Pods/FBSDKShareKit/XCFrameworks/FBSDKShareKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKShareKit.framework/FBSDKShareKit +./Pods/FBSDKShareKit/XCFrameworks/FBSDKShareKit.xcframework/ios-arm64/FBSDKShareKit.framework/FBSDKShareKit +./YuMi/Modules/YMRTC/Library/ZegoAudioRoom.framework/ZegoAudioRoom diff --git a/handle_bitcode.sh b/handle_bitcode.sh new file mode 100755 index 00000000..1c309065 --- /dev/null +++ b/handle_bitcode.sh @@ -0,0 +1,107 @@ +#!/bin/bash + +# Function to check if a binary contains bitcode +check_bitcode() { + local binary_path=$1 + if otool -l "$binary_path" | grep -q __LLVM; then + echo "$binary_path contains bitcode." + echo "$binary_path" >> bitcode_frameworks.txt + else + echo "$binary_path does not contain bitcode." + fi +} + +# Function to strip bitcode from a binary +strip_bitcode() { + local binary_path=$1 + local output_path="${binary_path}_stripped" + xcrun bitcode_strip "$binary_path" -r -o "$output_path" + echo "Stripped bitcode from $binary_path and saved to $output_path" +} + +# Function to replace original binary with the stripped version +replace_framework() { + local original_path=$1 + local stripped_path="${original_path}_stripped" + + if [ -f "$stripped_path" ]; then + echo "Replacing $original_path with $stripped_path..." + rm "$original_path" + mv "$stripped_path" "$original_path" + echo "Replaced $original_path successfully." + else + echo "Stripped binary $stripped_path not found. Skipping." + fi +} + +# Function to disable Bitcode in the Xcode project +disable_bitcode_in_project() { + # Automatically detect the Xcode project file + local xcodeproj_file=$(find . -name "*.xcodeproj" | head -n 1) + if [ -z "$xcodeproj_file" ]; then + echo "Xcode project not found. Exiting." + exit 1 + fi + local xcodeproj_name=$(basename "$xcodeproj_file" .xcodeproj) + + echo "Disabling Bitcode in Xcode project $xcodeproj_name..." + /usr/libexec/PlistBuddy -c "Set :buildSettings:ENABLE_BITCODE NO" "$xcodeproj_file/project.pbxproj" + + # Clean and rebuild the Xcode project + echo "Cleaning the build folder..." + xcodebuild clean -workspace "$xcodeproj_name.xcworkspace" -scheme "$xcodeproj_name" -configuration Debug + + echo "Building the project..." + xcodebuild -workspace "$xcodeproj_name.xcworkspace" -scheme "$xcodeproj_name" -configuration Debug + + echo "Process completed successfully!" +} + +# Step 1: Check frameworks for Bitcode +echo "Checking frameworks for Bitcode..." + +# Remove old bitcode_frameworks.txt if it exists +rm -f bitcode_frameworks.txt + +# Check frameworks in Pods and the ios directory +if [ -d "Pods" ]; then + echo "Checking frameworks in Pods..." + find Pods -name '*.framework' -type d | while read -r framework; do + binary_name=$(basename "$framework" .framework) + binary_path="$framework/$binary_name" + if [ -f "$binary_path" ]; then + check_bitcode "$binary_path" + fi + done +fi + +echo "Checking frameworks in the ios directory..." +find . -name '*.framework' -type d | while read -r framework; do + binary_name=$(basename "$framework" .framework) + binary_path="$framework/$binary_name" + if [ -f "$binary_path" ]; then + check_bitcode "$binary_path" + fi +done + +echo "Bitcode check completed. Frameworks containing bitcode are listed in bitcode_frameworks.txt." + +# Step 2: Strip Bitcode from all frameworks that contain it +if [ -f bitcode_frameworks.txt ]; then + echo "Stripping bitcode from frameworks..." + while read -r binary_path; do + strip_bitcode "$binary_path" + done < bitcode_frameworks.txt +else + echo "No frameworks found containing bitcode. Exiting." + exit 1 +fi + +# Step 3: Replace original frameworks with stripped versions +echo "Replacing original frameworks with stripped versions..." +while read -r binary_path; do + replace_framework "$binary_path" +done < bitcode_frameworks.txt + +# Step 4: Disable Bitcode in the Xcode project and rebuild +disable_bitcode_in_project