|
@@ -27,8 +27,6 @@
|
|
|
2729F7F924C8425E00E1F3C4 /* RecordTipsView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F7F824C8425E00E1F3C4 /* RecordTipsView.m */; };
|
|
|
2729F7FB24C8427200E1F3C4 /* RecordTipsView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2729F7FA24C8427100E1F3C4 /* RecordTipsView.xib */; };
|
|
|
2729F7FE24C851FA00E1F3C4 /* BaseExamModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F7FC24C851F900E1F3C4 /* BaseExamModel.m */; };
|
|
|
- 2729F80624C9771B00E1F3C4 /* RecordExamModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F80224C9771300E1F3C4 /* RecordExamModel.m */; };
|
|
|
- 2729F80724C9771B00E1F3C4 /* SongJson.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729F80524C9771400E1F3C4 /* SongJson.m */; };
|
|
|
27476F4824BBFB5900181362 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27476F4724BBFB5900181362 /* AppDelegate.m */; };
|
|
|
27476F4E24BBFB5900181362 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27476F4D24BBFB5900181362 /* ViewController.m */; };
|
|
|
27476F5124BBFB5900181362 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 27476F4F24BBFB5900181362 /* Main.storyboard */; };
|
|
@@ -297,6 +295,7 @@
|
|
|
2748F8F624C138A0003F8E11 /* ExamLibraryListCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2748F8F424C1389F003F8E11 /* ExamLibraryListCell.xib */; };
|
|
|
27544CF824BC337D00EF58AF /* ExamTicketViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27544CF724BC337D00EF58AF /* ExamTicketViewController.m */; };
|
|
|
27544CFB24BC338900EF58AF /* UserCenterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27544CFA24BC338900EF58AF /* UserCenterViewController.m */; };
|
|
|
+ 278D113424CA8E4D00599421 /* ExamDisplayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 278D113324CA8E4D00599421 /* ExamDisplayViewController.m */; };
|
|
|
2794D1B024BC604800BAF6F3 /* VefiBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2794D1AF24BC604800BAF6F3 /* VefiBodyView.m */; };
|
|
|
2794D1B224BC605600BAF6F3 /* VefiBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2794D1B124BC605600BAF6F3 /* VefiBodyView.xib */; };
|
|
|
2794D1B524BC662600BAF6F3 /* VeriCheckView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2794D1B424BC662600BAF6F3 /* VeriCheckView.m */; };
|
|
@@ -340,6 +339,8 @@
|
|
|
27A008F924BDB6310002452B /* UserBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 27A008F824BDB6310002452B /* UserBodyView.xib */; };
|
|
|
27A008FC24BECDC40002452B /* HomeBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A008FB24BECDC40002452B /* HomeBodyView.m */; };
|
|
|
27A008FE24BECDFC0002452B /* HomeBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 27A008FD24BECDFC0002452B /* HomeBodyView.xib */; };
|
|
|
+ 27D4149824CA741D000DBC0C /* RecordExamModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D4149724CA741D000DBC0C /* RecordExamModel.m */; };
|
|
|
+ 27D4149B24CA757A000DBC0C /* SongModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D4149A24CA757A000DBC0C /* SongModel.m */; };
|
|
|
27EF3EEE24BEE35E002068A2 /* MessageListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 27EF3EED24BEE35E002068A2 /* MessageListModel.m */; };
|
|
|
27EF3EF224BEE885002068A2 /* NotifyMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 27EF3EF024BEE885002068A2 /* NotifyMessageCell.m */; };
|
|
|
27EF3EF324BEE885002068A2 /* NotifyMessageCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 27EF3EF124BEE885002068A2 /* NotifyMessageCell.xib */; };
|
|
@@ -420,10 +421,6 @@
|
|
|
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>"; };
|
|
|
2729F7FD24C851FA00E1F3C4 /* BaseExamModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseExamModel.h; sourceTree = "<group>"; };
|
|
|
- 2729F80224C9771300E1F3C4 /* RecordExamModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RecordExamModel.m; sourceTree = "<group>"; };
|
|
|
- 2729F80324C9771300E1F3C4 /* RecordExamModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecordExamModel.h; sourceTree = "<group>"; };
|
|
|
- 2729F80424C9771400E1F3C4 /* SongJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SongJson.h; sourceTree = "<group>"; };
|
|
|
- 2729F80524C9771400E1F3C4 /* SongJson.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SongJson.m; sourceTree = "<group>"; };
|
|
|
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>"; };
|
|
|
27476F4724BBFB5900181362 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
@@ -932,6 +929,8 @@
|
|
|
27544CF724BC337D00EF58AF /* ExamTicketViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExamTicketViewController.m; sourceTree = "<group>"; };
|
|
|
27544CF924BC338900EF58AF /* UserCenterViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserCenterViewController.h; sourceTree = "<group>"; };
|
|
|
27544CFA24BC338900EF58AF /* UserCenterViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UserCenterViewController.m; sourceTree = "<group>"; };
|
|
|
+ 278D113224CA8E4D00599421 /* ExamDisplayViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExamDisplayViewController.h; sourceTree = "<group>"; };
|
|
|
+ 278D113324CA8E4D00599421 /* ExamDisplayViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExamDisplayViewController.m; sourceTree = "<group>"; };
|
|
|
2794D1AE24BC604800BAF6F3 /* VefiBodyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VefiBodyView.h; sourceTree = "<group>"; };
|
|
|
2794D1AF24BC604800BAF6F3 /* VefiBodyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VefiBodyView.m; sourceTree = "<group>"; };
|
|
|
2794D1B124BC605600BAF6F3 /* VefiBodyView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = VefiBodyView.xib; sourceTree = "<group>"; };
|
|
@@ -1003,6 +1002,10 @@
|
|
|
27A008FA24BECDC40002452B /* HomeBodyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeBodyView.h; sourceTree = "<group>"; };
|
|
|
27A008FB24BECDC40002452B /* HomeBodyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeBodyView.m; sourceTree = "<group>"; };
|
|
|
27A008FD24BECDFC0002452B /* HomeBodyView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeBodyView.xib; sourceTree = "<group>"; };
|
|
|
+ 27D4149624CA741D000DBC0C /* RecordExamModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecordExamModel.h; sourceTree = "<group>"; };
|
|
|
+ 27D4149724CA741D000DBC0C /* RecordExamModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RecordExamModel.m; sourceTree = "<group>"; };
|
|
|
+ 27D4149924CA757A000DBC0C /* SongModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SongModel.h; sourceTree = "<group>"; };
|
|
|
+ 27D4149A24CA757A000DBC0C /* SongModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SongModel.m; sourceTree = "<group>"; };
|
|
|
27EF3EEC24BEE35E002068A2 /* MessageListModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageListModel.h; sourceTree = "<group>"; };
|
|
|
27EF3EED24BEE35E002068A2 /* MessageListModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageListModel.m; sourceTree = "<group>"; };
|
|
|
27EF3EEF24BEE885002068A2 /* NotifyMessageCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NotifyMessageCell.h; sourceTree = "<group>"; };
|
|
@@ -1130,10 +1133,10 @@
|
|
|
2729F7D624C81CA300E1F3C4 /* Model */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 2729F80324C9771300E1F3C4 /* RecordExamModel.h */,
|
|
|
- 2729F80224C9771300E1F3C4 /* RecordExamModel.m */,
|
|
|
- 2729F80424C9771400E1F3C4 /* SongJson.h */,
|
|
|
- 2729F80524C9771400E1F3C4 /* SongJson.m */,
|
|
|
+ 27D4149624CA741D000DBC0C /* RecordExamModel.h */,
|
|
|
+ 27D4149724CA741D000DBC0C /* RecordExamModel.m */,
|
|
|
+ 27D4149924CA757A000DBC0C /* SongModel.h */,
|
|
|
+ 27D4149A24CA757A000DBC0C /* SongModel.m */,
|
|
|
);
|
|
|
path = Model;
|
|
|
sourceTree = "<group>";
|
|
@@ -1456,6 +1459,8 @@
|
|
|
children = (
|
|
|
2747700724BC0C0100181362 /* HomeViewController.h */,
|
|
|
2747700624BC0C0100181362 /* HomeViewController.m */,
|
|
|
+ 278D113224CA8E4D00599421 /* ExamDisplayViewController.h */,
|
|
|
+ 278D113324CA8E4D00599421 /* ExamDisplayViewController.m */,
|
|
|
);
|
|
|
path = Controller;
|
|
|
sourceTree = "<group>";
|
|
@@ -3028,7 +3033,6 @@
|
|
|
27A008EE24BDA7100002452B /* AboutBodyView.m in Sources */,
|
|
|
2729F7F424C8395300E1F3C4 /* RecordBottomView.m in Sources */,
|
|
|
27476F4E24BBFB5900181362 /* ViewController.m in Sources */,
|
|
|
- 2729F80724C9771B00E1F3C4 /* SongJson.m in Sources */,
|
|
|
274771DC24BC0C0500181362 /* TurnPageMessage.m in Sources */,
|
|
|
2747721124BC0C0500181362 /* NSArray+ks_SafeAccess.m in Sources */,
|
|
|
2747722924BC0C0500181362 /* KSChoosePicker.m in Sources */,
|
|
@@ -3051,7 +3055,7 @@
|
|
|
2729F7E724C8326900E1F3C4 /* RecordExamViewController.m in Sources */,
|
|
|
2747722024BC0C0500181362 /* UIImage+Property.m in Sources */,
|
|
|
274771C624BC0C0500181362 /* KSTabBarController.m in Sources */,
|
|
|
- 2729F80624C9771B00E1F3C4 /* RecordExamModel.m in Sources */,
|
|
|
+ 27D4149824CA741D000DBC0C /* RecordExamModel.m in Sources */,
|
|
|
27EF3F2A24C02DE9002068A2 /* EmptyView.m in Sources */,
|
|
|
2747724524BC0C0500181362 /* JXCategoryTitleCellModel.m in Sources */,
|
|
|
2747720B24BC0C0500181362 /* UIView+Dealloc.m in Sources */,
|
|
@@ -3131,6 +3135,7 @@
|
|
|
274771DE24BC0C0500181362 /* Whiteboard.m in Sources */,
|
|
|
2747723B24BC0C0500181362 /* JXCategoryIndicatorBackgroundView.m in Sources */,
|
|
|
274771FB24BC0C0500181362 /* NSMutableArray+KSSafe.m in Sources */,
|
|
|
+ 278D113424CA8E4D00599421 /* ExamDisplayViewController.m in Sources */,
|
|
|
274771D724BC0C0500181362 /* RoleChangedMessage.m in Sources */,
|
|
|
27A008F324BDB1E50002452B /* SysUser.m in Sources */,
|
|
|
27EF3EEE24BEE35E002068A2 /* MessageListModel.m in Sources */,
|
|
@@ -3187,6 +3192,7 @@
|
|
|
2747726324BC0C0500181362 /* LLFileManager.m in Sources */,
|
|
|
274771FE24BC0C0500181362 /* NSMutableString+KSSafe.m in Sources */,
|
|
|
2729F7CD24C6F3F300E1F3C4 /* SongListModel.m in Sources */,
|
|
|
+ 27D4149B24CA757A000DBC0C /* SongModel.m in Sources */,
|
|
|
2747723D24BC0C0500181362 /* JXCategoryIndicatorCell.m in Sources */,
|
|
|
2747721A24BC0C0500181362 /* UIImage+Addtions.m in Sources */,
|
|
|
274771EC24BC0C0500181362 /* LoginBodyView.m in Sources */,
|