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
  • GlobalBlock
  • CNLiveGlobalBlock.swift
  • 首页添加添加认证界面
    2fc6f675
    niudaojian authored
    2023-06-12 13:49:58 +0800  
    Browse Code »
CNLiveGlobalBlock.swift 164 Bytes
Edit Raw Blame History
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;