├── .gitignore ├── .travis.yml ├── KJEmitterView.podspec ├── KJEmitterView.xcodeproj ├── project.pbxproj └── xcshareddata │ └── xcschemes │ └── KJEmitterView.xcscheme ├── KJEmitterView.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── KJEmitterView ├── AppDelegate.h ├── AppDelegate.m ├── Case │ ├── LeetCodeDemo │ │ ├── LeetCodeViewController.h │ │ └── LeetCodeViewController.m │ └── TextDemo │ │ ├── CALayer类 │ │ ├── KJEmitterVC.h │ │ ├── KJEmitterVC.m │ │ ├── KJErrorVC.h │ │ └── KJErrorVC.m │ │ ├── Kit扩展类 │ │ ├── KJAnimationVC.h │ │ ├── KJAnimationVC.m │ │ ├── KJButtonVC.h │ │ ├── KJButtonVC.m │ │ ├── KJCollectionVC.h │ │ ├── KJCollectionVC.m │ │ ├── KJGestureVC.h │ │ ├── KJGestureVC.m │ │ ├── KJImageBlurVC.h │ │ ├── KJImageBlurVC.m │ │ ├── KJImageViewVC.h │ │ ├── KJImageViewVC.m │ │ ├── KJLabelVC.h │ │ ├── KJLabelVC.m │ │ ├── KJTextFieldVC.h │ │ ├── KJTextFieldVC.m │ │ ├── KJTextViewVC.h │ │ ├── KJTextViewVC.m │ │ ├── KJViewVC.h │ │ └── KJViewVC.m │ │ ├── 其他相关 │ │ ├── KJArrayTestVC.h │ │ ├── KJArrayTestVC.m │ │ ├── KJLanguageVC.h │ │ ├── KJLanguageVC.m │ │ ├── KJRuntimeTestVC.h │ │ ├── KJRuntimeTestVC.m │ │ ├── en.lproj │ │ │ ├── KJLanguageVC.xib │ │ │ └── LocalizableTest.strings │ │ └── zh-Hans.lproj │ │ │ ├── KJLanguageVC.xib │ │ │ └── LocalizableTest.strings │ │ ├── 图片相关 │ │ ├── KJCodeImageVC.h │ │ ├── KJCodeImageVC.m │ │ ├── KJCoreImageVC.h │ │ ├── KJCoreImageVC.m │ │ ├── KJCoreImageVC.xib │ │ ├── KJFilterImageVC.h │ │ ├── KJFilterImageVC.m │ │ ├── KJFilterImageVC.xib │ │ ├── KJFloodImageVC.h │ │ ├── KJFloodImageVC.m │ │ ├── KJFloodImageVC.xib │ │ ├── KJImageCompressVC.h │ │ ├── KJImageCompressVC.m │ │ ├── KJImageJointVC.h │ │ ├── KJImageJointVC.m │ │ ├── KJImageVC.h │ │ ├── KJImageVC.m │ │ └── KJImageVC.xib │ │ ├── 自定义控件 │ │ ├── KJAlertVC.h │ │ ├── KJAlertVC.m │ │ ├── KJAlertVC.xib │ │ ├── KJSelectController.h │ │ ├── KJSelectController.m │ │ ├── KJSelectController.xib │ │ ├── KJSwitchVC.h │ │ ├── KJSwitchVC.m │ │ └── KJSwitchVC.xib │ │ └── 装修类 │ │ ├── KJLegWireVC.h │ │ └── KJLegWireVC.m ├── Home │ ├── BaseViewController.h │ ├── BaseViewController.m │ ├── KJHomeModel.h │ ├── KJHomeModel.m │ ├── KJHomeView.h │ ├── KJHomeView.m │ ├── ViewController.h │ └── ViewController.m └── Resources │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── IMG_4931iPadApp_76pt.png │ │ ├── IMG_4931iPadApp_76pt@2x.png │ │ ├── IMG_4931iPadNotifications_20pt.png │ │ ├── IMG_4931iPadNotifications_20pt@2x.png │ │ ├── IMG_4931iPadProApp_83.5pt@2x.png │ │ ├── IMG_4931iPadSpootlight5_29pt.png │ │ ├── IMG_4931iPadSpootlight5_29pt@2x.png │ │ ├── IMG_4931iPadSpootlight7_40pt.png │ │ ├── IMG_4931iPadSpootlight7_40pt@2x.png │ │ ├── IMG_4931iPhoneApp_60pt@2x.png │ │ ├── IMG_4931iPhoneApp_60pt@3x.png │ │ ├── IMG_4931iPhoneNotification_20pt@2x.png │ │ ├── IMG_4931iPhoneNotification_20pt@3x.png │ │ ├── IMG_4931iPhoneSpootlight5_29pt@2x.png │ │ ├── IMG_4931iPhoneSpootlight5_29pt@3x.png │ │ ├── IMG_4931iPhoneSpootlight7_40pt@2x.png │ │ ├── IMG_4931iPhoneSpootlight7_40pt@3x.png │ │ └── IMG_4931store_1024pt.png │ ├── Arrow.imageset │ │ ├── Arrow@2x.png │ │ ├── Arrow@3x.png │ │ └── Contents.json │ ├── Contents.json │ ├── Hough.imageset │ │ ├── Contents.json │ │ └── Hough.png │ ├── IMG_4931.imageset │ │ ├── Contents.json │ │ └── IMG_4931.jpg │ ├── IMG_4931store_1024pt.imageset │ │ ├── Contents.json │ │ └── IMG_4931store_1024pt.png │ ├── abc.imageset │ │ ├── Contents.json │ │ ├── abc@2x.png │ │ └── abc@3x.png │ ├── abc_ed.imageset │ │ ├── Contents.json │ │ ├── abc_ed@2x.png │ │ └── abc_ed@3x.png │ ├── adx.imageset │ │ ├── Contents.json │ │ └── adx.png │ ├── aghf.imageset │ │ ├── Contents.json │ │ └── aghf.png │ ├── badahu.imageset │ │ ├── Contents.json │ │ └── badahu.png │ ├── banana.imageset │ │ ├── Contents.json │ │ └── banana.png │ ├── button_like_norm.imageset │ │ ├── Contents.json │ │ └── button_like_norm.png │ ├── button_like_sele.imageset │ │ ├── Contents.json │ │ └── button_like_sele.png │ ├── cv.imageset │ │ ├── Contents.json │ │ └── cv.jpeg │ ├── dark.imageset │ │ ├── Contents.json │ │ └── dark.jpg │ ├── dark1.imageset │ │ ├── Contents.json │ │ └── dark1.png │ ├── dark2.imageset │ │ ├── Contents.json │ │ └── dark2.png │ ├── dark3.imageset │ │ ├── Contents.json │ │ └── dark3.png │ ├── efg.imageset │ │ ├── Contents.json │ │ └── efg.png │ ├── erzhitu.imageset │ │ ├── Contents.json │ │ └── erzhitu.png │ ├── fff.imageset │ │ ├── Contents.json │ │ └── fff.jpeg │ ├── icon_qz_3.imageset │ │ ├── Contents.json │ │ └── icon_qz_3.jpg │ ├── old.imageset │ │ ├── Contents.json │ │ └── old.jpg │ ├── orange.imageset │ │ ├── Contents.json │ │ └── orange.png │ ├── pikaqiu.imageset │ │ ├── Contents.json │ │ └── pikaqiu.png │ ├── qq.imageset │ │ ├── Contents.json │ │ └── qq.png │ ├── shuiying.imageset │ │ ├── Contents.json │ │ └── shuiying.jpg │ ├── timg-2.imageset │ │ ├── Contents.json │ │ └── timg-2.jpeg │ ├── wode_nor.imageset │ │ ├── 1wode_nor@2x.png │ │ ├── 1wode_nor@3x.png │ │ └── Contents.json │ ├── xuejing.imageset │ │ ├── Contents.json │ │ └── xuejing.png │ ├── xxsf.imageset │ │ ├── 0c87de6e044ced2b!400x400_big.jpg │ │ └── Contents.json │ ├── xxx.imageset │ │ ├── Contents.json │ │ ├── xxx@2x.png │ │ └── xxx@3x.png │ ├── xxxx.imageset │ │ ├── Contents.json │ │ └── xxxx.png │ └── zuqiu.imageset │ │ ├── Contents.json │ │ └── sucai_2.png │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── Info.plist │ ├── KJEmitterView.podspec │ ├── PrefixHeader.pch │ ├── README.md │ └── main.m ├── LICENSE ├── Podfile ├── Podfile.lock ├── Pods ├── ChainThen │ ├── ChainThen │ │ └── Classes │ │ │ ├── ChainThen.h │ │ │ ├── ChainThen.m │ │ │ ├── UIButton │ │ │ ├── UIButton+KJChain.h │ │ │ └── UIButton+KJChain.m │ │ │ ├── UIControl │ │ │ ├── UIControl+KJChain.h │ │ │ └── UIControl+KJChain.m │ │ │ ├── UIImageView │ │ │ ├── UIImageView+KJChain.h │ │ │ └── UIImageView+KJChain.m │ │ │ ├── UILabel │ │ │ ├── UILabel+KJChain.h │ │ │ └── UILabel+KJChain.m │ │ │ ├── UIView │ │ │ ├── UIView+KJChain.h │ │ │ └── UIView+KJChain.m │ │ │ └── _ChainHeader.h │ ├── LICENSE │ └── README.md ├── KJCategories │ ├── KJCategories │ │ └── Classes │ │ │ ├── Core │ │ │ ├── Foundation │ │ │ │ ├── NSArray │ │ │ │ │ ├── NSArray+KJExtension.h │ │ │ │ │ └── NSArray+KJExtension.m │ │ │ │ ├── NSDate │ │ │ │ │ ├── NSDate+KJFormat.h │ │ │ │ │ └── NSDate+KJFormat.m │ │ │ │ ├── NSDictionary │ │ │ │ │ ├── NSDictionary+KJExtension.h │ │ │ │ │ └── NSDictionary+KJExtension.m │ │ │ │ ├── NSObject │ │ │ │ │ ├── NSObject+KJExtension.h │ │ │ │ │ ├── NSObject+KJExtension.m │ │ │ │ │ ├── NSObject+KJGCDBox.h │ │ │ │ │ ├── NSObject+KJGCDBox.m │ │ │ │ │ ├── NSObject+KJRunLoop.h │ │ │ │ │ ├── NSObject+KJRunLoop.m │ │ │ │ │ ├── NSObject+KJRuntime.h │ │ │ │ │ └── NSObject+KJRuntime.m │ │ │ │ └── NSString │ │ │ │ │ ├── NSString+KJHash.h │ │ │ │ │ ├── NSString+KJHash.m │ │ │ │ │ ├── NSString+KJMath.h │ │ │ │ │ └── NSString+KJMath.m │ │ │ ├── KJCoreHeader.h │ │ │ └── UIKit │ │ │ │ ├── UIButton │ │ │ │ ├── UIButton+KJBlock.h │ │ │ │ ├── UIButton+KJBlock.m │ │ │ │ ├── UIButton+KJContentLayout.h │ │ │ │ └── UIButton+KJContentLayout.m │ │ │ │ ├── UIColor │ │ │ │ ├── UIColor+KJExtension.h │ │ │ │ ├── UIColor+KJExtension.m │ │ │ │ ├── UIColor+KJGradient.h │ │ │ │ └── UIColor+KJGradient.m │ │ │ │ ├── UIDevice │ │ │ │ ├── UIDevice+KJExtension.h │ │ │ │ └── UIDevice+KJExtension.m │ │ │ │ ├── UIImage │ │ │ │ ├── UIImage+KJCapture.h │ │ │ │ ├── UIImage+KJCapture.m │ │ │ │ ├── UIImage+KJCut.h │ │ │ │ ├── UIImage+KJCut.m │ │ │ │ ├── UIImage+KJExtension.h │ │ │ │ ├── UIImage+KJExtension.m │ │ │ │ ├── UIImage+KJResize.h │ │ │ │ ├── UIImage+KJResize.m │ │ │ │ ├── UIImage+KJURLSize.h │ │ │ │ └── UIImage+KJURLSize.m │ │ │ │ ├── UILabel │ │ │ │ ├── UILabel+KJExtension.h │ │ │ │ └── UILabel+KJExtension.m │ │ │ │ ├── UITextField │ │ │ │ ├── UITextField+KJCustomView.h │ │ │ │ ├── UITextField+KJCustomView.m │ │ │ │ ├── UITextField+KJExtension.h │ │ │ │ └── UITextField+KJExtension.m │ │ │ │ ├── UITextView │ │ │ │ ├── UITextView+KJPlaceHolder.h │ │ │ │ └── UITextView+KJPlaceHolder.m │ │ │ │ ├── UIView │ │ │ │ ├── UIView+KJFrame.h │ │ │ │ ├── UIView+KJFrame.m │ │ │ │ ├── UIView+KJGestureBlock.h │ │ │ │ ├── UIView+KJGestureBlock.m │ │ │ │ ├── UIView+KJXib.h │ │ │ │ └── UIView+KJXib.m │ │ │ │ └── UIViewController │ │ │ │ ├── UIViewController+KJExtension.h │ │ │ │ └── UIViewController+KJExtension.m │ │ │ ├── Customized │ │ │ └── KJCustomizedHeader.h │ │ │ ├── Foundation │ │ │ ├── KJFoundationHeader.h │ │ │ ├── NSArray │ │ │ │ ├── NSArray+KJMathSort.h │ │ │ │ ├── NSArray+KJMathSort.m │ │ │ │ ├── NSArray+KJPredicate.h │ │ │ │ └── NSArray+KJPredicate.m │ │ │ ├── NSData │ │ │ │ ├── NSData+KJExtension.h │ │ │ │ └── NSData+KJExtension.m │ │ │ ├── NSDate │ │ │ │ ├── NSDate+KJDayWeek.h │ │ │ │ └── NSDate+KJDayWeek.m │ │ │ ├── NSDictionary │ │ │ │ ├── NSDictionary+KJReadWrite.h │ │ │ │ └── NSDictionary+KJReadWrite.m │ │ │ ├── NSNumber │ │ │ │ └── NSDecimalNumber+KJExtension.m │ │ │ ├── NSObject │ │ │ │ ├── NSObject+KJDealloc.h │ │ │ │ ├── NSObject+KJDealloc.m │ │ │ │ ├── NSObject+KJDoraemonBox.h │ │ │ │ ├── NSObject+KJDoraemonBox.m │ │ │ │ ├── NSObject+KJkvo.h │ │ │ │ └── NSObject+KJkvo.m │ │ │ ├── NSString │ │ │ │ ├── NSString+KJBlockChain.h │ │ │ │ ├── NSString+KJBlockChain.m │ │ │ │ ├── NSString+KJEmoji.h │ │ │ │ ├── NSString+KJEmoji.m │ │ │ │ ├── NSString+KJExtension.h │ │ │ │ ├── NSString+KJExtension.m │ │ │ │ ├── NSString+KJPasswordLevel.h │ │ │ │ ├── NSString+KJPasswordLevel.m │ │ │ │ ├── NSString+KJRegex.h │ │ │ │ ├── NSString+KJRegex.m │ │ │ │ ├── NSString+KJSecurity.h │ │ │ │ ├── NSString+KJSecurity.m │ │ │ │ ├── NSString+KJSize.h │ │ │ │ ├── NSString+KJSize.m │ │ │ │ ├── NSString+KJVerify.h │ │ │ │ └── NSString+KJVerify.m │ │ │ └── NSTimer │ │ │ │ ├── NSTimer+KJExtension.h │ │ │ │ └── NSTimer+KJExtension.m │ │ │ ├── KJCategories.h │ │ │ └── UIKit │ │ │ ├── KJUIKitHeader.h │ │ │ ├── UIButton │ │ │ ├── UIButton+KJCountDown.h │ │ │ ├── UIButton+KJCountDown.m │ │ │ ├── UIButton+KJEmitter.h │ │ │ ├── UIButton+KJEmitter.m │ │ │ ├── UIButton+KJIndicator.h │ │ │ └── UIButton+KJIndicator.m │ │ │ ├── UICollectionView │ │ │ ├── UICollectionView+KJTouch.h │ │ │ └── UICollectionView+KJTouch.m │ │ │ ├── UIImage │ │ │ ├── UIImage+KJAccelerate.h │ │ │ ├── UIImage+KJAccelerate.m │ │ │ ├── UIImage+KJCompress.h │ │ │ ├── UIImage+KJCompress.m │ │ │ ├── UIImage+KJCoreImage.h │ │ │ ├── UIImage+KJCoreImage.m │ │ │ ├── UIImage+KJDoraemonBox.h │ │ │ ├── UIImage+KJDoraemonBox.m │ │ │ ├── UIImage+KJFloodFill.h │ │ │ ├── UIImage+KJFloodFill.m │ │ │ ├── UIImage+KJGIF.h │ │ │ ├── UIImage+KJGIF.m │ │ │ ├── UIImage+KJJoint.h │ │ │ ├── UIImage+KJJoint.m │ │ │ ├── UIImage+KJMask.h │ │ │ ├── UIImage+KJMask.m │ │ │ ├── UIImage+KJQRCode.h │ │ │ └── UIImage+KJQRCode.m │ │ │ ├── UILabel │ │ │ ├── UILabel+KJAttributeTextTapAction.h │ │ │ ├── UILabel+KJAttributeTextTapAction.m │ │ │ ├── UILabel+KJExtension2.h │ │ │ └── UILabel+KJExtension2.m │ │ │ ├── UINavigation │ │ │ ├── UINavigationBar+KJExtension.h │ │ │ ├── UINavigationBar+KJExtension.m │ │ │ ├── UINavigationItem+KJExtension.h │ │ │ └── UINavigationItem+KJExtension.m │ │ │ ├── UITextView │ │ │ ├── UITextView+KJBackout.h │ │ │ ├── UITextView+KJBackout.m │ │ │ ├── UITextView+KJHyperlink.h │ │ │ ├── UITextView+KJHyperlink.m │ │ │ ├── UITextView+KJLimitCounter.h │ │ │ └── UITextView+KJLimitCounter.m │ │ │ ├── UIView │ │ │ ├── UIView+KJAnimation.h │ │ │ ├── UIView+KJAnimation.m │ │ │ ├── UIView+KJKeyboard.h │ │ │ ├── UIView+KJKeyboard.m │ │ │ ├── UIView+KJRectCorner.h │ │ │ └── UIView+KJRectCorner.m │ │ │ └── UIViewController │ │ │ ├── UIViewController+KJFullScreen.h │ │ │ └── UIViewController+KJFullScreen.m │ ├── LICENSE │ └── README.md ├── Manifest.lock ├── Pods.xcodeproj │ └── project.pbxproj └── Target Support Files │ ├── ChainThen │ ├── ChainThen-Info.plist │ ├── ChainThen-dummy.m │ ├── ChainThen-prefix.pch │ ├── ChainThen-umbrella.h │ ├── ChainThen.debug.xcconfig │ ├── ChainThen.modulemap │ └── ChainThen.release.xcconfig │ ├── KJCategories │ ├── KJCategories-Info.plist │ ├── KJCategories-dummy.m │ ├── KJCategories-prefix.pch │ ├── KJCategories-umbrella.h │ ├── KJCategories.debug.xcconfig │ ├── KJCategories.modulemap │ └── KJCategories.release.xcconfig │ └── Pods-KJEmitterView │ ├── Pods-KJEmitterView-Info.plist │ ├── Pods-KJEmitterView-acknowledgements.markdown │ ├── Pods-KJEmitterView-acknowledgements.plist │ ├── Pods-KJEmitterView-dummy.m │ ├── Pods-KJEmitterView-frameworks-Debug-input-files.xcfilelist │ ├── Pods-KJEmitterView-frameworks-Debug-output-files.xcfilelist │ ├── Pods-KJEmitterView-frameworks-Release-input-files.xcfilelist │ ├── Pods-KJEmitterView-frameworks-Release-output-files.xcfilelist │ ├── Pods-KJEmitterView-frameworks.sh │ ├── Pods-KJEmitterView-umbrella.h │ ├── Pods-KJEmitterView.debug.xcconfig │ ├── Pods-KJEmitterView.modulemap │ └── Pods-KJEmitterView.release.xcconfig ├── README.md └── Sources ├── Classes ├── EmitterLayer │ ├── KJEmitterLayer.bundle │ │ └── EmitterLayerImage.png │ ├── KJEmitterLayer.h │ └── KJEmitterLayer.m ├── EmitterView │ ├── KJEmitter.bundle │ │ ├── ball.png │ │ ├── blue@2x.png │ │ ├── blue@3x.png │ │ ├── bubble.png │ │ ├── fire.png │ │ ├── icon_star.png │ │ └── xuehua.png │ ├── KJEmitterView.h │ └── KJEmitterView.m └── ErrorView │ ├── KJErrorView.bundle │ └── error.png │ ├── KJErrorView.h │ └── KJErrorView.m ├── Control ├── AlertView │ ├── KJAlertView.h │ └── KJAlertView.m ├── SelectControl │ ├── KJSelectControl.h │ └── KJSelectControl.m └── SwitchContorl │ ├── KJSwitchControl.h │ └── KJSwitchControl.m ├── KJEmitterHeader.h ├── Language ├── KJLanguageManager.h ├── KJLanguageManager.m ├── KJLoadLanguageViewController.h ├── KJLoadLanguageViewController.m ├── NSBundle+KJLanguage.h └── NSBundle+KJLanguage.m └── LeetCode ├── KJLeetCode.h └── KJLeetCode.m /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/.travis.yml -------------------------------------------------------------------------------- /KJEmitterView.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView.podspec -------------------------------------------------------------------------------- /KJEmitterView.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /KJEmitterView.xcodeproj/xcshareddata/xcschemes/KJEmitterView.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView.xcodeproj/xcshareddata/xcschemes/KJEmitterView.xcscheme -------------------------------------------------------------------------------- /KJEmitterView.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /KJEmitterView.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /KJEmitterView/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/AppDelegate.h -------------------------------------------------------------------------------- /KJEmitterView/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/AppDelegate.m -------------------------------------------------------------------------------- /KJEmitterView/Case/LeetCodeDemo/LeetCodeViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/LeetCodeDemo/LeetCodeViewController.h -------------------------------------------------------------------------------- /KJEmitterView/Case/LeetCodeDemo/LeetCodeViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/LeetCodeDemo/LeetCodeViewController.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/CALayer类/KJEmitterVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/CALayer类/KJEmitterVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/CALayer类/KJEmitterVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/CALayer类/KJEmitterVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/CALayer类/KJErrorVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/CALayer类/KJErrorVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/CALayer类/KJErrorVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/CALayer类/KJErrorVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJAnimationVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJAnimationVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJAnimationVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJAnimationVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJButtonVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJButtonVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJButtonVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJButtonVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJCollectionVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJCollectionVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJCollectionVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJCollectionVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJGestureVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJGestureVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJGestureVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJGestureVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJImageBlurVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJImageBlurVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJImageBlurVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJImageBlurVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJImageViewVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJImageViewVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJImageViewVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJImageViewVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJLabelVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJLabelVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJLabelVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJLabelVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJTextFieldVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJTextFieldVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJTextFieldVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJTextFieldVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJTextViewVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJTextViewVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJTextViewVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJTextViewVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJViewVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJViewVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/Kit扩展类/KJViewVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/Kit扩展类/KJViewVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/其他相关/KJArrayTestVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/其他相关/KJArrayTestVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/其他相关/KJArrayTestVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/其他相关/KJArrayTestVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/其他相关/KJLanguageVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/其他相关/KJLanguageVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/其他相关/KJLanguageVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/其他相关/KJLanguageVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/其他相关/KJRuntimeTestVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/其他相关/KJRuntimeTestVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/其他相关/KJRuntimeTestVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/其他相关/KJRuntimeTestVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/其他相关/en.lproj/KJLanguageVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/其他相关/en.lproj/KJLanguageVC.xib -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/其他相关/en.lproj/LocalizableTest.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/其他相关/en.lproj/LocalizableTest.strings -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/其他相关/zh-Hans.lproj/KJLanguageVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/其他相关/zh-Hans.lproj/KJLanguageVC.xib -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/其他相关/zh-Hans.lproj/LocalizableTest.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/其他相关/zh-Hans.lproj/LocalizableTest.strings -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJCodeImageVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJCodeImageVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJCodeImageVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJCodeImageVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJCoreImageVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJCoreImageVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJCoreImageVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJCoreImageVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJCoreImageVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJCoreImageVC.xib -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJFilterImageVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJFilterImageVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJFilterImageVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJFilterImageVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJFilterImageVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJFilterImageVC.xib -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJFloodImageVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJFloodImageVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJFloodImageVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJFloodImageVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJFloodImageVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJFloodImageVC.xib -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJImageCompressVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJImageCompressVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJImageCompressVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJImageCompressVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJImageJointVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJImageJointVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJImageJointVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJImageJointVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJImageVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJImageVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJImageVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJImageVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/图片相关/KJImageVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/图片相关/KJImageVC.xib -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/自定义控件/KJAlertVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/自定义控件/KJAlertVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/自定义控件/KJAlertVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/自定义控件/KJAlertVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/自定义控件/KJAlertVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/自定义控件/KJAlertVC.xib -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/自定义控件/KJSelectController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/自定义控件/KJSelectController.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/自定义控件/KJSelectController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/自定义控件/KJSelectController.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/自定义控件/KJSelectController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/自定义控件/KJSelectController.xib -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/自定义控件/KJSwitchVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/自定义控件/KJSwitchVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/自定义控件/KJSwitchVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/自定义控件/KJSwitchVC.m -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/自定义控件/KJSwitchVC.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/自定义控件/KJSwitchVC.xib -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/装修类/KJLegWireVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/装修类/KJLegWireVC.h -------------------------------------------------------------------------------- /KJEmitterView/Case/TextDemo/装修类/KJLegWireVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Case/TextDemo/装修类/KJLegWireVC.m -------------------------------------------------------------------------------- /KJEmitterView/Home/BaseViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Home/BaseViewController.h -------------------------------------------------------------------------------- /KJEmitterView/Home/BaseViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Home/BaseViewController.m -------------------------------------------------------------------------------- /KJEmitterView/Home/KJHomeModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Home/KJHomeModel.h -------------------------------------------------------------------------------- /KJEmitterView/Home/KJHomeModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Home/KJHomeModel.m -------------------------------------------------------------------------------- /KJEmitterView/Home/KJHomeView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Home/KJHomeView.h -------------------------------------------------------------------------------- /KJEmitterView/Home/KJHomeView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Home/KJHomeView.m -------------------------------------------------------------------------------- /KJEmitterView/Home/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Home/ViewController.h -------------------------------------------------------------------------------- /KJEmitterView/Home/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Home/ViewController.m -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadApp_76pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadApp_76pt.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadApp_76pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadApp_76pt@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadNotifications_20pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadNotifications_20pt.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadNotifications_20pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadNotifications_20pt@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadProApp_83.5pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadProApp_83.5pt@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadSpootlight5_29pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadSpootlight5_29pt.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadSpootlight5_29pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadSpootlight5_29pt@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadSpootlight7_40pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadSpootlight7_40pt.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadSpootlight7_40pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPadSpootlight7_40pt@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneApp_60pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneApp_60pt@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneApp_60pt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneApp_60pt@3x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneNotification_20pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneNotification_20pt@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneNotification_20pt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneNotification_20pt@3x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneSpootlight5_29pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneSpootlight5_29pt@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneSpootlight5_29pt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneSpootlight5_29pt@3x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneSpootlight7_40pt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneSpootlight7_40pt@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneSpootlight7_40pt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931iPhoneSpootlight7_40pt@3x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931store_1024pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/AppIcon.appiconset/IMG_4931store_1024pt.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/Arrow.imageset/Arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/Arrow.imageset/Arrow@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/Arrow.imageset/Arrow@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/Arrow.imageset/Arrow@3x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/Arrow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/Arrow.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/Hough.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/Hough.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/Hough.imageset/Hough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/Hough.imageset/Hough.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/IMG_4931.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/IMG_4931.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/IMG_4931.imageset/IMG_4931.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/IMG_4931.imageset/IMG_4931.jpg -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/IMG_4931store_1024pt.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/IMG_4931store_1024pt.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/IMG_4931store_1024pt.imageset/IMG_4931store_1024pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/IMG_4931store_1024pt.imageset/IMG_4931store_1024pt.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/abc.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/abc.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/abc.imageset/abc@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/abc.imageset/abc@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/abc.imageset/abc@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/abc.imageset/abc@3x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/abc_ed.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/abc_ed.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/abc_ed.imageset/abc_ed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/abc_ed.imageset/abc_ed@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/abc_ed.imageset/abc_ed@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/abc_ed.imageset/abc_ed@3x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/adx.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/adx.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/adx.imageset/adx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/adx.imageset/adx.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/aghf.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/aghf.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/aghf.imageset/aghf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/aghf.imageset/aghf.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/badahu.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/badahu.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/badahu.imageset/badahu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/badahu.imageset/badahu.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/banana.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/banana.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/banana.imageset/banana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/banana.imageset/banana.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/button_like_norm.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/button_like_norm.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/button_like_norm.imageset/button_like_norm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/button_like_norm.imageset/button_like_norm.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/button_like_sele.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/button_like_sele.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/button_like_sele.imageset/button_like_sele.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/button_like_sele.imageset/button_like_sele.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/cv.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/cv.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/cv.imageset/cv.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/cv.imageset/cv.jpeg -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/dark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/dark.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/dark.imageset/dark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/dark.imageset/dark.jpg -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/dark1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/dark1.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/dark1.imageset/dark1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/dark1.imageset/dark1.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/dark2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/dark2.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/dark2.imageset/dark2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/dark2.imageset/dark2.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/dark3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/dark3.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/dark3.imageset/dark3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/dark3.imageset/dark3.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/efg.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/efg.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/efg.imageset/efg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/efg.imageset/efg.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/erzhitu.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/erzhitu.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/erzhitu.imageset/erzhitu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/erzhitu.imageset/erzhitu.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/fff.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/fff.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/fff.imageset/fff.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/fff.imageset/fff.jpeg -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/icon_qz_3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/icon_qz_3.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/icon_qz_3.imageset/icon_qz_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/icon_qz_3.imageset/icon_qz_3.jpg -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/old.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/old.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/old.imageset/old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/old.imageset/old.jpg -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/orange.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/orange.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/orange.imageset/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/orange.imageset/orange.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/pikaqiu.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/pikaqiu.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/pikaqiu.imageset/pikaqiu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/pikaqiu.imageset/pikaqiu.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/qq.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/qq.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/qq.imageset/qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/qq.imageset/qq.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/shuiying.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/shuiying.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/shuiying.imageset/shuiying.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/shuiying.imageset/shuiying.jpg -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/timg-2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/timg-2.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/timg-2.imageset/timg-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/timg-2.imageset/timg-2.jpeg -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/wode_nor.imageset/1wode_nor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/wode_nor.imageset/1wode_nor@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/wode_nor.imageset/1wode_nor@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/wode_nor.imageset/1wode_nor@3x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/wode_nor.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/wode_nor.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/xuejing.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/xuejing.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/xuejing.imageset/xuejing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/xuejing.imageset/xuejing.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/xxsf.imageset/0c87de6e044ced2b!400x400_big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/xxsf.imageset/0c87de6e044ced2b!400x400_big.jpg -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/xxsf.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/xxsf.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/xxx.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/xxx.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/xxx.imageset/xxx@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/xxx.imageset/xxx@2x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/xxx.imageset/xxx@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/xxx.imageset/xxx@3x.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/xxxx.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/xxxx.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/xxxx.imageset/xxxx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/xxxx.imageset/xxxx.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/zuqiu.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/zuqiu.imageset/Contents.json -------------------------------------------------------------------------------- /KJEmitterView/Resources/Assets.xcassets/zuqiu.imageset/sucai_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Assets.xcassets/zuqiu.imageset/sucai_2.png -------------------------------------------------------------------------------- /KJEmitterView/Resources/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /KJEmitterView/Resources/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /KJEmitterView/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/Info.plist -------------------------------------------------------------------------------- /KJEmitterView/Resources/KJEmitterView.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/KJEmitterView.podspec -------------------------------------------------------------------------------- /KJEmitterView/Resources/PrefixHeader.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/PrefixHeader.pch -------------------------------------------------------------------------------- /KJEmitterView/Resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/README.md -------------------------------------------------------------------------------- /KJEmitterView/Resources/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/KJEmitterView/Resources/main.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/LICENSE -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Podfile -------------------------------------------------------------------------------- /Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Podfile.lock -------------------------------------------------------------------------------- /Pods/ChainThen/ChainThen/Classes/ChainThen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/ChainThen/Classes/ChainThen.h -------------------------------------------------------------------------------- /Pods/ChainThen/ChainThen/Classes/ChainThen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/ChainThen/Classes/ChainThen.m -------------------------------------------------------------------------------- /Pods/ChainThen/ChainThen/Classes/UIButton/UIButton+KJChain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/ChainThen/Classes/UIButton/UIButton+KJChain.h -------------------------------------------------------------------------------- /Pods/ChainThen/ChainThen/Classes/UIButton/UIButton+KJChain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/ChainThen/Classes/UIButton/UIButton+KJChain.m -------------------------------------------------------------------------------- /Pods/ChainThen/ChainThen/Classes/UIControl/UIControl+KJChain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/ChainThen/Classes/UIControl/UIControl+KJChain.h -------------------------------------------------------------------------------- /Pods/ChainThen/ChainThen/Classes/UIControl/UIControl+KJChain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/ChainThen/Classes/UIControl/UIControl+KJChain.m -------------------------------------------------------------------------------- /Pods/ChainThen/ChainThen/Classes/UIImageView/UIImageView+KJChain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/ChainThen/Classes/UIImageView/UIImageView+KJChain.h -------------------------------------------------------------------------------- /Pods/ChainThen/ChainThen/Classes/UIImageView/UIImageView+KJChain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/ChainThen/Classes/UIImageView/UIImageView+KJChain.m -------------------------------------------------------------------------------- /Pods/ChainThen/ChainThen/Classes/UILabel/UILabel+KJChain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/ChainThen/Classes/UILabel/UILabel+KJChain.h -------------------------------------------------------------------------------- /Pods/ChainThen/ChainThen/Classes/UILabel/UILabel+KJChain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/ChainThen/Classes/UILabel/UILabel+KJChain.m -------------------------------------------------------------------------------- /Pods/ChainThen/ChainThen/Classes/UIView/UIView+KJChain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/ChainThen/Classes/UIView/UIView+KJChain.h -------------------------------------------------------------------------------- /Pods/ChainThen/ChainThen/Classes/UIView/UIView+KJChain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/ChainThen/Classes/UIView/UIView+KJChain.m -------------------------------------------------------------------------------- /Pods/ChainThen/ChainThen/Classes/_ChainHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/ChainThen/Classes/_ChainHeader.h -------------------------------------------------------------------------------- /Pods/ChainThen/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/LICENSE -------------------------------------------------------------------------------- /Pods/ChainThen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/ChainThen/README.md -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSArray/NSArray+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSArray/NSArray+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSArray/NSArray+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSArray/NSArray+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSDate/NSDate+KJFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSDate/NSDate+KJFormat.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSDate/NSDate+KJFormat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSDate/NSDate+KJFormat.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSDictionary/NSDictionary+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSDictionary/NSDictionary+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSDictionary/NSDictionary+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSDictionary/NSDictionary+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJGCDBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJGCDBox.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJGCDBox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJGCDBox.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJRunLoop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJRunLoop.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJRunLoop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJRunLoop.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJRuntime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJRuntime.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJRuntime.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSObject/NSObject+KJRuntime.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSString/NSString+KJHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSString/NSString+KJHash.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSString/NSString+KJHash.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSString/NSString+KJHash.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSString/NSString+KJMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSString/NSString+KJMath.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSString/NSString+KJMath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/Foundation/NSString/NSString+KJMath.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/KJCoreHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/KJCoreHeader.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIButton/UIButton+KJBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIButton/UIButton+KJBlock.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIButton/UIButton+KJBlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIButton/UIButton+KJBlock.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIButton/UIButton+KJContentLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIButton/UIButton+KJContentLayout.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIButton/UIButton+KJContentLayout.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIButton/UIButton+KJContentLayout.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIColor/UIColor+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIColor/UIColor+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIColor/UIColor+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIColor/UIColor+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIColor/UIColor+KJGradient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIColor/UIColor+KJGradient.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIColor/UIColor+KJGradient.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIColor/UIColor+KJGradient.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIDevice/UIDevice+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIDevice/UIDevice+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIDevice/UIDevice+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIDevice/UIDevice+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJCapture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJCapture.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJCapture.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJCapture.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJCut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJCut.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJCut.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJCut.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJResize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJResize.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJResize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJResize.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJURLSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJURLSize.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJURLSize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIImage/UIImage+KJURLSize.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UILabel/UILabel+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UILabel/UILabel+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UILabel/UILabel+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UILabel/UILabel+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UITextField/UITextField+KJCustomView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UITextField/UITextField+KJCustomView.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UITextField/UITextField+KJCustomView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UITextField/UITextField+KJCustomView.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UITextField/UITextField+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UITextField/UITextField+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UITextField/UITextField+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UITextField/UITextField+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UITextView/UITextView+KJPlaceHolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UITextView/UITextView+KJPlaceHolder.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UITextView/UITextView+KJPlaceHolder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UITextView/UITextView+KJPlaceHolder.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIView/UIView+KJFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIView/UIView+KJFrame.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIView/UIView+KJFrame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIView/UIView+KJFrame.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIView/UIView+KJGestureBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIView/UIView+KJGestureBlock.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIView/UIView+KJGestureBlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIView/UIView+KJGestureBlock.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIView/UIView+KJXib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIView/UIView+KJXib.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIView/UIView+KJXib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIView/UIView+KJXib.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIViewController/UIViewController+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIViewController/UIViewController+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIViewController/UIViewController+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Core/UIKit/UIViewController/UIViewController+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Customized/KJCustomizedHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Customized/KJCustomizedHeader.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/KJFoundationHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/KJFoundationHeader.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSArray/NSArray+KJMathSort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSArray/NSArray+KJMathSort.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSArray/NSArray+KJMathSort.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSArray/NSArray+KJMathSort.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSArray/NSArray+KJPredicate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSArray/NSArray+KJPredicate.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSArray/NSArray+KJPredicate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSArray/NSArray+KJPredicate.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSData/NSData+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSData/NSData+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSData/NSData+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSData/NSData+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSDate/NSDate+KJDayWeek.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSDate/NSDate+KJDayWeek.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSDate/NSDate+KJDayWeek.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSDate/NSDate+KJDayWeek.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSDictionary/NSDictionary+KJReadWrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSDictionary/NSDictionary+KJReadWrite.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSDictionary/NSDictionary+KJReadWrite.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSDictionary/NSDictionary+KJReadWrite.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSNumber/NSDecimalNumber+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSNumber/NSDecimalNumber+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSObject/NSObject+KJDealloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSObject/NSObject+KJDealloc.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSObject/NSObject+KJDealloc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSObject/NSObject+KJDealloc.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSObject/NSObject+KJDoraemonBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSObject/NSObject+KJDoraemonBox.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSObject/NSObject+KJDoraemonBox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSObject/NSObject+KJDoraemonBox.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSObject/NSObject+KJkvo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSObject/NSObject+KJkvo.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSObject/NSObject+KJkvo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSObject/NSObject+KJkvo.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJBlockChain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJBlockChain.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJBlockChain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJBlockChain.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJEmoji.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJEmoji.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJEmoji.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJEmoji.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJPasswordLevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJPasswordLevel.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJPasswordLevel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJPasswordLevel.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJRegex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJRegex.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJRegex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJRegex.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJSecurity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJSecurity.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJSecurity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJSecurity.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJSize.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJSize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJSize.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJVerify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJVerify.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJVerify.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSString/NSString+KJVerify.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSTimer/NSTimer+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSTimer/NSTimer+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/Foundation/NSTimer/NSTimer+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/Foundation/NSTimer/NSTimer+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/KJCategories.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/KJCategories.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/KJUIKitHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/KJUIKitHeader.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIButton/UIButton+KJCountDown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIButton/UIButton+KJCountDown.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIButton/UIButton+KJCountDown.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIButton/UIButton+KJCountDown.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIButton/UIButton+KJEmitter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIButton/UIButton+KJEmitter.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIButton/UIButton+KJEmitter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIButton/UIButton+KJEmitter.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIButton/UIButton+KJIndicator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIButton/UIButton+KJIndicator.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIButton/UIButton+KJIndicator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIButton/UIButton+KJIndicator.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UICollectionView/UICollectionView+KJTouch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UICollectionView/UICollectionView+KJTouch.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UICollectionView/UICollectionView+KJTouch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UICollectionView/UICollectionView+KJTouch.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJAccelerate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJAccelerate.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJAccelerate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJAccelerate.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJCompress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJCompress.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJCompress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJCompress.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJCoreImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJCoreImage.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJCoreImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJCoreImage.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJDoraemonBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJDoraemonBox.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJDoraemonBox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJDoraemonBox.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJFloodFill.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJFloodFill.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJFloodFill.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJFloodFill.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJGIF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJGIF.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJGIF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJGIF.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJJoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJJoint.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJJoint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJJoint.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJMask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJMask.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJMask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJMask.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJQRCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJQRCode.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJQRCode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIImage/UIImage+KJQRCode.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UILabel/UILabel+KJAttributeTextTapAction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UILabel/UILabel+KJAttributeTextTapAction.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UILabel/UILabel+KJAttributeTextTapAction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UILabel/UILabel+KJAttributeTextTapAction.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UILabel/UILabel+KJExtension2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UILabel/UILabel+KJExtension2.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UILabel/UILabel+KJExtension2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UILabel/UILabel+KJExtension2.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UINavigation/UINavigationBar+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UINavigation/UINavigationBar+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UINavigation/UINavigationBar+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UINavigation/UINavigationBar+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UINavigation/UINavigationItem+KJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UINavigation/UINavigationItem+KJExtension.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UINavigation/UINavigationItem+KJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UINavigation/UINavigationItem+KJExtension.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UITextView/UITextView+KJBackout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UITextView/UITextView+KJBackout.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UITextView/UITextView+KJBackout.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UITextView/UITextView+KJBackout.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UITextView/UITextView+KJHyperlink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UITextView/UITextView+KJHyperlink.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UITextView/UITextView+KJHyperlink.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UITextView/UITextView+KJHyperlink.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UITextView/UITextView+KJLimitCounter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UITextView/UITextView+KJLimitCounter.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UITextView/UITextView+KJLimitCounter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UITextView/UITextView+KJLimitCounter.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIView/UIView+KJAnimation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIView/UIView+KJAnimation.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIView/UIView+KJAnimation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIView/UIView+KJAnimation.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIView/UIView+KJKeyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIView/UIView+KJKeyboard.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIView/UIView+KJKeyboard.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIView/UIView+KJKeyboard.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIView/UIView+KJRectCorner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIView/UIView+KJRectCorner.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIView/UIView+KJRectCorner.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIView/UIView+KJRectCorner.m -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIViewController/UIViewController+KJFullScreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIViewController/UIViewController+KJFullScreen.h -------------------------------------------------------------------------------- /Pods/KJCategories/KJCategories/Classes/UIKit/UIViewController/UIViewController+KJFullScreen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/KJCategories/Classes/UIKit/UIViewController/UIViewController+KJFullScreen.m -------------------------------------------------------------------------------- /Pods/KJCategories/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/LICENSE -------------------------------------------------------------------------------- /Pods/KJCategories/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/KJCategories/README.md -------------------------------------------------------------------------------- /Pods/Manifest.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Manifest.lock -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Pods.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Pods/Target Support Files/ChainThen/ChainThen-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/ChainThen/ChainThen-Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/ChainThen/ChainThen-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/ChainThen/ChainThen-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/ChainThen/ChainThen-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/ChainThen/ChainThen-prefix.pch -------------------------------------------------------------------------------- /Pods/Target Support Files/ChainThen/ChainThen-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/ChainThen/ChainThen-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/ChainThen/ChainThen.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/ChainThen/ChainThen.debug.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/ChainThen/ChainThen.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/ChainThen/ChainThen.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/ChainThen/ChainThen.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/ChainThen/ChainThen.release.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/KJCategories/KJCategories-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/KJCategories/KJCategories-Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/KJCategories/KJCategories-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/KJCategories/KJCategories-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/KJCategories/KJCategories-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/KJCategories/KJCategories-prefix.pch -------------------------------------------------------------------------------- /Pods/Target Support Files/KJCategories/KJCategories-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/KJCategories/KJCategories-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/KJCategories/KJCategories.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/KJCategories/KJCategories.debug.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/KJCategories/KJCategories.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/KJCategories/KJCategories.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/KJCategories/KJCategories.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/KJCategories/KJCategories.release.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-acknowledgements.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-acknowledgements.markdown -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-acknowledgements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-acknowledgements.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-frameworks-Debug-input-files.xcfilelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-frameworks-Debug-input-files.xcfilelist -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-frameworks-Debug-output-files.xcfilelist: -------------------------------------------------------------------------------- 1 | ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ChainThen.framework -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-frameworks-Release-input-files.xcfilelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-frameworks-Release-input-files.xcfilelist -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-frameworks-Release-output-files.xcfilelist: -------------------------------------------------------------------------------- 1 | ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ChainThen.framework -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-frameworks.sh -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView.debug.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Pods/Target Support Files/Pods-KJEmitterView/Pods-KJEmitterView.release.xcconfig -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/README.md -------------------------------------------------------------------------------- /Sources/Classes/EmitterLayer/KJEmitterLayer.bundle/EmitterLayerImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/EmitterLayer/KJEmitterLayer.bundle/EmitterLayerImage.png -------------------------------------------------------------------------------- /Sources/Classes/EmitterLayer/KJEmitterLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/EmitterLayer/KJEmitterLayer.h -------------------------------------------------------------------------------- /Sources/Classes/EmitterLayer/KJEmitterLayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/EmitterLayer/KJEmitterLayer.m -------------------------------------------------------------------------------- /Sources/Classes/EmitterView/KJEmitter.bundle/ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/EmitterView/KJEmitter.bundle/ball.png -------------------------------------------------------------------------------- /Sources/Classes/EmitterView/KJEmitter.bundle/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/EmitterView/KJEmitter.bundle/blue@2x.png -------------------------------------------------------------------------------- /Sources/Classes/EmitterView/KJEmitter.bundle/blue@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/EmitterView/KJEmitter.bundle/blue@3x.png -------------------------------------------------------------------------------- /Sources/Classes/EmitterView/KJEmitter.bundle/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/EmitterView/KJEmitter.bundle/bubble.png -------------------------------------------------------------------------------- /Sources/Classes/EmitterView/KJEmitter.bundle/fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/EmitterView/KJEmitter.bundle/fire.png -------------------------------------------------------------------------------- /Sources/Classes/EmitterView/KJEmitter.bundle/icon_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/EmitterView/KJEmitter.bundle/icon_star.png -------------------------------------------------------------------------------- /Sources/Classes/EmitterView/KJEmitter.bundle/xuehua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/EmitterView/KJEmitter.bundle/xuehua.png -------------------------------------------------------------------------------- /Sources/Classes/EmitterView/KJEmitterView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/EmitterView/KJEmitterView.h -------------------------------------------------------------------------------- /Sources/Classes/EmitterView/KJEmitterView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/EmitterView/KJEmitterView.m -------------------------------------------------------------------------------- /Sources/Classes/ErrorView/KJErrorView.bundle/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/ErrorView/KJErrorView.bundle/error.png -------------------------------------------------------------------------------- /Sources/Classes/ErrorView/KJErrorView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/ErrorView/KJErrorView.h -------------------------------------------------------------------------------- /Sources/Classes/ErrorView/KJErrorView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Classes/ErrorView/KJErrorView.m -------------------------------------------------------------------------------- /Sources/Control/AlertView/KJAlertView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Control/AlertView/KJAlertView.h -------------------------------------------------------------------------------- /Sources/Control/AlertView/KJAlertView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Control/AlertView/KJAlertView.m -------------------------------------------------------------------------------- /Sources/Control/SelectControl/KJSelectControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Control/SelectControl/KJSelectControl.h -------------------------------------------------------------------------------- /Sources/Control/SelectControl/KJSelectControl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Control/SelectControl/KJSelectControl.m -------------------------------------------------------------------------------- /Sources/Control/SwitchContorl/KJSwitchControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Control/SwitchContorl/KJSwitchControl.h -------------------------------------------------------------------------------- /Sources/Control/SwitchContorl/KJSwitchControl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Control/SwitchContorl/KJSwitchControl.m -------------------------------------------------------------------------------- /Sources/KJEmitterHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/KJEmitterHeader.h -------------------------------------------------------------------------------- /Sources/Language/KJLanguageManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Language/KJLanguageManager.h -------------------------------------------------------------------------------- /Sources/Language/KJLanguageManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Language/KJLanguageManager.m -------------------------------------------------------------------------------- /Sources/Language/KJLoadLanguageViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Language/KJLoadLanguageViewController.h -------------------------------------------------------------------------------- /Sources/Language/KJLoadLanguageViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Language/KJLoadLanguageViewController.m -------------------------------------------------------------------------------- /Sources/Language/NSBundle+KJLanguage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Language/NSBundle+KJLanguage.h -------------------------------------------------------------------------------- /Sources/Language/NSBundle+KJLanguage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/Language/NSBundle+KJLanguage.m -------------------------------------------------------------------------------- /Sources/LeetCode/KJLeetCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/LeetCode/KJLeetCode.h -------------------------------------------------------------------------------- /Sources/LeetCode/KJLeetCode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yang3100/KJEmitterView/HEAD/Sources/LeetCode/KJLeetCode.m --------------------------------------------------------------------------------