project.pbxproj 94 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 27029BC72276A23400D53A94 /* YRLoginVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 27029BC62276A23400D53A94 /* YRLoginVC.m */; };
  10. 27029BCC2277063F00D53A94 /* UIColor+HexColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27029BCB2277063F00D53A94 /* UIColor+HexColor.m */; };
  11. 27029BD0227709CC00D53A94 /* UIButton+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 27029BCE227709CC00D53A94 /* UIButton+Layout.m */; };
  12. 27029BD32277E16300D53A94 /* YRButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 27029BD22277E16300D53A94 /* YRButton.m */; };
  13. 270E6C972282B72D008B12B9 /* YRSettingVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 270E6C962282B72D008B12B9 /* YRSettingVC.m */; };
  14. 270E6C9B2282E6D0008B12B9 /* UINavigationController+safe.m in Sources */ = {isa = PBXBuildFile; fileRef = 270E6C9A2282E6D0008B12B9 /* UINavigationController+safe.m */; };
  15. 2710E65522801B7E0002A4B0 /* YRRegisterVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710E65422801B7E0002A4B0 /* YRRegisterVC.m */; };
  16. 2710E65822801B930002A4B0 /* YRPwdLevelView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710E65722801B930002A4B0 /* YRPwdLevelView.m */; };
  17. 2710E65D22801E330002A4B0 /* LeftViewTF.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710E65C22801E330002A4B0 /* LeftViewTF.m */; };
  18. 2710E66022801ED10002A4B0 /* YRShowMessageFromNavi.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710E65F22801ED10002A4B0 /* YRShowMessageFromNavi.m */; };
  19. 2710E66522815DCF0002A4B0 /* YRMineCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710E66422815DCF0002A4B0 /* YRMineCell.m */; };
  20. 2710E66822815E030002A4B0 /* YRMineModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710E66722815E030002A4B0 /* YRMineModel.m */; };
  21. 2710E66A228166990002A4B0 /* mine_route.json in Resources */ = {isa = PBXBuildFile; fileRef = 2710E669228166990002A4B0 /* mine_route.json */; };
  22. 2710E66E2281746E0002A4B0 /* UIPopoverListView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710E66D2281746E0002A4B0 /* UIPopoverListView.m */; };
  23. 3FE47A8D89A70D18F98B1E41 /* libPods-UU_EntUITests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F4F857DEEC69AEDCFACDFD51 /* libPods-UU_EntUITests.a */; };
  24. 991C1464228275B70080B54A /* YRLoginManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 991C1463228275B70080B54A /* YRLoginManager.m */; };
  25. 9948171422783494007C7CEA /* msg_route.json in Resources */ = {isa = PBXBuildFile; fileRef = 9948171322783494007C7CEA /* msg_route.json */; };
  26. 9948171722785013007C7CEA /* YRWorkTabCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9948171622785013007C7CEA /* YRWorkTabCell.m */; };
  27. 9948171A22785044007C7CEA /* YRWorkCollCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9948171922785044007C7CEA /* YRWorkCollCell.m */; };
  28. 999F6510227E658E00329012 /* UIView+frame.m in Sources */ = {isa = PBXBuildFile; fileRef = 999F650F227E658E00329012 /* UIView+frame.m */; };
  29. 999F6513227E664C00329012 /* UIImageView+userId.m in Sources */ = {isa = PBXBuildFile; fileRef = 999F6512227E664C00329012 /* UIImageView+userId.m */; };
  30. 999F6516227E688600329012 /* UIView+selector.m in Sources */ = {isa = PBXBuildFile; fileRef = 999F6515227E688600329012 /* UIView+selector.m */; };
  31. 999F651A227E697D00329012 /* UILabel+vertical.m in Sources */ = {isa = PBXBuildFile; fileRef = 999F6519227E697D00329012 /* UILabel+vertical.m */; };
  32. 999F651E227E6A6000329012 /* NSString+regular.m in Sources */ = {isa = PBXBuildFile; fileRef = 999F651D227E6A6000329012 /* NSString+regular.m */; };
  33. 99B4252F22815E2900DAE304 /* YRAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99B4252E22815E2900DAE304 /* YRAlertView.m */; };
  34. 99C16340227FD24E002ED79D /* YRWorkConModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C1633F227FD24E002ED79D /* YRWorkConModel.m */; };
  35. 99C16342227FDE64002ED79D /* work_route.json in Resources */ = {isa = PBXBuildFile; fileRef = 99C16341227FDE64002ED79D /* work_route.json */; };
  36. 99C16345228027C8002ED79D /* YRMsgHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C16344228027C8002ED79D /* YRMsgHeader.m */; };
  37. 99C6FE6122768B5C00C7070A /* UU_EntTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE6022768B5C00C7070A /* UU_EntTests.m */; };
  38. 99C6FE6C22768B5C00C7070A /* UU_EntUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE6B22768B5C00C7070A /* UU_EntUITests.m */; };
  39. 99C6FE8F22768EC000C7070A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE7E22768EC000C7070A /* AppDelegate.m */; };
  40. 99C6FE9022768EC000C7070A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 99C6FE8722768EC000C7070A /* Assets.xcassets */; };
  41. 99C6FE9222768EC000C7070A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE8A22768EC000C7070A /* main.m */; };
  42. 99C6FE96227690BE00C7070A /* YRBaseVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE95227690BE00C7070A /* YRBaseVC.m */; };
  43. 99C6FE99227690F800C7070A /* YRBaseNav.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE98227690F800C7070A /* YRBaseNav.m */; };
  44. 99C6FEBA2276950C00C7070A /* YRMainVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FEB92276950C00C7070A /* YRMainVC.m */; };
  45. 99C6FEC02276957400C7070A /* YRMineVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FEBF2276957400C7070A /* YRMineVC.m */; };
  46. 99C6FEC32276959B00C7070A /* YRWorkVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FEC22276959B00C7070A /* YRWorkVC.m */; };
  47. 99C6FEC82276966600C7070A /* YRWebVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FEC72276966600C7070A /* YRWebVC.m */; };
  48. 99C6FECB227696CA00C7070A /* YRMsgVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FECA227696CA00C7070A /* YRMsgVC.m */; };
  49. 99C6FECE227697DA00C7070A /* YRContactVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FECD227697DA00C7070A /* YRContactVC.m */; };
  50. 99C6FED12276982F00C7070A /* YRTabBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FED02276982F00C7070A /* YRTabBar.m */; };
  51. 99C6FF172276D13500C7070A /* YRUserInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FF162276D13500C7070A /* YRUserInfo.m */; };
  52. 99C6FF1B2276DD3900C7070A /* YRTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FF1A2276DD3900C7070A /* YRTableView.m */; };
  53. 99C6FF232276E4C000C7070A /* YRMsgMainCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FF222276E4C000C7070A /* YRMsgMainCell.m */; };
  54. 99C6FF262276FAE000C7070A /* YRMsgMainModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FF242276FAE000C7070A /* YRMsgMainModel.m */; };
  55. 99F4A73D2277D1B8009AA6ED /* YRLoadImgCacheTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F4A73C2277D1B8009AA6ED /* YRLoadImgCacheTool.m */; };
  56. 99F4A7402277D2DF009AA6ED /* YRLoadingVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F4A73F2277D2DF009AA6ED /* YRLoadingVC.m */; };
  57. 99F4A7432277D332009AA6ED /* YRCountDownView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F4A7422277D332009AA6ED /* YRCountDownView.m */; };
  58. 99F4A7462277D503009AA6ED /* YRAdView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F4A7452277D503009AA6ED /* YRAdView.m */; };
  59. 99F4A8082277D844009AA6ED /* loading48.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7C82277D83B009AA6ED /* loading48.png */; };
  60. 99F4A8092277D845009AA6ED /* loading29.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7C92277D83B009AA6ED /* loading29.png */; };
  61. 99F4A80A2277D845009AA6ED /* loading32.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7CA2277D83B009AA6ED /* loading32.png */; };
  62. 99F4A80B2277D845009AA6ED /* loading50.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7CB2277D83B009AA6ED /* loading50.png */; };
  63. 99F4A80C2277D845009AA6ED /* loading27.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7CC2277D83C009AA6ED /* loading27.png */; };
  64. 99F4A80D2277D845009AA6ED /* loading53.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7CD2277D83C009AA6ED /* loading53.png */; };
  65. 99F4A80E2277D845009AA6ED /* loading60.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7CE2277D83C009AA6ED /* loading60.png */; };
  66. 99F4A80F2277D845009AA6ED /* loading44.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7CF2277D83C009AA6ED /* loading44.png */; };
  67. 99F4A8102277D845009AA6ED /* loading24.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D02277D83C009AA6ED /* loading24.png */; };
  68. 99F4A8112277D845009AA6ED /* loading33.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D12277D83C009AA6ED /* loading33.png */; };
  69. 99F4A8122277D845009AA6ED /* loading25.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D22277D83C009AA6ED /* loading25.png */; };
  70. 99F4A8132277D845009AA6ED /* loading42.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D32277D83D009AA6ED /* loading42.png */; };
  71. 99F4A8142277D845009AA6ED /* loading30.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D42277D83D009AA6ED /* loading30.png */; };
  72. 99F4A8152277D845009AA6ED /* loading31.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D52277D83D009AA6ED /* loading31.png */; };
  73. 99F4A8162277D845009AA6ED /* loading63.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D62277D83D009AA6ED /* loading63.png */; };
  74. 99F4A8172277D845009AA6ED /* loading46.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D72277D83D009AA6ED /* loading46.png */; };
  75. 99F4A8182277D845009AA6ED /* loading20.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D82277D83D009AA6ED /* loading20.png */; };
  76. 99F4A8192277D845009AA6ED /* loading1.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D92277D83D009AA6ED /* loading1.png */; };
  77. 99F4A81A2277D845009AA6ED /* loading18.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7DA2277D83E009AA6ED /* loading18.png */; };
  78. 99F4A81B2277D845009AA6ED /* loading7.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7DB2277D83E009AA6ED /* loading7.png */; };
  79. 99F4A81C2277D845009AA6ED /* loading8.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7DC2277D83E009AA6ED /* loading8.png */; };
  80. 99F4A81D2277D845009AA6ED /* loading10.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7DD2277D83E009AA6ED /* loading10.png */; };
  81. 99F4A81E2277D845009AA6ED /* loading57.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7DE2277D83E009AA6ED /* loading57.png */; };
  82. 99F4A81F2277D845009AA6ED /* loading12.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7DF2277D83E009AA6ED /* loading12.png */; };
  83. 99F4A8202277D845009AA6ED /* loading54.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E02277D83E009AA6ED /* loading54.png */; };
  84. 99F4A8212277D845009AA6ED /* loading3.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E12277D83F009AA6ED /* loading3.png */; };
  85. 99F4A8222277D845009AA6ED /* loading55.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E22277D83F009AA6ED /* loading55.png */; };
  86. 99F4A8232277D845009AA6ED /* loading59.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E32277D83F009AA6ED /* loading59.png */; };
  87. 99F4A8242277D845009AA6ED /* loading35.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E42277D83F009AA6ED /* loading35.png */; };
  88. 99F4A8252277D845009AA6ED /* loading14.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E52277D83F009AA6ED /* loading14.png */; };
  89. 99F4A8262277D845009AA6ED /* loading22.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E62277D83F009AA6ED /* loading22.png */; };
  90. 99F4A8272277D845009AA6ED /* loading38.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E72277D83F009AA6ED /* loading38.png */; };
  91. 99F4A8282277D845009AA6ED /* loading34.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E82277D840009AA6ED /* loading34.png */; };
  92. 99F4A8292277D845009AA6ED /* loading13.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E92277D840009AA6ED /* loading13.png */; };
  93. 99F4A82A2277D845009AA6ED /* loading49.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7EA2277D840009AA6ED /* loading49.png */; };
  94. 99F4A82B2277D845009AA6ED /* loading19.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7EB2277D840009AA6ED /* loading19.png */; };
  95. 99F4A82C2277D845009AA6ED /* loading41.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7EC2277D840009AA6ED /* loading41.png */; };
  96. 99F4A82D2277D845009AA6ED /* loading9.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7ED2277D840009AA6ED /* loading9.png */; };
  97. 99F4A82E2277D845009AA6ED /* loading39.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7EE2277D840009AA6ED /* loading39.png */; };
  98. 99F4A82F2277D845009AA6ED /* loading28.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7EF2277D840009AA6ED /* loading28.png */; };
  99. 99F4A8302277D845009AA6ED /* loading62.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F02277D840009AA6ED /* loading62.png */; };
  100. 99F4A8312277D845009AA6ED /* loading40.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F12277D841009AA6ED /* loading40.png */; };
  101. 99F4A8322277D845009AA6ED /* loading15.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F22277D841009AA6ED /* loading15.png */; };
  102. 99F4A8332277D845009AA6ED /* loading11.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F32277D841009AA6ED /* loading11.png */; };
  103. 99F4A8342277D845009AA6ED /* loading47.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F42277D841009AA6ED /* loading47.png */; };
  104. 99F4A8352277D845009AA6ED /* loading36.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F52277D841009AA6ED /* loading36.png */; };
  105. 99F4A8362277D845009AA6ED /* loading17.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F62277D841009AA6ED /* loading17.png */; };
  106. 99F4A8372277D845009AA6ED /* loading45.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F72277D842009AA6ED /* loading45.png */; };
  107. 99F4A8382277D845009AA6ED /* loading4.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F82277D842009AA6ED /* loading4.png */; };
  108. 99F4A8392277D845009AA6ED /* loading2.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F92277D842009AA6ED /* loading2.png */; };
  109. 99F4A83A2277D845009AA6ED /* loading0.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7FA2277D842009AA6ED /* loading0.png */; };
  110. 99F4A83B2277D845009AA6ED /* loading56.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7FB2277D842009AA6ED /* loading56.png */; };
  111. 99F4A83C2277D845009AA6ED /* loading21.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7FC2277D842009AA6ED /* loading21.png */; };
  112. 99F4A83D2277D845009AA6ED /* loading5.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7FD2277D842009AA6ED /* loading5.png */; };
  113. 99F4A83E2277D845009AA6ED /* loading23.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7FE2277D843009AA6ED /* loading23.png */; };
  114. 99F4A83F2277D845009AA6ED /* loading52.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7FF2277D843009AA6ED /* loading52.png */; };
  115. 99F4A8402277D845009AA6ED /* loading61.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8002277D843009AA6ED /* loading61.png */; };
  116. 99F4A8412277D845009AA6ED /* loading37.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8012277D843009AA6ED /* loading37.png */; };
  117. 99F4A8422277D845009AA6ED /* loading58.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8022277D843009AA6ED /* loading58.png */; };
  118. 99F4A8432277D845009AA6ED /* loading26.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8032277D843009AA6ED /* loading26.png */; };
  119. 99F4A8442277D845009AA6ED /* loading16.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8042277D844009AA6ED /* loading16.png */; };
  120. 99F4A8452277D845009AA6ED /* loading51.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8052277D844009AA6ED /* loading51.png */; };
  121. 99F4A8462277D845009AA6ED /* loading43.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8062277D844009AA6ED /* loading43.png */; };
  122. 99F4A8472277D845009AA6ED /* loading6.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8072277D844009AA6ED /* loading6.png */; };
  123. C2FE1204E87AA4AC2511A808 /* libPods-UU_Ent.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F21F3925C5D7942C9E06A9B7 /* libPods-UU_Ent.a */; };
  124. F135D5FAC9D7DD2641DAF236 /* libPods-UU_EntTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 102F3AF440E73FF2A1EB3208 /* libPods-UU_EntTests.a */; };
  125. /* End PBXBuildFile section */
  126. /* Begin PBXContainerItemProxy section */
  127. 99C6FE5D22768B5C00C7070A /* PBXContainerItemProxy */ = {
  128. isa = PBXContainerItemProxy;
  129. containerPortal = 99C6FE3C22768B5B00C7070A /* Project object */;
  130. proxyType = 1;
  131. remoteGlobalIDString = 99C6FE4322768B5B00C7070A;
  132. remoteInfo = UU_Ent;
  133. };
  134. 99C6FE6822768B5C00C7070A /* PBXContainerItemProxy */ = {
  135. isa = PBXContainerItemProxy;
  136. containerPortal = 99C6FE3C22768B5B00C7070A /* Project object */;
  137. proxyType = 1;
  138. remoteGlobalIDString = 99C6FE4322768B5B00C7070A;
  139. remoteInfo = UU_Ent;
  140. };
  141. /* End PBXContainerItemProxy section */
  142. /* Begin PBXFileReference section */
  143. 102F3AF440E73FF2A1EB3208 /* libPods-UU_EntTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-UU_EntTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  144. 13A4F2D13DACD5857BD40BDE /* Pods-UU_Ent.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_Ent.release.xcconfig"; path = "Pods/Target Support Files/Pods-UU_Ent/Pods-UU_Ent.release.xcconfig"; sourceTree = "<group>"; };
  145. 27029BC52276A23400D53A94 /* YRLoginVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRLoginVC.h; sourceTree = "<group>"; };
  146. 27029BC62276A23400D53A94 /* YRLoginVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRLoginVC.m; sourceTree = "<group>"; };
  147. 27029BCA2277063F00D53A94 /* UIColor+HexColor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+HexColor.h"; sourceTree = "<group>"; };
  148. 27029BCB2277063F00D53A94 /* UIColor+HexColor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+HexColor.m"; sourceTree = "<group>"; };
  149. 27029BCE227709CC00D53A94 /* UIButton+Layout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+Layout.m"; sourceTree = "<group>"; };
  150. 27029BCF227709CC00D53A94 /* UIButton+Layout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+Layout.h"; sourceTree = "<group>"; };
  151. 27029BD12277E16300D53A94 /* YRButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRButton.h; sourceTree = "<group>"; };
  152. 27029BD22277E16300D53A94 /* YRButton.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRButton.m; sourceTree = "<group>"; };
  153. 270E6C952282B72D008B12B9 /* YRSettingVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRSettingVC.h; sourceTree = "<group>"; };
  154. 270E6C962282B72D008B12B9 /* YRSettingVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRSettingVC.m; sourceTree = "<group>"; };
  155. 270E6C992282E6CF008B12B9 /* UINavigationController+safe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UINavigationController+safe.h"; sourceTree = "<group>"; };
  156. 270E6C9A2282E6D0008B12B9 /* UINavigationController+safe.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UINavigationController+safe.m"; sourceTree = "<group>"; };
  157. 2710E65322801B7E0002A4B0 /* YRRegisterVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRRegisterVC.h; sourceTree = "<group>"; };
  158. 2710E65422801B7E0002A4B0 /* YRRegisterVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRRegisterVC.m; sourceTree = "<group>"; };
  159. 2710E65622801B930002A4B0 /* YRPwdLevelView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = YRPwdLevelView.h; path = UU_Ent/Modules/Login/Main/Views/YRPwdLevelView.h; sourceTree = SOURCE_ROOT; };
  160. 2710E65722801B930002A4B0 /* YRPwdLevelView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = YRPwdLevelView.m; path = UU_Ent/Modules/Login/Main/Views/YRPwdLevelView.m; sourceTree = SOURCE_ROOT; };
  161. 2710E65B22801E330002A4B0 /* LeftViewTF.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LeftViewTF.h; sourceTree = "<group>"; };
  162. 2710E65C22801E330002A4B0 /* LeftViewTF.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LeftViewTF.m; sourceTree = "<group>"; };
  163. 2710E65E22801ED10002A4B0 /* YRShowMessageFromNavi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRShowMessageFromNavi.h; sourceTree = "<group>"; };
  164. 2710E65F22801ED10002A4B0 /* YRShowMessageFromNavi.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRShowMessageFromNavi.m; sourceTree = "<group>"; };
  165. 2710E66322815DCF0002A4B0 /* YRMineCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMineCell.h; sourceTree = "<group>"; };
  166. 2710E66422815DCF0002A4B0 /* YRMineCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMineCell.m; sourceTree = "<group>"; };
  167. 2710E66622815E030002A4B0 /* YRMineModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMineModel.h; sourceTree = "<group>"; };
  168. 2710E66722815E030002A4B0 /* YRMineModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMineModel.m; sourceTree = "<group>"; };
  169. 2710E669228166990002A4B0 /* mine_route.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = mine_route.json; sourceTree = "<group>"; };
  170. 2710E66C2281746E0002A4B0 /* UIPopoverListView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIPopoverListView.h; sourceTree = "<group>"; };
  171. 2710E66D2281746E0002A4B0 /* UIPopoverListView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIPopoverListView.m; sourceTree = "<group>"; };
  172. 49A8B37D50A80EFFD84620EC /* Pods-UU_EntTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_EntTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-UU_EntTests/Pods-UU_EntTests.release.xcconfig"; sourceTree = "<group>"; };
  173. 49D3F089EECE8E3EDF7D2E1C /* Pods-UU_EntUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_EntUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-UU_EntUITests/Pods-UU_EntUITests.release.xcconfig"; sourceTree = "<group>"; };
  174. 71B4DF45C8EC3368ACFC4193 /* Pods-UU_Ent.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_Ent.debug.xcconfig"; path = "Pods/Target Support Files/Pods-UU_Ent/Pods-UU_Ent.debug.xcconfig"; sourceTree = "<group>"; };
  175. 991C1462228275B70080B54A /* YRLoginManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRLoginManager.h; sourceTree = "<group>"; };
  176. 991C1463228275B70080B54A /* YRLoginManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRLoginManager.m; sourceTree = "<group>"; };
  177. 994817112278281F007C7CEA /* macro.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = macro.h; sourceTree = "<group>"; };
  178. 994817122278290A007C7CEA /* import.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = import.h; sourceTree = "<group>"; };
  179. 9948171322783494007C7CEA /* msg_route.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = msg_route.json; sourceTree = "<group>"; };
  180. 9948171522785013007C7CEA /* YRWorkTabCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRWorkTabCell.h; sourceTree = "<group>"; };
  181. 9948171622785013007C7CEA /* YRWorkTabCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRWorkTabCell.m; sourceTree = "<group>"; };
  182. 9948171822785044007C7CEA /* YRWorkCollCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRWorkCollCell.h; sourceTree = "<group>"; };
  183. 9948171922785044007C7CEA /* YRWorkCollCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRWorkCollCell.m; sourceTree = "<group>"; };
  184. 999F650E227E658E00329012 /* UIView+frame.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIView+frame.h"; sourceTree = "<group>"; };
  185. 999F650F227E658E00329012 /* UIView+frame.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIView+frame.m"; sourceTree = "<group>"; };
  186. 999F6511227E664C00329012 /* UIImageView+userId.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIImageView+userId.h"; sourceTree = "<group>"; };
  187. 999F6512227E664C00329012 /* UIImageView+userId.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+userId.m"; sourceTree = "<group>"; };
  188. 999F6514227E688600329012 /* UIView+selector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIView+selector.h"; sourceTree = "<group>"; };
  189. 999F6515227E688600329012 /* UIView+selector.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIView+selector.m"; sourceTree = "<group>"; };
  190. 999F6518227E697D00329012 /* UILabel+vertical.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UILabel+vertical.h"; sourceTree = "<group>"; };
  191. 999F6519227E697D00329012 /* UILabel+vertical.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UILabel+vertical.m"; sourceTree = "<group>"; };
  192. 999F651C227E6A6000329012 /* NSString+regular.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSString+regular.h"; sourceTree = "<group>"; };
  193. 999F651D227E6A6000329012 /* NSString+regular.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSString+regular.m"; sourceTree = "<group>"; };
  194. 99B4252D22815E2900DAE304 /* YRAlertView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRAlertView.h; sourceTree = "<group>"; };
  195. 99B4252E22815E2900DAE304 /* YRAlertView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRAlertView.m; sourceTree = "<group>"; };
  196. 99C1633E227FD24E002ED79D /* YRWorkConModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRWorkConModel.h; sourceTree = "<group>"; };
  197. 99C1633F227FD24E002ED79D /* YRWorkConModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRWorkConModel.m; sourceTree = "<group>"; };
  198. 99C16341227FDE64002ED79D /* work_route.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = work_route.json; sourceTree = "<group>"; };
  199. 99C16343228027C8002ED79D /* YRMsgHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMsgHeader.h; sourceTree = "<group>"; };
  200. 99C16344228027C8002ED79D /* YRMsgHeader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMsgHeader.m; sourceTree = "<group>"; };
  201. 99C6FE4422768B5B00C7070A /* UU_Ent.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UU_Ent.app; sourceTree = BUILT_PRODUCTS_DIR; };
  202. 99C6FE5C22768B5C00C7070A /* UU_EntTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UU_EntTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  203. 99C6FE6022768B5C00C7070A /* UU_EntTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UU_EntTests.m; sourceTree = "<group>"; };
  204. 99C6FE6222768B5C00C7070A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  205. 99C6FE6722768B5C00C7070A /* UU_EntUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UU_EntUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  206. 99C6FE6B22768B5C00C7070A /* UU_EntUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UU_EntUITests.m; sourceTree = "<group>"; };
  207. 99C6FE6D22768B5C00C7070A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  208. 99C6FE7D22768EC000C7070A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  209. 99C6FE7E22768EC000C7070A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  210. 99C6FE8722768EC000C7070A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  211. 99C6FE8A22768EC000C7070A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  212. 99C6FE8B22768EC000C7070A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  213. 99C6FE94227690BE00C7070A /* YRBaseVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRBaseVC.h; sourceTree = "<group>"; };
  214. 99C6FE95227690BE00C7070A /* YRBaseVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRBaseVC.m; sourceTree = "<group>"; };
  215. 99C6FE97227690F800C7070A /* YRBaseNav.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRBaseNav.h; sourceTree = "<group>"; };
  216. 99C6FE98227690F800C7070A /* YRBaseNav.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRBaseNav.m; sourceTree = "<group>"; };
  217. 99C6FEB82276950C00C7070A /* YRMainVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMainVC.h; sourceTree = "<group>"; };
  218. 99C6FEB92276950C00C7070A /* YRMainVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMainVC.m; sourceTree = "<group>"; };
  219. 99C6FEBE2276957400C7070A /* YRMineVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMineVC.h; sourceTree = "<group>"; };
  220. 99C6FEBF2276957400C7070A /* YRMineVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMineVC.m; sourceTree = "<group>"; };
  221. 99C6FEC12276959B00C7070A /* YRWorkVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRWorkVC.h; sourceTree = "<group>"; };
  222. 99C6FEC22276959B00C7070A /* YRWorkVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRWorkVC.m; sourceTree = "<group>"; };
  223. 99C6FEC62276966600C7070A /* YRWebVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRWebVC.h; sourceTree = "<group>"; };
  224. 99C6FEC72276966600C7070A /* YRWebVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRWebVC.m; sourceTree = "<group>"; };
  225. 99C6FEC9227696CA00C7070A /* YRMsgVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMsgVC.h; sourceTree = "<group>"; };
  226. 99C6FECA227696CA00C7070A /* YRMsgVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMsgVC.m; sourceTree = "<group>"; };
  227. 99C6FECC227697DA00C7070A /* YRContactVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRContactVC.h; sourceTree = "<group>"; };
  228. 99C6FECD227697DA00C7070A /* YRContactVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRContactVC.m; sourceTree = "<group>"; };
  229. 99C6FECF2276982F00C7070A /* YRTabBar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRTabBar.h; sourceTree = "<group>"; };
  230. 99C6FED02276982F00C7070A /* YRTabBar.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRTabBar.m; sourceTree = "<group>"; };
  231. 99C6FF122276A58900C7070A /* UU_Ent.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UU_Ent.pch; sourceTree = "<group>"; };
  232. 99C6FF132276C90E00C7070A /* libMasonry.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libMasonry.a; sourceTree = BUILT_PRODUCTS_DIR; };
  233. 99C6FF152276D13500C7070A /* YRUserInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRUserInfo.h; sourceTree = "<group>"; };
  234. 99C6FF162276D13500C7070A /* YRUserInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRUserInfo.m; sourceTree = "<group>"; };
  235. 99C6FF192276DD3900C7070A /* YRTableView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRTableView.h; sourceTree = "<group>"; };
  236. 99C6FF1A2276DD3900C7070A /* YRTableView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRTableView.m; sourceTree = "<group>"; };
  237. 99C6FF1D2276DF2700C7070A /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
  238. 99C6FF212276E4C000C7070A /* YRMsgMainCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMsgMainCell.h; sourceTree = "<group>"; };
  239. 99C6FF222276E4C000C7070A /* YRMsgMainCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMsgMainCell.m; sourceTree = "<group>"; };
  240. 99C6FF242276FAE000C7070A /* YRMsgMainModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YRMsgMainModel.m; sourceTree = "<group>"; };
  241. 99C6FF252276FAE000C7070A /* YRMsgMainModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YRMsgMainModel.h; sourceTree = "<group>"; };
  242. 99F4A73B2277D1B8009AA6ED /* YRLoadImgCacheTool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRLoadImgCacheTool.h; sourceTree = "<group>"; };
  243. 99F4A73C2277D1B8009AA6ED /* YRLoadImgCacheTool.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRLoadImgCacheTool.m; sourceTree = "<group>"; };
  244. 99F4A73E2277D2DF009AA6ED /* YRLoadingVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRLoadingVC.h; sourceTree = "<group>"; };
  245. 99F4A73F2277D2DF009AA6ED /* YRLoadingVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRLoadingVC.m; sourceTree = "<group>"; };
  246. 99F4A7412277D332009AA6ED /* YRCountDownView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRCountDownView.h; sourceTree = "<group>"; };
  247. 99F4A7422277D332009AA6ED /* YRCountDownView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRCountDownView.m; sourceTree = "<group>"; };
  248. 99F4A7442277D503009AA6ED /* YRAdView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRAdView.h; sourceTree = "<group>"; };
  249. 99F4A7452277D503009AA6ED /* YRAdView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRAdView.m; sourceTree = "<group>"; };
  250. 99F4A7C82277D83B009AA6ED /* loading48.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading48.png; sourceTree = "<group>"; };
  251. 99F4A7C92277D83B009AA6ED /* loading29.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading29.png; sourceTree = "<group>"; };
  252. 99F4A7CA2277D83B009AA6ED /* loading32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading32.png; sourceTree = "<group>"; };
  253. 99F4A7CB2277D83B009AA6ED /* loading50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading50.png; sourceTree = "<group>"; };
  254. 99F4A7CC2277D83C009AA6ED /* loading27.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading27.png; sourceTree = "<group>"; };
  255. 99F4A7CD2277D83C009AA6ED /* loading53.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading53.png; sourceTree = "<group>"; };
  256. 99F4A7CE2277D83C009AA6ED /* loading60.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading60.png; sourceTree = "<group>"; };
  257. 99F4A7CF2277D83C009AA6ED /* loading44.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading44.png; sourceTree = "<group>"; };
  258. 99F4A7D02277D83C009AA6ED /* loading24.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading24.png; sourceTree = "<group>"; };
  259. 99F4A7D12277D83C009AA6ED /* loading33.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading33.png; sourceTree = "<group>"; };
  260. 99F4A7D22277D83C009AA6ED /* loading25.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading25.png; sourceTree = "<group>"; };
  261. 99F4A7D32277D83D009AA6ED /* loading42.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading42.png; sourceTree = "<group>"; };
  262. 99F4A7D42277D83D009AA6ED /* loading30.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading30.png; sourceTree = "<group>"; };
  263. 99F4A7D52277D83D009AA6ED /* loading31.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading31.png; sourceTree = "<group>"; };
  264. 99F4A7D62277D83D009AA6ED /* loading63.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading63.png; sourceTree = "<group>"; };
  265. 99F4A7D72277D83D009AA6ED /* loading46.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading46.png; sourceTree = "<group>"; };
  266. 99F4A7D82277D83D009AA6ED /* loading20.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading20.png; sourceTree = "<group>"; };
  267. 99F4A7D92277D83D009AA6ED /* loading1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading1.png; sourceTree = "<group>"; };
  268. 99F4A7DA2277D83E009AA6ED /* loading18.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading18.png; sourceTree = "<group>"; };
  269. 99F4A7DB2277D83E009AA6ED /* loading7.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading7.png; sourceTree = "<group>"; };
  270. 99F4A7DC2277D83E009AA6ED /* loading8.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading8.png; sourceTree = "<group>"; };
  271. 99F4A7DD2277D83E009AA6ED /* loading10.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading10.png; sourceTree = "<group>"; };
  272. 99F4A7DE2277D83E009AA6ED /* loading57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading57.png; sourceTree = "<group>"; };
  273. 99F4A7DF2277D83E009AA6ED /* loading12.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading12.png; sourceTree = "<group>"; };
  274. 99F4A7E02277D83E009AA6ED /* loading54.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading54.png; sourceTree = "<group>"; };
  275. 99F4A7E12277D83F009AA6ED /* loading3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading3.png; sourceTree = "<group>"; };
  276. 99F4A7E22277D83F009AA6ED /* loading55.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading55.png; sourceTree = "<group>"; };
  277. 99F4A7E32277D83F009AA6ED /* loading59.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading59.png; sourceTree = "<group>"; };
  278. 99F4A7E42277D83F009AA6ED /* loading35.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading35.png; sourceTree = "<group>"; };
  279. 99F4A7E52277D83F009AA6ED /* loading14.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading14.png; sourceTree = "<group>"; };
  280. 99F4A7E62277D83F009AA6ED /* loading22.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading22.png; sourceTree = "<group>"; };
  281. 99F4A7E72277D83F009AA6ED /* loading38.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading38.png; sourceTree = "<group>"; };
  282. 99F4A7E82277D840009AA6ED /* loading34.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading34.png; sourceTree = "<group>"; };
  283. 99F4A7E92277D840009AA6ED /* loading13.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading13.png; sourceTree = "<group>"; };
  284. 99F4A7EA2277D840009AA6ED /* loading49.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading49.png; sourceTree = "<group>"; };
  285. 99F4A7EB2277D840009AA6ED /* loading19.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading19.png; sourceTree = "<group>"; };
  286. 99F4A7EC2277D840009AA6ED /* loading41.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading41.png; sourceTree = "<group>"; };
  287. 99F4A7ED2277D840009AA6ED /* loading9.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading9.png; sourceTree = "<group>"; };
  288. 99F4A7EE2277D840009AA6ED /* loading39.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading39.png; sourceTree = "<group>"; };
  289. 99F4A7EF2277D840009AA6ED /* loading28.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading28.png; sourceTree = "<group>"; };
  290. 99F4A7F02277D840009AA6ED /* loading62.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading62.png; sourceTree = "<group>"; };
  291. 99F4A7F12277D841009AA6ED /* loading40.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading40.png; sourceTree = "<group>"; };
  292. 99F4A7F22277D841009AA6ED /* loading15.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading15.png; sourceTree = "<group>"; };
  293. 99F4A7F32277D841009AA6ED /* loading11.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading11.png; sourceTree = "<group>"; };
  294. 99F4A7F42277D841009AA6ED /* loading47.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading47.png; sourceTree = "<group>"; };
  295. 99F4A7F52277D841009AA6ED /* loading36.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading36.png; sourceTree = "<group>"; };
  296. 99F4A7F62277D841009AA6ED /* loading17.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading17.png; sourceTree = "<group>"; };
  297. 99F4A7F72277D842009AA6ED /* loading45.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading45.png; sourceTree = "<group>"; };
  298. 99F4A7F82277D842009AA6ED /* loading4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading4.png; sourceTree = "<group>"; };
  299. 99F4A7F92277D842009AA6ED /* loading2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading2.png; sourceTree = "<group>"; };
  300. 99F4A7FA2277D842009AA6ED /* loading0.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading0.png; sourceTree = "<group>"; };
  301. 99F4A7FB2277D842009AA6ED /* loading56.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading56.png; sourceTree = "<group>"; };
  302. 99F4A7FC2277D842009AA6ED /* loading21.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading21.png; sourceTree = "<group>"; };
  303. 99F4A7FD2277D842009AA6ED /* loading5.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading5.png; sourceTree = "<group>"; };
  304. 99F4A7FE2277D843009AA6ED /* loading23.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading23.png; sourceTree = "<group>"; };
  305. 99F4A7FF2277D843009AA6ED /* loading52.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading52.png; sourceTree = "<group>"; };
  306. 99F4A8002277D843009AA6ED /* loading61.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading61.png; sourceTree = "<group>"; };
  307. 99F4A8012277D843009AA6ED /* loading37.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading37.png; sourceTree = "<group>"; };
  308. 99F4A8022277D843009AA6ED /* loading58.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading58.png; sourceTree = "<group>"; };
  309. 99F4A8032277D843009AA6ED /* loading26.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading26.png; sourceTree = "<group>"; };
  310. 99F4A8042277D844009AA6ED /* loading16.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading16.png; sourceTree = "<group>"; };
  311. 99F4A8052277D844009AA6ED /* loading51.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading51.png; sourceTree = "<group>"; };
  312. 99F4A8062277D844009AA6ED /* loading43.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading43.png; sourceTree = "<group>"; };
  313. 99F4A8072277D844009AA6ED /* loading6.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading6.png; sourceTree = "<group>"; };
  314. B5220A6F4D02F3A377D1E1D6 /* Pods-UU_EntUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_EntUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-UU_EntUITests/Pods-UU_EntUITests.debug.xcconfig"; sourceTree = "<group>"; };
  315. DA26F5F8909B0156F0F3EC26 /* Pods-UU_EntTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_EntTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-UU_EntTests/Pods-UU_EntTests.debug.xcconfig"; sourceTree = "<group>"; };
  316. F21F3925C5D7942C9E06A9B7 /* libPods-UU_Ent.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-UU_Ent.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  317. F4F857DEEC69AEDCFACDFD51 /* libPods-UU_EntUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-UU_EntUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  318. /* End PBXFileReference section */
  319. /* Begin PBXFrameworksBuildPhase section */
  320. 99C6FE4122768B5B00C7070A /* Frameworks */ = {
  321. isa = PBXFrameworksBuildPhase;
  322. buildActionMask = 2147483647;
  323. files = (
  324. C2FE1204E87AA4AC2511A808 /* libPods-UU_Ent.a in Frameworks */,
  325. );
  326. runOnlyForDeploymentPostprocessing = 0;
  327. };
  328. 99C6FE5922768B5C00C7070A /* Frameworks */ = {
  329. isa = PBXFrameworksBuildPhase;
  330. buildActionMask = 2147483647;
  331. files = (
  332. F135D5FAC9D7DD2641DAF236 /* libPods-UU_EntTests.a in Frameworks */,
  333. );
  334. runOnlyForDeploymentPostprocessing = 0;
  335. };
  336. 99C6FE6422768B5C00C7070A /* Frameworks */ = {
  337. isa = PBXFrameworksBuildPhase;
  338. buildActionMask = 2147483647;
  339. files = (
  340. 3FE47A8D89A70D18F98B1E41 /* libPods-UU_EntUITests.a in Frameworks */,
  341. );
  342. runOnlyForDeploymentPostprocessing = 0;
  343. };
  344. /* End PBXFrameworksBuildPhase section */
  345. /* Begin PBXGroup section */
  346. 27029BC9227705DB00D53A94 /* UIColor */ = {
  347. isa = PBXGroup;
  348. children = (
  349. 27029BCA2277063F00D53A94 /* UIColor+HexColor.h */,
  350. 27029BCB2277063F00D53A94 /* UIColor+HexColor.m */,
  351. );
  352. path = UIColor;
  353. sourceTree = "<group>";
  354. };
  355. 27029BCD227709A700D53A94 /* UIButton */ = {
  356. isa = PBXGroup;
  357. children = (
  358. 27029BCF227709CC00D53A94 /* UIButton+Layout.h */,
  359. 27029BCE227709CC00D53A94 /* UIButton+Layout.m */,
  360. 27029BD12277E16300D53A94 /* YRButton.h */,
  361. 27029BD22277E16300D53A94 /* YRButton.m */,
  362. );
  363. path = UIButton;
  364. sourceTree = "<group>";
  365. };
  366. 270E6C902282B6A5008B12B9 /* Child */ = {
  367. isa = PBXGroup;
  368. children = (
  369. 270E6C982282D39E008B12B9 /* Setting */,
  370. );
  371. path = Child;
  372. sourceTree = "<group>";
  373. };
  374. 270E6C912282B6F5008B12B9 /* Controllers */ = {
  375. isa = PBXGroup;
  376. children = (
  377. 270E6C952282B72D008B12B9 /* YRSettingVC.h */,
  378. 270E6C962282B72D008B12B9 /* YRSettingVC.m */,
  379. );
  380. path = Controllers;
  381. sourceTree = "<group>";
  382. };
  383. 270E6C922282B6FE008B12B9 /* Models */ = {
  384. isa = PBXGroup;
  385. children = (
  386. );
  387. path = Models;
  388. sourceTree = "<group>";
  389. };
  390. 270E6C932282B705008B12B9 /* Others */ = {
  391. isa = PBXGroup;
  392. children = (
  393. );
  394. path = Others;
  395. sourceTree = "<group>";
  396. };
  397. 270E6C942282B70C008B12B9 /* Views */ = {
  398. isa = PBXGroup;
  399. children = (
  400. );
  401. path = Views;
  402. sourceTree = "<group>";
  403. };
  404. 270E6C982282D39E008B12B9 /* Setting */ = {
  405. isa = PBXGroup;
  406. children = (
  407. 270E6C912282B6F5008B12B9 /* Controllers */,
  408. 270E6C922282B6FE008B12B9 /* Models */,
  409. 270E6C942282B70C008B12B9 /* Views */,
  410. 270E6C932282B705008B12B9 /* Others */,
  411. );
  412. path = Setting;
  413. sourceTree = "<group>";
  414. };
  415. 2710E65922801D760002A4B0 /* UITextField */ = {
  416. isa = PBXGroup;
  417. children = (
  418. 2710E65B22801E330002A4B0 /* LeftViewTF.h */,
  419. 2710E65C22801E330002A4B0 /* LeftViewTF.m */,
  420. );
  421. path = UITextField;
  422. sourceTree = "<group>";
  423. };
  424. 2710E65A22801D870002A4B0 /* UINavigation */ = {
  425. isa = PBXGroup;
  426. children = (
  427. 270E6C992282E6CF008B12B9 /* UINavigationController+safe.h */,
  428. 270E6C9A2282E6D0008B12B9 /* UINavigationController+safe.m */,
  429. 2710E65E22801ED10002A4B0 /* YRShowMessageFromNavi.h */,
  430. 2710E65F22801ED10002A4B0 /* YRShowMessageFromNavi.m */,
  431. );
  432. path = UINavigation;
  433. sourceTree = "<group>";
  434. };
  435. 2710E66122815DAD0002A4B0 /* Models */ = {
  436. isa = PBXGroup;
  437. children = (
  438. 2710E66622815E030002A4B0 /* YRMineModel.h */,
  439. 2710E66722815E030002A4B0 /* YRMineModel.m */,
  440. );
  441. path = Models;
  442. sourceTree = "<group>";
  443. };
  444. 2710E66222815DB90002A4B0 /* Views */ = {
  445. isa = PBXGroup;
  446. children = (
  447. 2710E66322815DCF0002A4B0 /* YRMineCell.h */,
  448. 2710E66422815DCF0002A4B0 /* YRMineCell.m */,
  449. );
  450. path = Views;
  451. sourceTree = "<group>";
  452. };
  453. 2710E66B2281744C0002A4B0 /* UIPopoverListView */ = {
  454. isa = PBXGroup;
  455. children = (
  456. 2710E66C2281746E0002A4B0 /* UIPopoverListView.h */,
  457. 2710E66D2281746E0002A4B0 /* UIPopoverListView.m */,
  458. );
  459. path = UIPopoverListView;
  460. sourceTree = "<group>";
  461. };
  462. 2710E66F228175140002A4B0 /* Views */ = {
  463. isa = PBXGroup;
  464. children = (
  465. 2710E65622801B930002A4B0 /* YRPwdLevelView.h */,
  466. 2710E65722801B930002A4B0 /* YRPwdLevelView.m */,
  467. );
  468. path = Views;
  469. sourceTree = "<group>";
  470. };
  471. 2710E670228175280002A4B0 /* Models */ = {
  472. isa = PBXGroup;
  473. children = (
  474. );
  475. path = Models;
  476. sourceTree = "<group>";
  477. };
  478. 2710E671228175390002A4B0 /* Others */ = {
  479. isa = PBXGroup;
  480. children = (
  481. 991C1462228275B70080B54A /* YRLoginManager.h */,
  482. 991C1463228275B70080B54A /* YRLoginManager.m */,
  483. );
  484. path = Others;
  485. sourceTree = "<group>";
  486. };
  487. 999F650C227E656B00329012 /* UIView */ = {
  488. isa = PBXGroup;
  489. children = (
  490. 999F650E227E658E00329012 /* UIView+frame.h */,
  491. 999F650F227E658E00329012 /* UIView+frame.m */,
  492. 999F6514227E688600329012 /* UIView+selector.h */,
  493. 999F6515227E688600329012 /* UIView+selector.m */,
  494. );
  495. path = UIView;
  496. sourceTree = "<group>";
  497. };
  498. 999F650D227E656B00329012 /* UIImageView */ = {
  499. isa = PBXGroup;
  500. children = (
  501. 999F6511227E664C00329012 /* UIImageView+userId.h */,
  502. 999F6512227E664C00329012 /* UIImageView+userId.m */,
  503. );
  504. path = UIImageView;
  505. sourceTree = "<group>";
  506. };
  507. 999F6517227E696900329012 /* UILabel */ = {
  508. isa = PBXGroup;
  509. children = (
  510. 999F6518227E697D00329012 /* UILabel+vertical.h */,
  511. 999F6519227E697D00329012 /* UILabel+vertical.m */,
  512. );
  513. path = UILabel;
  514. sourceTree = "<group>";
  515. };
  516. 999F651B227E6A3E00329012 /* NSString */ = {
  517. isa = PBXGroup;
  518. children = (
  519. 999F651C227E6A6000329012 /* NSString+regular.h */,
  520. 999F651D227E6A6000329012 /* NSString+regular.m */,
  521. );
  522. path = NSString;
  523. sourceTree = "<group>";
  524. };
  525. 99B4252C22815E0700DAE304 /* AlertView */ = {
  526. isa = PBXGroup;
  527. children = (
  528. 99B4252D22815E2900DAE304 /* YRAlertView.h */,
  529. 99B4252E22815E2900DAE304 /* YRAlertView.m */,
  530. );
  531. path = AlertView;
  532. sourceTree = "<group>";
  533. };
  534. 99C6FE3B22768B5B00C7070A = {
  535. isa = PBXGroup;
  536. children = (
  537. 99C6FE4622768B5B00C7070A /* UU_Ent */,
  538. 99C6FE5F22768B5C00C7070A /* UU_EntTests */,
  539. 99C6FE6A22768B5C00C7070A /* UU_EntUITests */,
  540. 99C6FE4522768B5B00C7070A /* Products */,
  541. DEB95212CB06CC2B2E94075E /* Pods */,
  542. C72D523677B19DCBAEBD26E1 /* Frameworks */,
  543. );
  544. sourceTree = "<group>";
  545. };
  546. 99C6FE4522768B5B00C7070A /* Products */ = {
  547. isa = PBXGroup;
  548. children = (
  549. 99C6FE4422768B5B00C7070A /* UU_Ent.app */,
  550. 99C6FE5C22768B5C00C7070A /* UU_EntTests.xctest */,
  551. 99C6FE6722768B5C00C7070A /* UU_EntUITests.xctest */,
  552. );
  553. name = Products;
  554. sourceTree = "<group>";
  555. };
  556. 99C6FE4622768B5B00C7070A /* UU_Ent */ = {
  557. isa = PBXGroup;
  558. children = (
  559. 99C6FE7B22768EC000C7070A /* Modules */,
  560. 99C6FE8C22768EC000C7070A /* Resources */,
  561. 99C6FE8622768EC000C7070A /* Supporting Files */,
  562. 99C6FE8E22768EC000C7070A /* ThirdLib */,
  563. 99C6FE8D22768EC000C7070A /* Utils */,
  564. );
  565. path = UU_Ent;
  566. sourceTree = "<group>";
  567. };
  568. 99C6FE5F22768B5C00C7070A /* UU_EntTests */ = {
  569. isa = PBXGroup;
  570. children = (
  571. 99C6FE6022768B5C00C7070A /* UU_EntTests.m */,
  572. 99C6FE6222768B5C00C7070A /* Info.plist */,
  573. );
  574. path = UU_EntTests;
  575. sourceTree = "<group>";
  576. };
  577. 99C6FE6A22768B5C00C7070A /* UU_EntUITests */ = {
  578. isa = PBXGroup;
  579. children = (
  580. 99C6FE6B22768B5C00C7070A /* UU_EntUITests.m */,
  581. 99C6FE6D22768B5C00C7070A /* Info.plist */,
  582. );
  583. path = UU_EntUITests;
  584. sourceTree = "<group>";
  585. };
  586. 99C6FE7B22768EC000C7070A /* Modules */ = {
  587. isa = PBXGroup;
  588. children = (
  589. 99F4A7352277CFDD009AA6ED /* Loading */,
  590. 99C6FE8522768EC000C7070A /* Base */,
  591. 99C6FE7C22768EC000C7070A /* App */,
  592. 99C6FE7F22768EC000C7070A /* Contacts */,
  593. 99C6FE8022768EC000C7070A /* Message */,
  594. 99C6FE8122768EC000C7070A /* Work */,
  595. 99C6FE8222768EC000C7070A /* Mine */,
  596. 99C6FE8322768EC000C7070A /* Main */,
  597. 99C6FE8422768EC000C7070A /* Login */,
  598. 99C6FEC42276962800C7070A /* Web */,
  599. );
  600. path = Modules;
  601. sourceTree = "<group>";
  602. };
  603. 99C6FE7C22768EC000C7070A /* App */ = {
  604. isa = PBXGroup;
  605. children = (
  606. 99C6FE7D22768EC000C7070A /* AppDelegate.h */,
  607. 99C6FE7E22768EC000C7070A /* AppDelegate.m */,
  608. );
  609. path = App;
  610. sourceTree = "<group>";
  611. };
  612. 99C6FE7F22768EC000C7070A /* Contacts */ = {
  613. isa = PBXGroup;
  614. children = (
  615. 99C6FE9C2276934900C7070A /* Main */,
  616. );
  617. path = Contacts;
  618. sourceTree = "<group>";
  619. };
  620. 99C6FE8022768EC000C7070A /* Message */ = {
  621. isa = PBXGroup;
  622. children = (
  623. 99C6FE9D2276935400C7070A /* Main */,
  624. );
  625. path = Message;
  626. sourceTree = "<group>";
  627. };
  628. 99C6FE8122768EC000C7070A /* Work */ = {
  629. isa = PBXGroup;
  630. children = (
  631. 99C6FE9A2276933100C7070A /* Main */,
  632. );
  633. path = Work;
  634. sourceTree = "<group>";
  635. };
  636. 99C6FE8222768EC000C7070A /* Mine */ = {
  637. isa = PBXGroup;
  638. children = (
  639. 99C6FE9B2276933F00C7070A /* Main */,
  640. 270E6C902282B6A5008B12B9 /* Child */,
  641. );
  642. path = Mine;
  643. sourceTree = "<group>";
  644. };
  645. 99C6FE8322768EC000C7070A /* Main */ = {
  646. isa = PBXGroup;
  647. children = (
  648. 99C6FE9E227693EB00C7070A /* Main */,
  649. );
  650. path = Main;
  651. sourceTree = "<group>";
  652. };
  653. 99C6FE8422768EC000C7070A /* Login */ = {
  654. isa = PBXGroup;
  655. children = (
  656. 99C6FEA32276940600C7070A /* Main */,
  657. );
  658. path = Login;
  659. sourceTree = "<group>";
  660. };
  661. 99C6FE8522768EC000C7070A /* Base */ = {
  662. isa = PBXGroup;
  663. children = (
  664. 99C6FE94227690BE00C7070A /* YRBaseVC.h */,
  665. 99C6FE95227690BE00C7070A /* YRBaseVC.m */,
  666. 99C6FE97227690F800C7070A /* YRBaseNav.h */,
  667. 99C6FE98227690F800C7070A /* YRBaseNav.m */,
  668. );
  669. path = Base;
  670. sourceTree = "<group>";
  671. };
  672. 99C6FE8622768EC000C7070A /* Supporting Files */ = {
  673. isa = PBXGroup;
  674. children = (
  675. 99C6FF1C2276DF0D00C7070A /* defines */,
  676. 99C6FE8722768EC000C7070A /* Assets.xcassets */,
  677. 99C6FE8A22768EC000C7070A /* main.m */,
  678. 99C6FE8B22768EC000C7070A /* Info.plist */,
  679. 99C6FF122276A58900C7070A /* UU_Ent.pch */,
  680. );
  681. path = "Supporting Files";
  682. sourceTree = "<group>";
  683. };
  684. 99C6FE8C22768EC000C7070A /* Resources */ = {
  685. isa = PBXGroup;
  686. children = (
  687. 99F4A7472277D5B5009AA6ED /* LoadImg */,
  688. );
  689. path = Resources;
  690. sourceTree = "<group>";
  691. };
  692. 99C6FE8D22768EC000C7070A /* Utils */ = {
  693. isa = PBXGroup;
  694. children = (
  695. 2710E66B2281744C0002A4B0 /* UIPopoverListView */,
  696. 99B4252C22815E0700DAE304 /* AlertView */,
  697. 2710E65A22801D870002A4B0 /* UINavigation */,
  698. 2710E65922801D760002A4B0 /* UITextField */,
  699. 999F651B227E6A3E00329012 /* NSString */,
  700. 999F6517227E696900329012 /* UILabel */,
  701. 999F650D227E656B00329012 /* UIImageView */,
  702. 999F650C227E656B00329012 /* UIView */,
  703. 27029BCD227709A700D53A94 /* UIButton */,
  704. 27029BC9227705DB00D53A94 /* UIColor */,
  705. 99C6FF182276DD2400C7070A /* tableView */,
  706. );
  707. path = Utils;
  708. sourceTree = "<group>";
  709. };
  710. 99C6FE8E22768EC000C7070A /* ThirdLib */ = {
  711. isa = PBXGroup;
  712. children = (
  713. );
  714. path = ThirdLib;
  715. sourceTree = "<group>";
  716. };
  717. 99C6FE9A2276933100C7070A /* Main */ = {
  718. isa = PBXGroup;
  719. children = (
  720. 99C6FEAF2276942900C7070A /* Controllers */,
  721. 99C6FEAE2276942900C7070A /* Models */,
  722. 99C6FEAD2276942900C7070A /* Others */,
  723. 99C6FEAC2276942900C7070A /* Views */,
  724. );
  725. path = Main;
  726. sourceTree = "<group>";
  727. };
  728. 99C6FE9B2276933F00C7070A /* Main */ = {
  729. isa = PBXGroup;
  730. children = (
  731. 99C6FEAA2276941A00C7070A /* Controllers */,
  732. 2710E66122815DAD0002A4B0 /* Models */,
  733. 99C6FEA92276941900C7070A /* Others */,
  734. 2710E66222815DB90002A4B0 /* Views */,
  735. );
  736. path = Main;
  737. sourceTree = "<group>";
  738. };
  739. 99C6FE9C2276934900C7070A /* Main */ = {
  740. isa = PBXGroup;
  741. children = (
  742. 99C6FEB42276944800C7070A /* Controllers */,
  743. 99C6FEB62276944800C7070A /* Models */,
  744. 99C6FEB52276944800C7070A /* Others */,
  745. 99C6FEB72276944800C7070A /* Views */,
  746. );
  747. path = Main;
  748. sourceTree = "<group>";
  749. };
  750. 99C6FE9D2276935400C7070A /* Main */ = {
  751. isa = PBXGroup;
  752. children = (
  753. 99C6FEB32276943C00C7070A /* Controllers */,
  754. 99C6FEB02276943B00C7070A /* Models */,
  755. 99C6FEB12276943B00C7070A /* Others */,
  756. 99C6FEB22276943C00C7070A /* Views */,
  757. );
  758. path = Main;
  759. sourceTree = "<group>";
  760. };
  761. 99C6FE9E227693EB00C7070A /* Main */ = {
  762. isa = PBXGroup;
  763. children = (
  764. 99C6FE9F227693EB00C7070A /* Others */,
  765. 99C6FEA0227693EB00C7070A /* Models */,
  766. 99C6FEA1227693EB00C7070A /* Controllers */,
  767. 99C6FEA2227693EB00C7070A /* Views */,
  768. );
  769. path = Main;
  770. sourceTree = "<group>";
  771. };
  772. 99C6FE9F227693EB00C7070A /* Others */ = {
  773. isa = PBXGroup;
  774. children = (
  775. );
  776. path = Others;
  777. sourceTree = "<group>";
  778. };
  779. 99C6FEA0227693EB00C7070A /* Models */ = {
  780. isa = PBXGroup;
  781. children = (
  782. );
  783. path = Models;
  784. sourceTree = "<group>";
  785. };
  786. 99C6FEA1227693EB00C7070A /* Controllers */ = {
  787. isa = PBXGroup;
  788. children = (
  789. 99C6FEB82276950C00C7070A /* YRMainVC.h */,
  790. 99C6FEB92276950C00C7070A /* YRMainVC.m */,
  791. );
  792. path = Controllers;
  793. sourceTree = "<group>";
  794. };
  795. 99C6FEA2227693EB00C7070A /* Views */ = {
  796. isa = PBXGroup;
  797. children = (
  798. 99C6FECF2276982F00C7070A /* YRTabBar.h */,
  799. 99C6FED02276982F00C7070A /* YRTabBar.m */,
  800. );
  801. path = Views;
  802. sourceTree = "<group>";
  803. };
  804. 99C6FEA32276940600C7070A /* Main */ = {
  805. isa = PBXGroup;
  806. children = (
  807. 2710E671228175390002A4B0 /* Others */,
  808. 2710E670228175280002A4B0 /* Models */,
  809. 2710E66F228175140002A4B0 /* Views */,
  810. 99C6FEA62276940600C7070A /* Controllers */,
  811. );
  812. path = Main;
  813. sourceTree = "<group>";
  814. };
  815. 99C6FEA62276940600C7070A /* Controllers */ = {
  816. isa = PBXGroup;
  817. children = (
  818. 27029BC52276A23400D53A94 /* YRLoginVC.h */,
  819. 27029BC62276A23400D53A94 /* YRLoginVC.m */,
  820. 2710E65322801B7E0002A4B0 /* YRRegisterVC.h */,
  821. 2710E65422801B7E0002A4B0 /* YRRegisterVC.m */,
  822. );
  823. path = Controllers;
  824. sourceTree = "<group>";
  825. };
  826. 99C6FEA92276941900C7070A /* Others */ = {
  827. isa = PBXGroup;
  828. children = (
  829. 2710E669228166990002A4B0 /* mine_route.json */,
  830. 99C6FF152276D13500C7070A /* YRUserInfo.h */,
  831. 99C6FF162276D13500C7070A /* YRUserInfo.m */,
  832. );
  833. path = Others;
  834. sourceTree = "<group>";
  835. };
  836. 99C6FEAA2276941A00C7070A /* Controllers */ = {
  837. isa = PBXGroup;
  838. children = (
  839. 99C6FEBE2276957400C7070A /* YRMineVC.h */,
  840. 99C6FEBF2276957400C7070A /* YRMineVC.m */,
  841. );
  842. path = Controllers;
  843. sourceTree = "<group>";
  844. };
  845. 99C6FEAC2276942900C7070A /* Views */ = {
  846. isa = PBXGroup;
  847. children = (
  848. 9948171522785013007C7CEA /* YRWorkTabCell.h */,
  849. 9948171622785013007C7CEA /* YRWorkTabCell.m */,
  850. 9948171822785044007C7CEA /* YRWorkCollCell.h */,
  851. 9948171922785044007C7CEA /* YRWorkCollCell.m */,
  852. );
  853. path = Views;
  854. sourceTree = "<group>";
  855. };
  856. 99C6FEAD2276942900C7070A /* Others */ = {
  857. isa = PBXGroup;
  858. children = (
  859. 99C16341227FDE64002ED79D /* work_route.json */,
  860. );
  861. path = Others;
  862. sourceTree = "<group>";
  863. };
  864. 99C6FEAE2276942900C7070A /* Models */ = {
  865. isa = PBXGroup;
  866. children = (
  867. 99C1633E227FD24E002ED79D /* YRWorkConModel.h */,
  868. 99C1633F227FD24E002ED79D /* YRWorkConModel.m */,
  869. );
  870. path = Models;
  871. sourceTree = "<group>";
  872. };
  873. 99C6FEAF2276942900C7070A /* Controllers */ = {
  874. isa = PBXGroup;
  875. children = (
  876. 99C6FEC12276959B00C7070A /* YRWorkVC.h */,
  877. 99C6FEC22276959B00C7070A /* YRWorkVC.m */,
  878. );
  879. path = Controllers;
  880. sourceTree = "<group>";
  881. };
  882. 99C6FEB02276943B00C7070A /* Models */ = {
  883. isa = PBXGroup;
  884. children = (
  885. 99C6FF252276FAE000C7070A /* YRMsgMainModel.h */,
  886. 99C6FF242276FAE000C7070A /* YRMsgMainModel.m */,
  887. );
  888. path = Models;
  889. sourceTree = "<group>";
  890. };
  891. 99C6FEB12276943B00C7070A /* Others */ = {
  892. isa = PBXGroup;
  893. children = (
  894. 9948171322783494007C7CEA /* msg_route.json */,
  895. );
  896. path = Others;
  897. sourceTree = "<group>";
  898. };
  899. 99C6FEB22276943C00C7070A /* Views */ = {
  900. isa = PBXGroup;
  901. children = (
  902. 99C6FF212276E4C000C7070A /* YRMsgMainCell.h */,
  903. 99C6FF222276E4C000C7070A /* YRMsgMainCell.m */,
  904. 99C16343228027C8002ED79D /* YRMsgHeader.h */,
  905. 99C16344228027C8002ED79D /* YRMsgHeader.m */,
  906. );
  907. path = Views;
  908. sourceTree = "<group>";
  909. };
  910. 99C6FEB32276943C00C7070A /* Controllers */ = {
  911. isa = PBXGroup;
  912. children = (
  913. 99C6FEC9227696CA00C7070A /* YRMsgVC.h */,
  914. 99C6FECA227696CA00C7070A /* YRMsgVC.m */,
  915. );
  916. path = Controllers;
  917. sourceTree = "<group>";
  918. };
  919. 99C6FEB42276944800C7070A /* Controllers */ = {
  920. isa = PBXGroup;
  921. children = (
  922. 99C6FECC227697DA00C7070A /* YRContactVC.h */,
  923. 99C6FECD227697DA00C7070A /* YRContactVC.m */,
  924. );
  925. path = Controllers;
  926. sourceTree = "<group>";
  927. };
  928. 99C6FEB52276944800C7070A /* Others */ = {
  929. isa = PBXGroup;
  930. children = (
  931. );
  932. path = Others;
  933. sourceTree = "<group>";
  934. };
  935. 99C6FEB62276944800C7070A /* Models */ = {
  936. isa = PBXGroup;
  937. children = (
  938. );
  939. path = Models;
  940. sourceTree = "<group>";
  941. };
  942. 99C6FEB72276944800C7070A /* Views */ = {
  943. isa = PBXGroup;
  944. children = (
  945. );
  946. path = Views;
  947. sourceTree = "<group>";
  948. };
  949. 99C6FEC42276962800C7070A /* Web */ = {
  950. isa = PBXGroup;
  951. children = (
  952. 99C6FEC52276965200C7070A /* Main */,
  953. );
  954. name = Web;
  955. path = UU_Ent/Modules/Web;
  956. sourceTree = SOURCE_ROOT;
  957. };
  958. 99C6FEC52276965200C7070A /* Main */ = {
  959. isa = PBXGroup;
  960. children = (
  961. 99C6FEC62276966600C7070A /* YRWebVC.h */,
  962. 99C6FEC72276966600C7070A /* YRWebVC.m */,
  963. );
  964. path = Main;
  965. sourceTree = "<group>";
  966. };
  967. 99C6FF182276DD2400C7070A /* tableView */ = {
  968. isa = PBXGroup;
  969. children = (
  970. 99C6FF192276DD3900C7070A /* YRTableView.h */,
  971. 99C6FF1A2276DD3900C7070A /* YRTableView.m */,
  972. );
  973. path = tableView;
  974. sourceTree = "<group>";
  975. };
  976. 99C6FF1C2276DF0D00C7070A /* defines */ = {
  977. isa = PBXGroup;
  978. children = (
  979. 99C6FF1D2276DF2700C7070A /* common.h */,
  980. 994817112278281F007C7CEA /* macro.h */,
  981. 994817122278290A007C7CEA /* import.h */,
  982. );
  983. path = defines;
  984. sourceTree = "<group>";
  985. };
  986. 99F4A7352277CFDD009AA6ED /* Loading */ = {
  987. isa = PBXGroup;
  988. children = (
  989. 99F4A7362277CFDD009AA6ED /* Main */,
  990. );
  991. path = Loading;
  992. sourceTree = "<group>";
  993. };
  994. 99F4A7362277CFDD009AA6ED /* Main */ = {
  995. isa = PBXGroup;
  996. children = (
  997. 99F4A7372277CFDD009AA6ED /* Others */,
  998. 99F4A7382277CFDD009AA6ED /* Models */,
  999. 99F4A7392277CFDD009AA6ED /* Controllers */,
  1000. 99F4A73A2277CFDD009AA6ED /* Views */,
  1001. );
  1002. path = Main;
  1003. sourceTree = "<group>";
  1004. };
  1005. 99F4A7372277CFDD009AA6ED /* Others */ = {
  1006. isa = PBXGroup;
  1007. children = (
  1008. 99F4A73B2277D1B8009AA6ED /* YRLoadImgCacheTool.h */,
  1009. 99F4A73C2277D1B8009AA6ED /* YRLoadImgCacheTool.m */,
  1010. );
  1011. path = Others;
  1012. sourceTree = "<group>";
  1013. };
  1014. 99F4A7382277CFDD009AA6ED /* Models */ = {
  1015. isa = PBXGroup;
  1016. children = (
  1017. );
  1018. path = Models;
  1019. sourceTree = "<group>";
  1020. };
  1021. 99F4A7392277CFDD009AA6ED /* Controllers */ = {
  1022. isa = PBXGroup;
  1023. children = (
  1024. 99F4A73E2277D2DF009AA6ED /* YRLoadingVC.h */,
  1025. 99F4A73F2277D2DF009AA6ED /* YRLoadingVC.m */,
  1026. );
  1027. path = Controllers;
  1028. sourceTree = "<group>";
  1029. };
  1030. 99F4A73A2277CFDD009AA6ED /* Views */ = {
  1031. isa = PBXGroup;
  1032. children = (
  1033. 99F4A7412277D332009AA6ED /* YRCountDownView.h */,
  1034. 99F4A7422277D332009AA6ED /* YRCountDownView.m */,
  1035. 99F4A7442277D503009AA6ED /* YRAdView.h */,
  1036. 99F4A7452277D503009AA6ED /* YRAdView.m */,
  1037. );
  1038. path = Views;
  1039. sourceTree = "<group>";
  1040. };
  1041. 99F4A7472277D5B5009AA6ED /* LoadImg */ = {
  1042. isa = PBXGroup;
  1043. children = (
  1044. 99F4A7FA2277D842009AA6ED /* loading0.png */,
  1045. 99F4A7D92277D83D009AA6ED /* loading1.png */,
  1046. 99F4A7F92277D842009AA6ED /* loading2.png */,
  1047. 99F4A7E12277D83F009AA6ED /* loading3.png */,
  1048. 99F4A7F82277D842009AA6ED /* loading4.png */,
  1049. 99F4A7FD2277D842009AA6ED /* loading5.png */,
  1050. 99F4A8072277D844009AA6ED /* loading6.png */,
  1051. 99F4A7DB2277D83E009AA6ED /* loading7.png */,
  1052. 99F4A7DC2277D83E009AA6ED /* loading8.png */,
  1053. 99F4A7ED2277D840009AA6ED /* loading9.png */,
  1054. 99F4A7DD2277D83E009AA6ED /* loading10.png */,
  1055. 99F4A7F32277D841009AA6ED /* loading11.png */,
  1056. 99F4A7DF2277D83E009AA6ED /* loading12.png */,
  1057. 99F4A7E92277D840009AA6ED /* loading13.png */,
  1058. 99F4A7E52277D83F009AA6ED /* loading14.png */,
  1059. 99F4A7F22277D841009AA6ED /* loading15.png */,
  1060. 99F4A8042277D844009AA6ED /* loading16.png */,
  1061. 99F4A7F62277D841009AA6ED /* loading17.png */,
  1062. 99F4A7DA2277D83E009AA6ED /* loading18.png */,
  1063. 99F4A7EB2277D840009AA6ED /* loading19.png */,
  1064. 99F4A7D82277D83D009AA6ED /* loading20.png */,
  1065. 99F4A7FC2277D842009AA6ED /* loading21.png */,
  1066. 99F4A7E62277D83F009AA6ED /* loading22.png */,
  1067. 99F4A7FE2277D843009AA6ED /* loading23.png */,
  1068. 99F4A7D02277D83C009AA6ED /* loading24.png */,
  1069. 99F4A7D22277D83C009AA6ED /* loading25.png */,
  1070. 99F4A8032277D843009AA6ED /* loading26.png */,
  1071. 99F4A7CC2277D83C009AA6ED /* loading27.png */,
  1072. 99F4A7EF2277D840009AA6ED /* loading28.png */,
  1073. 99F4A7C92277D83B009AA6ED /* loading29.png */,
  1074. 99F4A7D42277D83D009AA6ED /* loading30.png */,
  1075. 99F4A7D52277D83D009AA6ED /* loading31.png */,
  1076. 99F4A7CA2277D83B009AA6ED /* loading32.png */,
  1077. 99F4A7D12277D83C009AA6ED /* loading33.png */,
  1078. 99F4A7E82277D840009AA6ED /* loading34.png */,
  1079. 99F4A7E42277D83F009AA6ED /* loading35.png */,
  1080. 99F4A7F52277D841009AA6ED /* loading36.png */,
  1081. 99F4A8012277D843009AA6ED /* loading37.png */,
  1082. 99F4A7E72277D83F009AA6ED /* loading38.png */,
  1083. 99F4A7EE2277D840009AA6ED /* loading39.png */,
  1084. 99F4A7F12277D841009AA6ED /* loading40.png */,
  1085. 99F4A7EC2277D840009AA6ED /* loading41.png */,
  1086. 99F4A7D32277D83D009AA6ED /* loading42.png */,
  1087. 99F4A8062277D844009AA6ED /* loading43.png */,
  1088. 99F4A7CF2277D83C009AA6ED /* loading44.png */,
  1089. 99F4A7F72277D842009AA6ED /* loading45.png */,
  1090. 99F4A7D72277D83D009AA6ED /* loading46.png */,
  1091. 99F4A7F42277D841009AA6ED /* loading47.png */,
  1092. 99F4A7C82277D83B009AA6ED /* loading48.png */,
  1093. 99F4A7EA2277D840009AA6ED /* loading49.png */,
  1094. 99F4A7CB2277D83B009AA6ED /* loading50.png */,
  1095. 99F4A8052277D844009AA6ED /* loading51.png */,
  1096. 99F4A7FF2277D843009AA6ED /* loading52.png */,
  1097. 99F4A7CD2277D83C009AA6ED /* loading53.png */,
  1098. 99F4A7E02277D83E009AA6ED /* loading54.png */,
  1099. 99F4A7E22277D83F009AA6ED /* loading55.png */,
  1100. 99F4A7FB2277D842009AA6ED /* loading56.png */,
  1101. 99F4A7DE2277D83E009AA6ED /* loading57.png */,
  1102. 99F4A8022277D843009AA6ED /* loading58.png */,
  1103. 99F4A7E32277D83F009AA6ED /* loading59.png */,
  1104. 99F4A7CE2277D83C009AA6ED /* loading60.png */,
  1105. 99F4A8002277D843009AA6ED /* loading61.png */,
  1106. 99F4A7F02277D840009AA6ED /* loading62.png */,
  1107. 99F4A7D62277D83D009AA6ED /* loading63.png */,
  1108. );
  1109. path = LoadImg;
  1110. sourceTree = "<group>";
  1111. };
  1112. C72D523677B19DCBAEBD26E1 /* Frameworks */ = {
  1113. isa = PBXGroup;
  1114. children = (
  1115. 99C6FF132276C90E00C7070A /* libMasonry.a */,
  1116. F21F3925C5D7942C9E06A9B7 /* libPods-UU_Ent.a */,
  1117. 102F3AF440E73FF2A1EB3208 /* libPods-UU_EntTests.a */,
  1118. F4F857DEEC69AEDCFACDFD51 /* libPods-UU_EntUITests.a */,
  1119. );
  1120. name = Frameworks;
  1121. sourceTree = "<group>";
  1122. };
  1123. DEB95212CB06CC2B2E94075E /* Pods */ = {
  1124. isa = PBXGroup;
  1125. children = (
  1126. 71B4DF45C8EC3368ACFC4193 /* Pods-UU_Ent.debug.xcconfig */,
  1127. 13A4F2D13DACD5857BD40BDE /* Pods-UU_Ent.release.xcconfig */,
  1128. DA26F5F8909B0156F0F3EC26 /* Pods-UU_EntTests.debug.xcconfig */,
  1129. 49A8B37D50A80EFFD84620EC /* Pods-UU_EntTests.release.xcconfig */,
  1130. B5220A6F4D02F3A377D1E1D6 /* Pods-UU_EntUITests.debug.xcconfig */,
  1131. 49D3F089EECE8E3EDF7D2E1C /* Pods-UU_EntUITests.release.xcconfig */,
  1132. );
  1133. name = Pods;
  1134. sourceTree = "<group>";
  1135. };
  1136. /* End PBXGroup section */
  1137. /* Begin PBXNativeTarget section */
  1138. 99C6FE4322768B5B00C7070A /* UU_Ent */ = {
  1139. isa = PBXNativeTarget;
  1140. buildConfigurationList = 99C6FE7022768B5C00C7070A /* Build configuration list for PBXNativeTarget "UU_Ent" */;
  1141. buildPhases = (
  1142. 090EEC0300D50242E42AF186 /* [CP] Check Pods Manifest.lock */,
  1143. 99C6FE4022768B5B00C7070A /* Sources */,
  1144. 99C6FE4122768B5B00C7070A /* Frameworks */,
  1145. 99C6FE4222768B5B00C7070A /* Resources */,
  1146. 79C55E5CC58E2B8BA0FAD00C /* [CP] Copy Pods Resources */,
  1147. );
  1148. buildRules = (
  1149. );
  1150. dependencies = (
  1151. );
  1152. name = UU_Ent;
  1153. productName = UU_Ent;
  1154. productReference = 99C6FE4422768B5B00C7070A /* UU_Ent.app */;
  1155. productType = "com.apple.product-type.application";
  1156. };
  1157. 99C6FE5B22768B5C00C7070A /* UU_EntTests */ = {
  1158. isa = PBXNativeTarget;
  1159. buildConfigurationList = 99C6FE7322768B5C00C7070A /* Build configuration list for PBXNativeTarget "UU_EntTests" */;
  1160. buildPhases = (
  1161. 448E7422669634DE3F6256F2 /* [CP] Check Pods Manifest.lock */,
  1162. 99C6FE5822768B5C00C7070A /* Sources */,
  1163. 99C6FE5922768B5C00C7070A /* Frameworks */,
  1164. 99C6FE5A22768B5C00C7070A /* Resources */,
  1165. );
  1166. buildRules = (
  1167. );
  1168. dependencies = (
  1169. 99C6FE5E22768B5C00C7070A /* PBXTargetDependency */,
  1170. );
  1171. name = UU_EntTests;
  1172. productName = UU_EntTests;
  1173. productReference = 99C6FE5C22768B5C00C7070A /* UU_EntTests.xctest */;
  1174. productType = "com.apple.product-type.bundle.unit-test";
  1175. };
  1176. 99C6FE6622768B5C00C7070A /* UU_EntUITests */ = {
  1177. isa = PBXNativeTarget;
  1178. buildConfigurationList = 99C6FE7622768B5C00C7070A /* Build configuration list for PBXNativeTarget "UU_EntUITests" */;
  1179. buildPhases = (
  1180. A2F6040888740937A057571A /* [CP] Check Pods Manifest.lock */,
  1181. 99C6FE6322768B5C00C7070A /* Sources */,
  1182. 99C6FE6422768B5C00C7070A /* Frameworks */,
  1183. 99C6FE6522768B5C00C7070A /* Resources */,
  1184. );
  1185. buildRules = (
  1186. );
  1187. dependencies = (
  1188. 99C6FE6922768B5C00C7070A /* PBXTargetDependency */,
  1189. );
  1190. name = UU_EntUITests;
  1191. productName = UU_EntUITests;
  1192. productReference = 99C6FE6722768B5C00C7070A /* UU_EntUITests.xctest */;
  1193. productType = "com.apple.product-type.bundle.ui-testing";
  1194. };
  1195. /* End PBXNativeTarget section */
  1196. /* Begin PBXProject section */
  1197. 99C6FE3C22768B5B00C7070A /* Project object */ = {
  1198. isa = PBXProject;
  1199. attributes = {
  1200. CLASSPREFIX = YR;
  1201. LastUpgradeCheck = 1020;
  1202. ORGANIZATIONNAME = UAS;
  1203. TargetAttributes = {
  1204. 99C6FE4322768B5B00C7070A = {
  1205. CreatedOnToolsVersion = 10.2.1;
  1206. };
  1207. 99C6FE5B22768B5C00C7070A = {
  1208. CreatedOnToolsVersion = 10.2.1;
  1209. TestTargetID = 99C6FE4322768B5B00C7070A;
  1210. };
  1211. 99C6FE6622768B5C00C7070A = {
  1212. CreatedOnToolsVersion = 10.2.1;
  1213. TestTargetID = 99C6FE4322768B5B00C7070A;
  1214. };
  1215. };
  1216. };
  1217. buildConfigurationList = 99C6FE3F22768B5B00C7070A /* Build configuration list for PBXProject "UU_Ent" */;
  1218. compatibilityVersion = "Xcode 9.3";
  1219. developmentRegion = en;
  1220. hasScannedForEncodings = 0;
  1221. knownRegions = (
  1222. en,
  1223. Base,
  1224. );
  1225. mainGroup = 99C6FE3B22768B5B00C7070A;
  1226. productRefGroup = 99C6FE4522768B5B00C7070A /* Products */;
  1227. projectDirPath = "";
  1228. projectRoot = "";
  1229. targets = (
  1230. 99C6FE4322768B5B00C7070A /* UU_Ent */,
  1231. 99C6FE5B22768B5C00C7070A /* UU_EntTests */,
  1232. 99C6FE6622768B5C00C7070A /* UU_EntUITests */,
  1233. );
  1234. };
  1235. /* End PBXProject section */
  1236. /* Begin PBXResourcesBuildPhase section */
  1237. 99C6FE4222768B5B00C7070A /* Resources */ = {
  1238. isa = PBXResourcesBuildPhase;
  1239. buildActionMask = 2147483647;
  1240. files = (
  1241. 99C16342227FDE64002ED79D /* work_route.json in Resources */,
  1242. 99F4A8432277D845009AA6ED /* loading26.png in Resources */,
  1243. 99F4A8172277D845009AA6ED /* loading46.png in Resources */,
  1244. 99F4A83A2277D845009AA6ED /* loading0.png in Resources */,
  1245. 99F4A8102277D845009AA6ED /* loading24.png in Resources */,
  1246. 99F4A8302277D845009AA6ED /* loading62.png in Resources */,
  1247. 99F4A8462277D845009AA6ED /* loading43.png in Resources */,
  1248. 99F4A8262277D845009AA6ED /* loading22.png in Resources */,
  1249. 99F4A8472277D845009AA6ED /* loading6.png in Resources */,
  1250. 99F4A81E2277D845009AA6ED /* loading57.png in Resources */,
  1251. 99F4A8082277D844009AA6ED /* loading48.png in Resources */,
  1252. 99F4A8272277D845009AA6ED /* loading38.png in Resources */,
  1253. 99F4A82B2277D845009AA6ED /* loading19.png in Resources */,
  1254. 99F4A8132277D845009AA6ED /* loading42.png in Resources */,
  1255. 2710E66A228166990002A4B0 /* mine_route.json in Resources */,
  1256. 99F4A8142277D845009AA6ED /* loading30.png in Resources */,
  1257. 99F4A8412277D845009AA6ED /* loading37.png in Resources */,
  1258. 99F4A8252277D845009AA6ED /* loading14.png in Resources */,
  1259. 99F4A8332277D845009AA6ED /* loading11.png in Resources */,
  1260. 99F4A82E2277D845009AA6ED /* loading39.png in Resources */,
  1261. 99F4A81B2277D845009AA6ED /* loading7.png in Resources */,
  1262. 99F4A8112277D845009AA6ED /* loading33.png in Resources */,
  1263. 99F4A8282277D845009AA6ED /* loading34.png in Resources */,
  1264. 99F4A8242277D845009AA6ED /* loading35.png in Resources */,
  1265. 99F4A8382277D845009AA6ED /* loading4.png in Resources */,
  1266. 99F4A8372277D845009AA6ED /* loading45.png in Resources */,
  1267. 99F4A8222277D845009AA6ED /* loading55.png in Resources */,
  1268. 99F4A8402277D845009AA6ED /* loading61.png in Resources */,
  1269. 99F4A8212277D845009AA6ED /* loading3.png in Resources */,
  1270. 99F4A8442277D845009AA6ED /* loading16.png in Resources */,
  1271. 99C6FE9022768EC000C7070A /* Assets.xcassets in Resources */,
  1272. 99F4A8202277D845009AA6ED /* loading54.png in Resources */,
  1273. 99F4A81A2277D845009AA6ED /* loading18.png in Resources */,
  1274. 99F4A80F2277D845009AA6ED /* loading44.png in Resources */,
  1275. 99F4A8182277D845009AA6ED /* loading20.png in Resources */,
  1276. 9948171422783494007C7CEA /* msg_route.json in Resources */,
  1277. 99F4A8162277D845009AA6ED /* loading63.png in Resources */,
  1278. 99F4A8122277D845009AA6ED /* loading25.png in Resources */,
  1279. 99F4A83C2277D845009AA6ED /* loading21.png in Resources */,
  1280. 99F4A82D2277D845009AA6ED /* loading9.png in Resources */,
  1281. 99F4A8232277D845009AA6ED /* loading59.png in Resources */,
  1282. 99F4A83F2277D845009AA6ED /* loading52.png in Resources */,
  1283. 99F4A83D2277D845009AA6ED /* loading5.png in Resources */,
  1284. 99F4A83B2277D845009AA6ED /* loading56.png in Resources */,
  1285. 99F4A8092277D845009AA6ED /* loading29.png in Resources */,
  1286. 99F4A81D2277D845009AA6ED /* loading10.png in Resources */,
  1287. 99F4A8192277D845009AA6ED /* loading1.png in Resources */,
  1288. 99F4A82F2277D845009AA6ED /* loading28.png in Resources */,
  1289. 99F4A82C2277D845009AA6ED /* loading41.png in Resources */,
  1290. 99F4A80D2277D845009AA6ED /* loading53.png in Resources */,
  1291. 99F4A8312277D845009AA6ED /* loading40.png in Resources */,
  1292. 99F4A80E2277D845009AA6ED /* loading60.png in Resources */,
  1293. 99F4A8452277D845009AA6ED /* loading51.png in Resources */,
  1294. 99F4A8392277D845009AA6ED /* loading2.png in Resources */,
  1295. 99F4A81C2277D845009AA6ED /* loading8.png in Resources */,
  1296. 99F4A8422277D845009AA6ED /* loading58.png in Resources */,
  1297. 99F4A8152277D845009AA6ED /* loading31.png in Resources */,
  1298. 99F4A8362277D845009AA6ED /* loading17.png in Resources */,
  1299. 99F4A80B2277D845009AA6ED /* loading50.png in Resources */,
  1300. 99F4A8342277D845009AA6ED /* loading47.png in Resources */,
  1301. 99F4A80A2277D845009AA6ED /* loading32.png in Resources */,
  1302. 99F4A8292277D845009AA6ED /* loading13.png in Resources */,
  1303. 99F4A8322277D845009AA6ED /* loading15.png in Resources */,
  1304. 99F4A83E2277D845009AA6ED /* loading23.png in Resources */,
  1305. 99F4A80C2277D845009AA6ED /* loading27.png in Resources */,
  1306. 99F4A81F2277D845009AA6ED /* loading12.png in Resources */,
  1307. 99F4A82A2277D845009AA6ED /* loading49.png in Resources */,
  1308. 99F4A8352277D845009AA6ED /* loading36.png in Resources */,
  1309. );
  1310. runOnlyForDeploymentPostprocessing = 0;
  1311. };
  1312. 99C6FE5A22768B5C00C7070A /* Resources */ = {
  1313. isa = PBXResourcesBuildPhase;
  1314. buildActionMask = 2147483647;
  1315. files = (
  1316. );
  1317. runOnlyForDeploymentPostprocessing = 0;
  1318. };
  1319. 99C6FE6522768B5C00C7070A /* Resources */ = {
  1320. isa = PBXResourcesBuildPhase;
  1321. buildActionMask = 2147483647;
  1322. files = (
  1323. );
  1324. runOnlyForDeploymentPostprocessing = 0;
  1325. };
  1326. /* End PBXResourcesBuildPhase section */
  1327. /* Begin PBXShellScriptBuildPhase section */
  1328. 090EEC0300D50242E42AF186 /* [CP] Check Pods Manifest.lock */ = {
  1329. isa = PBXShellScriptBuildPhase;
  1330. buildActionMask = 2147483647;
  1331. files = (
  1332. );
  1333. inputPaths = (
  1334. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  1335. "${PODS_ROOT}/Manifest.lock",
  1336. );
  1337. name = "[CP] Check Pods Manifest.lock";
  1338. outputPaths = (
  1339. "$(DERIVED_FILE_DIR)/Pods-UU_Ent-checkManifestLockResult.txt",
  1340. );
  1341. runOnlyForDeploymentPostprocessing = 0;
  1342. shellPath = /bin/sh;
  1343. 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";
  1344. showEnvVarsInLog = 0;
  1345. };
  1346. 448E7422669634DE3F6256F2 /* [CP] Check Pods Manifest.lock */ = {
  1347. isa = PBXShellScriptBuildPhase;
  1348. buildActionMask = 2147483647;
  1349. files = (
  1350. );
  1351. inputPaths = (
  1352. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  1353. "${PODS_ROOT}/Manifest.lock",
  1354. );
  1355. name = "[CP] Check Pods Manifest.lock";
  1356. outputPaths = (
  1357. "$(DERIVED_FILE_DIR)/Pods-UU_EntTests-checkManifestLockResult.txt",
  1358. );
  1359. runOnlyForDeploymentPostprocessing = 0;
  1360. shellPath = /bin/sh;
  1361. 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";
  1362. showEnvVarsInLog = 0;
  1363. };
  1364. 79C55E5CC58E2B8BA0FAD00C /* [CP] Copy Pods Resources */ = {
  1365. isa = PBXShellScriptBuildPhase;
  1366. buildActionMask = 2147483647;
  1367. files = (
  1368. );
  1369. inputPaths = (
  1370. "${SRCROOT}/Pods/Target Support Files/Pods-UU_Ent/Pods-UU_Ent-resources.sh",
  1371. "${PODS_ROOT}/IQKeyboardManager/IQKeyboardManager/Resources/IQKeyboardManager.bundle",
  1372. "${PODS_ROOT}/MJRefresh/MJRefresh/MJRefresh.bundle",
  1373. "${PODS_CONFIGURATION_BUILD_DIR}/gRPC/gRPCCertificates.bundle",
  1374. );
  1375. name = "[CP] Copy Pods Resources";
  1376. outputPaths = (
  1377. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/IQKeyboardManager.bundle",
  1378. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MJRefresh.bundle",
  1379. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/gRPCCertificates.bundle",
  1380. );
  1381. runOnlyForDeploymentPostprocessing = 0;
  1382. shellPath = /bin/sh;
  1383. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-UU_Ent/Pods-UU_Ent-resources.sh\"\n";
  1384. showEnvVarsInLog = 0;
  1385. };
  1386. A2F6040888740937A057571A /* [CP] Check Pods Manifest.lock */ = {
  1387. isa = PBXShellScriptBuildPhase;
  1388. buildActionMask = 2147483647;
  1389. files = (
  1390. );
  1391. inputPaths = (
  1392. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  1393. "${PODS_ROOT}/Manifest.lock",
  1394. );
  1395. name = "[CP] Check Pods Manifest.lock";
  1396. outputPaths = (
  1397. "$(DERIVED_FILE_DIR)/Pods-UU_EntUITests-checkManifestLockResult.txt",
  1398. );
  1399. runOnlyForDeploymentPostprocessing = 0;
  1400. shellPath = /bin/sh;
  1401. 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";
  1402. showEnvVarsInLog = 0;
  1403. };
  1404. /* End PBXShellScriptBuildPhase section */
  1405. /* Begin PBXSourcesBuildPhase section */
  1406. 99C6FE4022768B5B00C7070A /* Sources */ = {
  1407. isa = PBXSourcesBuildPhase;
  1408. buildActionMask = 2147483647;
  1409. files = (
  1410. 99C6FED12276982F00C7070A /* YRTabBar.m in Sources */,
  1411. 27029BD0227709CC00D53A94 /* UIButton+Layout.m in Sources */,
  1412. 99C6FF232276E4C000C7070A /* YRMsgMainCell.m in Sources */,
  1413. 2710E66E2281746E0002A4B0 /* UIPopoverListView.m in Sources */,
  1414. 99C16345228027C8002ED79D /* YRMsgHeader.m in Sources */,
  1415. 991C1464228275B70080B54A /* YRLoginManager.m in Sources */,
  1416. 99C6FECB227696CA00C7070A /* YRMsgVC.m in Sources */,
  1417. 99C16340227FD24E002ED79D /* YRWorkConModel.m in Sources */,
  1418. 99C6FF262276FAE000C7070A /* YRMsgMainModel.m in Sources */,
  1419. 2710E66522815DCF0002A4B0 /* YRMineCell.m in Sources */,
  1420. 99F4A7462277D503009AA6ED /* YRAdView.m in Sources */,
  1421. 99C6FE9222768EC000C7070A /* main.m in Sources */,
  1422. 99C6FE99227690F800C7070A /* YRBaseNav.m in Sources */,
  1423. 99C6FE96227690BE00C7070A /* YRBaseVC.m in Sources */,
  1424. 2710E65522801B7E0002A4B0 /* YRRegisterVC.m in Sources */,
  1425. 99C6FF172276D13500C7070A /* YRUserInfo.m in Sources */,
  1426. 270E6C972282B72D008B12B9 /* YRSettingVC.m in Sources */,
  1427. 99B4252F22815E2900DAE304 /* YRAlertView.m in Sources */,
  1428. 999F6510227E658E00329012 /* UIView+frame.m in Sources */,
  1429. 99C6FEC32276959B00C7070A /* YRWorkVC.m in Sources */,
  1430. 270E6C9B2282E6D0008B12B9 /* UINavigationController+safe.m in Sources */,
  1431. 99F4A73D2277D1B8009AA6ED /* YRLoadImgCacheTool.m in Sources */,
  1432. 99C6FECE227697DA00C7070A /* YRContactVC.m in Sources */,
  1433. 99C6FEC82276966600C7070A /* YRWebVC.m in Sources */,
  1434. 99C6FEC02276957400C7070A /* YRMineVC.m in Sources */,
  1435. 2710E66022801ED10002A4B0 /* YRShowMessageFromNavi.m in Sources */,
  1436. 2710E66822815E030002A4B0 /* YRMineModel.m in Sources */,
  1437. 99C6FF1B2276DD3900C7070A /* YRTableView.m in Sources */,
  1438. 27029BD32277E16300D53A94 /* YRButton.m in Sources */,
  1439. 27029BCC2277063F00D53A94 /* UIColor+HexColor.m in Sources */,
  1440. 2710E65822801B930002A4B0 /* YRPwdLevelView.m in Sources */,
  1441. 99F4A7402277D2DF009AA6ED /* YRLoadingVC.m in Sources */,
  1442. 99C6FE8F22768EC000C7070A /* AppDelegate.m in Sources */,
  1443. 999F6516227E688600329012 /* UIView+selector.m in Sources */,
  1444. 999F651E227E6A6000329012 /* NSString+regular.m in Sources */,
  1445. 99F4A7432277D332009AA6ED /* YRCountDownView.m in Sources */,
  1446. 2710E65D22801E330002A4B0 /* LeftViewTF.m in Sources */,
  1447. 99C6FEBA2276950C00C7070A /* YRMainVC.m in Sources */,
  1448. 9948171A22785044007C7CEA /* YRWorkCollCell.m in Sources */,
  1449. 27029BC72276A23400D53A94 /* YRLoginVC.m in Sources */,
  1450. 999F6513227E664C00329012 /* UIImageView+userId.m in Sources */,
  1451. 999F651A227E697D00329012 /* UILabel+vertical.m in Sources */,
  1452. 9948171722785013007C7CEA /* YRWorkTabCell.m in Sources */,
  1453. );
  1454. runOnlyForDeploymentPostprocessing = 0;
  1455. };
  1456. 99C6FE5822768B5C00C7070A /* Sources */ = {
  1457. isa = PBXSourcesBuildPhase;
  1458. buildActionMask = 2147483647;
  1459. files = (
  1460. 99C6FE6122768B5C00C7070A /* UU_EntTests.m in Sources */,
  1461. );
  1462. runOnlyForDeploymentPostprocessing = 0;
  1463. };
  1464. 99C6FE6322768B5C00C7070A /* Sources */ = {
  1465. isa = PBXSourcesBuildPhase;
  1466. buildActionMask = 2147483647;
  1467. files = (
  1468. 99C6FE6C22768B5C00C7070A /* UU_EntUITests.m in Sources */,
  1469. );
  1470. runOnlyForDeploymentPostprocessing = 0;
  1471. };
  1472. /* End PBXSourcesBuildPhase section */
  1473. /* Begin PBXTargetDependency section */
  1474. 99C6FE5E22768B5C00C7070A /* PBXTargetDependency */ = {
  1475. isa = PBXTargetDependency;
  1476. target = 99C6FE4322768B5B00C7070A /* UU_Ent */;
  1477. targetProxy = 99C6FE5D22768B5C00C7070A /* PBXContainerItemProxy */;
  1478. };
  1479. 99C6FE6922768B5C00C7070A /* PBXTargetDependency */ = {
  1480. isa = PBXTargetDependency;
  1481. target = 99C6FE4322768B5B00C7070A /* UU_Ent */;
  1482. targetProxy = 99C6FE6822768B5C00C7070A /* PBXContainerItemProxy */;
  1483. };
  1484. /* End PBXTargetDependency section */
  1485. /* Begin XCBuildConfiguration section */
  1486. 99C6FE6E22768B5C00C7070A /* Debug */ = {
  1487. isa = XCBuildConfiguration;
  1488. buildSettings = {
  1489. ALWAYS_SEARCH_USER_PATHS = NO;
  1490. CLANG_ANALYZER_NONNULL = YES;
  1491. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1492. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1493. CLANG_CXX_LIBRARY = "libc++";
  1494. CLANG_ENABLE_MODULES = YES;
  1495. CLANG_ENABLE_OBJC_ARC = YES;
  1496. CLANG_ENABLE_OBJC_WEAK = YES;
  1497. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1498. CLANG_WARN_BOOL_CONVERSION = YES;
  1499. CLANG_WARN_COMMA = YES;
  1500. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1501. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1502. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1503. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1504. CLANG_WARN_EMPTY_BODY = YES;
  1505. CLANG_WARN_ENUM_CONVERSION = YES;
  1506. CLANG_WARN_INFINITE_RECURSION = YES;
  1507. CLANG_WARN_INT_CONVERSION = YES;
  1508. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1509. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1510. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1511. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1512. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1513. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1514. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1515. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1516. CLANG_WARN_UNREACHABLE_CODE = YES;
  1517. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1518. CODE_SIGN_IDENTITY = "iPhone Developer";
  1519. COPY_PHASE_STRIP = NO;
  1520. DEBUG_INFORMATION_FORMAT = dwarf;
  1521. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1522. ENABLE_TESTABILITY = YES;
  1523. GCC_C_LANGUAGE_STANDARD = gnu11;
  1524. GCC_DYNAMIC_NO_PIC = NO;
  1525. GCC_NO_COMMON_BLOCKS = YES;
  1526. GCC_OPTIMIZATION_LEVEL = 0;
  1527. GCC_PREPROCESSOR_DEFINITIONS = (
  1528. "DEBUG=1",
  1529. "$(inherited)",
  1530. );
  1531. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1532. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1533. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1534. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1535. GCC_WARN_UNUSED_FUNCTION = YES;
  1536. GCC_WARN_UNUSED_VARIABLE = YES;
  1537. IPHONEOS_DEPLOYMENT_TARGET = 12.2;
  1538. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1539. MTL_FAST_MATH = YES;
  1540. ONLY_ACTIVE_ARCH = YES;
  1541. SDKROOT = iphoneos;
  1542. };
  1543. name = Debug;
  1544. };
  1545. 99C6FE6F22768B5C00C7070A /* Release */ = {
  1546. isa = XCBuildConfiguration;
  1547. buildSettings = {
  1548. ALWAYS_SEARCH_USER_PATHS = NO;
  1549. CLANG_ANALYZER_NONNULL = YES;
  1550. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1551. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1552. CLANG_CXX_LIBRARY = "libc++";
  1553. CLANG_ENABLE_MODULES = YES;
  1554. CLANG_ENABLE_OBJC_ARC = YES;
  1555. CLANG_ENABLE_OBJC_WEAK = YES;
  1556. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1557. CLANG_WARN_BOOL_CONVERSION = YES;
  1558. CLANG_WARN_COMMA = YES;
  1559. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1560. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1561. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1562. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1563. CLANG_WARN_EMPTY_BODY = YES;
  1564. CLANG_WARN_ENUM_CONVERSION = YES;
  1565. CLANG_WARN_INFINITE_RECURSION = YES;
  1566. CLANG_WARN_INT_CONVERSION = YES;
  1567. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1568. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1569. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1570. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1571. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1572. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1573. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1574. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1575. CLANG_WARN_UNREACHABLE_CODE = YES;
  1576. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1577. CODE_SIGN_IDENTITY = "iPhone Developer";
  1578. COPY_PHASE_STRIP = NO;
  1579. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1580. ENABLE_NS_ASSERTIONS = NO;
  1581. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1582. GCC_C_LANGUAGE_STANDARD = gnu11;
  1583. GCC_NO_COMMON_BLOCKS = YES;
  1584. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1585. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1586. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1587. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1588. GCC_WARN_UNUSED_FUNCTION = YES;
  1589. GCC_WARN_UNUSED_VARIABLE = YES;
  1590. IPHONEOS_DEPLOYMENT_TARGET = 12.2;
  1591. MTL_ENABLE_DEBUG_INFO = NO;
  1592. MTL_FAST_MATH = YES;
  1593. SDKROOT = iphoneos;
  1594. VALIDATE_PRODUCT = YES;
  1595. };
  1596. name = Release;
  1597. };
  1598. 99C6FE7122768B5C00C7070A /* Debug */ = {
  1599. isa = XCBuildConfiguration;
  1600. baseConfigurationReference = 71B4DF45C8EC3368ACFC4193 /* Pods-UU_Ent.debug.xcconfig */;
  1601. buildSettings = {
  1602. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1603. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1604. CODE_SIGN_STYLE = Automatic;
  1605. DEVELOPMENT_TEAM = 433WAS8387;
  1606. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1607. GCC_PREFIX_HEADER = "${SRCROOT}/UU_Ent/Supporting Files/UU_Ent.pch";
  1608. INFOPLIST_FILE = "UU_Ent/Supporting Files/Info.plist";
  1609. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1610. LD_RUNPATH_SEARCH_PATHS = (
  1611. "$(inherited)",
  1612. "@executable_path/Frameworks",
  1613. );
  1614. PRODUCT_BUNDLE_IDENTIFIER = "YR.UU-Ent";
  1615. PRODUCT_NAME = "$(TARGET_NAME)";
  1616. TARGETED_DEVICE_FAMILY = "1,2";
  1617. };
  1618. name = Debug;
  1619. };
  1620. 99C6FE7222768B5C00C7070A /* Release */ = {
  1621. isa = XCBuildConfiguration;
  1622. baseConfigurationReference = 13A4F2D13DACD5857BD40BDE /* Pods-UU_Ent.release.xcconfig */;
  1623. buildSettings = {
  1624. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1625. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1626. CODE_SIGN_STYLE = Automatic;
  1627. DEVELOPMENT_TEAM = 433WAS8387;
  1628. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1629. GCC_PREFIX_HEADER = "${SRCROOT}/UU_Ent/Supporting Files/UU_Ent.pch";
  1630. INFOPLIST_FILE = "UU_Ent/Supporting Files/Info.plist";
  1631. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1632. LD_RUNPATH_SEARCH_PATHS = (
  1633. "$(inherited)",
  1634. "@executable_path/Frameworks",
  1635. );
  1636. PRODUCT_BUNDLE_IDENTIFIER = "YR.UU-Ent";
  1637. PRODUCT_NAME = "$(TARGET_NAME)";
  1638. TARGETED_DEVICE_FAMILY = "1,2";
  1639. };
  1640. name = Release;
  1641. };
  1642. 99C6FE7422768B5C00C7070A /* Debug */ = {
  1643. isa = XCBuildConfiguration;
  1644. baseConfigurationReference = DA26F5F8909B0156F0F3EC26 /* Pods-UU_EntTests.debug.xcconfig */;
  1645. buildSettings = {
  1646. BUNDLE_LOADER = "$(TEST_HOST)";
  1647. CODE_SIGN_STYLE = Automatic;
  1648. INFOPLIST_FILE = UU_EntTests/Info.plist;
  1649. LD_RUNPATH_SEARCH_PATHS = (
  1650. "$(inherited)",
  1651. "@executable_path/Frameworks",
  1652. "@loader_path/Frameworks",
  1653. );
  1654. PRODUCT_BUNDLE_IDENTIFIER = "YR.UU-EntTests";
  1655. PRODUCT_NAME = "$(TARGET_NAME)";
  1656. TARGETED_DEVICE_FAMILY = "1,2";
  1657. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/UU_Ent.app/UU_Ent";
  1658. };
  1659. name = Debug;
  1660. };
  1661. 99C6FE7522768B5C00C7070A /* Release */ = {
  1662. isa = XCBuildConfiguration;
  1663. baseConfigurationReference = 49A8B37D50A80EFFD84620EC /* Pods-UU_EntTests.release.xcconfig */;
  1664. buildSettings = {
  1665. BUNDLE_LOADER = "$(TEST_HOST)";
  1666. CODE_SIGN_STYLE = Automatic;
  1667. INFOPLIST_FILE = UU_EntTests/Info.plist;
  1668. LD_RUNPATH_SEARCH_PATHS = (
  1669. "$(inherited)",
  1670. "@executable_path/Frameworks",
  1671. "@loader_path/Frameworks",
  1672. );
  1673. PRODUCT_BUNDLE_IDENTIFIER = "YR.UU-EntTests";
  1674. PRODUCT_NAME = "$(TARGET_NAME)";
  1675. TARGETED_DEVICE_FAMILY = "1,2";
  1676. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/UU_Ent.app/UU_Ent";
  1677. };
  1678. name = Release;
  1679. };
  1680. 99C6FE7722768B5C00C7070A /* Debug */ = {
  1681. isa = XCBuildConfiguration;
  1682. baseConfigurationReference = B5220A6F4D02F3A377D1E1D6 /* Pods-UU_EntUITests.debug.xcconfig */;
  1683. buildSettings = {
  1684. CODE_SIGN_STYLE = Automatic;
  1685. INFOPLIST_FILE = UU_EntUITests/Info.plist;
  1686. LD_RUNPATH_SEARCH_PATHS = (
  1687. "$(inherited)",
  1688. "@executable_path/Frameworks",
  1689. "@loader_path/Frameworks",
  1690. );
  1691. PRODUCT_BUNDLE_IDENTIFIER = "YR.UU-EntUITests";
  1692. PRODUCT_NAME = "$(TARGET_NAME)";
  1693. TARGETED_DEVICE_FAMILY = "1,2";
  1694. TEST_TARGET_NAME = UU_Ent;
  1695. };
  1696. name = Debug;
  1697. };
  1698. 99C6FE7822768B5C00C7070A /* Release */ = {
  1699. isa = XCBuildConfiguration;
  1700. baseConfigurationReference = 49D3F089EECE8E3EDF7D2E1C /* Pods-UU_EntUITests.release.xcconfig */;
  1701. buildSettings = {
  1702. CODE_SIGN_STYLE = Automatic;
  1703. INFOPLIST_FILE = UU_EntUITests/Info.plist;
  1704. LD_RUNPATH_SEARCH_PATHS = (
  1705. "$(inherited)",
  1706. "@executable_path/Frameworks",
  1707. "@loader_path/Frameworks",
  1708. );
  1709. PRODUCT_BUNDLE_IDENTIFIER = "YR.UU-EntUITests";
  1710. PRODUCT_NAME = "$(TARGET_NAME)";
  1711. TARGETED_DEVICE_FAMILY = "1,2";
  1712. TEST_TARGET_NAME = UU_Ent;
  1713. };
  1714. name = Release;
  1715. };
  1716. /* End XCBuildConfiguration section */
  1717. /* Begin XCConfigurationList section */
  1718. 99C6FE3F22768B5B00C7070A /* Build configuration list for PBXProject "UU_Ent" */ = {
  1719. isa = XCConfigurationList;
  1720. buildConfigurations = (
  1721. 99C6FE6E22768B5C00C7070A /* Debug */,
  1722. 99C6FE6F22768B5C00C7070A /* Release */,
  1723. );
  1724. defaultConfigurationIsVisible = 0;
  1725. defaultConfigurationName = Release;
  1726. };
  1727. 99C6FE7022768B5C00C7070A /* Build configuration list for PBXNativeTarget "UU_Ent" */ = {
  1728. isa = XCConfigurationList;
  1729. buildConfigurations = (
  1730. 99C6FE7122768B5C00C7070A /* Debug */,
  1731. 99C6FE7222768B5C00C7070A /* Release */,
  1732. );
  1733. defaultConfigurationIsVisible = 0;
  1734. defaultConfigurationName = Release;
  1735. };
  1736. 99C6FE7322768B5C00C7070A /* Build configuration list for PBXNativeTarget "UU_EntTests" */ = {
  1737. isa = XCConfigurationList;
  1738. buildConfigurations = (
  1739. 99C6FE7422768B5C00C7070A /* Debug */,
  1740. 99C6FE7522768B5C00C7070A /* Release */,
  1741. );
  1742. defaultConfigurationIsVisible = 0;
  1743. defaultConfigurationName = Release;
  1744. };
  1745. 99C6FE7622768B5C00C7070A /* Build configuration list for PBXNativeTarget "UU_EntUITests" */ = {
  1746. isa = XCConfigurationList;
  1747. buildConfigurations = (
  1748. 99C6FE7722768B5C00C7070A /* Debug */,
  1749. 99C6FE7822768B5C00C7070A /* Release */,
  1750. );
  1751. defaultConfigurationIsVisible = 0;
  1752. defaultConfigurationName = Release;
  1753. };
  1754. /* End XCConfigurationList section */
  1755. };
  1756. rootObject = 99C6FE3C22768B5B00C7070A /* Project object */;
  1757. }