|
@@ -388,6 +388,7 @@
|
|
|
F77B0F8C1D118A16002130FE /* CCCellMainTransfer.xib in Resources */ = {isa = PBXBuildFile; fileRef = F70211F91BAC56E9003FC03E /* CCCellMainTransfer.xib */; };
|
|
|
F77D49A91DC238E500CDC568 /* loading.gif in Resources */ = {isa = PBXBuildFile; fileRef = F77D49A71DC238E500CDC568 /* loading.gif */; };
|
|
|
F77EB6281EC08036003F814F /* CCExifGeo.m in Sources */ = {isa = PBXBuildFile; fileRef = F7A54C351C6267B500E2C8BF /* CCExifGeo.m */; };
|
|
|
+ F77F5D2D23D5F28100D2B7EB /* NCMainRefreshControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77F5D2C23D5F28100D2B7EB /* NCMainRefreshControl.swift */; };
|
|
|
F78071091EDAB65800EAFFF6 /* NSNotificationCenter+MainThread.m in Sources */ = {isa = PBXBuildFile; fileRef = F78071081EDAB65800EAFFF6 /* NSNotificationCenter+MainThread.m */; };
|
|
|
F780710A1EDAB65800EAFFF6 /* NSNotificationCenter+MainThread.m in Sources */ = {isa = PBXBuildFile; fileRef = F78071081EDAB65800EAFFF6 /* NSNotificationCenter+MainThread.m */; };
|
|
|
F781996922636BFA00EBDF6A /* HCFeatures.m in Sources */ = {isa = PBXBuildFile; fileRef = F781996822636BFA00EBDF6A /* HCFeatures.m */; };
|
|
@@ -1108,6 +1109,7 @@
|
|
|
F777F0301C29717F00CE81CB /* PHAsset+Utility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "PHAsset+Utility.h"; sourceTree = "<group>"; };
|
|
|
F777F0311C29717F00CE81CB /* PHAsset+Utility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "PHAsset+Utility.m"; sourceTree = "<group>"; };
|
|
|
F77D49A71DC238E500CDC568 /* loading.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = loading.gif; sourceTree = "<group>"; };
|
|
|
+ F77F5D2C23D5F28100D2B7EB /* NCMainRefreshControl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCMainRefreshControl.swift; sourceTree = "<group>"; };
|
|
|
F78071071EDAB65800EAFFF6 /* NSNotificationCenter+MainThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSNotificationCenter+MainThread.h"; sourceTree = "<group>"; };
|
|
|
F78071081EDAB65800EAFFF6 /* NSNotificationCenter+MainThread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSNotificationCenter+MainThread.m"; sourceTree = "<group>"; };
|
|
|
F781996722636BFA00EBDF6A /* HCFeatures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HCFeatures.h; sourceTree = "<group>"; };
|
|
@@ -1603,6 +1605,7 @@
|
|
|
F7226EDB1EE4089300EBECB1 /* Main.storyboard */,
|
|
|
F7D6650620FF341600BFBA9E /* NCMainCommon.swift */,
|
|
|
F7682FDF23C36B0500983A04 /* NCMainTabBar.swift */,
|
|
|
+ F77F5D2C23D5F28100D2B7EB /* NCMainRefreshControl.swift */,
|
|
|
F77444F7222816D5000D5EB0 /* NCPhotosPickerViewController.swift */,
|
|
|
);
|
|
|
path = Main;
|
|
@@ -3681,6 +3684,7 @@
|
|
|
F70022D41EC4C9100080073F /* NSDate+ISO8601.m in Sources */,
|
|
|
F762CB151EACB66200B38484 /* XLFormRowNavigationAccessoryView.m in Sources */,
|
|
|
F762CB0A1EACB66200B38484 /* XLFormDescriptor.m in Sources */,
|
|
|
+ F77F5D2D23D5F28100D2B7EB /* NCMainRefreshControl.swift in Sources */,
|
|
|
F7D4238C1F0596C6009C9782 /* UIXToolbarView.m in Sources */,
|
|
|
F7020FCE2233D7F700B7297D /* NCCreateFormUploadVoiceNote.swift in Sources */,
|
|
|
F7F4B1D823C74B3E00D82A6E /* NCRichWorkspace.swift in Sources */,
|