|
@@ -528,6 +528,10 @@
|
|
|
6B5D86742C22C63F008D25EA /* NASCommonUsedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5D86712C22C63F008D25EA /* NASCommonUsedView.h */; };
|
|
6B5D86742C22C63F008D25EA /* NASCommonUsedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5D86712C22C63F008D25EA /* NASCommonUsedView.h */; };
|
|
|
6B5D86752C22C63F008D25EA /* NASCommonUsedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5D86712C22C63F008D25EA /* NASCommonUsedView.h */; };
|
|
6B5D86752C22C63F008D25EA /* NASCommonUsedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5D86712C22C63F008D25EA /* NASCommonUsedView.h */; };
|
|
|
6B5D86762C22C63F008D25EA /* NASCommonUsedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B5D86722C22C63F008D25EA /* NASCommonUsedView.m */; };
|
|
6B5D86762C22C63F008D25EA /* NASCommonUsedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B5D86722C22C63F008D25EA /* NASCommonUsedView.m */; };
|
|
|
|
|
+ 6B5D86792C22D6E9008D25EA /* NASLastFileView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B5D86782C22D6E9008D25EA /* NASLastFileView.m */; };
|
|
|
|
|
+ 6B5D867A2C22D6E9008D25EA /* NASLastFileView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5D86772C22D6E9008D25EA /* NASLastFileView.h */; };
|
|
|
|
|
+ 6B5D867B2C22D6E9008D25EA /* NASLastFileView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5D86772C22D6E9008D25EA /* NASLastFileView.h */; };
|
|
|
|
|
+ 6B5D867C2C22D6E9008D25EA /* NASLastFileView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B5D86782C22D6E9008D25EA /* NASLastFileView.m */; };
|
|
|
6B63179C2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B63179B2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.m */; };
|
|
6B63179C2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B63179B2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.m */; };
|
|
|
6B63179D2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B63179A2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h */; };
|
|
6B63179D2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B63179A2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h */; };
|
|
|
6B63179E2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B63179A2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h */; };
|
|
6B63179E2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B63179A2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h */; };
|
|
@@ -1598,6 +1602,8 @@
|
|
|
6B5D866C2C22AE2B008D25EA /* NASMySpaceView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NASMySpaceView.m; sourceTree = "<group>"; };
|
|
6B5D866C2C22AE2B008D25EA /* NASMySpaceView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NASMySpaceView.m; sourceTree = "<group>"; };
|
|
|
6B5D86712C22C63F008D25EA /* NASCommonUsedView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NASCommonUsedView.h; sourceTree = "<group>"; };
|
|
6B5D86712C22C63F008D25EA /* NASCommonUsedView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NASCommonUsedView.h; sourceTree = "<group>"; };
|
|
|
6B5D86722C22C63F008D25EA /* NASCommonUsedView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NASCommonUsedView.m; sourceTree = "<group>"; };
|
|
6B5D86722C22C63F008D25EA /* NASCommonUsedView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NASCommonUsedView.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 6B5D86772C22D6E9008D25EA /* NASLastFileView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NASLastFileView.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 6B5D86782C22D6E9008D25EA /* NASLastFileView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NASLastFileView.m; sourceTree = "<group>"; };
|
|
|
6B63179A2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = videoPlayByAVPlayerViewController.h; sourceTree = "<group>"; };
|
|
6B63179A2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = videoPlayByAVPlayerViewController.h; sourceTree = "<group>"; };
|
|
|
6B63179B2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = videoPlayByAVPlayerViewController.m; sourceTree = "<group>"; };
|
|
6B63179B2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = videoPlayByAVPlayerViewController.m; sourceTree = "<group>"; };
|
|
|
6B6317A02BFD9DB500FF4FB4 /* ZFCustomControlView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFCustomControlView.h; sourceTree = "<group>"; };
|
|
6B6317A02BFD9DB500FF4FB4 /* ZFCustomControlView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFCustomControlView.h; sourceTree = "<group>"; };
|
|
@@ -2792,6 +2798,8 @@
|
|
|
6B5D866C2C22AE2B008D25EA /* NASMySpaceView.m */,
|
|
6B5D866C2C22AE2B008D25EA /* NASMySpaceView.m */,
|
|
|
6B5D86712C22C63F008D25EA /* NASCommonUsedView.h */,
|
|
6B5D86712C22C63F008D25EA /* NASCommonUsedView.h */,
|
|
|
6B5D86722C22C63F008D25EA /* NASCommonUsedView.m */,
|
|
6B5D86722C22C63F008D25EA /* NASCommonUsedView.m */,
|
|
|
|
|
+ 6B5D86772C22D6E9008D25EA /* NASLastFileView.h */,
|
|
|
|
|
+ 6B5D86782C22D6E9008D25EA /* NASLastFileView.m */,
|
|
|
);
|
|
);
|
|
|
path = view;
|
|
path = view;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -3425,6 +3433,7 @@
|
|
|
18FCE5482AD15E750020F623 /* PlayerViewController+AppDelegate.h in Headers */,
|
|
18FCE5482AD15E750020F623 /* PlayerViewController+AppDelegate.h in Headers */,
|
|
|
6B72724B2B0AF59200C03F87 /* uploadFileRecordTableViewHeadView.h in Headers */,
|
|
6B72724B2B0AF59200C03F87 /* uploadFileRecordTableViewHeadView.h in Headers */,
|
|
|
6B72725F2B0E240F00C03F87 /* uploadFileRecordTableView.h in Headers */,
|
|
6B72725F2B0E240F00C03F87 /* uploadFileRecordTableView.h in Headers */,
|
|
|
|
|
+ 6B5D867A2C22D6E9008D25EA /* NASLastFileView.h in Headers */,
|
|
|
181E84F72A8F451D00292B96 /* MineViewCell.h in Headers */,
|
|
181E84F72A8F451D00292B96 /* MineViewCell.h in Headers */,
|
|
|
6B2C1E4E2C070ADE00FDCF82 /* ZFUtilities.h in Headers */,
|
|
6B2C1E4E2C070ADE00FDCF82 /* ZFUtilities.h in Headers */,
|
|
|
6B8661D72BBA53B600B19846 /* noticeModel.h in Headers */,
|
|
6B8661D72BBA53B600B19846 /* noticeModel.h in Headers */,
|
|
@@ -3648,6 +3657,7 @@
|
|
|
6BD506DE2B9576A4006E7CB0 /* PlayerViewController+AppDelegate.h in Headers */,
|
|
6BD506DE2B9576A4006E7CB0 /* PlayerViewController+AppDelegate.h in Headers */,
|
|
|
6BD506DF2B9576A4006E7CB0 /* uploadFileRecordTableViewHeadView.h in Headers */,
|
|
6BD506DF2B9576A4006E7CB0 /* uploadFileRecordTableViewHeadView.h in Headers */,
|
|
|
6BD506E02B9576A4006E7CB0 /* uploadFileRecordTableView.h in Headers */,
|
|
6BD506E02B9576A4006E7CB0 /* uploadFileRecordTableView.h in Headers */,
|
|
|
|
|
+ 6B5D867B2C22D6E9008D25EA /* NASLastFileView.h in Headers */,
|
|
|
6BD506E12B9576A4006E7CB0 /* MineViewCell.h in Headers */,
|
|
6BD506E12B9576A4006E7CB0 /* MineViewCell.h in Headers */,
|
|
|
6B2C1E4F2C070ADE00FDCF82 /* ZFUtilities.h in Headers */,
|
|
6B2C1E4F2C070ADE00FDCF82 /* ZFUtilities.h in Headers */,
|
|
|
6B8661D82BBA53B600B19846 /* noticeModel.h in Headers */,
|
|
6B8661D82BBA53B600B19846 /* noticeModel.h in Headers */,
|
|
@@ -4381,6 +4391,7 @@
|
|
|
6B4C0F712C0314BA0070EF2E /* DFPlayerResourceLoader.m in Sources */,
|
|
6B4C0F712C0314BA0070EF2E /* DFPlayerResourceLoader.m in Sources */,
|
|
|
6B3AD6862BF48DBA0096D6B7 /* shareRecordDetailsHWViewController.m in Sources */,
|
|
6B3AD6862BF48DBA0096D6B7 /* shareRecordDetailsHWViewController.m in Sources */,
|
|
|
6BD507BF2B9576A4006E7CB0 /* MySetViewController.m in Sources */,
|
|
6BD507BF2B9576A4006E7CB0 /* MySetViewController.m in Sources */,
|
|
|
|
|
+ 6B5D867C2C22D6E9008D25EA /* NASLastFileView.m in Sources */,
|
|
|
6BD507C02B9576A4006E7CB0 /* downloadFileBottomView.m in Sources */,
|
|
6BD507C02B9576A4006E7CB0 /* downloadFileBottomView.m in Sources */,
|
|
|
6BD507C12B9576A4006E7CB0 /* FLAnimatedImageView.m in Sources */,
|
|
6BD507C12B9576A4006E7CB0 /* FLAnimatedImageView.m in Sources */,
|
|
|
6BEA31772BB65606005167AA /* clearCacheAlretViewController.m in Sources */,
|
|
6BEA31772BB65606005167AA /* clearCacheAlretViewController.m in Sources */,
|
|
@@ -4686,6 +4697,7 @@
|
|
|
6B4C0F702C0314BA0070EF2E /* DFPlayerResourceLoader.m in Sources */,
|
|
6B4C0F702C0314BA0070EF2E /* DFPlayerResourceLoader.m in Sources */,
|
|
|
6B3AD6852BF48DBA0096D6B7 /* shareRecordDetailsHWViewController.m in Sources */,
|
|
6B3AD6852BF48DBA0096D6B7 /* shareRecordDetailsHWViewController.m in Sources */,
|
|
|
18C475502A8E0DB5006129C0 /* MySetViewController.m in Sources */,
|
|
18C475502A8E0DB5006129C0 /* MySetViewController.m in Sources */,
|
|
|
|
|
+ 6B5D86792C22D6E9008D25EA /* NASLastFileView.m in Sources */,
|
|
|
6B5D40342B4BE358000965CF /* downloadFileBottomView.m in Sources */,
|
|
6B5D40342B4BE358000965CF /* downloadFileBottomView.m in Sources */,
|
|
|
A003F6C127D841FF00715CBF /* FLAnimatedImageView.m in Sources */,
|
|
A003F6C127D841FF00715CBF /* FLAnimatedImageView.m in Sources */,
|
|
|
6BEA31762BB65606005167AA /* clearCacheAlretViewController.m in Sources */,
|
|
6BEA31762BB65606005167AA /* clearCacheAlretViewController.m in Sources */,
|