|
@@ -441,6 +441,17 @@
|
|
BC50171227FC0D5600F8BCBC /* SubjectChooseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC50171127FC0D5600F8BCBC /* SubjectChooseViewController.m */; };
|
|
BC50171227FC0D5600F8BCBC /* SubjectChooseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC50171127FC0D5600F8BCBC /* SubjectChooseViewController.m */; };
|
|
BC50171527FC0D8300F8BCBC /* SubjectChooseBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC50171427FC0D8300F8BCBC /* SubjectChooseBodyView.m */; };
|
|
BC50171527FC0D8300F8BCBC /* SubjectChooseBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC50171427FC0D8300F8BCBC /* SubjectChooseBodyView.m */; };
|
|
BC50171727FC0D8E00F8BCBC /* SubjectChooseBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC50171627FC0D8D00F8BCBC /* SubjectChooseBodyView.xib */; };
|
|
BC50171727FC0D8E00F8BCBC /* SubjectChooseBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC50171627FC0D8D00F8BCBC /* SubjectChooseBodyView.xib */; };
|
|
|
|
+ BC8C2C572823F57100FBA5D5 /* AddressDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8C2C452823F57100FBA5D5 /* AddressDetailViewController.m */; };
|
|
|
|
+ BC8C2C582823F57100FBA5D5 /* AddressListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8C2C462823F57100FBA5D5 /* AddressListViewController.m */; };
|
|
|
|
+ BC8C2C592823F57100FBA5D5 /* AddressListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8C2C482823F57100FBA5D5 /* AddressListModel.m */; };
|
|
|
|
+ BC8C2C5A2823F57100FBA5D5 /* areainfo.json in Resources */ = {isa = PBXBuildFile; fileRef = BC8C2C492823F57100FBA5D5 /* areainfo.json */; };
|
|
|
|
+ BC8C2C5B2823F57100FBA5D5 /* AddressBottomView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC8C2C4D2823F57100FBA5D5 /* AddressBottomView.xib */; };
|
|
|
|
+ BC8C2C5C2823F57100FBA5D5 /* KSAddressPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8C2C4F2823F57100FBA5D5 /* KSAddressPickerView.m */; };
|
|
|
|
+ BC8C2C5D2823F57100FBA5D5 /* AddressDetailBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8C2C502823F57100FBA5D5 /* AddressDetailBodyView.m */; };
|
|
|
|
+ BC8C2C5E2823F57100FBA5D5 /* AddressDetailBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC8C2C512823F57100FBA5D5 /* AddressDetailBodyView.xib */; };
|
|
|
|
+ BC8C2C5F2823F57100FBA5D5 /* MyAddressListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8C2C522823F57100FBA5D5 /* MyAddressListCell.m */; };
|
|
|
|
+ BC8C2C602823F57100FBA5D5 /* AddressBottomView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8C2C532823F57100FBA5D5 /* AddressBottomView.m */; };
|
|
|
|
+ BC8C2C612823F57100FBA5D5 /* MyAddressListCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC8C2C562823F57100FBA5D5 /* MyAddressListCell.xib */; };
|
|
BCB6345D27F6D29600ACFDCF /* KSLiveChatroomWelcome.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB6340D27F6D29500ACFDCF /* KSLiveChatroomWelcome.m */; };
|
|
BCB6345D27F6D29600ACFDCF /* KSLiveChatroomWelcome.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB6340D27F6D29500ACFDCF /* KSLiveChatroomWelcome.m */; };
|
|
BCB6345E27F6D29600ACFDCF /* KSLiveChatroomLeave.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB6340E27F6D29500ACFDCF /* KSLiveChatroomLeave.m */; };
|
|
BCB6345E27F6D29600ACFDCF /* KSLiveChatroomLeave.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB6340E27F6D29500ACFDCF /* KSLiveChatroomLeave.m */; };
|
|
BCB6345F27F6D29600ACFDCF /* KSLiveChatroomEnter.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB6340F27F6D29500ACFDCF /* KSLiveChatroomEnter.m */; };
|
|
BCB6345F27F6D29600ACFDCF /* KSLiveChatroomEnter.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB6340F27F6D29500ACFDCF /* KSLiveChatroomEnter.m */; };
|
|
@@ -1409,6 +1420,24 @@
|
|
BC50171327FC0D8300F8BCBC /* SubjectChooseBodyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SubjectChooseBodyView.h; sourceTree = "<group>"; };
|
|
BC50171327FC0D8300F8BCBC /* SubjectChooseBodyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SubjectChooseBodyView.h; sourceTree = "<group>"; };
|
|
BC50171427FC0D8300F8BCBC /* SubjectChooseBodyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SubjectChooseBodyView.m; sourceTree = "<group>"; };
|
|
BC50171427FC0D8300F8BCBC /* SubjectChooseBodyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SubjectChooseBodyView.m; sourceTree = "<group>"; };
|
|
BC50171627FC0D8D00F8BCBC /* SubjectChooseBodyView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SubjectChooseBodyView.xib; sourceTree = "<group>"; };
|
|
BC50171627FC0D8D00F8BCBC /* SubjectChooseBodyView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SubjectChooseBodyView.xib; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C432823F57100FBA5D5 /* AddressDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddressDetailViewController.h; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C442823F57100FBA5D5 /* AddressListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddressListViewController.h; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C452823F57100FBA5D5 /* AddressDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddressDetailViewController.m; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C462823F57100FBA5D5 /* AddressListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddressListViewController.m; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C482823F57100FBA5D5 /* AddressListModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddressListModel.m; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C492823F57100FBA5D5 /* areainfo.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = areainfo.json; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C4A2823F57100FBA5D5 /* AddressListModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddressListModel.h; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C4C2823F57100FBA5D5 /* AddressBottomView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddressBottomView.h; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C4D2823F57100FBA5D5 /* AddressBottomView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = AddressBottomView.xib; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C4E2823F57100FBA5D5 /* MyAddressListCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyAddressListCell.h; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C4F2823F57100FBA5D5 /* KSAddressPickerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KSAddressPickerView.m; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C502823F57100FBA5D5 /* AddressDetailBodyView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddressDetailBodyView.m; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C512823F57100FBA5D5 /* AddressDetailBodyView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = AddressDetailBodyView.xib; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C522823F57100FBA5D5 /* MyAddressListCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyAddressListCell.m; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C532823F57100FBA5D5 /* AddressBottomView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddressBottomView.m; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C542823F57100FBA5D5 /* AddressDetailBodyView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddressDetailBodyView.h; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C552823F57100FBA5D5 /* KSAddressPickerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KSAddressPickerView.h; sourceTree = "<group>"; };
|
|
|
|
+ BC8C2C562823F57100FBA5D5 /* MyAddressListCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MyAddressListCell.xib; sourceTree = "<group>"; };
|
|
BCB6340C27F6D29500ACFDCF /* KSRCMessageModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KSRCMessageModel.h; sourceTree = "<group>"; };
|
|
BCB6340C27F6D29500ACFDCF /* KSRCMessageModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KSRCMessageModel.h; sourceTree = "<group>"; };
|
|
BCB6340D27F6D29500ACFDCF /* KSLiveChatroomWelcome.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KSLiveChatroomWelcome.m; sourceTree = "<group>"; };
|
|
BCB6340D27F6D29500ACFDCF /* KSLiveChatroomWelcome.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KSLiveChatroomWelcome.m; sourceTree = "<group>"; };
|
|
BCB6340E27F6D29500ACFDCF /* KSLiveChatroomLeave.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KSLiveChatroomLeave.m; sourceTree = "<group>"; };
|
|
BCB6340E27F6D29500ACFDCF /* KSLiveChatroomLeave.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KSLiveChatroomLeave.m; sourceTree = "<group>"; };
|
|
@@ -2181,6 +2210,7 @@
|
|
275FA20327E7356B00CFEA2E /* Mine */ = {
|
|
275FA20327E7356B00CFEA2E /* Mine */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ BC8C2C412823F57100FBA5D5 /* AddressList */,
|
|
BC119248280EDD4600A716F7 /* Homework */,
|
|
BC119248280EDD4600A716F7 /* Homework */,
|
|
BC1191F9280ED63C00A716F7 /* MineCourse */,
|
|
BC1191F9280ED63C00A716F7 /* MineCourse */,
|
|
27F9031B27E87C2D00C08A19 /* DeviceCheck */,
|
|
27F9031B27E87C2D00C08A19 /* DeviceCheck */,
|
|
@@ -3412,6 +3442,55 @@
|
|
path = View;
|
|
path = View;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ BC8C2C412823F57100FBA5D5 /* AddressList */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ BC8C2C422823F57100FBA5D5 /* Controller */,
|
|
|
|
+ BC8C2C472823F57100FBA5D5 /* Model */,
|
|
|
|
+ BC8C2C4B2823F57100FBA5D5 /* View */,
|
|
|
|
+ );
|
|
|
|
+ path = AddressList;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ BC8C2C422823F57100FBA5D5 /* Controller */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ BC8C2C432823F57100FBA5D5 /* AddressDetailViewController.h */,
|
|
|
|
+ BC8C2C442823F57100FBA5D5 /* AddressListViewController.h */,
|
|
|
|
+ BC8C2C452823F57100FBA5D5 /* AddressDetailViewController.m */,
|
|
|
|
+ BC8C2C462823F57100FBA5D5 /* AddressListViewController.m */,
|
|
|
|
+ );
|
|
|
|
+ path = Controller;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ BC8C2C472823F57100FBA5D5 /* Model */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ BC8C2C482823F57100FBA5D5 /* AddressListModel.m */,
|
|
|
|
+ BC8C2C492823F57100FBA5D5 /* areainfo.json */,
|
|
|
|
+ BC8C2C4A2823F57100FBA5D5 /* AddressListModel.h */,
|
|
|
|
+ );
|
|
|
|
+ path = Model;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ BC8C2C4B2823F57100FBA5D5 /* View */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ BC8C2C4C2823F57100FBA5D5 /* AddressBottomView.h */,
|
|
|
|
+ BC8C2C4D2823F57100FBA5D5 /* AddressBottomView.xib */,
|
|
|
|
+ BC8C2C4E2823F57100FBA5D5 /* MyAddressListCell.h */,
|
|
|
|
+ BC8C2C4F2823F57100FBA5D5 /* KSAddressPickerView.m */,
|
|
|
|
+ BC8C2C502823F57100FBA5D5 /* AddressDetailBodyView.m */,
|
|
|
|
+ BC8C2C512823F57100FBA5D5 /* AddressDetailBodyView.xib */,
|
|
|
|
+ BC8C2C522823F57100FBA5D5 /* MyAddressListCell.m */,
|
|
|
|
+ BC8C2C532823F57100FBA5D5 /* AddressBottomView.m */,
|
|
|
|
+ BC8C2C542823F57100FBA5D5 /* AddressDetailBodyView.h */,
|
|
|
|
+ BC8C2C552823F57100FBA5D5 /* KSAddressPickerView.h */,
|
|
|
|
+ BC8C2C562823F57100FBA5D5 /* MyAddressListCell.xib */,
|
|
|
|
+ );
|
|
|
|
+ path = View;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
BCB6340A27F6D29500ACFDCF /* Live */ = {
|
|
BCB6340A27F6D29500ACFDCF /* Live */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -4145,6 +4224,7 @@
|
|
2723B63227F157D500E0B90B /* GroupSettingBodyView.xib in Resources */,
|
|
2723B63227F157D500E0B90B /* GroupSettingBodyView.xib in Resources */,
|
|
BCFE53F728128A9600AD6786 /* TeacherShowCell.xib in Resources */,
|
|
BCFE53F728128A9600AD6786 /* TeacherShowCell.xib in Resources */,
|
|
2723B5BF27F157B100E0B90B /* GroupCreateView.xib in Resources */,
|
|
2723B5BF27F157B100E0B90B /* GroupCreateView.xib in Resources */,
|
|
|
|
+ BC8C2C5E2823F57100FBA5D5 /* AddressDetailBodyView.xib in Resources */,
|
|
2723B63727F157D500E0B90B /* ApplyBottomView.xib in Resources */,
|
|
2723B63727F157D500E0B90B /* ApplyBottomView.xib in Resources */,
|
|
2723B62F27F157D500E0B90B /* ChatComplainBodyView.xib in Resources */,
|
|
2723B62F27F157D500E0B90B /* ChatComplainBodyView.xib in Resources */,
|
|
2723B62127F157D500E0B90B /* NoticeEditBodyView.xib in Resources */,
|
|
2723B62127F157D500E0B90B /* NoticeEditBodyView.xib in Resources */,
|
|
@@ -4166,6 +4246,7 @@
|
|
275FA1AD27E734C600CFEA2E /* KSImageAlert.xib in Resources */,
|
|
275FA1AD27E734C600CFEA2E /* KSImageAlert.xib in Resources */,
|
|
BCBFDF5228115DA40052AFE5 /* HomeIntroduceView.xib in Resources */,
|
|
BCBFDF5228115DA40052AFE5 /* HomeIntroduceView.xib in Resources */,
|
|
BC119270280FAF7D00A716F7 /* AccompanyCourseInfoCell.xib in Resources */,
|
|
BC119270280FAF7D00A716F7 /* AccompanyCourseInfoCell.xib in Resources */,
|
|
|
|
+ BC8C2C5B2823F57100FBA5D5 /* AddressBottomView.xib in Resources */,
|
|
BC40BA202812552300DEC0D1 /* KSHomeButton.xib in Resources */,
|
|
BC40BA202812552300DEC0D1 /* KSHomeButton.xib in Resources */,
|
|
2723B5C427F157B100E0B90B /* KSChatListSearchView.xib in Resources */,
|
|
2723B5C427F157B100E0B90B /* KSChatListSearchView.xib in Resources */,
|
|
2779359B27E324A80010E277 /* TZImagePickerController.bundle in Resources */,
|
|
2779359B27E324A80010E277 /* TZImagePickerController.bundle in Resources */,
|
|
@@ -4176,6 +4257,7 @@
|
|
2723B66327F15CFC00E0B90B /* ModifyNameBodyView.xib in Resources */,
|
|
2723B66327F15CFC00E0B90B /* ModifyNameBodyView.xib in Resources */,
|
|
BCB635B327F6E1A600ACFDCF /* LiveRoomBottomView.xib in Resources */,
|
|
BCB635B327F6E1A600ACFDCF /* LiveRoomBottomView.xib in Resources */,
|
|
BCB6348327F6D29600ACFDCF /* LiveSeatApplyView.xib in Resources */,
|
|
BCB6348327F6D29600ACFDCF /* LiveSeatApplyView.xib in Resources */,
|
|
|
|
+ BC8C2C612823F57100FBA5D5 /* MyAddressListCell.xib in Resources */,
|
|
2723B66A27F15CFC00E0B90B /* PhoneChangeBodyView.xib in Resources */,
|
|
2723B66A27F15CFC00E0B90B /* PhoneChangeBodyView.xib in Resources */,
|
|
27F9032D27E87C2E00C08A19 /* KSNetworkAlert.xib in Resources */,
|
|
27F9032D27E87C2E00C08A19 /* KSNetworkAlert.xib in Resources */,
|
|
BCFE53ED2812897600AD6786 /* HomeLiveCouseCell.xib in Resources */,
|
|
BCFE53ED2812897600AD6786 /* HomeLiveCouseCell.xib in Resources */,
|
|
@@ -4208,6 +4290,7 @@
|
|
2723B66E27F15CFC00E0B90B /* PhoneCheckBodyView.xib in Resources */,
|
|
2723B66E27F15CFC00E0B90B /* PhoneCheckBodyView.xib in Resources */,
|
|
BC119217280ED6A900A716F7 /* MyLessonSearchView.xib in Resources */,
|
|
BC119217280ED6A900A716F7 /* MyLessonSearchView.xib in Resources */,
|
|
BCBFDF3E2811564C0052AFE5 /* HomeBannerView.xib in Resources */,
|
|
BCBFDF3E2811564C0052AFE5 /* HomeBannerView.xib in Resources */,
|
|
|
|
+ BC8C2C5A2823F57100FBA5D5 /* areainfo.json in Resources */,
|
|
2723B5C527F157B100E0B90B /* ContractListCell.xib in Resources */,
|
|
2723B5C527F157B100E0B90B /* ContractListCell.xib in Resources */,
|
|
BCBFDF48281159A40052AFE5 /* HomeHotAlbumView.xib in Resources */,
|
|
BCBFDF48281159A40052AFE5 /* HomeHotAlbumView.xib in Resources */,
|
|
27F9033727E87C8B00C08A19 /* MineNavView.xib in Resources */,
|
|
27F9033727E87C8B00C08A19 /* MineNavView.xib in Resources */,
|
|
@@ -4459,6 +4542,7 @@
|
|
BCB6356727F6D2A300ACFDCF /* MemberChangeMessage.m in Sources */,
|
|
BCB6356727F6D2A300ACFDCF /* MemberChangeMessage.m in Sources */,
|
|
2779353B27E324A60010E277 /* UrlDecode.m in Sources */,
|
|
2779353B27E324A60010E277 /* UrlDecode.m in Sources */,
|
|
BC40BA23281255F700DEC0D1 /* HomeCourseTipsView.m in Sources */,
|
|
BC40BA23281255F700DEC0D1 /* HomeCourseTipsView.m in Sources */,
|
|
|
|
+ BC8C2C5F2823F57100FBA5D5 /* MyAddressListCell.m in Sources */,
|
|
275FA22C27E7356B00CFEA2E /* CourseViewController.m in Sources */,
|
|
275FA22C27E7356B00CFEA2E /* CourseViewController.m in Sources */,
|
|
2779358D27E324A80010E277 /* DZNSegmentedControl.m in Sources */,
|
|
2779358D27E324A80010E277 /* DZNSegmentedControl.m in Sources */,
|
|
2779352027E324A60010E277 /* CALayer+Color.m in Sources */,
|
|
2779352027E324A60010E277 /* CALayer+Color.m in Sources */,
|
|
@@ -4492,6 +4576,7 @@
|
|
2779359C27E324A80010E277 /* TZProgressView.m in Sources */,
|
|
2779359C27E324A80010E277 /* TZProgressView.m in Sources */,
|
|
27F9033627E87C8B00C08A19 /* MineNavView.m in Sources */,
|
|
27F9033627E87C8B00C08A19 /* MineNavView.m in Sources */,
|
|
BC50171527FC0D8300F8BCBC /* SubjectChooseBodyView.m in Sources */,
|
|
BC50171527FC0D8300F8BCBC /* SubjectChooseBodyView.m in Sources */,
|
|
|
|
+ BC8C2C5C2823F57100FBA5D5 /* KSAddressPickerView.m in Sources */,
|
|
2723B62727F157D500E0B90B /* GroupMemberViewController.m in Sources */,
|
|
2723B62727F157D500E0B90B /* GroupMemberViewController.m in Sources */,
|
|
BC119216280ED6A900A716F7 /* MyLiveCourseCell.m in Sources */,
|
|
BC119216280ED6A900A716F7 /* MyLiveCourseCell.m in Sources */,
|
|
2779353727E324A60010E277 /* UIImage+Color.m in Sources */,
|
|
2779353727E324A60010E277 /* UIImage+Color.m in Sources */,
|
|
@@ -4671,6 +4756,7 @@
|
|
2779356727E324A70010E277 /* UIColor+Hex.m in Sources */,
|
|
2779356727E324A70010E277 /* UIColor+Hex.m in Sources */,
|
|
BCB6345E27F6D29600ACFDCF /* KSLiveChatroomLeave.m in Sources */,
|
|
BCB6345E27F6D29600ACFDCF /* KSLiveChatroomLeave.m in Sources */,
|
|
BC11929B280FD2E800A716F7 /* HomeworkBottomView.m in Sources */,
|
|
BC11929B280FD2E800A716F7 /* HomeworkBottomView.m in Sources */,
|
|
|
|
+ BC8C2C602823F57100FBA5D5 /* AddressBottomView.m in Sources */,
|
|
275FA1E727E7351900CFEA2E /* KSWebSocketManager.m in Sources */,
|
|
275FA1E727E7351900CFEA2E /* KSWebSocketManager.m in Sources */,
|
|
277935AE27E324A80010E277 /* MSSBrowseRemindView.m in Sources */,
|
|
277935AE27E324A80010E277 /* MSSBrowseRemindView.m in Sources */,
|
|
BCBFDF46281159990052AFE5 /* HomeHotAlbumView.m in Sources */,
|
|
BCBFDF46281159990052AFE5 /* HomeHotAlbumView.m in Sources */,
|
|
@@ -4728,6 +4814,7 @@
|
|
2723B63327F157D500E0B90B /* ChatComplainBodyView.m in Sources */,
|
|
2723B63327F157D500E0B90B /* ChatComplainBodyView.m in Sources */,
|
|
2779357927E324A70010E277 /* KSImageButton.m in Sources */,
|
|
2779357927E324A70010E277 /* KSImageButton.m in Sources */,
|
|
2779351827E324A60010E277 /* NSObject+KSImpChangeTool.m in Sources */,
|
|
2779351827E324A60010E277 /* NSObject+KSImpChangeTool.m in Sources */,
|
|
|
|
+ BC8C2C5D2823F57100FBA5D5 /* AddressDetailBodyView.m in Sources */,
|
|
2779359D27E324A80010E277 /* TZImageManager.m in Sources */,
|
|
2779359D27E324A80010E277 /* TZImageManager.m in Sources */,
|
|
2723B5BE27F157B100E0B90B /* ChatNavView.m in Sources */,
|
|
2723B5BE27F157B100E0B90B /* ChatNavView.m in Sources */,
|
|
BC119218280ED6A900A716F7 /* MyLessonSearchView.m in Sources */,
|
|
BC119218280ED6A900A716F7 /* MyLessonSearchView.m in Sources */,
|
|
@@ -4813,6 +4900,7 @@
|
|
2779354A27E324A60010E277 /* UIImage+Resize.m in Sources */,
|
|
2779354A27E324A60010E277 /* UIImage+Resize.m in Sources */,
|
|
2723B5A327F1578300E0B90B /* KSChatListViewController.m in Sources */,
|
|
2723B5A327F1578300E0B90B /* KSChatListViewController.m in Sources */,
|
|
BC119271280FAF7D00A716F7 /* AccompanyCourseInfoCell.m in Sources */,
|
|
BC119271280FAF7D00A716F7 /* AccompanyCourseInfoCell.m in Sources */,
|
|
|
|
+ BC8C2C592823F57100FBA5D5 /* AddressListModel.m in Sources */,
|
|
2723B68427F15D3D00E0B90B /* AddressViewController.m in Sources */,
|
|
2723B68427F15D3D00E0B90B /* AddressViewController.m in Sources */,
|
|
2779357527E324A70010E277 /* LifeButton.m in Sources */,
|
|
2779357527E324A70010E277 /* LifeButton.m in Sources */,
|
|
27F9032C27E87C2E00C08A19 /* KSNetworkAlert.m in Sources */,
|
|
27F9032C27E87C2E00C08A19 /* KSNetworkAlert.m in Sources */,
|
|
@@ -4827,6 +4915,7 @@
|
|
2723B61C27F157D500E0B90B /* KSRCSearchBar.m in Sources */,
|
|
2723B61C27F157D500E0B90B /* KSRCSearchBar.m in Sources */,
|
|
277935C627E324A90010E277 /* SDQWMaskCustomModel.m in Sources */,
|
|
277935C627E324A90010E277 /* SDQWMaskCustomModel.m in Sources */,
|
|
BCB6353C27F6D2A300ACFDCF /* MessageHelper.m in Sources */,
|
|
BCB6353C27F6D2A300ACFDCF /* MessageHelper.m in Sources */,
|
|
|
|
+ BC8C2C582823F57100FBA5D5 /* AddressListViewController.m in Sources */,
|
|
2779359E27E324A80010E277 /* TZPhotoPickerController.m in Sources */,
|
|
2779359E27E324A80010E277 /* TZPhotoPickerController.m in Sources */,
|
|
BCB6353D27F6D2A300ACFDCF /* MessageModel.m in Sources */,
|
|
BCB6353D27F6D2A300ACFDCF /* MessageModel.m in Sources */,
|
|
277935AA27E324A80010E277 /* MSSBrowseNetworkViewController.m in Sources */,
|
|
277935AA27E324A80010E277 /* MSSBrowseNetworkViewController.m in Sources */,
|
|
@@ -4859,6 +4948,7 @@
|
|
BCB6353927F6D2A300ACFDCF /* MessageCell.m in Sources */,
|
|
BCB6353927F6D2A300ACFDCF /* MessageCell.m in Sources */,
|
|
BCB6354027F6D2A300ACFDCF /* ClassroomTitleView.m in Sources */,
|
|
BCB6354027F6D2A300ACFDCF /* ClassroomTitleView.m in Sources */,
|
|
BC11921C280ED6A900A716F7 /* NewClassPopView.m in Sources */,
|
|
BC11921C280ED6A900A716F7 /* NewClassPopView.m in Sources */,
|
|
|
|
+ BC8C2C572823F57100FBA5D5 /* AddressDetailViewController.m in Sources */,
|
|
BCB6359627F6D2AB00ACFDCF /* LocalRenderManager.m in Sources */,
|
|
BCB6359627F6D2AB00ACFDCF /* LocalRenderManager.m in Sources */,
|
|
2723B66927F15CFC00E0B90B /* PhoneChangeBodyView.m in Sources */,
|
|
2723B66927F15CFC00E0B90B /* PhoneChangeBodyView.m in Sources */,
|
|
27F9033227E87C2E00C08A19 /* SettingViewController.m in Sources */,
|
|
27F9033227E87C2E00C08A19 /* SettingViewController.m in Sources */,
|