无故事王国
2024-06-12 21656936d06a8ea01d8d9ce4fdb1dbe0bb2e8419
DolphinEnglishLearnStudent/Other/UIView/StudyHandleView.swift
@@ -46,6 +46,8 @@
            func copyView()->StudyHandleView{
                        let copyV = StudyHandleView.jq_loadNibView()
                        copyV.bounds = self.bounds
                        copyV.tag = self.tag
                        copyV.vioceSoundUrl = self.vioceSoundUrl
                        return copyV
            }