├── CoderLN-Foundation ├── Foundation.h ├── NSObject │ ├── NSArray.h │ ├── NSArray.m │ ├── NSAttributedString.h │ ├── NSAutoreleasePool.h │ ├── NSBundle.h │ ├── NSByteCountFormatter.h │ ├── NSByteOrder.h │ ├── NSCache.h │ ├── NSCalendar.h │ ├── NSCharacterSet.h │ ├── NSCoder.h │ ├── NSComparisonPredicate.h │ ├── NSCompoundPredicate.h │ ├── NSData.h │ ├── NSDate.h │ ├── NSDateComponentsFormatter.h │ ├── NSDateFormatter.h │ ├── NSDateInterval.h │ ├── NSDateIntervalFormatter.h │ ├── NSDecimal.h │ ├── NSDecimalNumber.h │ ├── NSDictionary.h │ ├── NSDictionary.m │ ├── NSEnergyFormatter.h │ ├── NSEnumerator.h │ ├── NSError.h │ ├── NSException.h │ ├── NSExpression.h │ ├── NSExtensionContext.h │ ├── NSExtensionItem.h │ ├── NSExtensionRequestHandling.h │ ├── NSFileCoordinator.h │ ├── NSFileHandle.h │ ├── NSFileManager.h │ ├── NSFilePresenter.h │ ├── NSFileVersion.h │ ├── NSFileWrapper.h │ ├── NSFormatter.h │ ├── NSHTTPCookie.h │ ├── NSHTTPCookieStorage.h │ ├── NSHashTable.h │ ├── NSISO8601DateFormatter.h │ ├── NSIndexPath.h │ ├── NSIndexSet.h │ ├── NSInvocation.h │ ├── NSItemProvider.h │ ├── NSJSONSerialization.h │ ├── NSKeyValueCoding.h │ ├── NSKeyValueObserving.h │ ├── NSKeyedArchiver.h │ ├── NSLengthFormatter.h │ ├── NSLinguisticTagger.h │ ├── NSLocale.h │ ├── NSLock.h │ ├── NSMapTable.h │ ├── NSMassFormatter.h │ ├── NSMeasurement.h │ ├── NSMeasurementFormatter.h │ ├── NSMetadata.h │ ├── NSMetadataAttributes.h │ ├── NSMethodSignature.h │ ├── NSNetServices.h │ ├── NSNotification.h │ ├── NSNotification.m │ ├── NSNotificationQueue.h │ ├── NSNull.h │ ├── NSNumberFormatter.h │ ├── NSOperation.h │ ├── NSOrderedSet.h │ ├── NSOrthography.h │ ├── NSPathUtilities.h │ ├── NSPersonNameComponents.h │ ├── NSPersonNameComponentsFormatter.h │ ├── NSPointerArray.h │ ├── NSPointerFunctions.h │ ├── NSPort.h │ ├── NSPredicate.h │ ├── NSProcessInfo.h │ ├── NSProgress.h │ ├── NSPropertyList.h │ ├── NSProxy.h │ ├── NSRange.h │ ├── NSRegularExpression.h │ ├── NSScanner.h │ ├── NSSet.h │ ├── NSSortDescriptor.h │ ├── NSStream.h │ ├── NSString.h │ ├── NSString.m │ ├── NSTextCheckingResult.h │ ├── NSThread.h │ ├── NSTimeZone.h │ ├── NSTimer.h │ ├── NSURL.h │ ├── NSURLAuthenticationChallenge.h │ ├── NSURLCache.h │ ├── NSURLConnection.h │ ├── NSURLCredential.h │ ├── NSURLCredentialStorage.h │ ├── NSURLError.h │ ├── NSURLProtectionSpace.h │ ├── NSURLProtocol.h │ ├── NSURLRequest.h │ ├── NSURLResponse.h │ ├── NSURLSession.h │ ├── NSURLSession.m │ ├── NSUbiquitousKeyValueStore.h │ ├── NSUndoManager.h │ ├── NSUnit.h │ ├── NSUserActivity.h │ ├── NSUserDefaults.h │ ├── NSValue.h │ ├── NSValueTransformer.h │ ├── NSXMLParser.h │ ├── NSXPCConnection.h │ └── NSZone.h └── RunLoop │ ├── CFRunLoop.c │ ├── CFRunLoop.h │ ├── LOG -> [NSRunLoop currentRunLoop].c │ └── NSRunLoop.h ├── CoderLN-FrameworkDiagram ├── Block的底层实现c++源码解析 │ ├── block在内存中的存储.png │ ├── block底层的数据结构.png │ ├── main.cpp │ └── 不同类型调用copy效果.png ├── KVO 实现原理 │ ├── KVO 子类内部方法.png │ └── 手动触发 KVO.png ├── Objective-C思维脑图 │ ├── Block.png │ ├── Objective-C语言特性.png │ ├── RunLoop.png │ ├── Runtime.png │ ├── UI视图相关.png │ ├── 内存管理.png │ ├── 多线程.png │ ├── 架构:框架.png │ ├── 第三方库.png │ ├── 算法.png │ ├── 网络相关.png │ └── 设计模式.png ├── Runloop 运行循环 │ └── runloop 5个相关类关系.jpeg ├── SVN&Git │ └── Git常用命令速查表.jpeg ├── UIKit&Foundation 类结构 │ ├── UIFoundation 分类结构.jpeg │ └── UIKit 分类结构.jpeg ├── iOS10推送通知图解 │ ├── UINotificationResponse.png │ ├── UNNotificationResponse包含内容.png │ ├── iOS10User Notifications Framework 类结构图.jpeg │ ├── iOS10的通知使用场景分析方案.png │ ├── 添加 Service Extension.png │ ├── 远程推送原理1.png │ ├── 远程推送原理2.png │ └── 远程通知的原理.png └── 网络通信 │ ├── OSI 网络七层模型.jpg │ ├── OSI七层结构与TCP:IP四层结构对应关系.jpg │ └── OSI七层结构与TCP:IP四层结构对应关系.png ├── CoderLN-OtherFramework ├── AVKit&AVFoundation │ ├── AVPlayer.h │ ├── AVPlayer.m │ ├── AVPlayerItem.h │ ├── AVPlayerItem.m │ ├── AVPlayerLayer.h │ ├── AVPlayerViewController.h │ └── AVPlayerViewController.m ├── AlgorithmMathFunction │ └── Math.h ├── CoreGraphics │ ├── CGContext.h │ └── UIGraphics.h ├── CoreLocation │ ├── CLGeocoder.h │ ├── CLLocation.h │ ├── CLLocationManager.h │ ├── CLLocationManagerDelegate.h │ └── CLLocationManagerDelegate.m ├── MapKit │ ├── MKMapView.h │ └── MKMapView.m ├── NSObject.h │ └── NSObject.h ├── QuartzCore │ └── CADisplayLink.h ├── Runtime │ ├── runtime.h │ └── runtime.m ├── UserNotifications │ ├── UNError.h │ ├── UNNotification.h │ ├── UNNotificationAction.h │ ├── UNNotificationAttachment.h │ ├── UNNotificationCategory.h │ ├── UNNotificationContent.h │ ├── UNNotificationRequest.h │ ├── UNNotificationResponse.h │ ├── UNNotificationServiceExtension.h │ ├── UNNotificationSettings.h │ ├── UNNotificationSound.h │ ├── UNNotificationTrigger.h │ ├── UNUserNotificationCenter.h │ ├── UserNotifications.h │ └── UserNotifications.m ├── WebKit │ ├── UIWebView.h │ └── WKWebView.h └── XCTest.h │ ├── XCTestAssertions.h │ └── XCTestAssertions.m ├── CoderLN-UIKit ├── NSObject │ ├── DocumentManager.h │ ├── NSDataAsset.h │ ├── NSFileProviderExtension.h │ ├── NSLayoutAnchor.h │ ├── NSLayoutConstraint.h │ ├── NSLayoutManager.h │ ├── NSParagraphStyle.h │ ├── NSShadow.h │ ├── NSStringDrawing.h │ ├── NSText.h │ ├── NSTextAttachment.h │ ├── NSTextContainer.h │ ├── NSTextStorage.h │ ├── UIAccelerometer.h │ ├── UIAccessibility.h │ ├── UIAccessibilityConstants.h │ ├── UIAccessibilityContentSizeCategoryImageAdjusting.h │ ├── UIActivity.h │ ├── UIActivityItemProvider.h │ ├── UIAppearance.h │ ├── UIApplication.h │ ├── UIApplication.m │ ├── UIApplicationShortcutItem.h │ ├── UIAttachmentBehavior.h │ ├── UIBarButtonItemGroup.h │ ├── UIBezierPath.h │ ├── UIBlurEffect.h │ ├── UICollectionViewFlowLayout.h │ ├── UICollectionViewLayout.h │ ├── UICollectionViewTransitionLayout.h │ ├── UICollisionBehavior.h │ ├── UIColor.h │ ├── UIContentSizeCategory.h │ ├── UIContentSizeCategoryAdjusting.h │ ├── UIDevice.h │ ├── UIDocument.h │ ├── UIDocumentInteractionController.h │ ├── UIDragInteraction.h │ ├── UIDragItem.h │ ├── UIDragPreview.h │ ├── UIDragPreviewParameters.h │ ├── UIDragSession.h │ ├── UIDropInteraction.h │ ├── UIDynamicAnimator.h │ ├── UIDynamicBehavior.h │ ├── UIDynamicItemBehavior.h │ ├── UIEvent.h │ ├── UIFeedbackGenerator.h │ ├── UIFieldBehavior.h │ ├── UIFocus.h │ ├── UIFocusAnimationCoordinator.h │ ├── UIFocusDebugger.h │ ├── UIFocusGuide.h │ ├── UIFocusSystem.h │ ├── UIFont.h │ ├── UIFontDescriptor.h │ ├── UIFontMetrics.h │ ├── UIGeometry.h │ ├── UIGraphicsImageRenderer.h │ ├── UIGraphicsPDFRenderer.h │ ├── UIGraphicsRenderer.h │ ├── UIGravityBehavior.h │ ├── UIImage.h │ ├── UIImageAsset.h │ ├── UIImpactFeedbackGenerator.h │ ├── UIInteraction.h │ ├── UIInterface.h │ ├── UIKitDefines.h │ ├── UILayoutGuide.h │ ├── UILexicon.h │ ├── UILocalNotification.h │ ├── UILocalizedIndexedCollation.h │ ├── UIManagedDocument.h │ ├── UIMenuController.h │ ├── UIMotionEffect.h │ ├── UINib.h │ ├── UINibLoading.h │ ├── UIPasteConfiguration.h │ ├── UIPasteConfigurationSupporting.h │ ├── UIPasteboard.h │ ├── UIPopoverController.h │ ├── UIPopoverPresentationController.h │ ├── UIPopoverPresentationController.m │ ├── UIPresentationController.h │ ├── UIPress.h │ ├── UIPressesEvent.h │ ├── UIPreviewInteraction.h │ ├── UIPrintError.h │ ├── UIPrintFormatter.h │ ├── UIPrintInfo.h │ ├── UIPrintInteractionController.h │ ├── UIPrintPageRenderer.h │ ├── UIPrintPaper.h │ ├── UIPrinter.h │ ├── UIPrinterPickerController.h │ ├── UIPushBehavior.h │ ├── UIRegion.h │ ├── UIResponder.h │ ├── UIScreen.h │ ├── UIScreenMode.h │ ├── UISearchDisplayController.h │ ├── UISelectionFeedbackGenerator.h │ ├── UISnapBehavior.h │ ├── UISpringLoadedInteraction.h │ ├── UISpringLoadedInteractionSupporting.h │ ├── UIStateRestoration.h │ ├── UIStoryboard.h │ ├── UIStoryboardPopoverSegue.h │ ├── UIStoryboardSegue.h │ ├── UIStringDrawing.h │ ├── UITargetedDragPreview.h │ ├── UITextChecker.h │ ├── UITextDragPreviewRenderer.h │ ├── UITextDragURLPreviews.h │ ├── UITextDragging.h │ ├── UITextDropProposal.h │ ├── UITextDropping.h │ ├── UITextInput.h │ ├── UITextInputTraits.h │ ├── UITouch.h │ ├── UITouch.m │ ├── UITraitCollection.h │ ├── UIUserNotificationSettings.h │ ├── UIVibrancyEffect.h │ ├── UIViewControllerTransitionCoordinator.h │ ├── UIViewControllerTransitioning.h │ ├── UIViewPropertyAnimator.h │ ├── UIVisualEffect.h │ └── UIVisualEffectView.h ├── UIBarItem │ ├── UIBarButtonItem.h │ ├── UIBarItem.h │ └── UITabBarItem.h ├── UIControl │ ├── UIButton.h │ ├── UIControl.h │ ├── UIDataDetectors.h │ ├── UIDatePicker.h │ ├── UIPageControl.h │ ├── UIRefreshControl.h │ ├── UISegmentedControl.h │ ├── UISlider.h │ ├── UIStepper.h │ ├── UISwitch.h │ └── UITextField.h ├── UIGestureRecognizer │ ├── UIGestureRecognizer.h │ ├── UILongPressGestureRecognizer.h │ ├── UIPanGestureRecognizer.h │ ├── UIPinchGestureRecognizer.h │ ├── UIRotationGestureRecognizer.h │ ├── UIScreenEdgePanGestureRecognizer.h │ ├── UISwipeGestureRecognizer.h │ └── UITapGestureRecognizer.h ├── UIKit.h ├── UIView │ ├── UIActionSheet.h │ ├── UIActivityIndicatorView.h │ ├── UIAlertView.h │ ├── UICollectionView.h │ ├── UICollectionView.m │ ├── UICollectionViewCell.h │ ├── UICollectionViewLayout.m │ ├── UIGraphics.h │ ├── UIImageView.h │ ├── UIInputView.h │ ├── UILabel.h │ ├── UINavigationBar.h │ ├── UIPickerView.h │ ├── UIPopoverBackgroundView.h │ ├── UIProgressView.h │ ├── UIScrollView.h │ ├── UIScrollView.m │ ├── UISearchBar.h │ ├── UIStackView.h │ ├── UITabBar.h │ ├── UITableView.h │ ├── UITableView.m │ ├── UITableViewCell.h │ ├── UITableViewCell.m │ ├── UITableViewHeaderFooterView.h │ ├── UITextView.h │ ├── UIToolbar.h │ ├── UIView.h │ ├── UIVisualEffectView.h │ └── UIWindow.h └── UIViewController │ ├── UIActivityViewController.h │ ├── UIAlertController.h │ ├── UICloudSharingController.h │ ├── UICollectionViewController.h │ ├── UIDocumentMenuViewController.h │ ├── UIDocumentPickerExtensionViewController.h │ ├── UIDocumentPickerViewController.h │ ├── UIImagePickerController.h │ ├── UIImagePickerController.m │ ├── UIInputViewController.h │ ├── UINavigationController.h │ ├── UIPageViewController.h │ ├── UIReferenceLibraryViewController.h │ ├── UISearchContainerViewController.h │ ├── UISearchController.h │ ├── UISplitViewController.h │ ├── UITabBarController.h │ ├── UITableViewController.h │ ├── UIVideoEditorController.h │ └── UIViewController.h ├── Entrance.md ├── Excerpt-Tools ├── Foundation-JKCategories │ ├── JKUIKit.h │ ├── NSArray │ │ ├── NSArray+JKBlock.h │ │ ├── NSArray+JKBlock.m │ │ ├── NSArray+JKSafeAccess.h │ │ └── NSArray+JKSafeAccess.m │ ├── NSBundle │ │ ├── NSBundle+JKAppIcon.h │ │ └── NSBundle+JKAppIcon.m │ ├── NSData │ │ ├── NSData+JKAPNSToken.h │ │ ├── NSData+JKAPNSToken.m │ │ ├── NSData+JKBase64.h │ │ ├── NSData+JKBase64.m │ │ ├── NSData+JKDataCache.h │ │ ├── NSData+JKDataCache.m │ │ ├── NSData+JKEncrypt.h │ │ ├── NSData+JKEncrypt.m │ │ ├── NSData+JKGzip.h │ │ ├── NSData+JKGzip.m │ │ ├── NSData+JKHash.h │ │ ├── NSData+JKHash.m │ │ ├── NSData+JKPCM.h │ │ ├── NSData+JKPCM.m │ │ ├── NSData+JKzlib.h │ │ └── NSData+JKzlib.m │ ├── NSDate │ │ ├── NSDate+JKCupertinoYankee.h │ │ ├── NSDate+JKCupertinoYankee.m │ │ ├── NSDate+JKExtension.h │ │ ├── NSDate+JKExtension.m │ │ ├── NSDate+JKFormatter.h │ │ ├── NSDate+JKFormatter.m │ │ ├── NSDate+JKInternetDateTime.h │ │ ├── NSDate+JKInternetDateTime.m │ │ ├── NSDate+JKReporting.h │ │ ├── NSDate+JKReporting.m │ │ ├── NSDate+JKUtilities.h │ │ ├── NSDate+JKUtilities.m │ │ ├── NSDate+JKZeroDate.h │ │ └── NSDate+JKZeroDate.m │ ├── NSDateFormatter │ │ ├── NSDateFormatter+JKMake.h │ │ └── NSDateFormatter+JKMake.m │ ├── NSDictionary │ │ ├── NSDictionary+JKBlock.h │ │ ├── NSDictionary+JKBlock.m │ │ ├── NSDictionary+JKJSONString.h │ │ ├── NSDictionary+JKJSONString.m │ │ ├── NSDictionary+JKMerge.h │ │ ├── NSDictionary+JKMerge.m │ │ ├── NSDictionary+JKSafeAccess.h │ │ ├── NSDictionary+JKSafeAccess.m │ │ ├── NSDictionary+JKURL.h │ │ ├── NSDictionary+JKURL.m │ │ ├── NSDictionary+JKXML.h │ │ └── NSDictionary+JKXML.m │ ├── NSException │ │ ├── NSException+JKTrace.h │ │ └── NSException+JKTrace.m │ ├── NSFileHandle │ │ ├── NSFileHandle+JKReadLine.h │ │ └── NSFileHandle+JKReadLine.m │ ├── NSFileManager │ │ ├── NSFileManager+JKPaths.h │ │ └── NSFileManager+JKPaths.m │ ├── NSHTTPCookieStorage │ │ ├── NSHTTPCookieStorage+JKFreezeDry.h │ │ └── NSHTTPCookieStorage+JKFreezeDry.m │ ├── NSIndexPath │ │ ├── NSIndexPath+JKOffset.h │ │ └── NSIndexPath+JKOffset.m │ ├── NSInvocation │ │ ├── NSInvocation+JKBb.h │ │ ├── NSInvocation+JKBb.m │ │ ├── NSInvocation+JKBlock.h │ │ └── NSInvocation+JKBlock.m │ ├── NSNotificationCenter │ │ ├── NSNotificationCenter+JKMainThread.h │ │ └── NSNotificationCenter+JKMainThread.m │ ├── NSNumber │ │ ├── NSDecimalNumber+JKCalculatingByString.h │ │ ├── NSDecimalNumber+JKCalculatingByString.m │ │ ├── NSDecimalNumber+JKExtensions.h │ │ ├── NSDecimalNumber+JKExtensions.m │ │ ├── NSNumber+JKCGFloat.h │ │ ├── NSNumber+JKCGFloat.m │ │ ├── NSNumber+JKRomanNumerals.h │ │ ├── NSNumber+JKRomanNumerals.m │ │ ├── NSNumber+JKRound.h │ │ └── NSNumber+JKRound.m │ ├── NSObject │ │ ├── NSObject+JKAddProperty.h │ │ ├── NSObject+JKAddProperty.m │ │ ├── NSObject+JKAppInfo.h │ │ ├── NSObject+JKAppInfo.m │ │ ├── NSObject+JKAssociatedObject.h │ │ ├── NSObject+JKAssociatedObject.m │ │ ├── NSObject+JKAutoCoding.h │ │ ├── NSObject+JKAutoCoding.m │ │ ├── NSObject+JKBlockTimer.h │ │ ├── NSObject+JKBlockTimer.m │ │ ├── NSObject+JKBlocks.h │ │ ├── NSObject+JKBlocks.m │ │ ├── NSObject+JKEasyCopy.h │ │ ├── NSObject+JKEasyCopy.m │ │ ├── NSObject+JKGCD.h │ │ ├── NSObject+JKGCD.m │ │ ├── NSObject+JKKVOBlocks.h │ │ ├── NSObject+JKKVOBlocks.m │ │ ├── NSObject+JKReflection.h │ │ ├── NSObject+JKReflection.m │ │ ├── NSObject+JKRuntime.h │ │ └── NSObject+JKRuntime.m │ ├── NSRunLoop │ │ ├── NSRunLoop+JKPerformBlock.h │ │ └── NSRunLoop+JKPerformBlock.m │ ├── NSSet │ │ ├── NSSet+JKBlock.h │ │ └── NSSet+JKBlock.m │ ├── NSString │ │ ├── NSString+JKBase64.h │ │ ├── NSString+JKBase64.m │ │ ├── NSString+JKContains.h │ │ ├── NSString+JKContains.m │ │ ├── NSString+JKDictionaryValue.h │ │ ├── NSString+JKDictionaryValue.m │ │ ├── NSString+JKEmoji.h │ │ ├── NSString+JKEmoji.m │ │ ├── NSString+JKEncrypt.h │ │ ├── NSString+JKEncrypt.m │ │ ├── NSString+JKHTML.h │ │ ├── NSString+JKHTML.m │ │ ├── NSString+JKHash.h │ │ ├── NSString+JKHash.m │ │ ├── NSString+JKMIME.h │ │ ├── NSString+JKMIME.m │ │ ├── NSString+JKMatcher.h │ │ ├── NSString+JKMatcher.m │ │ ├── NSString+JKNormalRegex.h │ │ ├── NSString+JKNormalRegex.m │ │ ├── NSString+JKPinyin.h │ │ ├── NSString+JKPinyin.m │ │ ├── NSString+JKRemoveEmoji.h │ │ ├── NSString+JKRemoveEmoji.m │ │ ├── NSString+JKScore.h │ │ ├── NSString+JKScore.m │ │ ├── NSString+JKSize.h │ │ ├── NSString+JKSize.m │ │ ├── NSString+JKStringPages.h │ │ ├── NSString+JKStringPages.m │ │ ├── NSString+JKTrims.h │ │ ├── NSString+JKTrims.m │ │ ├── NSString+JKURLEncode.h │ │ ├── NSString+JKURLEncode.m │ │ ├── NSString+JKUUID.h │ │ ├── NSString+JKUUID.m │ │ ├── NSString+JKXMLDictionary.h │ │ └── NSString+JKXMLDictionary.m │ ├── NSTimer │ │ ├── NSTimer+JKAddition.h │ │ ├── NSTimer+JKAddition.m │ │ ├── NSTimer+JKBlocks.h │ │ └── NSTimer+JKBlocks.m │ ├── NSURL │ │ ├── NSURL+JKParam.h │ │ ├── NSURL+JKParam.m │ │ ├── NSURL+JKQueryDictionary.h │ │ └── NSURL+JKQueryDictionary.m │ ├── NSURLConnection │ │ ├── NSURLConnection+JKSelfSigned.h │ │ └── NSURLConnection+JKSelfSigned.m │ ├── NSURLRequest │ │ ├── NSMutableURLRequest+JKUpload.h │ │ ├── NSMutableURLRequest+JKUpload.m │ │ ├── NSURLRequest+JKParamsFromDictionary.h │ │ └── NSURLRequest+JKParamsFromDictionary.m │ ├── NSURLSession │ │ ├── NSURLSession+JKSynchronousTask.h │ │ └── NSURLSession+JKSynchronousTask.m │ └── NSUserDefaults │ │ ├── NSUserDefaults+JKSafeAccess.h │ │ ├── NSUserDefaults+JKSafeAccess.m │ │ ├── NSUserDefaults+JKiCloudSync.h │ │ └── NSUserDefaults+JKiCloudSync.m ├── UIKit-JKCategories │ ├── JKFoundation.h │ ├── UIAlertView │ │ ├── UIAlertView+JKBlock.h │ │ └── UIAlertView+JKBlock.m │ ├── UIApplication │ │ ├── UIApplication+JKApplicationSize.h │ │ ├── UIApplication+JKApplicationSize.m │ │ ├── UIApplication+JKKeyboardFrame.h │ │ ├── UIApplication+JKKeyboardFrame.m │ │ ├── UIApplication+JKNetworkActivityIndicator.h │ │ ├── UIApplication+JKNetworkActivityIndicator.m │ │ ├── UIApplication+JKPermissions.h │ │ └── UIApplication+JKPermissions.m │ ├── UIBarButtonItem │ │ ├── UIBarButtonItem+JKAction.h │ │ ├── UIBarButtonItem+JKAction.m │ │ ├── UIBarButtonItem+JKBadge.h │ │ └── UIBarButtonItem+JKBadge.m │ ├── UIBezierPath │ │ ├── UIBezierPath+JKBasicShapes.h │ │ ├── UIBezierPath+JKBasicShapes.m │ │ ├── UIBezierPath+JKLength.h │ │ ├── UIBezierPath+JKLength.m │ │ ├── UIBezierPath+JKSVGString.h │ │ ├── UIBezierPath+JKSVGString.m │ │ ├── UIBezierPath+JKSymbol.h │ │ ├── UIBezierPath+JKSymbol.m │ │ ├── UIBezierPath+JKThroughPointsBezier.h │ │ └── UIBezierPath+JKThroughPointsBezier.m │ ├── UIButton │ │ ├── UIButton+JKBackgroundColor.h │ │ ├── UIButton+JKBackgroundColor.m │ │ ├── UIButton+JKBadge.h │ │ ├── UIButton+JKBadge.m │ │ ├── UIButton+JKBlock.h │ │ ├── UIButton+JKBlock.m │ │ ├── UIButton+JKCountDown.h │ │ ├── UIButton+JKCountDown.m │ │ ├── UIButton+JKImagePosition.h │ │ ├── UIButton+JKImagePosition.m │ │ ├── UIButton+JKIndicator.h │ │ ├── UIButton+JKIndicator.m │ │ ├── UIButton+JKMiddleAligning.h │ │ ├── UIButton+JKMiddleAligning.m │ │ ├── UIButton+JKSubmitting.h │ │ ├── UIButton+JKSubmitting.m │ │ ├── UIButton+JKTouchAreaInsets.h │ │ └── UIButton+JKTouchAreaInsets.m │ ├── UIColor │ │ ├── UIColor+JKGradient.h │ │ ├── UIColor+JKGradient.m │ │ ├── UIColor+JKHEX.h │ │ ├── UIColor+JKHEX.m │ │ ├── UIColor+JKModify.h │ │ ├── UIColor+JKModify.m │ │ ├── UIColor+JKRandom.h │ │ ├── UIColor+JKRandom.m │ │ ├── UIColor+JKWeb.h │ │ └── UIColor+JKWeb.m │ ├── UIControl │ │ ├── UIControl+JKActionBlocks.h │ │ ├── UIControl+JKActionBlocks.m │ │ ├── UIControl+JKBlock.h │ │ ├── UIControl+JKBlock.m │ │ ├── UIControl+JKSound.h │ │ └── UIControl+JKSound.m │ ├── UIDevice │ │ ├── UIDevice+JKHardware.h │ │ ├── UIDevice+JKHardware.m │ │ ├── UIDevice+JKPasscodeStatus.h │ │ └── UIDevice+JKPasscodeStatus.m │ ├── UIFont │ │ ├── UIFont+JKCustomLoader.h │ │ ├── UIFont+JKCustomLoader.m │ │ ├── UIFont+JKDynamicFontControl.h │ │ ├── UIFont+JKDynamicFontControl.m │ │ ├── UIFont+JKTTF.h │ │ └── UIFont+JKTTF.m │ ├── UIImage │ │ ├── UIImage+JKAlpha.h │ │ ├── UIImage+JKAlpha.m │ │ ├── UIImage+JKAnimatedGIF.h │ │ ├── UIImage+JKAnimatedGIF.m │ │ ├── UIImage+JKBetterFace.h │ │ ├── UIImage+JKBetterFace.m │ │ ├── UIImage+JKBlur.h │ │ ├── UIImage+JKBlur.m │ │ ├── UIImage+JKCapture.h │ │ ├── UIImage+JKCapture.m │ │ ├── UIImage+JKColor.h │ │ ├── UIImage+JKColor.m │ │ ├── UIImage+JKFXImage.h │ │ ├── UIImage+JKFXImage.m │ │ ├── UIImage+JKFileName.h │ │ ├── UIImage+JKFileName.m │ │ ├── UIImage+JKGIF.h │ │ ├── UIImage+JKGIF.m │ │ ├── UIImage+JKMerge.h │ │ ├── UIImage+JKMerge.m │ │ ├── UIImage+JKOrientation.h │ │ ├── UIImage+JKOrientation.m │ │ ├── UIImage+JKRemoteSize.h │ │ ├── UIImage+JKRemoteSize.m │ │ ├── UIImage+JKResize.h │ │ ├── UIImage+JKResize.m │ │ ├── UIImage+JKRoundedCorner.h │ │ ├── UIImage+JKRoundedCorner.m │ │ ├── UIImage+JKSuperCompress.h │ │ ├── UIImage+JKSuperCompress.m │ │ ├── UIImage+JKVector.h │ │ └── UIImage+JKVector.m │ ├── UIImageView │ │ ├── UIImageView+JKAddition.h │ │ ├── UIImageView+JKAddition.m │ │ ├── UIImageView+JKBetterFace.h │ │ ├── UIImageView+JKBetterFace.m │ │ ├── UIImageView+JKFaceAwareFill.h │ │ ├── UIImageView+JKFaceAwareFill.m │ │ ├── UIImageView+JKGeometryConversion.h │ │ ├── UIImageView+JKGeometryConversion.m │ │ ├── UIImageView+JKLetters.h │ │ ├── UIImageView+JKLetters.m │ │ ├── UIImageView+JKReflect.h │ │ └── UIImageView+JKReflect.m │ ├── UILable │ │ ├── UILabel+JKAdjustableLabel.h │ │ ├── UILabel+JKAdjustableLabel.m │ │ ├── UILabel+JKAutoSize.h │ │ ├── UILabel+JKAutoSize.m │ │ ├── UILabel+JKAutomaticWriting.h │ │ ├── UILabel+JKAutomaticWriting.m │ │ ├── UILabel+JKSuggestSize.h │ │ └── UILabel+JKSuggestSize.m │ ├── UINavigationBar │ │ ├── UINavigationBar+JKAwesome.h │ │ └── UINavigationBar+JKAwesome.m │ ├── UINavigationController │ │ ├── UINavigationController+JKKeyboardFix.h │ │ ├── UINavigationController+JKKeyboardFix.m │ │ ├── UINavigationController+JKStackManager.h │ │ ├── UINavigationController+JKStackManager.m │ │ ├── UINavigationController+JKTransitions.h │ │ └── UINavigationController+JKTransitions.m │ ├── UINavigationItem │ │ ├── UINavigationItem+JKLoading.h │ │ ├── UINavigationItem+JKLoading.m │ │ ├── UINavigationItem+JKLock.h │ │ ├── UINavigationItem+JKLock.m │ │ ├── UINavigationItem+JKMargin.h │ │ └── UINavigationItem+JKMargin.m │ ├── UIPopoverController │ │ ├── UIPopoverController+iPhone.h │ │ └── UIPopoverController+iPhone.m │ ├── UIResponder │ │ ├── UIResponder+JKChain.h │ │ ├── UIResponder+JKChain.m │ │ ├── UIResponder+JKFirstResponder.h │ │ └── UIResponder+JKFirstResponder.m │ ├── UIScreen │ │ ├── UIScreen+JKFrame.h │ │ └── UIScreen+JKFrame.m │ ├── UIScrollView │ │ ├── UIScrollView+JKAddition.h │ │ ├── UIScrollView+JKAddition.m │ │ ├── UIScrollView+JKPages.h │ │ └── UIScrollView+JKPages.m │ ├── UISearchBar │ │ ├── UISearchBar+JKBlocks.h │ │ └── UISearchBar+JKBlocks.m │ ├── UISplitViewController │ │ ├── UISplitViewController+JKQuickAccess.h │ │ └── UISplitViewController+JKQuickAccess.m │ ├── UITableView │ │ ├── UITableView+JKiOS7Style.h │ │ └── UITableView+JKiOS7Style.m │ ├── UITableViewCell │ │ ├── UITableViewCell+JKDelaysContentTouches.h │ │ ├── UITableViewCell+JKDelaysContentTouches.m │ │ ├── UITableViewCell+JKNIB.h │ │ └── UITableViewCell+JKNIB.m │ ├── UITextField │ │ ├── UITextField+JKBlocks.h │ │ ├── UITextField+JKBlocks.m │ │ ├── UITextField+JKHistory.h │ │ ├── UITextField+JKHistory.m │ │ ├── UITextField+JKInputLimit.h │ │ ├── UITextField+JKInputLimit.m │ │ ├── UITextField+JKSelect.h │ │ ├── UITextField+JKSelect.m │ │ ├── UITextField+JKShake.h │ │ └── UITextField+JKShake.m │ ├── UITextView │ │ ├── UITextView+JKInputLimit.h │ │ ├── UITextView+JKInputLimit.m │ │ ├── UITextView+JKPinchZoom.h │ │ ├── UITextView+JKPinchZoom.m │ │ ├── UITextView+JKPlaceHolder.h │ │ ├── UITextView+JKPlaceHolder.m │ │ ├── UITextView+JKSelect.h │ │ └── UITextView+JKSelect.m │ ├── UIView │ │ ├── UIView+JKAnimation.h │ │ ├── UIView+JKAnimation.m │ │ ├── UIView+JKBlockGesture.h │ │ ├── UIView+JKBlockGesture.m │ │ ├── UIView+JKConstraints.h │ │ ├── UIView+JKConstraints.m │ │ ├── UIView+JKCustomBorder.h │ │ ├── UIView+JKCustomBorder.m │ │ ├── UIView+JKDraggable.h │ │ ├── UIView+JKDraggable.m │ │ ├── UIView+JKFind.h │ │ ├── UIView+JKFind.m │ │ ├── UIView+JKFrame.h │ │ ├── UIView+JKFrame.m │ │ ├── UIView+JKNib.h │ │ ├── UIView+JKNib.m │ │ ├── UIView+JKRecursion.h │ │ ├── UIView+JKRecursion.m │ │ ├── UIView+JKScreenshot.h │ │ ├── UIView+JKScreenshot.m │ │ ├── UIView+JKShake.h │ │ ├── UIView+JKShake.m │ │ ├── UIView+JKToast.h │ │ ├── UIView+JKToast.m │ │ ├── UIView+JKVisuals.h │ │ └── UIView+JKVisuals.m │ ├── UIViewController │ │ ├── UIViewController+JKBackButtonItemTitle.h │ │ ├── UIViewController+JKBackButtonItemTitle.m │ │ ├── UIViewController+JKBackButtonTouched.h │ │ ├── UIViewController+JKBackButtonTouched.m │ │ ├── UIViewController+JKBlockSegue.h │ │ ├── UIViewController+JKBlockSegue.m │ │ ├── UIViewController+JKRecursiveDescription.h │ │ ├── UIViewController+JKRecursiveDescription.m │ │ ├── UIViewController+JKStoreKit.h │ │ ├── UIViewController+JKStoreKit.m │ │ ├── UIViewController+JKVisible.h │ │ └── UIViewController+JKVisible.m │ ├── UIWebView │ │ ├── UIWebVIew+JKSwipeGesture.h │ │ ├── UIWebVIew+JKSwipeGesture.m │ │ ├── UIWebView+JKBlocks.h │ │ ├── UIWebView+JKBlocks.m │ │ ├── UIWebView+JKCanvas.h │ │ ├── UIWebView+JKCanvas.m │ │ ├── UIWebView+JKJavaScript.h │ │ ├── UIWebView+JKJavaScript.m │ │ ├── UIWebView+JKLoad.h │ │ ├── UIWebView+JKLoad.m │ │ ├── UIWebView+JKLoadInfo.h │ │ ├── UIWebView+JKLoadInfo.m │ │ ├── UIWebView+JKMetaParser.h │ │ ├── UIWebView+JKMetaParser.m │ │ ├── UIWebView+JKStyle.h │ │ ├── UIWebView+JKStyle.m │ │ ├── UIWebView+JKWebStorage.h │ │ └── UIWebView+JKWebStorage.m │ └── UIWindow │ │ ├── UIWindow+JKHierarchy.h │ │ └── UIWindow+JKHierarchy.m └── UIKit-WKCategories │ ├── 0WHKit.h │ ├── CALayer+WHLayer.h │ ├── CALayer+WHLayer.m │ ├── NSArray+WHArray.h │ ├── NSArray+WHArray.m │ ├── NSDate+WHDate.h │ ├── NSDate+WHDate.m │ ├── NSDictionary+WHDictionary.h │ ├── NSDictionary+WHDictionary.m │ ├── NSFileManager+WHFileManager.h │ ├── NSFileManager+WHFileManager.m │ ├── NSNumber+WHNumber.h │ ├── NSNumber+WHNumber.m │ ├── NSObject+WHObject.h │ ├── NSObject+WHObject.m │ ├── NSObject+WHRuntime.h │ ├── NSObject+WHRuntime.m │ ├── NSString+WHString.h │ ├── NSString+WHString.m │ ├── NSTimer+WHTimer.h │ ├── NSTimer+WHTimer.m │ ├── SerializeKit.h │ ├── UIAlertController+WHAlert.h │ ├── UIAlertController+WHAlert.m │ ├── UIBarButtonItem+WHBarButtonItem.h │ ├── UIBarButtonItem+WHBarButtonItem.m │ ├── UIButton+WHButton.h │ ├── UIButton+WHButton.m │ ├── UIColor+WHColor.h │ ├── UIColor+WHColor.m │ ├── UIDevice+WHDevice.h │ ├── UIDevice+WHDevice.m │ ├── UIImage+WHImage.h │ ├── UIImage+WHImage.m │ ├── UIImageView+WHImageView.h │ ├── UIImageView+WHImageView.m │ ├── UILabel+WHLabel.h │ ├── UILabel+WHLabel.m │ ├── UINavigationController+WHNavigationController.h │ ├── UINavigationController+WHNavigationController.m │ ├── UIScrollView+WHScrollView.h │ ├── UIScrollView+WHScrollView.m │ ├── UITableView+WHTableView.h │ ├── UITableView+WHTableView.m │ ├── UIView+WHView.h │ ├── UIView+WHView.m │ ├── UIViewController+WHVC.h │ ├── UIViewController+WHVC.m │ ├── WHMacro.h │ ├── WHMethods.h │ ├── WHMethods.m │ └── WHSingleton.h ├── Framework-Codeidea.xcworkspace ├── contents.xcworkspacedata ├── xcshareddata │ └── IDEWorkspaceChecks.plist └── xcuserdata │ └── sunhui.xcuserdatad │ ├── IDEFindNavigatorScopes.plist │ ├── UserInterfaceState.xcuserstate │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist └── README.md /CoderLN-Foundation/Foundation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/Foundation.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSArray.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSArray.m: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSAttributedString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSAttributedString.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSAutoreleasePool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSAutoreleasePool.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSBundle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSBundle.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSByteCountFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSByteCountFormatter.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSByteOrder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSByteOrder.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSCache.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSCalendar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSCalendar.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSCharacterSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSCharacterSet.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSCoder.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSComparisonPredicate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSComparisonPredicate.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSCompoundPredicate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSCompoundPredicate.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSData.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSDate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSDate.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSDateComponentsFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSDateComponentsFormatter.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSDateFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSDateFormatter.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSDateInterval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSDateInterval.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSDateIntervalFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSDateIntervalFormatter.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSDecimal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSDecimal.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSDecimalNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSDecimalNumber.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSDictionary.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSDictionary.m: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSEnergyFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSEnergyFormatter.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSEnumerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSEnumerator.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSError.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSException.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSExpression.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSExpression.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSExtensionContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSExtensionContext.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSExtensionItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSExtensionItem.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSExtensionRequestHandling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSExtensionRequestHandling.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSFileCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSFileCoordinator.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSFileHandle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSFileHandle.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSFileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSFileManager.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSFilePresenter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSFilePresenter.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSFileVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSFileVersion.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSFileWrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSFileWrapper.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSFormatter.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSHTTPCookie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSHTTPCookie.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSHTTPCookieStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSHTTPCookieStorage.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSHashTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSHashTable.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSISO8601DateFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSISO8601DateFormatter.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSIndexPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSIndexPath.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSIndexSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSIndexSet.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSInvocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSInvocation.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSItemProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSItemProvider.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSJSONSerialization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSJSONSerialization.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSKeyValueCoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSKeyValueCoding.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSKeyValueObserving.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSKeyValueObserving.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSKeyedArchiver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSKeyedArchiver.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSLengthFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSLengthFormatter.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSLinguisticTagger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSLinguisticTagger.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSLocale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSLocale.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSLock.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSMapTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSMapTable.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSMassFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSMassFormatter.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSMeasurement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSMeasurement.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSMeasurementFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSMeasurementFormatter.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSMetadata.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSMetadataAttributes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSMetadataAttributes.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSMethodSignature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSMethodSignature.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSNetServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSNetServices.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSNotification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSNotification.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSNotification.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSNotification.m -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSNotificationQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSNotificationQueue.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSNull.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSNull.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSNumberFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSNumberFormatter.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSOperation.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSOrderedSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSOrderedSet.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSOrthography.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSOrthography.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSPathUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSPathUtilities.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSPersonNameComponents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSPersonNameComponents.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSPersonNameComponentsFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSPersonNameComponentsFormatter.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSPointerArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSPointerArray.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSPointerFunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSPointerFunctions.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSPort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSPort.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSPredicate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSPredicate.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSProcessInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSProcessInfo.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSProgress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSProgress.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSPropertyList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSPropertyList.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSProxy.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSRange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSRange.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSRegularExpression.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSRegularExpression.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSScanner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSScanner.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSSet.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSSortDescriptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSSortDescriptor.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSStream.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSString.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSString.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSString.m -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSTextCheckingResult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSTextCheckingResult.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSThread.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSTimeZone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSTimeZone.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSTimer.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSURL.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSURLAuthenticationChallenge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSURLAuthenticationChallenge.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSURLCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSURLCache.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSURLConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSURLConnection.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSURLCredential.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSURLCredential.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSURLCredentialStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSURLCredentialStorage.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSURLError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSURLError.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSURLProtectionSpace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSURLProtectionSpace.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSURLProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSURLProtocol.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSURLRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSURLRequest.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSURLResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSURLResponse.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSURLSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSURLSession.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSURLSession.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSURLSession.m -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSUbiquitousKeyValueStore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSUbiquitousKeyValueStore.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSUndoManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSUndoManager.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSUnit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSUnit.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSUserActivity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSUserActivity.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSUserDefaults.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSUserDefaults.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSValue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSValue.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSValueTransformer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSValueTransformer.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSXMLParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSXMLParser.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSXPCConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSXPCConnection.h -------------------------------------------------------------------------------- /CoderLN-Foundation/NSObject/NSZone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/NSObject/NSZone.h -------------------------------------------------------------------------------- /CoderLN-Foundation/RunLoop/CFRunLoop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/RunLoop/CFRunLoop.c -------------------------------------------------------------------------------- /CoderLN-Foundation/RunLoop/CFRunLoop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/RunLoop/CFRunLoop.h -------------------------------------------------------------------------------- /CoderLN-Foundation/RunLoop/LOG -> [NSRunLoop currentRunLoop].c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/RunLoop/LOG -> [NSRunLoop currentRunLoop].c -------------------------------------------------------------------------------- /CoderLN-Foundation/RunLoop/NSRunLoop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-Foundation/RunLoop/NSRunLoop.h -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Block的底层实现c++源码解析/block在内存中的存储.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Block的底层实现c++源码解析/block在内存中的存储.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Block的底层实现c++源码解析/block底层的数据结构.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Block的底层实现c++源码解析/block底层的数据结构.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Block的底层实现c++源码解析/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Block的底层实现c++源码解析/main.cpp -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Block的底层实现c++源码解析/不同类型调用copy效果.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Block的底层实现c++源码解析/不同类型调用copy效果.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/KVO 实现原理/KVO 子类内部方法.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/KVO 实现原理/KVO 子类内部方法.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/KVO 实现原理/手动触发 KVO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/KVO 实现原理/手动触发 KVO.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Objective-C思维脑图/Block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Objective-C思维脑图/Block.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Objective-C思维脑图/Objective-C语言特性.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Objective-C思维脑图/Objective-C语言特性.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Objective-C思维脑图/RunLoop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Objective-C思维脑图/RunLoop.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Objective-C思维脑图/Runtime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Objective-C思维脑图/Runtime.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Objective-C思维脑图/UI视图相关.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Objective-C思维脑图/UI视图相关.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Objective-C思维脑图/内存管理.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Objective-C思维脑图/内存管理.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Objective-C思维脑图/多线程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Objective-C思维脑图/多线程.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Objective-C思维脑图/架构:框架.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Objective-C思维脑图/架构:框架.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Objective-C思维脑图/第三方库.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Objective-C思维脑图/第三方库.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Objective-C思维脑图/算法.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Objective-C思维脑图/算法.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Objective-C思维脑图/网络相关.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Objective-C思维脑图/网络相关.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Objective-C思维脑图/设计模式.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Objective-C思维脑图/设计模式.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/Runloop 运行循环/runloop 5个相关类关系.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/Runloop 运行循环/runloop 5个相关类关系.jpeg -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/SVN&Git/Git常用命令速查表.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/SVN&Git/Git常用命令速查表.jpeg -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/UIKit&Foundation 类结构/UIFoundation 分类结构.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/UIKit&Foundation 类结构/UIFoundation 分类结构.jpeg -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/UIKit&Foundation 类结构/UIKit 分类结构.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/UIKit&Foundation 类结构/UIKit 分类结构.jpeg -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/iOS10推送通知图解/UINotificationResponse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/iOS10推送通知图解/UINotificationResponse.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/iOS10推送通知图解/UNNotificationResponse包含内容.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/iOS10推送通知图解/UNNotificationResponse包含内容.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/iOS10推送通知图解/iOS10的通知使用场景分析方案.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/iOS10推送通知图解/iOS10的通知使用场景分析方案.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/iOS10推送通知图解/添加 Service Extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/iOS10推送通知图解/添加 Service Extension.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/iOS10推送通知图解/远程推送原理1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/iOS10推送通知图解/远程推送原理1.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/iOS10推送通知图解/远程推送原理2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/iOS10推送通知图解/远程推送原理2.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/iOS10推送通知图解/远程通知的原理.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/iOS10推送通知图解/远程通知的原理.png -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/网络通信/OSI 网络七层模型.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/网络通信/OSI 网络七层模型.jpg -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/网络通信/OSI七层结构与TCP:IP四层结构对应关系.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/网络通信/OSI七层结构与TCP:IP四层结构对应关系.jpg -------------------------------------------------------------------------------- /CoderLN-FrameworkDiagram/网络通信/OSI七层结构与TCP:IP四层结构对应关系.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-FrameworkDiagram/网络通信/OSI七层结构与TCP:IP四层结构对应关系.png -------------------------------------------------------------------------------- /CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayer.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayer.m -------------------------------------------------------------------------------- /CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayerItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayerItem.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayerItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayerItem.m -------------------------------------------------------------------------------- /CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayerLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayerLayer.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayerViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayerViewController.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayerViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/AVKit&AVFoundation/AVPlayerViewController.m -------------------------------------------------------------------------------- /CoderLN-OtherFramework/AlgorithmMathFunction/Math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/AlgorithmMathFunction/Math.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/CoreGraphics/CGContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/CoreGraphics/CGContext.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/CoreGraphics/UIGraphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/CoreGraphics/UIGraphics.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/CoreLocation/CLGeocoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/CoreLocation/CLGeocoder.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/CoreLocation/CLLocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/CoreLocation/CLLocation.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/CoreLocation/CLLocationManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/CoreLocation/CLLocationManager.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/CoreLocation/CLLocationManagerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/CoreLocation/CLLocationManagerDelegate.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/CoreLocation/CLLocationManagerDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/CoreLocation/CLLocationManagerDelegate.m -------------------------------------------------------------------------------- /CoderLN-OtherFramework/MapKit/MKMapView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/MapKit/MKMapView.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/MapKit/MKMapView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/MapKit/MKMapView.m -------------------------------------------------------------------------------- /CoderLN-OtherFramework/NSObject.h/NSObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/NSObject.h/NSObject.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/QuartzCore/CADisplayLink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/QuartzCore/CADisplayLink.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/Runtime/runtime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/Runtime/runtime.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/Runtime/runtime.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/Runtime/runtime.m -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UNError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UNError.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UNNotification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UNNotification.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UNNotificationAction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UNNotificationAction.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UNNotificationAttachment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UNNotificationAttachment.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UNNotificationCategory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UNNotificationCategory.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UNNotificationContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UNNotificationContent.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UNNotificationRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UNNotificationRequest.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UNNotificationResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UNNotificationResponse.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UNNotificationServiceExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UNNotificationServiceExtension.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UNNotificationSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UNNotificationSettings.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UNNotificationSound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UNNotificationSound.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UNNotificationTrigger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UNNotificationTrigger.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UNUserNotificationCenter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UNUserNotificationCenter.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UserNotifications.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UserNotifications.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/UserNotifications/UserNotifications.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/UserNotifications/UserNotifications.m -------------------------------------------------------------------------------- /CoderLN-OtherFramework/WebKit/UIWebView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/WebKit/UIWebView.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/WebKit/WKWebView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/WebKit/WKWebView.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/XCTest.h/XCTestAssertions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/XCTest.h/XCTestAssertions.h -------------------------------------------------------------------------------- /CoderLN-OtherFramework/XCTest.h/XCTestAssertions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-OtherFramework/XCTest.h/XCTestAssertions.m -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/DocumentManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/DocumentManager.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/NSDataAsset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/NSDataAsset.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/NSFileProviderExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/NSFileProviderExtension.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/NSLayoutAnchor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/NSLayoutAnchor.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/NSLayoutConstraint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/NSLayoutConstraint.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/NSLayoutManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/NSLayoutManager.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/NSParagraphStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/NSParagraphStyle.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/NSShadow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/NSShadow.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/NSStringDrawing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/NSStringDrawing.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/NSText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/NSText.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/NSTextAttachment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/NSTextAttachment.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/NSTextContainer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/NSTextContainer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/NSTextStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/NSTextStorage.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIAccelerometer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIAccelerometer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIAccessibility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIAccessibility.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIAccessibilityConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIAccessibilityConstants.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIAccessibilityContentSizeCategoryImageAdjusting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIAccessibilityContentSizeCategoryImageAdjusting.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIActivity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIActivity.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIActivityItemProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIActivityItemProvider.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIAppearance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIAppearance.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIApplication.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIApplication.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIApplication.m -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIApplicationShortcutItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIApplicationShortcutItem.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIAttachmentBehavior.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIAttachmentBehavior.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIBarButtonItemGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIBarButtonItemGroup.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIBezierPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIBezierPath.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIBlurEffect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIBlurEffect.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UICollectionViewFlowLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UICollectionViewFlowLayout.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UICollectionViewLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UICollectionViewLayout.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UICollectionViewTransitionLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UICollectionViewTransitionLayout.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UICollisionBehavior.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UICollisionBehavior.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIColor.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIContentSizeCategory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIContentSizeCategory.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIContentSizeCategoryAdjusting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIContentSizeCategoryAdjusting.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIDevice.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIDocument.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIDocumentInteractionController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIDocumentInteractionController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIDragInteraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIDragInteraction.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIDragItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIDragItem.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIDragPreview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIDragPreview.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIDragPreviewParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIDragPreviewParameters.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIDragSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIDragSession.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIDropInteraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIDropInteraction.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIDynamicAnimator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIDynamicAnimator.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIDynamicBehavior.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIDynamicBehavior.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIDynamicItemBehavior.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIDynamicItemBehavior.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIEvent.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIFeedbackGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIFeedbackGenerator.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIFieldBehavior.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIFieldBehavior.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIFocus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIFocus.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIFocusAnimationCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIFocusAnimationCoordinator.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIFocusDebugger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIFocusDebugger.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIFocusGuide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIFocusGuide.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIFocusSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIFocusSystem.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIFont.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIFontDescriptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIFontDescriptor.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIFontMetrics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIFontMetrics.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIGeometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIGeometry.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIGraphicsImageRenderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIGraphicsImageRenderer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIGraphicsPDFRenderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIGraphicsPDFRenderer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIGraphicsRenderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIGraphicsRenderer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIGravityBehavior.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIGravityBehavior.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIImage.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIImageAsset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIImageAsset.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIImpactFeedbackGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIImpactFeedbackGenerator.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIInteraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIInteraction.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIInterface.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIKitDefines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIKitDefines.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UILayoutGuide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UILayoutGuide.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UILexicon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UILexicon.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UILocalNotification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UILocalNotification.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UILocalizedIndexedCollation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UILocalizedIndexedCollation.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIManagedDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIManagedDocument.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIMenuController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIMenuController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIMotionEffect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIMotionEffect.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UINib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UINib.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UINibLoading.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UINibLoading.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPasteConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPasteConfiguration.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPasteConfigurationSupporting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPasteConfigurationSupporting.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPasteboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPasteboard.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPopoverController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPopoverController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPopoverPresentationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPopoverPresentationController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPopoverPresentationController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPopoverPresentationController.m -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPresentationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPresentationController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPress.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPressesEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPressesEvent.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPreviewInteraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPreviewInteraction.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPrintError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPrintError.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPrintFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPrintFormatter.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPrintInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPrintInfo.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPrintInteractionController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPrintInteractionController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPrintPageRenderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPrintPageRenderer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPrintPaper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPrintPaper.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPrinter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPrinter.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPrinterPickerController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPrinterPickerController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIPushBehavior.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIPushBehavior.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIRegion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIRegion.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIResponder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIResponder.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIScreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIScreen.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIScreenMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIScreenMode.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UISearchDisplayController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UISearchDisplayController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UISelectionFeedbackGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UISelectionFeedbackGenerator.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UISnapBehavior.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UISnapBehavior.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UISpringLoadedInteraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UISpringLoadedInteraction.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UISpringLoadedInteractionSupporting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UISpringLoadedInteractionSupporting.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIStateRestoration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIStateRestoration.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIStoryboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIStoryboard.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIStoryboardPopoverSegue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIStoryboardPopoverSegue.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIStoryboardSegue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIStoryboardSegue.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIStringDrawing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIStringDrawing.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UITargetedDragPreview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UITargetedDragPreview.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UITextChecker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UITextChecker.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UITextDragPreviewRenderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UITextDragPreviewRenderer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UITextDragURLPreviews.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UITextDragURLPreviews.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UITextDragging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UITextDragging.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UITextDropProposal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UITextDropProposal.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UITextDropping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UITextDropping.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UITextInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UITextInput.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UITextInputTraits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UITextInputTraits.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UITouch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UITouch.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UITouch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UITouch.m -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UITraitCollection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UITraitCollection.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIUserNotificationSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIUserNotificationSettings.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIVibrancyEffect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIVibrancyEffect.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIViewControllerTransitionCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIViewControllerTransitionCoordinator.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIViewControllerTransitioning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIViewControllerTransitioning.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIViewPropertyAnimator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIViewPropertyAnimator.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIVisualEffect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIVisualEffect.h -------------------------------------------------------------------------------- /CoderLN-UIKit/NSObject/UIVisualEffectView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/NSObject/UIVisualEffectView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIBarItem/UIBarButtonItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIBarItem/UIBarButtonItem.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIBarItem/UIBarItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIBarItem/UIBarItem.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIBarItem/UITabBarItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIBarItem/UITabBarItem.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIControl/UIButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIControl/UIButton.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIControl/UIControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIControl/UIControl.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIControl/UIDataDetectors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIControl/UIDataDetectors.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIControl/UIDatePicker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIControl/UIDatePicker.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIControl/UIPageControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIControl/UIPageControl.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIControl/UIRefreshControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIControl/UIRefreshControl.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIControl/UISegmentedControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIControl/UISegmentedControl.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIControl/UISlider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIControl/UISlider.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIControl/UIStepper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIControl/UIStepper.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIControl/UISwitch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIControl/UISwitch.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIControl/UITextField.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIControl/UITextField.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIGestureRecognizer/UIGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIGestureRecognizer/UIGestureRecognizer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIGestureRecognizer/UILongPressGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIGestureRecognizer/UILongPressGestureRecognizer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIGestureRecognizer/UIPanGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIGestureRecognizer/UIPanGestureRecognizer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIGestureRecognizer/UIPinchGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIGestureRecognizer/UIPinchGestureRecognizer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIGestureRecognizer/UIRotationGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIGestureRecognizer/UIRotationGestureRecognizer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIGestureRecognizer/UIScreenEdgePanGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIGestureRecognizer/UIScreenEdgePanGestureRecognizer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIGestureRecognizer/UISwipeGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIGestureRecognizer/UISwipeGestureRecognizer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIGestureRecognizer/UITapGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIGestureRecognizer/UITapGestureRecognizer.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIKit.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIActionSheet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIActionSheet.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIActivityIndicatorView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIActivityIndicatorView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIAlertView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIAlertView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UICollectionView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UICollectionView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UICollectionView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UICollectionView.m -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UICollectionViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UICollectionViewCell.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UICollectionViewLayout.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UICollectionViewLayout.m -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIGraphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIGraphics.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIImageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIImageView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIInputView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIInputView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UILabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UILabel.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UINavigationBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UINavigationBar.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIPickerView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIPickerView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIPopoverBackgroundView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIPopoverBackgroundView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIProgressView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIProgressView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIScrollView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIScrollView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIScrollView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIScrollView.m -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UISearchBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UISearchBar.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIStackView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIStackView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UITabBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UITabBar.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UITableView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UITableView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UITableView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UITableView.m -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UITableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UITableViewCell.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UITableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UITableViewCell.m -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UITableViewHeaderFooterView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UITableViewHeaderFooterView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UITextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UITextView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIToolbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIToolbar.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIVisualEffectView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIVisualEffectView.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIView/UIWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIView/UIWindow.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UIActivityViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UIActivityViewController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UIAlertController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UIAlertController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UICloudSharingController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UICloudSharingController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UICollectionViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UICollectionViewController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UIDocumentMenuViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UIDocumentMenuViewController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UIDocumentPickerExtensionViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UIDocumentPickerExtensionViewController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UIDocumentPickerViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UIDocumentPickerViewController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UIImagePickerController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UIImagePickerController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UIImagePickerController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UIImagePickerController.m -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UIInputViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UIInputViewController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UINavigationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UINavigationController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UIPageViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UIPageViewController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UIReferenceLibraryViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UIReferenceLibraryViewController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UISearchContainerViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UISearchContainerViewController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UISearchController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UISearchController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UISplitViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UISplitViewController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UITabBarController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UITabBarController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UITableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UITableViewController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UIVideoEditorController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UIVideoEditorController.h -------------------------------------------------------------------------------- /CoderLN-UIKit/UIViewController/UIViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/CoderLN-UIKit/UIViewController/UIViewController.h -------------------------------------------------------------------------------- /Entrance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Entrance.md -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/JKUIKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/JKUIKit.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSArray/NSArray+JKBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSArray/NSArray+JKBlock.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSArray/NSArray+JKBlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSArray/NSArray+JKBlock.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSArray/NSArray+JKSafeAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSArray/NSArray+JKSafeAccess.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSArray/NSArray+JKSafeAccess.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSArray/NSArray+JKSafeAccess.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSBundle/NSBundle+JKAppIcon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSBundle/NSBundle+JKAppIcon.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSBundle/NSBundle+JKAppIcon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSBundle/NSBundle+JKAppIcon.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKAPNSToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKAPNSToken.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKAPNSToken.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKAPNSToken.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKBase64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKBase64.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKBase64.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKBase64.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKDataCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKDataCache.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKDataCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKDataCache.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKEncrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKEncrypt.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKEncrypt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKEncrypt.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKGzip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKGzip.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKGzip.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKGzip.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKHash.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKHash.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKHash.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKPCM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKPCM.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKPCM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKPCM.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKzlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKzlib.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKzlib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSData/NSData+JKzlib.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKCupertinoYankee.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKCupertinoYankee.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKCupertinoYankee.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKCupertinoYankee.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKExtension.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKExtension.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKFormatter.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKFormatter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKFormatter.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKReporting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKReporting.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKReporting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKReporting.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKUtilities.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKUtilities.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKZeroDate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKZeroDate.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKZeroDate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDate/NSDate+JKZeroDate.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDictionary/NSDictionary+JKURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDictionary/NSDictionary+JKURL.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDictionary/NSDictionary+JKURL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDictionary/NSDictionary+JKURL.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDictionary/NSDictionary+JKXML.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDictionary/NSDictionary+JKXML.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSDictionary/NSDictionary+JKXML.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSDictionary/NSDictionary+JKXML.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSException/NSException+JKTrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSException/NSException+JKTrace.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSException/NSException+JKTrace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSException/NSException+JKTrace.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSInvocation/NSInvocation+JKBb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSInvocation/NSInvocation+JKBb.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSInvocation/NSInvocation+JKBb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSInvocation/NSInvocation+JKBb.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSNumber/NSNumber+JKCGFloat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSNumber/NSNumber+JKCGFloat.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSNumber/NSNumber+JKCGFloat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSNumber/NSNumber+JKCGFloat.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSNumber/NSNumber+JKRound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSNumber/NSNumber+JKRound.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSNumber/NSNumber+JKRound.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSNumber/NSNumber+JKRound.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKAddProperty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKAddProperty.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKAddProperty.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKAddProperty.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKAppInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKAppInfo.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKAppInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKAppInfo.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKAutoCoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKAutoCoding.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKAutoCoding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKAutoCoding.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKBlockTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKBlockTimer.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKBlockTimer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKBlockTimer.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKBlocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKBlocks.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKBlocks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKBlocks.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKEasyCopy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKEasyCopy.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKEasyCopy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKEasyCopy.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKGCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKGCD.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKGCD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKGCD.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKKVOBlocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKKVOBlocks.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKKVOBlocks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKKVOBlocks.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKReflection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKReflection.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKReflection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKReflection.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKRuntime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKRuntime.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKRuntime.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSObject/NSObject+JKRuntime.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSSet/NSSet+JKBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSSet/NSSet+JKBlock.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSSet/NSSet+JKBlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSSet/NSSet+JKBlock.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKBase64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKBase64.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKBase64.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKBase64.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKContains.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKContains.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKContains.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKContains.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKEmoji.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKEmoji.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKEmoji.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKEmoji.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKEncrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKEncrypt.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKEncrypt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKEncrypt.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKHTML.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKHTML.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKHTML.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKHTML.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKHash.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKHash.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKHash.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKMIME.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKMIME.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKMIME.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKMIME.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKMatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKMatcher.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKMatcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKMatcher.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKNormalRegex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKNormalRegex.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKNormalRegex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKNormalRegex.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKPinyin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKPinyin.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKPinyin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKPinyin.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKRemoveEmoji.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKRemoveEmoji.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKRemoveEmoji.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKRemoveEmoji.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKScore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKScore.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKScore.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKScore.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKSize.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKSize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKSize.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKStringPages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKStringPages.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKStringPages.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKStringPages.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKTrims.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKTrims.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKTrims.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKTrims.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKURLEncode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKURLEncode.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKURLEncode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKURLEncode.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKUUID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKUUID.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKUUID.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSString/NSString+JKUUID.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSTimer/NSTimer+JKAddition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSTimer/NSTimer+JKAddition.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSTimer/NSTimer+JKAddition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSTimer/NSTimer+JKAddition.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSTimer/NSTimer+JKBlocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSTimer/NSTimer+JKBlocks.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSTimer/NSTimer+JKBlocks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSTimer/NSTimer+JKBlocks.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSURL/NSURL+JKParam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSURL/NSURL+JKParam.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSURL/NSURL+JKParam.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSURL/NSURL+JKParam.m -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSURL/NSURL+JKQueryDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSURL/NSURL+JKQueryDictionary.h -------------------------------------------------------------------------------- /Excerpt-Tools/Foundation-JKCategories/NSURL/NSURL+JKQueryDictionary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/Foundation-JKCategories/NSURL/NSURL+JKQueryDictionary.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/JKFoundation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/JKFoundation.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIAlertView/UIAlertView+JKBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIAlertView/UIAlertView+JKBlock.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIAlertView/UIAlertView+JKBlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIAlertView/UIAlertView+JKBlock.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIBezierPath/UIBezierPath+JKLength.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIBezierPath/UIBezierPath+JKLength.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIBezierPath/UIBezierPath+JKLength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIBezierPath/UIBezierPath+JKLength.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIBezierPath/UIBezierPath+JKSymbol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIBezierPath/UIBezierPath+JKSymbol.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIBezierPath/UIBezierPath+JKSymbol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIBezierPath/UIBezierPath+JKSymbol.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKBackgroundColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKBackgroundColor.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKBackgroundColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKBackgroundColor.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKBadge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKBadge.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKBadge.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKBadge.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKBlock.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKBlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKBlock.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKCountDown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKCountDown.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKCountDown.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKCountDown.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKImagePosition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKImagePosition.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKImagePosition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKImagePosition.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKIndicator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKIndicator.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKIndicator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKIndicator.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKMiddleAligning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKMiddleAligning.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKMiddleAligning.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKMiddleAligning.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKSubmitting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKSubmitting.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKSubmitting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKSubmitting.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKTouchAreaInsets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKTouchAreaInsets.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKTouchAreaInsets.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIButton/UIButton+JKTouchAreaInsets.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKGradient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKGradient.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKGradient.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKGradient.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKHEX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKHEX.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKHEX.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKHEX.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKModify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKModify.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKModify.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKModify.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKRandom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKRandom.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKRandom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKRandom.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKWeb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKWeb.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKWeb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIColor/UIColor+JKWeb.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIControl/UIControl+JKActionBlocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIControl/UIControl+JKActionBlocks.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIControl/UIControl+JKActionBlocks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIControl/UIControl+JKActionBlocks.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIControl/UIControl+JKBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIControl/UIControl+JKBlock.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIControl/UIControl+JKBlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIControl/UIControl+JKBlock.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIControl/UIControl+JKSound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIControl/UIControl+JKSound.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIControl/UIControl+JKSound.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIControl/UIControl+JKSound.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIDevice/UIDevice+JKHardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIDevice/UIDevice+JKHardware.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIDevice/UIDevice+JKHardware.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIDevice/UIDevice+JKHardware.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIDevice/UIDevice+JKPasscodeStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIDevice/UIDevice+JKPasscodeStatus.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIDevice/UIDevice+JKPasscodeStatus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIDevice/UIDevice+JKPasscodeStatus.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIFont/UIFont+JKCustomLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIFont/UIFont+JKCustomLoader.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIFont/UIFont+JKCustomLoader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIFont/UIFont+JKCustomLoader.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIFont/UIFont+JKDynamicFontControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIFont/UIFont+JKDynamicFontControl.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIFont/UIFont+JKDynamicFontControl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIFont/UIFont+JKDynamicFontControl.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIFont/UIFont+JKTTF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIFont/UIFont+JKTTF.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIFont/UIFont+JKTTF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIFont/UIFont+JKTTF.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKAlpha.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKAlpha.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKAlpha.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKAlpha.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKAnimatedGIF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKAnimatedGIF.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKAnimatedGIF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKAnimatedGIF.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKBetterFace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKBetterFace.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKBetterFace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKBetterFace.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKBlur.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKBlur.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKBlur.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKBlur.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKCapture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKCapture.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKCapture.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKCapture.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKColor.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKColor.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKFXImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKFXImage.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKFXImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKFXImage.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKFileName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKFileName.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKFileName.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKFileName.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKGIF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKGIF.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKGIF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKGIF.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKMerge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKMerge.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKMerge.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKMerge.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKOrientation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKOrientation.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKOrientation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKOrientation.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKRemoteSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKRemoteSize.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKRemoteSize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKRemoteSize.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKResize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKResize.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKResize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKResize.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKRoundedCorner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKRoundedCorner.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKRoundedCorner.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKRoundedCorner.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKSuperCompress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKSuperCompress.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKSuperCompress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKSuperCompress.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKVector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKVector.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKVector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImage/UIImage+JKVector.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKAddition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKAddition.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKAddition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKAddition.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKBetterFace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKBetterFace.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKBetterFace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKBetterFace.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKLetters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKLetters.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKLetters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKLetters.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKReflect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKReflect.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKReflect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIImageView/UIImageView+JKReflect.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKAdjustableLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKAdjustableLabel.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKAdjustableLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKAdjustableLabel.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKAutoSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKAutoSize.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKAutoSize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKAutoSize.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKAutomaticWriting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKAutomaticWriting.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKAutomaticWriting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKAutomaticWriting.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKSuggestSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKSuggestSize.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKSuggestSize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UILable/UILabel+JKSuggestSize.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIResponder/UIResponder+JKChain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIResponder/UIResponder+JKChain.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIResponder/UIResponder+JKChain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIResponder/UIResponder+JKChain.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIScreen/UIScreen+JKFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIScreen/UIScreen+JKFrame.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIScreen/UIScreen+JKFrame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIScreen/UIScreen+JKFrame.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIScrollView/UIScrollView+JKAddition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIScrollView/UIScrollView+JKAddition.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIScrollView/UIScrollView+JKAddition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIScrollView/UIScrollView+JKAddition.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIScrollView/UIScrollView+JKPages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIScrollView/UIScrollView+JKPages.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIScrollView/UIScrollView+JKPages.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIScrollView/UIScrollView+JKPages.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UISearchBar/UISearchBar+JKBlocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UISearchBar/UISearchBar+JKBlocks.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UISearchBar/UISearchBar+JKBlocks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UISearchBar/UISearchBar+JKBlocks.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITableView/UITableView+JKiOS7Style.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITableView/UITableView+JKiOS7Style.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITableView/UITableView+JKiOS7Style.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITableView/UITableView+JKiOS7Style.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKBlocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKBlocks.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKBlocks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKBlocks.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKHistory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKHistory.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKHistory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKHistory.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKInputLimit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKInputLimit.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKInputLimit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKInputLimit.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKSelect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKSelect.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKSelect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKSelect.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKShake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKShake.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKShake.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextField/UITextField+JKShake.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKInputLimit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKInputLimit.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKInputLimit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKInputLimit.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKPinchZoom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKPinchZoom.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKPinchZoom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKPinchZoom.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKPlaceHolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKPlaceHolder.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKPlaceHolder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKPlaceHolder.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKSelect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKSelect.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKSelect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UITextView/UITextView+JKSelect.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKAnimation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKAnimation.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKAnimation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKAnimation.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKBlockGesture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKBlockGesture.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKBlockGesture.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKBlockGesture.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKConstraints.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKConstraints.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKConstraints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKConstraints.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKCustomBorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKCustomBorder.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKCustomBorder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKCustomBorder.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKDraggable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKDraggable.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKDraggable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKDraggable.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKFind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKFind.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKFind.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKFind.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKFrame.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKFrame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKFrame.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKNib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKNib.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKNib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKNib.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKRecursion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKRecursion.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKRecursion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKRecursion.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKScreenshot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKScreenshot.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKScreenshot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKScreenshot.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKShake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKShake.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKShake.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKShake.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKToast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKToast.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKToast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKToast.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKVisuals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKVisuals.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKVisuals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIView/UIView+JKVisuals.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebVIew+JKSwipeGesture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebVIew+JKSwipeGesture.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebVIew+JKSwipeGesture.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebVIew+JKSwipeGesture.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKBlocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKBlocks.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKBlocks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKBlocks.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKCanvas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKCanvas.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKCanvas.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKCanvas.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKJavaScript.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKJavaScript.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKJavaScript.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKJavaScript.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKLoad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKLoad.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKLoad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKLoad.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKLoadInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKLoadInfo.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKLoadInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKLoadInfo.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKMetaParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKMetaParser.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKMetaParser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKMetaParser.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKStyle.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKStyle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKStyle.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKWebStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKWebStorage.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKWebStorage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWebView/UIWebView+JKWebStorage.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWindow/UIWindow+JKHierarchy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWindow/UIWindow+JKHierarchy.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-JKCategories/UIWindow/UIWindow+JKHierarchy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-JKCategories/UIWindow/UIWindow+JKHierarchy.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/0WHKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/0WHKit.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/CALayer+WHLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/CALayer+WHLayer.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/CALayer+WHLayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/CALayer+WHLayer.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSArray+WHArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSArray+WHArray.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSArray+WHArray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSArray+WHArray.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSDate+WHDate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSDate+WHDate.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSDate+WHDate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSDate+WHDate.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSDictionary+WHDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSDictionary+WHDictionary.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSDictionary+WHDictionary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSDictionary+WHDictionary.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSFileManager+WHFileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSFileManager+WHFileManager.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSFileManager+WHFileManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSFileManager+WHFileManager.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSNumber+WHNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSNumber+WHNumber.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSNumber+WHNumber.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSNumber+WHNumber.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSObject+WHObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSObject+WHObject.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSObject+WHObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSObject+WHObject.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSObject+WHRuntime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSObject+WHRuntime.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSObject+WHRuntime.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSObject+WHRuntime.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSString+WHString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSString+WHString.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSString+WHString.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSString+WHString.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSTimer+WHTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSTimer+WHTimer.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/NSTimer+WHTimer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/NSTimer+WHTimer.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/SerializeKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/SerializeKit.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIAlertController+WHAlert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIAlertController+WHAlert.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIAlertController+WHAlert.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIAlertController+WHAlert.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIBarButtonItem+WHBarButtonItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIBarButtonItem+WHBarButtonItem.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIBarButtonItem+WHBarButtonItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIBarButtonItem+WHBarButtonItem.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIButton+WHButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIButton+WHButton.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIButton+WHButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIButton+WHButton.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIColor+WHColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIColor+WHColor.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIColor+WHColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIColor+WHColor.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIDevice+WHDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIDevice+WHDevice.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIDevice+WHDevice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIDevice+WHDevice.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIImage+WHImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIImage+WHImage.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIImage+WHImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIImage+WHImage.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIImageView+WHImageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIImageView+WHImageView.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIImageView+WHImageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIImageView+WHImageView.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UILabel+WHLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UILabel+WHLabel.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UILabel+WHLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UILabel+WHLabel.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIScrollView+WHScrollView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIScrollView+WHScrollView.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIScrollView+WHScrollView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIScrollView+WHScrollView.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UITableView+WHTableView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UITableView+WHTableView.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UITableView+WHTableView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UITableView+WHTableView.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIView+WHView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIView+WHView.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIView+WHView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIView+WHView.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIViewController+WHVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIViewController+WHVC.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/UIViewController+WHVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/UIViewController+WHVC.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/WHMacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/WHMacro.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/WHMethods.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/WHMethods.h -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/WHMethods.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/WHMethods.m -------------------------------------------------------------------------------- /Excerpt-Tools/UIKit-WKCategories/WHSingleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Excerpt-Tools/UIKit-WKCategories/WHSingleton.h -------------------------------------------------------------------------------- /Framework-Codeidea.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Framework-Codeidea.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Framework-Codeidea.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/Framework-Codeidea.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderLNHui/iOS-Framework/HEAD/README.md --------------------------------------------------------------------------------