├── IMG ├── 112.png ├── 3.png ├── 55.png ├── EnableBitcode_ios.png ├── image_module.png └── image_range.png ├── LICENSE ├── QVEditorKit.podspec ├── QVEditorKit ├── Assets │ └── .gitkeep ├── Classes │ └── .gitkeep └── FrameWork │ ├── Core │ └── XYReactDataBoard.framework │ │ ├── Headers │ │ ├── Versions │ │ ├── A │ │ │ ├── Headers │ │ │ │ ├── XYReactBlackBoard.h │ │ │ │ ├── XYReactBlackMapBoard.h │ │ │ │ ├── XYReactDataBoardSubject.h │ │ │ │ ├── XYReactWhiteBoard.h │ │ │ │ └── XYReactWhiteMapBoard.h │ │ │ └── XYReactDataBoard │ │ └── Current │ │ └── XYReactDataBoard │ └── Editor │ ├── QVBaseKit.framework │ ├── Headers │ ├── Modules │ │ └── module.modulemap │ ├── QVBaseKit │ └── Versions │ │ ├── A │ │ ├── Headers │ │ │ ├── NSArray+QVFileList.h │ │ │ ├── NSFileManager+QVFileList.h │ │ │ ├── NSString+QVFileManager.h │ │ │ ├── NSString+QVSendBoxFullPath.h │ │ │ ├── QVBaseKit.h │ │ │ ├── QVDeviceUtility.h │ │ │ └── QVOpenUDID.h │ │ └── QVBaseKit │ │ └── Current │ ├── QVCategory.framework │ ├── Headers │ ├── Modules │ │ └── module.modulemap │ ├── QVCategory │ └── Versions │ │ ├── A │ │ ├── Headers │ │ │ ├── NSArray+QVDataSafeTransform.h │ │ │ ├── NSBundle+QVInit.h │ │ │ ├── NSData+QVAESEncrypt.h │ │ │ ├── NSData+QVBase64.h │ │ │ ├── NSData+QVMD5.h │ │ │ ├── NSData+QVString.h │ │ │ ├── NSDictionary+QVDataSafeTransform.h │ │ │ ├── NSFileManager+QVOperate.h │ │ │ ├── NSFileManager+QVProperty.h │ │ │ ├── NSObject+QVJSON.h │ │ │ ├── NSObject+QVParameter.h │ │ │ ├── NSString+QVBase64.h │ │ │ ├── NSString+QVEmpty.h │ │ │ ├── NSString+QVHTMLEscape.h │ │ │ ├── NSString+QVLength.h │ │ │ ├── NSString+QVMD5.h │ │ │ ├── NSString+QVURLEncode.h │ │ │ ├── NSString+QVUUID.h │ │ │ ├── NSString+QVValidate.h │ │ │ ├── NSURL+QVURLEncode.h │ │ │ ├── QVCategory.h │ │ │ └── UIColor+QVInit.h │ │ └── QVCategory │ │ └── Current │ ├── QVDatabase.framework │ ├── Headers │ ├── QVDatabase │ └── Versions │ │ ├── A │ │ ├── Headers │ │ │ ├── QVBaseDatabase.h │ │ │ └── QVDBUtility.h │ │ └── QVDatabase │ │ └── Current │ ├── QVEditor.framework │ ├── Headers │ ├── Modules │ │ └── module.modulemap │ ├── QVEditor │ ├── Resources │ └── Versions │ │ ├── A │ │ ├── Headers │ │ │ └── QVEditor.h │ │ ├── QVEditor │ │ └── Resources │ │ │ └── XYCommonEngine.bundle │ │ │ └── Info.plist │ │ └── Current │ ├── QVMediCameraEngine.framework │ ├── Headers │ ├── Modules │ │ └── module.modulemap │ ├── QVMediCameraEngine │ ├── Resources │ └── Versions │ │ ├── A │ │ ├── Headers │ │ │ ├── QVMediCameraAVCaptureRelatedModel.h │ │ │ ├── QVMediCameraClipModel.h │ │ │ ├── QVMediCameraDevice.h │ │ │ ├── QVMediCameraDeviceParamMaker.h │ │ │ ├── QVMediCameraDeviceProtocol.h │ │ │ ├── QVMediCameraDeviceUtils.h │ │ │ ├── QVMediCameraEngine.h │ │ │ ├── QVMediCameraEngineParamMaker.h │ │ │ ├── QVMediCameraEnginePreviewView.h │ │ │ ├── QVMediCameraEngineStateModel.h │ │ │ ├── QVMediCameraEngineUtils.h │ │ │ ├── QVMediCameraFaceBeatyModel.h │ │ │ ├── QVMediCameraPreviewView.h │ │ │ └── QVMediCameraRecordParamMaker.h │ │ ├── QVMediCameraEngine │ │ └── Resources │ │ │ └── XYCommonEngine.bundle │ │ │ └── Info.plist │ │ └── Current │ ├── XYCommonEngineKit.framework │ ├── Headers │ ├── Modules │ │ └── module.modulemap │ ├── Resources │ ├── Versions │ │ ├── A │ │ │ ├── Headers │ │ │ │ ├── AnimatedFrameInfo.h │ │ │ │ ├── NSNumber+Language.h │ │ │ │ ├── QVBaseMacro.h │ │ │ │ ├── QVEngineDataSourceProtocol.h │ │ │ │ ├── QVTextPrepareModel.h │ │ │ │ ├── StickerInfo.h │ │ │ │ ├── TextInfo.h │ │ │ │ ├── XYAMVELoadStoryboardDataDelegateToBlock.h │ │ │ │ ├── XYAMVELoadStoryboardDelegateToBlock.h │ │ │ │ ├── XYAMVESaveStoryboardDelegateToBlock.h │ │ │ │ ├── XYAdjustEffectValueModel.h │ │ │ │ ├── XYAudioAnalyzerProvider.h │ │ │ │ ├── XYAudioExtractConfig.h │ │ │ │ ├── XYAudioExtractorModel.h │ │ │ │ ├── XYAudioPCMDataManager.h │ │ │ │ ├── XYAudioPlayer.h │ │ │ │ ├── XYAutoEditMgr.h │ │ │ │ ├── XYBaseClipTask.h │ │ │ │ ├── XYBaseClipTaskProperty.h │ │ │ │ ├── XYBaseCopyModel.h │ │ │ │ ├── XYBaseEffectAudioTask.h │ │ │ │ ├── XYBaseEffectTask.h │ │ │ │ ├── XYBaseEffectTaskPen.h │ │ │ │ ├── XYBaseEffectTaskText.h │ │ │ │ ├── XYBaseEffectTaskVision.h │ │ │ │ ├── XYBaseEngineModel.h │ │ │ │ ├── XYBaseEngineTask.h │ │ │ │ ├── XYBaseKeyFrame.h │ │ │ │ ├── XYBaseProjectTask.h │ │ │ │ ├── XYBaseStoryboardTask.h │ │ │ │ ├── XYBeatDetectionProvider.h │ │ │ │ ├── XYClipCropTaskMirror.h │ │ │ │ ├── XYClipCurveSpeed.h │ │ │ │ ├── XYClipDataItem.h │ │ │ │ ├── XYClipEditRatioService.h │ │ │ │ ├── XYClipEffectModel.h │ │ │ │ ├── XYClipModel.h │ │ │ │ ├── XYClipOperationMgr.h │ │ │ │ ├── XYClipTaskAdd.h │ │ │ │ ├── XYClipTaskAdjust.h │ │ │ │ ├── XYClipTaskAudioNSX.h │ │ │ │ ├── XYClipTaskBackgroundBlur.h │ │ │ │ ├── XYClipTaskBackgroundColor.h │ │ │ │ ├── XYClipTaskBackgroundImage.h │ │ │ │ ├── XYClipTaskBackgroundImageBlur.h │ │ │ │ ├── XYClipTaskCoverAdd.h │ │ │ │ ├── XYClipTaskCoverUpdate.h │ │ │ │ ├── XYClipTaskCrop.h │ │ │ │ ├── XYClipTaskCurveColorUpdate.h │ │ │ │ ├── XYClipTaskCurveSpeedUpdate.h │ │ │ │ ├── XYClipTaskCut.h │ │ │ │ ├── XYClipTaskDelete.h │ │ │ │ ├── XYClipTaskDrawPenRedo.h │ │ │ │ ├── XYClipTaskDrawPenUndo.h │ │ │ │ ├── XYClipTaskDrawPenUpdate.h │ │ │ │ ├── XYClipTaskDuplicate.h │ │ │ │ ├── XYClipTaskExchange.h │ │ │ │ ├── XYClipTaskFactory.h │ │ │ │ ├── XYClipTaskFilterAdd.h │ │ │ │ ├── XYClipTaskFilterUpdate.h │ │ │ │ ├── XYClipTaskFit.h │ │ │ │ ├── XYClipTaskGesturePan.h │ │ │ │ ├── XYClipTaskGesturePinch.h │ │ │ │ ├── XYClipTaskGestureRotation.h │ │ │ │ ├── XYClipTaskMirror.h │ │ │ │ ├── XYClipTaskMute.h │ │ │ │ ├── XYClipTaskPhotoAnimation.h │ │ │ │ ├── XYClipTaskRatioBgmReset.h │ │ │ │ ├── XYClipTaskReplaceSource.h │ │ │ │ ├── XYClipTaskReverse.h │ │ │ │ ├── XYClipTaskSpeed.h │ │ │ │ ├── XYClipTaskSplit.h │ │ │ │ ├── XYClipTaskTransition.h │ │ │ │ ├── XYClipTaskTrim.h │ │ │ │ ├── XYClipTaskUpdate.h │ │ │ │ ├── XYClipTaskUpdateGradientAngle.h │ │ │ │ ├── XYClipTaskUpdateVolume.h │ │ │ │ ├── XYClipTaskVoiceChange.h │ │ │ │ ├── XYClipThumbnailCompleteModel.h │ │ │ │ ├── XYClipThumbnailInputModel.h │ │ │ │ ├── XYClipThumbnailManager.h │ │ │ │ ├── XYClipThumbnailModel.h │ │ │ │ ├── XYClipThumbnailOperation.h │ │ │ │ ├── XYColorCurveInfo.h │ │ │ │ ├── XYCommonEngineDefileHeader.h │ │ │ │ ├── XYCommonEngineGlobalData.h │ │ │ │ ├── XYCommonEngineKit.h │ │ │ │ ├── XYCommonEngineLifeCycleService.h │ │ │ │ ├── XYCommonEngineRequest.h │ │ │ │ ├── XYCommonEngineTaskMgr.h │ │ │ │ ├── XYCommonEngineUtility.h │ │ │ │ ├── XYDefaultParseThemeText.h │ │ │ │ ├── XYDotAnalyzerProvider.h │ │ │ │ ├── XYDrawLayerPaintPenInfo.h │ │ │ │ ├── XYEditUtils.h │ │ │ │ ├── XYEffectAudioModel.h │ │ │ │ ├── XYEffectAudioTaskAudioLyicUpdate.h │ │ │ │ ├── XYEffectAudioTaskSplit.h │ │ │ │ ├── XYEffectBasePicInPicInfo.h │ │ │ │ ├── XYEffectDrawPenModel.h │ │ │ │ ├── XYEffectKeyFrameInfo.h │ │ │ │ ├── XYEffectModel.h │ │ │ │ ├── XYEffectOperationMgr.h │ │ │ │ ├── XYEffectPicInPicAnimFiterInfo.h │ │ │ │ ├── XYEffectPicInPicChromaInfo.h │ │ │ │ ├── XYEffectPicInPicFilterInfo.h │ │ │ │ ├── XYEffectPicInPicMaskInfo.h │ │ │ │ ├── XYEffectPicInPicOverlayInfo.h │ │ │ │ ├── XYEffectPicInPicSubFx.h │ │ │ │ ├── XYEffectPositionDataModel.h │ │ │ │ ├── XYEffectPositionMgr.h │ │ │ │ ├── XYEffectPostionUtilFuncs.h │ │ │ │ ├── XYEffectPropertyData.h │ │ │ │ ├── XYEffectPropertyInfoModel.h │ │ │ │ ├── XYEffectPropertyItemModel.h │ │ │ │ ├── XYEffectPropertyMgr.h │ │ │ │ ├── XYEffectRelativeClipInfo.h │ │ │ │ ├── XYEffectTaskAddAudio.h │ │ │ │ ├── XYEffectTaskAudioFadeIn.h │ │ │ │ ├── XYEffectTaskAudioFadeOut.h │ │ │ │ ├── XYEffectTaskAudioRepeat.h │ │ │ │ ├── XYEffectTaskAudioTrimUpdate.h │ │ │ │ ├── XYEffectTaskAudioUpdate.h │ │ │ │ ├── XYEffectTaskAudioUpdateRange.h │ │ │ │ ├── XYEffectTaskAudioUpdateSourceRange.h │ │ │ │ ├── XYEffectTaskAudioVoiceChange.h │ │ │ │ ├── XYEffectTaskDeleteAudio.h │ │ │ │ ├── XYEffectTaskDrawPenAdd.h │ │ │ │ ├── XYEffectTaskDrawPenRedo.h │ │ │ │ ├── XYEffectTaskDrawPenUndo.h │ │ │ │ ├── XYEffectTaskDrawPenUpdate.h │ │ │ │ ├── XYEffectTaskDuplicateAudio.h │ │ │ │ ├── XYEffectTaskFactory.h │ │ │ │ ├── XYEffectTaskPenDraw.h │ │ │ │ ├── XYEffectTaskReSetThemeAudio.h │ │ │ │ ├── XYEffectTaskReplaceAudio.h │ │ │ │ ├── XYEffectTaskUpdate.h │ │ │ │ ├── XYEffectTaskUpdateAudioVolume.h │ │ │ │ ├── XYEffectTaskUpdateExtendParams.h │ │ │ │ ├── XYEffectTaskVisionAdd.h │ │ │ │ ├── XYEffectTaskVisionDelete.h │ │ │ │ ├── XYEffectTaskVisionDeleteKeyFrame.h │ │ │ │ ├── XYEffectTaskVisionDuplicate.h │ │ │ │ ├── XYEffectTaskVisionKeyFrameUpdate.h │ │ │ │ ├── XYEffectTaskVisionPicInPicAdjustUpdate.h │ │ │ │ ├── XYEffectTaskVisionPicInPicAnimFilterUpdate.h │ │ │ │ ├── XYEffectTaskVisionPicInPicChromaUpdate.h │ │ │ │ ├── XYEffectTaskVisionPicInPicColorCurveUpdate.h │ │ │ │ ├── XYEffectTaskVisionPicInPicFXUpdate.h │ │ │ │ ├── XYEffectTaskVisionPicInPicFaceReset.h │ │ │ │ ├── XYEffectTaskVisionPicInPicFilterUpdate.h │ │ │ │ ├── XYEffectTaskVisionPicInPicMaskUpdate.h │ │ │ │ ├── XYEffectTaskVisionPicInPicOverlayUpdate.h │ │ │ │ ├── XYEffectTaskVisionPicInPicPluginUpdate.h │ │ │ │ ├── XYEffectTaskVisionPicInPicSegment.h │ │ │ │ ├── XYEffectTaskVisionTextAdd.h │ │ │ │ ├── XYEffectTaskVisionTextUpdate.h │ │ │ │ ├── XYEffectTaskVisionUpdate.h │ │ │ │ ├── XYEffectTaskVisionUpdate3dInfo.h │ │ │ │ ├── XYEffectTaskVisionUpdateDepth.h │ │ │ │ ├── XYEffectVisionModel.h │ │ │ │ ├── XYEffectVisionTextModel.h │ │ │ │ ├── XYEngine.h │ │ │ │ ├── XYEngineAPIProvider.h │ │ │ │ ├── XYEngineAudioPlayer.h │ │ │ │ ├── XYEngineClassHeader.h │ │ │ │ ├── XYEngineDef.h │ │ │ │ ├── XYEngineEnum.h │ │ │ │ ├── XYEngineModelBridgeUtility.h │ │ │ │ ├── XYEngineParam.h │ │ │ │ ├── XYEngineStructClass.h │ │ │ │ ├── XYEngineUndoManager_Private.h │ │ │ │ ├── XYEngineUndoMgr.h │ │ │ │ ├── XYEngineWorkspace.h │ │ │ │ ├── XYEngineWorkspaceConfiguration.h │ │ │ │ ├── XYKeyAlphaInfo.h │ │ │ │ ├── XYKeyAnchorOffsetInfo.h │ │ │ │ ├── XYKeyBezierCurve.h │ │ │ │ ├── XYKeyPosInfo.h │ │ │ │ ├── XYKeyRotationInfo.h │ │ │ │ ├── XYKeyScaleInfo.h │ │ │ │ ├── XYMultiTextInfo.h │ │ │ │ ├── XYOperationMgrBase.h │ │ │ │ ├── XYOperationMgrBase_Private.h │ │ │ │ ├── XYPlaybackModule.h │ │ │ │ ├── XYPlayerView.h │ │ │ │ ├── XYPlayerViewConfiguration.h │ │ │ │ ├── XYPlayerViewEngineObserver.h │ │ │ │ ├── XYPoint.h │ │ │ │ ├── XYProjectExportConfiguration.h │ │ │ │ ├── XYProjectExportMgr.h │ │ │ │ ├── XYQProjectOperatonMgr.h │ │ │ │ ├── XYQProjectTaskCreate.h │ │ │ │ ├── XYQProjectTaskFactory.h │ │ │ │ ├── XYQProjectTaskLoad.h │ │ │ │ ├── XYQProjectTaskMemoryLoadFinish.h │ │ │ │ ├── XYQProjectTaskRemove.h │ │ │ │ ├── XYQProjectTaskSaveProject.h │ │ │ │ ├── XYQprojectModel.h │ │ │ │ ├── XYRectModel.h │ │ │ │ ├── XYSceneClipMgr.h │ │ │ │ ├── XYSegmentCallBackData.h │ │ │ │ ├── XYSlideShowClipMgr.h │ │ │ │ ├── XYSlideShowConfiguration.h │ │ │ │ ├── XYSlideShowEditor.h │ │ │ │ ├── XYSlideShowEffectMgr.h │ │ │ │ ├── XYSlideShowEnum.h │ │ │ │ ├── XYSlideShowMedia.h │ │ │ │ ├── XYSlideShowMusicModel.h │ │ │ │ ├── XYSlideShowSourceNode.h │ │ │ │ ├── XYSlideShowSourceNodeScene.h │ │ │ │ ├── XYSlideShowThemeTextInfo.h │ │ │ │ ├── XYSlideShowThemeTextScene.h │ │ │ │ ├── XYSlideShowTransformModel.h │ │ │ │ ├── XYSlideshowEidtCommon.h │ │ │ │ ├── XYSourceInfoNodeHelper.h │ │ │ │ ├── XYStbBackUpModel.h │ │ │ │ ├── XYStordboardOperationMgr.h │ │ │ │ ├── XYStoryboard+XYClip.h │ │ │ │ ├── XYStoryboard+XYEffect.h │ │ │ │ ├── XYStoryboard+XYSubtitle.h │ │ │ │ ├── XYStoryboard+XYThumbnail.h │ │ │ │ ├── XYStoryboard.h │ │ │ │ ├── XYStoryboardModel.h │ │ │ │ ├── XYStoryboardTaskAddTheme.h │ │ │ │ ├── XYStoryboardTaskBackUp.h │ │ │ │ ├── XYStoryboardTaskFactory.h │ │ │ │ ├── XYStoryboardTaskRatio.h │ │ │ │ ├── XYStoryboardTaskRedo.h │ │ │ │ ├── XYStoryboardTaskReset.h │ │ │ │ ├── XYStoryboardTaskUndo.h │ │ │ │ ├── XYStoryboardTaskUpdateThemeText.h │ │ │ │ ├── XYStoryboardUseStuffClip.h │ │ │ │ ├── XYStoryboardUserDataMgr.h │ │ │ │ ├── XYStoryboardUtility.h │ │ │ │ ├── XYStreamContextView.h │ │ │ │ ├── XYTaskErrorModel.h │ │ │ │ ├── XYThumbnailGenerator.h │ │ │ │ ├── XYThumbnailGeneratorInputModel.h │ │ │ │ ├── XYThumbnailGeneratorOutputModel.h │ │ │ │ ├── XYThumbnailGeneratorUtil.h │ │ │ │ ├── XYVe3DDataF.h │ │ │ │ ├── XYVeRangeModel.h │ │ │ │ ├── XYVideoAnalyzerProvider.h │ │ │ │ ├── XYVideoPlayerInfo.h │ │ │ │ └── XYVideoThumbnailManager.h │ │ │ ├── Resources │ │ │ │ └── XYCommonEngine.bundle │ │ │ │ │ └── Info.plist │ │ │ └── XYCommonEngineKit │ │ └── Current │ └── XYCommonEngineKit │ └── XYTemplateDataMgr.framework │ ├── Headers │ ├── Modules │ └── module.modulemap │ ├── Resources │ ├── Versions │ ├── A │ │ ├── Headers │ │ │ ├── NSBundle+XYTemplateDataMgr.h │ │ │ ├── XYTemplateDBDefine.h │ │ │ ├── XYTemplateDBMgr.h │ │ │ ├── XYTemplateDataMgr.h │ │ │ └── XYXMLDictionary.h │ │ ├── Resources │ │ │ └── XYCommonEngine.bundle │ │ │ │ └── Info.plist │ │ └── XYTemplateDataMgr │ └── Current │ └── XYTemplateDataMgr ├── README.md └── _Pods.xcodeproj /IMG/112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/IMG/112.png -------------------------------------------------------------------------------- /IMG/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/IMG/3.png -------------------------------------------------------------------------------- /IMG/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/IMG/55.png -------------------------------------------------------------------------------- /IMG/EnableBitcode_ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/IMG/EnableBitcode_ios.png -------------------------------------------------------------------------------- /IMG/image_module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/IMG/image_module.png -------------------------------------------------------------------------------- /IMG/image_range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/IMG/image_range.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/LICENSE -------------------------------------------------------------------------------- /QVEditorKit.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit.podspec -------------------------------------------------------------------------------- /QVEditorKit/Assets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QVEditorKit/Classes/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Versions/A/Headers/XYReactBlackBoard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Versions/A/Headers/XYReactBlackBoard.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Versions/A/Headers/XYReactBlackMapBoard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Versions/A/Headers/XYReactBlackMapBoard.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Versions/A/Headers/XYReactDataBoardSubject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Versions/A/Headers/XYReactDataBoardSubject.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Versions/A/Headers/XYReactWhiteBoard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Versions/A/Headers/XYReactWhiteBoard.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Versions/A/Headers/XYReactWhiteMapBoard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Versions/A/Headers/XYReactWhiteMapBoard.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Versions/A/XYReactDataBoard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Versions/A/XYReactDataBoard -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Core/XYReactDataBoard.framework/XYReactDataBoard: -------------------------------------------------------------------------------- 1 | Versions/Current/XYReactDataBoard -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVBaseKit.framework/QVBaseKit: -------------------------------------------------------------------------------- 1 | Versions/Current/QVBaseKit -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/NSArray+QVFileList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/NSArray+QVFileList.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/NSFileManager+QVFileList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/NSFileManager+QVFileList.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/NSString+QVFileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/NSString+QVFileManager.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/NSString+QVSendBoxFullPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/NSString+QVSendBoxFullPath.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/QVBaseKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/QVBaseKit.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/QVDeviceUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/QVDeviceUtility.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/QVOpenUDID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/Headers/QVOpenUDID.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/QVBaseKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/A/QVBaseKit -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVBaseKit.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/QVCategory: -------------------------------------------------------------------------------- 1 | Versions/Current/QVCategory -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSArray+QVDataSafeTransform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSArray+QVDataSafeTransform.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSBundle+QVInit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSBundle+QVInit.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSData+QVAESEncrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSData+QVAESEncrypt.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSData+QVBase64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSData+QVBase64.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSData+QVMD5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSData+QVMD5.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSData+QVString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSData+QVString.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSDictionary+QVDataSafeTransform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSDictionary+QVDataSafeTransform.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSFileManager+QVOperate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSFileManager+QVOperate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSFileManager+QVProperty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSFileManager+QVProperty.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSObject+QVJSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSObject+QVJSON.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSObject+QVParameter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSObject+QVParameter.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVBase64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVBase64.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVEmpty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVEmpty.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVHTMLEscape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVHTMLEscape.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVLength.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVLength.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVMD5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVMD5.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVURLEncode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVURLEncode.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVUUID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVUUID.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVValidate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSString+QVValidate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSURL+QVURLEncode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/NSURL+QVURLEncode.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/QVCategory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/QVCategory.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/UIColor+QVInit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/Headers/UIColor+QVInit.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/QVCategory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/A/QVCategory -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVCategory.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVDatabase.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVDatabase.framework/QVDatabase: -------------------------------------------------------------------------------- 1 | Versions/Current/QVDatabase -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVDatabase.framework/Versions/A/Headers/QVBaseDatabase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVDatabase.framework/Versions/A/Headers/QVBaseDatabase.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVDatabase.framework/Versions/A/Headers/QVDBUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVDatabase.framework/Versions/A/Headers/QVDBUtility.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVDatabase.framework/Versions/A/QVDatabase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVDatabase.framework/Versions/A/QVDatabase -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVDatabase.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVEditor.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVEditor.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVEditor.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVEditor.framework/QVEditor: -------------------------------------------------------------------------------- 1 | Versions/Current/QVEditor -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVEditor.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVEditor.framework/Versions/A/Headers/QVEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVEditor.framework/Versions/A/Headers/QVEditor.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVEditor.framework/Versions/A/QVEditor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVEditor.framework/Versions/A/QVEditor -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVEditor.framework/Versions/A/Resources/XYCommonEngine.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVEditor.framework/Versions/A/Resources/XYCommonEngine.bundle/Info.plist -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVEditor.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/QVMediCameraEngine: -------------------------------------------------------------------------------- 1 | Versions/Current/QVMediCameraEngine -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraAVCaptureRelatedModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraAVCaptureRelatedModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraClipModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraClipModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraDevice.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraDeviceParamMaker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraDeviceParamMaker.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraDeviceProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraDeviceProtocol.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraDeviceUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraDeviceUtils.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraEngine.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraEngineParamMaker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraEngineParamMaker.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraEnginePreviewView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraEnginePreviewView.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraEngineStateModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraEngineStateModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraEngineUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraEngineUtils.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraFaceBeatyModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraFaceBeatyModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraPreviewView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraPreviewView.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraRecordParamMaker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Headers/QVMediCameraRecordParamMaker.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/QVMediCameraEngine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/QVMediCameraEngine -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Resources/XYCommonEngine.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/A/Resources/XYCommonEngine.bundle/Info.plist -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/QVMediCameraEngine.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/AnimatedFrameInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/AnimatedFrameInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/NSNumber+Language.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/NSNumber+Language.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/QVBaseMacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/QVBaseMacro.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/QVEngineDataSourceProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/QVEngineDataSourceProtocol.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/QVTextPrepareModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/QVTextPrepareModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/StickerInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/StickerInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/TextInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/TextInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAMVELoadStoryboardDataDelegateToBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAMVELoadStoryboardDataDelegateToBlock.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAMVELoadStoryboardDelegateToBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAMVELoadStoryboardDelegateToBlock.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAMVESaveStoryboardDelegateToBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAMVESaveStoryboardDelegateToBlock.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAdjustEffectValueModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAdjustEffectValueModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAudioAnalyzerProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAudioAnalyzerProvider.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAudioExtractConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAudioExtractConfig.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAudioExtractorModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAudioExtractorModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAudioPCMDataManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAudioPCMDataManager.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAudioPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAudioPlayer.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAutoEditMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYAutoEditMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseClipTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseClipTask.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseClipTaskProperty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseClipTaskProperty.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseCopyModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseCopyModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEffectAudioTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEffectAudioTask.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEffectTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEffectTask.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEffectTaskPen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEffectTaskPen.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEffectTaskText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEffectTaskText.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEffectTaskVision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEffectTaskVision.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEngineModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEngineModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEngineTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseEngineTask.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseKeyFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseKeyFrame.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseProjectTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseProjectTask.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseStoryboardTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBaseStoryboardTask.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBeatDetectionProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYBeatDetectionProvider.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipCropTaskMirror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipCropTaskMirror.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipCurveSpeed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipCurveSpeed.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipDataItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipDataItem.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipEditRatioService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipEditRatioService.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipEffectModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipEffectModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipOperationMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipOperationMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskAdd.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskAdjust.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskAdjust.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskAudioNSX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskAudioNSX.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskBackgroundBlur.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskBackgroundBlur.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskBackgroundColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskBackgroundColor.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskBackgroundImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskBackgroundImage.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskBackgroundImageBlur.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskBackgroundImageBlur.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskCoverAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskCoverAdd.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskCoverUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskCoverUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskCrop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskCrop.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskCurveColorUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskCurveColorUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskCurveSpeedUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskCurveSpeedUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskCut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskCut.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskDelete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskDelete.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskDrawPenRedo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskDrawPenRedo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskDrawPenUndo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskDrawPenUndo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskDrawPenUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskDrawPenUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskDuplicate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskDuplicate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskExchange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskExchange.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskFactory.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskFilterAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskFilterAdd.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskFilterUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskFilterUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskFit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskFit.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskGesturePan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskGesturePan.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskGesturePinch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskGesturePinch.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskGestureRotation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskGestureRotation.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskMirror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskMirror.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskMute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskMute.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskPhotoAnimation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskPhotoAnimation.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskRatioBgmReset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskRatioBgmReset.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskReplaceSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskReplaceSource.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskReverse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskReverse.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskSpeed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskSpeed.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskSplit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskSplit.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskTransition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskTransition.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskTrim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskTrim.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskUpdateGradientAngle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskUpdateGradientAngle.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskUpdateVolume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskUpdateVolume.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskVoiceChange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipTaskVoiceChange.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipThumbnailCompleteModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipThumbnailCompleteModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipThumbnailInputModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipThumbnailInputModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipThumbnailManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipThumbnailManager.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipThumbnailModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipThumbnailModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipThumbnailOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYClipThumbnailOperation.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYColorCurveInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYColorCurveInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineDefileHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineDefileHeader.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineGlobalData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineGlobalData.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineKit.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineLifeCycleService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineLifeCycleService.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineRequest.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineTaskMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineTaskMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYCommonEngineUtility.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYDefaultParseThemeText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYDefaultParseThemeText.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYDotAnalyzerProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYDotAnalyzerProvider.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYDrawLayerPaintPenInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYDrawLayerPaintPenInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEditUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEditUtils.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectAudioModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectAudioModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectAudioTaskAudioLyicUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectAudioTaskAudioLyicUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectAudioTaskSplit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectAudioTaskSplit.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectBasePicInPicInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectBasePicInPicInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectDrawPenModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectDrawPenModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectKeyFrameInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectKeyFrameInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectOperationMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectOperationMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPicInPicAnimFiterInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPicInPicAnimFiterInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPicInPicChromaInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPicInPicChromaInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPicInPicFilterInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPicInPicFilterInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPicInPicMaskInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPicInPicMaskInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPicInPicOverlayInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPicInPicOverlayInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPicInPicSubFx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPicInPicSubFx.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPositionDataModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPositionDataModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPositionMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPositionMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPostionUtilFuncs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPostionUtilFuncs.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPropertyData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPropertyData.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPropertyInfoModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPropertyInfoModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPropertyItemModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPropertyItemModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPropertyMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectPropertyMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectRelativeClipInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectRelativeClipInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAddAudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAddAudio.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioFadeIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioFadeIn.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioFadeOut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioFadeOut.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioRepeat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioRepeat.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioTrimUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioTrimUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioUpdateRange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioUpdateRange.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioUpdateSourceRange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioUpdateSourceRange.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioVoiceChange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskAudioVoiceChange.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskDeleteAudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskDeleteAudio.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskDrawPenAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskDrawPenAdd.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskDrawPenRedo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskDrawPenRedo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskDrawPenUndo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskDrawPenUndo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskDrawPenUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskDrawPenUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskDuplicateAudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskDuplicateAudio.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskFactory.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskPenDraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskPenDraw.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskReSetThemeAudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskReSetThemeAudio.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskReplaceAudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskReplaceAudio.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskUpdateAudioVolume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskUpdateAudioVolume.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskUpdateExtendParams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskUpdateExtendParams.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionAdd.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionDelete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionDelete.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionDeleteKeyFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionDeleteKeyFrame.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionDuplicate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionDuplicate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionKeyFrameUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionKeyFrameUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicAdjustUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicAdjustUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicAnimFilterUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicAnimFilterUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicChromaUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicChromaUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicColorCurveUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicColorCurveUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicFXUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicFXUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicFaceReset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicFaceReset.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicFilterUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicFilterUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicMaskUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicMaskUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicOverlayUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicOverlayUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicPluginUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicPluginUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicSegment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionPicInPicSegment.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionTextAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionTextAdd.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionTextUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionTextUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionUpdate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionUpdate3dInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionUpdate3dInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionUpdateDepth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectTaskVisionUpdateDepth.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectVisionModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectVisionModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectVisionTextModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEffectVisionTextModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngine.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineAPIProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineAPIProvider.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineAudioPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineAudioPlayer.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineClassHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineClassHeader.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineDef.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineEnum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineEnum.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineModelBridgeUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineModelBridgeUtility.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineParam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineParam.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineStructClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineStructClass.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineUndoManager_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineUndoManager_Private.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineUndoMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineUndoMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineWorkspace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineWorkspace.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineWorkspaceConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYEngineWorkspaceConfiguration.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYKeyAlphaInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYKeyAlphaInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYKeyAnchorOffsetInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYKeyAnchorOffsetInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYKeyBezierCurve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYKeyBezierCurve.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYKeyPosInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYKeyPosInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYKeyRotationInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYKeyRotationInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYKeyScaleInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYKeyScaleInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYMultiTextInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYMultiTextInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYOperationMgrBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYOperationMgrBase.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYOperationMgrBase_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYOperationMgrBase_Private.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYPlaybackModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYPlaybackModule.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYPlayerView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYPlayerView.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYPlayerViewConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYPlayerViewConfiguration.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYPlayerViewEngineObserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYPlayerViewEngineObserver.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYPoint.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYProjectExportConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYProjectExportConfiguration.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYProjectExportMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYProjectExportMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectOperatonMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectOperatonMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectTaskCreate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectTaskCreate.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectTaskFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectTaskFactory.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectTaskLoad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectTaskLoad.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectTaskMemoryLoadFinish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectTaskMemoryLoadFinish.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectTaskRemove.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectTaskRemove.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectTaskSaveProject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQProjectTaskSaveProject.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQprojectModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYQprojectModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYRectModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYRectModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSceneClipMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSceneClipMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSegmentCallBackData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSegmentCallBackData.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowClipMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowClipMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowConfiguration.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowEditor.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowEffectMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowEffectMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowEnum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowEnum.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowMedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowMedia.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowMusicModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowMusicModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowSourceNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowSourceNode.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowSourceNodeScene.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowSourceNodeScene.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowThemeTextInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowThemeTextInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowThemeTextScene.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowThemeTextScene.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowTransformModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideShowTransformModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideshowEidtCommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSlideshowEidtCommon.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSourceInfoNodeHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYSourceInfoNodeHelper.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStbBackUpModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStbBackUpModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStordboardOperationMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStordboardOperationMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboard+XYClip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboard+XYClip.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboard+XYEffect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboard+XYEffect.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboard+XYSubtitle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboard+XYSubtitle.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboard+XYThumbnail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboard+XYThumbnail.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboard.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskAddTheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskAddTheme.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskBackUp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskBackUp.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskFactory.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskRatio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskRatio.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskRedo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskRedo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskReset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskReset.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskUndo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskUndo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskUpdateThemeText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardTaskUpdateThemeText.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardUseStuffClip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardUseStuffClip.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardUserDataMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardUserDataMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStoryboardUtility.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStreamContextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYStreamContextView.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYTaskErrorModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYTaskErrorModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYThumbnailGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYThumbnailGenerator.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYThumbnailGeneratorInputModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYThumbnailGeneratorInputModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYThumbnailGeneratorOutputModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYThumbnailGeneratorOutputModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYThumbnailGeneratorUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYThumbnailGeneratorUtil.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYVe3DDataF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYVe3DDataF.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYVeRangeModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYVeRangeModel.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYVideoAnalyzerProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYVideoAnalyzerProvider.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYVideoPlayerInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYVideoPlayerInfo.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYVideoThumbnailManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Headers/XYVideoThumbnailManager.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Resources/XYCommonEngine.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/Resources/XYCommonEngine.bundle/Info.plist -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/XYCommonEngineKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/A/XYCommonEngineKit -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYCommonEngineKit.framework/XYCommonEngineKit: -------------------------------------------------------------------------------- 1 | Versions/Current/XYCommonEngineKit -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/Headers/NSBundle+XYTemplateDataMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/Headers/NSBundle+XYTemplateDataMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/Headers/XYTemplateDBDefine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/Headers/XYTemplateDBDefine.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/Headers/XYTemplateDBMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/Headers/XYTemplateDBMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/Headers/XYTemplateDataMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/Headers/XYTemplateDataMgr.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/Headers/XYXMLDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/Headers/XYXMLDictionary.h -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/Resources/XYCommonEngine.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/Resources/XYCommonEngine.bundle/Info.plist -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/XYTemplateDataMgr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/A/XYTemplateDataMgr -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /QVEditorKit/FrameWork/Editor/XYTemplateDataMgr.framework/XYTemplateDataMgr: -------------------------------------------------------------------------------- 1 | Versions/Current/XYTemplateDataMgr -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuVideoDeveloper/QVEditorKit-iOS/HEAD/README.md -------------------------------------------------------------------------------- /_Pods.xcodeproj: -------------------------------------------------------------------------------- 1 | Example/Pods/Pods.xcodeproj --------------------------------------------------------------------------------