From a2589f9891509d85a873192d56e785885513e780 Mon Sep 17 00:00:00 2001
From: younger_times <841720330@qq.com>
Date: 星期二, 18 七月 2023 15:54:32 +0800
Subject: [PATCH] 新增

---
 WanPai/Root/Course/View/CourseOnlineHeadView.swift |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WanPai/Root/Course/View/CourseOnlineHeadView.swift b/WanPai/Root/Course/View/CourseOnlineHeadView.swift
index a0b7b84..52b5382 100644
--- a/WanPai/Root/Course/View/CourseOnlineHeadView.swift
+++ b/WanPai/Root/Course/View/CourseOnlineHeadView.swift
@@ -10,6 +10,8 @@
 
 class CourseOnlineHeadView: UICollectionReusableView{
 
+    @IBOutlet weak var label_name: UILabel!
+    
     var indexPath:IndexPath!
     var moreClouse:((IndexPath)->Void)!
 

--
Gitblit v1.7.1