|
@@ -27,6 +27,8 @@
|
|
2729F7F924C8425E00E1F3C4 /* RecordTipsView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F7F824C8425E00E1F3C4 /* RecordTipsView.m */; };
|
|
2729F7F924C8425E00E1F3C4 /* RecordTipsView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F7F824C8425E00E1F3C4 /* RecordTipsView.m */; };
|
|
2729F7FB24C8427200E1F3C4 /* RecordTipsView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2729F7FA24C8427100E1F3C4 /* RecordTipsView.xib */; };
|
|
2729F7FB24C8427200E1F3C4 /* RecordTipsView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2729F7FA24C8427100E1F3C4 /* RecordTipsView.xib */; };
|
|
2729F7FE24C851FA00E1F3C4 /* BaseExamModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F7FC24C851F900E1F3C4 /* BaseExamModel.m */; };
|
|
2729F7FE24C851FA00E1F3C4 /* BaseExamModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F7FC24C851F900E1F3C4 /* BaseExamModel.m */; };
|
|
|
|
+ 273EFB4A24DCF5850069DB4D /* ExamSearchView.m in Sources */ = {isa = PBXBuildFile; fileRef = 273EFB4924DCF5850069DB4D /* ExamSearchView.m */; };
|
|
|
|
+ 273EFB4C24DCF5920069DB4D /* ExamSearchView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 273EFB4B24DCF5920069DB4D /* ExamSearchView.xib */; };
|
|
27476F4824BBFB5900181362 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27476F4724BBFB5900181362 /* AppDelegate.m */; };
|
|
27476F4824BBFB5900181362 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27476F4724BBFB5900181362 /* AppDelegate.m */; };
|
|
27476F4E24BBFB5900181362 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27476F4D24BBFB5900181362 /* ViewController.m */; };
|
|
27476F4E24BBFB5900181362 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27476F4D24BBFB5900181362 /* ViewController.m */; };
|
|
27476F5124BBFB5900181362 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 27476F4F24BBFB5900181362 /* Main.storyboard */; };
|
|
27476F5124BBFB5900181362 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 27476F4F24BBFB5900181362 /* Main.storyboard */; };
|
|
@@ -431,6 +433,9 @@
|
|
2729F7FA24C8427100E1F3C4 /* RecordTipsView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RecordTipsView.xib; sourceTree = "<group>"; };
|
|
2729F7FA24C8427100E1F3C4 /* RecordTipsView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RecordTipsView.xib; sourceTree = "<group>"; };
|
|
2729F7FC24C851F900E1F3C4 /* BaseExamModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseExamModel.m; sourceTree = "<group>"; };
|
|
2729F7FC24C851F900E1F3C4 /* BaseExamModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseExamModel.m; sourceTree = "<group>"; };
|
|
2729F7FD24C851FA00E1F3C4 /* BaseExamModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseExamModel.h; sourceTree = "<group>"; };
|
|
2729F7FD24C851FA00E1F3C4 /* BaseExamModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseExamModel.h; sourceTree = "<group>"; };
|
|
|
|
+ 273EFB4824DCF5850069DB4D /* ExamSearchView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExamSearchView.h; sourceTree = "<group>"; };
|
|
|
|
+ 273EFB4924DCF5850069DB4D /* ExamSearchView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExamSearchView.m; sourceTree = "<group>"; };
|
|
|
|
+ 273EFB4B24DCF5920069DB4D /* ExamSearchView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ExamSearchView.xib; sourceTree = "<group>"; };
|
|
27476F4324BBFB5900181362 /* 酷乐秀.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "酷乐秀.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
27476F4324BBFB5900181362 /* 酷乐秀.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "酷乐秀.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
27476F4624BBFB5900181362 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
27476F4624BBFB5900181362 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
27476F4724BBFB5900181362 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
27476F4724BBFB5900181362 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
@@ -2435,6 +2440,9 @@
|
|
2729F7DB24C81FA200E1F3C4 /* LibraryTipsView.h */,
|
|
2729F7DB24C81FA200E1F3C4 /* LibraryTipsView.h */,
|
|
2729F7DC24C81FA200E1F3C4 /* LibraryTipsView.m */,
|
|
2729F7DC24C81FA200E1F3C4 /* LibraryTipsView.m */,
|
|
2729F7DE24C81FB000E1F3C4 /* LibraryTipsView.xib */,
|
|
2729F7DE24C81FB000E1F3C4 /* LibraryTipsView.xib */,
|
|
|
|
+ 273EFB4824DCF5850069DB4D /* ExamSearchView.h */,
|
|
|
|
+ 273EFB4924DCF5850069DB4D /* ExamSearchView.m */,
|
|
|
|
+ 273EFB4B24DCF5920069DB4D /* ExamSearchView.xib */,
|
|
);
|
|
);
|
|
path = View;
|
|
path = View;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -2838,6 +2846,7 @@
|
|
278D114324CFD59B00599421 /* GuideNextPageView.xib in Resources */,
|
|
278D114324CFD59B00599421 /* GuideNextPageView.xib in Resources */,
|
|
27476F5124BBFB5900181362 /* Main.storyboard in Resources */,
|
|
27476F5124BBFB5900181362 /* Main.storyboard in Resources */,
|
|
2729F7D324C8175E00E1F3C4 /* FileNameView.xib in Resources */,
|
|
2729F7D324C8175E00E1F3C4 /* FileNameView.xib in Resources */,
|
|
|
|
+ 273EFB4C24DCF5920069DB4D /* ExamSearchView.xib in Resources */,
|
|
27EF3EF324BEE885002068A2 /* NotifyMessageCell.xib in Resources */,
|
|
27EF3EF324BEE885002068A2 /* NotifyMessageCell.xib in Resources */,
|
|
27EF3F0024BF016B002068A2 /* WaitExamBodyView.xib in Resources */,
|
|
27EF3F0024BF016B002068A2 /* WaitExamBodyView.xib in Resources */,
|
|
27A008A924BD96C50002452B /* KSNetworkAlert.xib in Resources */,
|
|
27A008A924BD96C50002452B /* KSNetworkAlert.xib in Resources */,
|
|
@@ -3056,6 +3065,7 @@
|
|
2747718724BC0C0500181362 /* JYEqualCellSpaceFlowLayout.m in Sources */,
|
|
2747718724BC0C0500181362 /* JYEqualCellSpaceFlowLayout.m in Sources */,
|
|
274771E624BC0C0500181362 /* LoginViewController.m in Sources */,
|
|
274771E624BC0C0500181362 /* LoginViewController.m in Sources */,
|
|
2747726424BC0C0500181362 /* LLPhoto.m in Sources */,
|
|
2747726424BC0C0500181362 /* LLPhoto.m in Sources */,
|
|
|
|
+ 273EFB4A24DCF5850069DB4D /* ExamSearchView.m in Sources */,
|
|
27A008C924BD9D550002452B /* KSNetTypeManager.m in Sources */,
|
|
27A008C924BD9D550002452B /* KSNetTypeManager.m in Sources */,
|
|
27EF3F2124C02B68002068A2 /* KSNormalAlertView.m in Sources */,
|
|
27EF3F2124C02B68002068A2 /* KSNormalAlertView.m in Sources */,
|
|
2747723524BC0C0500181362 /* JXPagerListRefreshView.m in Sources */,
|
|
2747723524BC0C0500181362 /* JXPagerListRefreshView.m in Sources */,
|