├── CreateModel ├── CreateModel.h ├── CreateModel.m └── NodeModel │ ├── NodeModel.h │ ├── NodeModel.m │ ├── NodeModelCell.h │ ├── NodeModelCell.m │ ├── NodeModelRootNavigationController.h │ ├── NodeModelRootNavigationController.m │ ├── NodeModelStrings.h │ ├── NodeModelStrings.m │ ├── NodeModelStrings.plist │ ├── NodeModelViewController.h │ ├── NodeModelViewController.m │ ├── NodeModelViewControllerBack_black@3x.png │ ├── NodeModelViewControllerBack_next@3x.png │ ├── NodePressAnimationView.h │ ├── NodePressAnimationView.m │ ├── PropertyInfomation.h │ └── PropertyInfomation.m ├── FileManager ├── FileManager.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ │ └── YouXianMing.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── YouXianMing.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ ├── FileManager.xcscheme │ │ └── xcschememanagement.plist └── FileManager │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── File.h │ ├── File.m │ ├── FileManager.h │ ├── FileManager.m │ ├── Info.plist │ ├── ViewController.h │ ├── ViewController.m │ ├── main.m │ └── 说明.gif ├── GZipDataCompression ├── GZipDataCompression.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ │ └── YouXianMing.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── YouXianMing.xcuserdatad │ │ └── xcschemes │ │ ├── GZipDataCompression.xcscheme │ │ └── xcschememanagement.plist └── GZipDataCompression │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── GZipData │ ├── Godzippa.h │ ├── Info.plist │ ├── NSData+Godzippa.h │ ├── NSData+Godzippa.m │ ├── NSData+JSONData.h │ ├── NSData+JSONData.m │ ├── NSFileManager+Godzippa.h │ ├── NSFileManager+Godzippa.m │ ├── ViewController.h │ ├── ViewController.m │ └── main.m ├── IconFonts ├── IconFonts.xcodeproj │ ├── project.pbxproj │ └── project.xcworkspace │ │ └── contents.xcworkspacedata └── IconFonts │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── Font Awesome 5 Brands-Regular-400.otf │ ├── Font Awesome 5 Free-Regular-400.otf │ ├── Font Awesome 5 Free-Solid-900.otf │ ├── FontAwesome5BrandsRegular.json │ ├── FontAwesome5FreeRegular.json │ ├── FontAwesome5FreeSolid.json │ ├── GridCollectionViewCell.h │ ├── GridCollectionViewCell.m │ ├── Info.plist │ ├── JSONKit │ ├── NSArray+JSONData.h │ ├── NSArray+JSONData.m │ ├── NSData+JSONData.h │ ├── NSData+JSONData.m │ ├── NSDictionary+JSONData.h │ ├── NSDictionary+JSONData.m │ ├── NSString+JSONData.h │ └── NSString+JSONData.m │ ├── ViewController.h │ ├── ViewController.m │ ├── Weather&Time.ttf │ ├── WeatherAndTime.json │ ├── libs │ ├── File.h │ ├── File.m │ ├── FileManager.h │ ├── FileManager.m │ ├── NSString+HexUnicode.h │ ├── NSString+HexUnicode.m │ ├── UIView+SetRect.h │ └── UIView+SetRect.m │ └── main.m ├── PCM-to-MP3 ├── PCM-to-MP3.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── YouXianMing1987@iCloud.com.xcuserdatad │ │ └── xcschemes │ │ ├── PCM-to-MP3.xcscheme │ │ └── xcschememanagement.plist └── PCM-to-MP3 │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json │ ├── AudioPlayer.h │ ├── AudioPlayer.m │ ├── AudioRecorder.h │ ├── AudioRecorder.m │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── File.h │ ├── File.m │ ├── FileManager.h │ ├── FileManager.m │ ├── Info.plist │ ├── PcmToMp3Manager.h │ ├── PcmToMp3Manager.m │ ├── ViewController.h │ ├── ViewController.m │ ├── demo.caf │ ├── lame.framework │ ├── Headers │ │ └── lame.h │ └── lame │ └── main.m ├── PlistFile └── Info.plist ├── README.md ├── Swift-EasingAnimation ├── Swift-EasingAnimation.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ │ └── YouXianMing.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── YouXianMing.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ ├── Swift-EasingAnimation.xcscheme │ │ └── xcschememanagement.plist └── Swift-EasingAnimation │ ├── AppDelegate.swift │ ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── ComplexEasingValue.swift │ ├── Easing.swift │ ├── EasingValue.swift │ ├── Info.plist │ └── ViewController.swift ├── SystemSound ├── SystemSound.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ │ └── YouXianMing.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── YouXianMing.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ ├── SystemSound.xcscheme │ │ └── xcschememanagement.plist └── SystemSound │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Base.lproj │ ├── LaunchScreen.xib │ └── Main.storyboard │ ├── Images.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json │ ├── Info.plist │ ├── SoundCell.h │ ├── SoundCell.m │ ├── SoundInfomation.h │ ├── SoundInfomation.m │ ├── SystemSound.h │ ├── SystemSound.m │ ├── SystemSoundList │ ├── ViewController.h │ ├── ViewController.m │ └── main.m ├── ValueStorageManager ├── ValueStorageManager.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ │ └── YouXianMing.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── YouXianMing.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ ├── ValueStorageManager.xcscheme │ │ └── xcschememanagement.plist └── ValueStorageManager │ ├── AES256EncryptMode.h │ ├── AES256EncryptMode.m │ ├── AbsEncryptingMode.h │ ├── AbsEncryptingMode.m │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── BaseValueStorageManager.h │ ├── BaseValueStorageManager.m │ ├── CASTEncryptMode.h │ ├── CASTEncryptMode.m │ ├── CommonCrypto │ ├── NSData+Base64.h │ ├── NSData+Base64.m │ ├── NSData+CommonCrypto.h │ ├── NSData+CommonCrypto.m │ ├── NSString+Base64.h │ └── NSString+Base64.m │ ├── DESEncryptMode.h │ ├── DESEncryptMode.m │ ├── FastCoder.h │ ├── FastCoder.m │ ├── Info.plist │ ├── Student.h │ ├── Student.m │ ├── SystemInfo.h │ ├── SystemInfo.m │ ├── ViewController.h │ ├── ViewController.m │ └── main.m └── WeakList ├── WeakList.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── YouXianMing.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── YouXianMing.xcuserdatad │ └── xcschemes │ ├── WeakList.xcscheme │ └── xcschememanagement.plist └── WeakList ├── AppDelegate.h ├── AppDelegate.m ├── Base.lproj ├── LaunchScreen.xib └── Main.storyboard ├── Images.xcassets └── AppIcon.appiconset │ └── Contents.json ├── Info.plist ├── Model.h ├── Model.m ├── ViewController.h ├── ViewController.m ├── WeakArray.h ├── WeakArray.m ├── WeakDictionary.h ├── WeakDictionary.m ├── WeakSet.h ├── WeakSet.m └── main.m /CreateModel/CreateModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/CreateModel.h -------------------------------------------------------------------------------- /CreateModel/CreateModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/CreateModel.m -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodeModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodeModel.h -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodeModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodeModel.m -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodeModelCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodeModelCell.h -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodeModelCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodeModelCell.m -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodeModelRootNavigationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodeModelRootNavigationController.h -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodeModelRootNavigationController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodeModelRootNavigationController.m -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodeModelStrings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodeModelStrings.h -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodeModelStrings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodeModelStrings.m -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodeModelStrings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodeModelStrings.plist -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodeModelViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodeModelViewController.h -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodeModelViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodeModelViewController.m -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodeModelViewControllerBack_black@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodeModelViewControllerBack_black@3x.png -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodeModelViewControllerBack_next@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodeModelViewControllerBack_next@3x.png -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodePressAnimationView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodePressAnimationView.h -------------------------------------------------------------------------------- /CreateModel/NodeModel/NodePressAnimationView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/NodePressAnimationView.m -------------------------------------------------------------------------------- /CreateModel/NodeModel/PropertyInfomation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/PropertyInfomation.h -------------------------------------------------------------------------------- /CreateModel/NodeModel/PropertyInfomation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/CreateModel/NodeModel/PropertyInfomation.m -------------------------------------------------------------------------------- /FileManager/FileManager.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /FileManager/FileManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /FileManager/FileManager.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /FileManager/FileManager.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /FileManager/FileManager.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/FileManager.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/FileManager.xcscheme -------------------------------------------------------------------------------- /FileManager/FileManager.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /FileManager/FileManager/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/AppDelegate.h -------------------------------------------------------------------------------- /FileManager/FileManager/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/AppDelegate.m -------------------------------------------------------------------------------- /FileManager/FileManager/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /FileManager/FileManager/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /FileManager/FileManager/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /FileManager/FileManager/File.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/File.h -------------------------------------------------------------------------------- /FileManager/FileManager/File.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/File.m -------------------------------------------------------------------------------- /FileManager/FileManager/FileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/FileManager.h -------------------------------------------------------------------------------- /FileManager/FileManager/FileManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/FileManager.m -------------------------------------------------------------------------------- /FileManager/FileManager/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/Info.plist -------------------------------------------------------------------------------- /FileManager/FileManager/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/ViewController.h -------------------------------------------------------------------------------- /FileManager/FileManager/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/ViewController.m -------------------------------------------------------------------------------- /FileManager/FileManager/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/main.m -------------------------------------------------------------------------------- /FileManager/FileManager/说明.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/FileManager/FileManager/说明.gif -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/GZipDataCompression.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/GZipDataCompression.xcscheme -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/AppDelegate.h -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/AppDelegate.m -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/GZipData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/GZipData -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/Godzippa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/Godzippa.h -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/Info.plist -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/NSData+Godzippa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/NSData+Godzippa.h -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/NSData+Godzippa.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/NSData+Godzippa.m -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/NSData+JSONData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/NSData+JSONData.h -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/NSData+JSONData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/NSData+JSONData.m -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/NSFileManager+Godzippa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/NSFileManager+Godzippa.h -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/NSFileManager+Godzippa.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/NSFileManager+Godzippa.m -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/ViewController.h -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/ViewController.m -------------------------------------------------------------------------------- /GZipDataCompression/GZipDataCompression/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/GZipDataCompression/GZipDataCompression/main.m -------------------------------------------------------------------------------- /IconFonts/IconFonts.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /IconFonts/IconFonts.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /IconFonts/IconFonts/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/AppDelegate.h -------------------------------------------------------------------------------- /IconFonts/IconFonts/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/AppDelegate.m -------------------------------------------------------------------------------- /IconFonts/IconFonts/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /IconFonts/IconFonts/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /IconFonts/IconFonts/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /IconFonts/IconFonts/Font Awesome 5 Brands-Regular-400.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/Font Awesome 5 Brands-Regular-400.otf -------------------------------------------------------------------------------- /IconFonts/IconFonts/Font Awesome 5 Free-Regular-400.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/Font Awesome 5 Free-Regular-400.otf -------------------------------------------------------------------------------- /IconFonts/IconFonts/Font Awesome 5 Free-Solid-900.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/Font Awesome 5 Free-Solid-900.otf -------------------------------------------------------------------------------- /IconFonts/IconFonts/FontAwesome5BrandsRegular.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/FontAwesome5BrandsRegular.json -------------------------------------------------------------------------------- /IconFonts/IconFonts/FontAwesome5FreeRegular.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/FontAwesome5FreeRegular.json -------------------------------------------------------------------------------- /IconFonts/IconFonts/FontAwesome5FreeSolid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/FontAwesome5FreeSolid.json -------------------------------------------------------------------------------- /IconFonts/IconFonts/GridCollectionViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/GridCollectionViewCell.h -------------------------------------------------------------------------------- /IconFonts/IconFonts/GridCollectionViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/GridCollectionViewCell.m -------------------------------------------------------------------------------- /IconFonts/IconFonts/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/Info.plist -------------------------------------------------------------------------------- /IconFonts/IconFonts/JSONKit/NSArray+JSONData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/JSONKit/NSArray+JSONData.h -------------------------------------------------------------------------------- /IconFonts/IconFonts/JSONKit/NSArray+JSONData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/JSONKit/NSArray+JSONData.m -------------------------------------------------------------------------------- /IconFonts/IconFonts/JSONKit/NSData+JSONData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/JSONKit/NSData+JSONData.h -------------------------------------------------------------------------------- /IconFonts/IconFonts/JSONKit/NSData+JSONData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/JSONKit/NSData+JSONData.m -------------------------------------------------------------------------------- /IconFonts/IconFonts/JSONKit/NSDictionary+JSONData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/JSONKit/NSDictionary+JSONData.h -------------------------------------------------------------------------------- /IconFonts/IconFonts/JSONKit/NSDictionary+JSONData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/JSONKit/NSDictionary+JSONData.m -------------------------------------------------------------------------------- /IconFonts/IconFonts/JSONKit/NSString+JSONData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/JSONKit/NSString+JSONData.h -------------------------------------------------------------------------------- /IconFonts/IconFonts/JSONKit/NSString+JSONData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/JSONKit/NSString+JSONData.m -------------------------------------------------------------------------------- /IconFonts/IconFonts/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/ViewController.h -------------------------------------------------------------------------------- /IconFonts/IconFonts/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/ViewController.m -------------------------------------------------------------------------------- /IconFonts/IconFonts/Weather&Time.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/Weather&Time.ttf -------------------------------------------------------------------------------- /IconFonts/IconFonts/WeatherAndTime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/WeatherAndTime.json -------------------------------------------------------------------------------- /IconFonts/IconFonts/libs/File.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/libs/File.h -------------------------------------------------------------------------------- /IconFonts/IconFonts/libs/File.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/libs/File.m -------------------------------------------------------------------------------- /IconFonts/IconFonts/libs/FileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/libs/FileManager.h -------------------------------------------------------------------------------- /IconFonts/IconFonts/libs/FileManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/libs/FileManager.m -------------------------------------------------------------------------------- /IconFonts/IconFonts/libs/NSString+HexUnicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/libs/NSString+HexUnicode.h -------------------------------------------------------------------------------- /IconFonts/IconFonts/libs/NSString+HexUnicode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/libs/NSString+HexUnicode.m -------------------------------------------------------------------------------- /IconFonts/IconFonts/libs/UIView+SetRect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/libs/UIView+SetRect.h -------------------------------------------------------------------------------- /IconFonts/IconFonts/libs/UIView+SetRect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/libs/UIView+SetRect.m -------------------------------------------------------------------------------- /IconFonts/IconFonts/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/IconFonts/IconFonts/main.m -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcschemes/PCM-to-MP3.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcschemes/PCM-to-MP3.xcscheme -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3.xcodeproj/xcuserdata/YouXianMing1987@iCloud.com.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/AppDelegate.h -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/AppDelegate.m -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/AudioPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/AudioPlayer.h -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/AudioPlayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/AudioPlayer.m -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/AudioRecorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/AudioRecorder.h -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/AudioRecorder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/AudioRecorder.m -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/File.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/File.h -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/File.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/File.m -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/FileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/FileManager.h -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/FileManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/FileManager.m -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/Info.plist -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/PcmToMp3Manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/PcmToMp3Manager.h -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/PcmToMp3Manager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/PcmToMp3Manager.m -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/ViewController.h -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/ViewController.m -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/demo.caf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/demo.caf -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/lame.framework/Headers/lame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/lame.framework/Headers/lame.h -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/lame.framework/lame: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/lame.framework/lame -------------------------------------------------------------------------------- /PCM-to-MP3/PCM-to-MP3/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PCM-to-MP3/PCM-to-MP3/main.m -------------------------------------------------------------------------------- /PlistFile/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/PlistFile/Info.plist -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/README.md -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/Swift-EasingAnimation.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/Swift-EasingAnimation.xcscheme -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation/AppDelegate.swift -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation/ComplexEasingValue.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation/ComplexEasingValue.swift -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation/Easing.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation/Easing.swift -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation/EasingValue.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation/EasingValue.swift -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation/Info.plist -------------------------------------------------------------------------------- /Swift-EasingAnimation/Swift-EasingAnimation/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/Swift-EasingAnimation/Swift-EasingAnimation/ViewController.swift -------------------------------------------------------------------------------- /SystemSound/SystemSound.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /SystemSound/SystemSound.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /SystemSound/SystemSound.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /SystemSound/SystemSound.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /SystemSound/SystemSound.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/SystemSound.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/SystemSound.xcscheme -------------------------------------------------------------------------------- /SystemSound/SystemSound.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /SystemSound/SystemSound/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/AppDelegate.h -------------------------------------------------------------------------------- /SystemSound/SystemSound/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/AppDelegate.m -------------------------------------------------------------------------------- /SystemSound/SystemSound/Base.lproj/LaunchScreen.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/Base.lproj/LaunchScreen.xib -------------------------------------------------------------------------------- /SystemSound/SystemSound/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /SystemSound/SystemSound/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /SystemSound/SystemSound/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/Info.plist -------------------------------------------------------------------------------- /SystemSound/SystemSound/SoundCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/SoundCell.h -------------------------------------------------------------------------------- /SystemSound/SystemSound/SoundCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/SoundCell.m -------------------------------------------------------------------------------- /SystemSound/SystemSound/SoundInfomation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/SoundInfomation.h -------------------------------------------------------------------------------- /SystemSound/SystemSound/SoundInfomation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/SoundInfomation.m -------------------------------------------------------------------------------- /SystemSound/SystemSound/SystemSound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/SystemSound.h -------------------------------------------------------------------------------- /SystemSound/SystemSound/SystemSound.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/SystemSound.m -------------------------------------------------------------------------------- /SystemSound/SystemSound/SystemSoundList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/SystemSoundList -------------------------------------------------------------------------------- /SystemSound/SystemSound/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/ViewController.h -------------------------------------------------------------------------------- /SystemSound/SystemSound/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/ViewController.m -------------------------------------------------------------------------------- /SystemSound/SystemSound/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/SystemSound/SystemSound/main.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/ValueStorageManager.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/ValueStorageManager.xcscheme -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/AES256EncryptMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/AES256EncryptMode.h -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/AES256EncryptMode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/AES256EncryptMode.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/AbsEncryptingMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/AbsEncryptingMode.h -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/AbsEncryptingMode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/AbsEncryptingMode.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/AppDelegate.h -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/AppDelegate.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/BaseValueStorageManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/BaseValueStorageManager.h -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/BaseValueStorageManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/BaseValueStorageManager.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/CASTEncryptMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/CASTEncryptMode.h -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/CASTEncryptMode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/CASTEncryptMode.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/CommonCrypto/NSData+Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/CommonCrypto/NSData+Base64.h -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/CommonCrypto/NSData+Base64.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/CommonCrypto/NSData+Base64.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/CommonCrypto/NSData+CommonCrypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/CommonCrypto/NSData+CommonCrypto.h -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/CommonCrypto/NSData+CommonCrypto.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/CommonCrypto/NSData+CommonCrypto.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/CommonCrypto/NSString+Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/CommonCrypto/NSString+Base64.h -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/CommonCrypto/NSString+Base64.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/CommonCrypto/NSString+Base64.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/DESEncryptMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/DESEncryptMode.h -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/DESEncryptMode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/DESEncryptMode.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/FastCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/FastCoder.h -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/FastCoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/FastCoder.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/Info.plist -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/Student.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/Student.h -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/Student.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/Student.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/SystemInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/SystemInfo.h -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/SystemInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/SystemInfo.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/ViewController.h -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/ViewController.m -------------------------------------------------------------------------------- /ValueStorageManager/ValueStorageManager/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/ValueStorageManager/ValueStorageManager/main.m -------------------------------------------------------------------------------- /WeakList/WeakList.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /WeakList/WeakList.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /WeakList/WeakList.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList.xcodeproj/project.xcworkspace/xcuserdata/YouXianMing.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /WeakList/WeakList.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/WeakList.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/WeakList.xcscheme -------------------------------------------------------------------------------- /WeakList/WeakList.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList.xcodeproj/xcuserdata/YouXianMing.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /WeakList/WeakList/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/AppDelegate.h -------------------------------------------------------------------------------- /WeakList/WeakList/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/AppDelegate.m -------------------------------------------------------------------------------- /WeakList/WeakList/Base.lproj/LaunchScreen.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/Base.lproj/LaunchScreen.xib -------------------------------------------------------------------------------- /WeakList/WeakList/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /WeakList/WeakList/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /WeakList/WeakList/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/Info.plist -------------------------------------------------------------------------------- /WeakList/WeakList/Model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/Model.h -------------------------------------------------------------------------------- /WeakList/WeakList/Model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/Model.m -------------------------------------------------------------------------------- /WeakList/WeakList/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/ViewController.h -------------------------------------------------------------------------------- /WeakList/WeakList/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/ViewController.m -------------------------------------------------------------------------------- /WeakList/WeakList/WeakArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/WeakArray.h -------------------------------------------------------------------------------- /WeakList/WeakList/WeakArray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/WeakArray.m -------------------------------------------------------------------------------- /WeakList/WeakList/WeakDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/WeakDictionary.h -------------------------------------------------------------------------------- /WeakList/WeakList/WeakDictionary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/WeakDictionary.m -------------------------------------------------------------------------------- /WeakList/WeakList/WeakSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/WeakSet.h -------------------------------------------------------------------------------- /WeakList/WeakList/WeakSet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/WeakSet.m -------------------------------------------------------------------------------- /WeakList/WeakList/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouXianMing/iOS-General-Tools/HEAD/WeakList/WeakList/main.m --------------------------------------------------------------------------------