|
@@ -348,6 +348,7 @@
|
|
27A008FE24BECDFC0002452B /* HomeBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 27A008FD24BECDFC0002452B /* HomeBodyView.xib */; };
|
|
27A008FE24BECDFC0002452B /* HomeBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 27A008FD24BECDFC0002452B /* HomeBodyView.xib */; };
|
|
27D4149824CA741D000DBC0C /* RecordExamModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D4149724CA741D000DBC0C /* RecordExamModel.m */; };
|
|
27D4149824CA741D000DBC0C /* RecordExamModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D4149724CA741D000DBC0C /* RecordExamModel.m */; };
|
|
27D4149B24CA757A000DBC0C /* SongModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D4149A24CA757A000DBC0C /* SongModel.m */; };
|
|
27D4149B24CA757A000DBC0C /* SongModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D4149A24CA757A000DBC0C /* SongModel.m */; };
|
|
|
|
+ 27DBF9D324D8F67B00202145 /* KSStatusView.m in Sources */ = {isa = PBXBuildFile; fileRef = 27DBF9D224D8F67B00202145 /* KSStatusView.m */; };
|
|
27EF3EEE24BEE35E002068A2 /* MessageListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 27EF3EED24BEE35E002068A2 /* MessageListModel.m */; };
|
|
27EF3EEE24BEE35E002068A2 /* MessageListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 27EF3EED24BEE35E002068A2 /* MessageListModel.m */; };
|
|
27EF3EF224BEE885002068A2 /* NotifyMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 27EF3EF024BEE885002068A2 /* NotifyMessageCell.m */; };
|
|
27EF3EF224BEE885002068A2 /* NotifyMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 27EF3EF024BEE885002068A2 /* NotifyMessageCell.m */; };
|
|
27EF3EF324BEE885002068A2 /* NotifyMessageCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 27EF3EF124BEE885002068A2 /* NotifyMessageCell.xib */; };
|
|
27EF3EF324BEE885002068A2 /* NotifyMessageCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 27EF3EF124BEE885002068A2 /* NotifyMessageCell.xib */; };
|
|
@@ -1024,6 +1025,8 @@
|
|
27D4149724CA741D000DBC0C /* RecordExamModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RecordExamModel.m; 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>"; };
|
|
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>"; };
|
|
27D4149A24CA757A000DBC0C /* SongModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SongModel.m; sourceTree = "<group>"; };
|
|
|
|
+ 27DBF9D124D8F67B00202145 /* KSStatusView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KSStatusView.h; sourceTree = "<group>"; };
|
|
|
|
+ 27DBF9D224D8F67B00202145 /* KSStatusView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KSStatusView.m; sourceTree = "<group>"; };
|
|
27EF3EEC24BEE35E002068A2 /* MessageListModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageListModel.h; 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>"; };
|
|
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>"; };
|
|
27EF3EEF24BEE885002068A2 /* NotifyMessageCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NotifyMessageCell.h; sourceTree = "<group>"; };
|
|
@@ -2096,6 +2099,8 @@
|
|
274770F924BC0C0400181362 /* PressRecord */,
|
|
274770F924BC0C0400181362 /* PressRecord */,
|
|
2747716B24BC0C0400181362 /* StateView.h */,
|
|
2747716B24BC0C0400181362 /* StateView.h */,
|
|
2747717824BC0C0400181362 /* StateView.m */,
|
|
2747717824BC0C0400181362 /* StateView.m */,
|
|
|
|
+ 27DBF9D124D8F67B00202145 /* KSStatusView.h */,
|
|
|
|
+ 27DBF9D224D8F67B00202145 /* KSStatusView.m */,
|
|
278D114424D0009000599421 /* KSGuideMaskView.h */,
|
|
278D114424D0009000599421 /* KSGuideMaskView.h */,
|
|
278D114524D0009000599421 /* KSGuideMaskView.m */,
|
|
278D114524D0009000599421 /* KSGuideMaskView.m */,
|
|
);
|
|
);
|
|
@@ -3089,6 +3094,7 @@
|
|
274771CD24BC0C0500181362 /* RolePortraitView.m in Sources */,
|
|
274771CD24BC0C0500181362 /* RolePortraitView.m in Sources */,
|
|
2729F7E724C8326900E1F3C4 /* RecordExamViewController.m in Sources */,
|
|
2729F7E724C8326900E1F3C4 /* RecordExamViewController.m in Sources */,
|
|
2747722024BC0C0500181362 /* UIImage+Property.m in Sources */,
|
|
2747722024BC0C0500181362 /* UIImage+Property.m in Sources */,
|
|
|
|
+ 27DBF9D324D8F67B00202145 /* KSStatusView.m in Sources */,
|
|
274771C624BC0C0500181362 /* KSTabBarController.m in Sources */,
|
|
274771C624BC0C0500181362 /* KSTabBarController.m in Sources */,
|
|
27D4149824CA741D000DBC0C /* RecordExamModel.m in Sources */,
|
|
27D4149824CA741D000DBC0C /* RecordExamModel.m in Sources */,
|
|
27EF3F2A24C02DE9002068A2 /* EmptyView.m in Sources */,
|
|
27EF3F2A24C02DE9002068A2 /* EmptyView.m in Sources */,
|