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
  • Util
  • CNLivePlayer
  • CNLivePlayerKVOModel.swift
  • 商品管理 , 分类 , 播放器等 , 有部分bug
    dedcbc4f
    张旭 authored
    2023-11-30 13:52:18 +0800  
    Browse Code »
CNLivePlayerKVOModel.swift 273 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
//
//  CNLivePlayerKVOModel.swift
//  metaCode
//
//  Created by zx on 2023/11/28.
//

import Foundation

class CNLivePlayerKVOModel:BaseModel{
    /**
     KVO监听对象
     */
    var obj:(AnyObject)?
    /**
     KVO监听对象路径
     */
    var path:String?

}