Sign in

iOS Team / CNLiveMateCode · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveMateCode
  • metaCode
  • Classes
  • Main
  • HuBiLieHomePage
  • Controller
  • CNLiveZFPlayerController.swift
  • 游客登录方式登录 ...
    b9f01d49
    播放免费内容-快速点击看点 免费+付费 出现的播放免费内容的bug
    张旭 authored
    2025-04-28 19:48:27 +0800  
    Browse Code »
CNLiveZFPlayerController.swift 329 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
//
//  CNLiveZFPlayerController.swift
//  metaCode
//
//  Created by 张亦玓 on 2025/4/28.
//

import Foundation
import ZFPlayer

//activityId:String,title:String,contentId:String

class CNLiveZFPlayerController:ZFPlayerController{
    
    var activityId = ""//
    var contentId = ""//
    var title = ""
    var url = ""

}