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
  • Global
  • CNLiveGlobalBlock.swift
  • 身份列表接口对接, 引入 WCDB做数据存储
    786288f5
    niudaojian authored
    2023-07-04 16:35:48 +0800  
    Browse Code »
CNLiveGlobalBlock.swift 164 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
//
//  CNLiveGlobalBlock.swift
//  metaCode
//
//  Created by daojian on 2023/6/12.
//

import Foundation

///点击事件回调
typealias closureBlock = ()->Void;