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
  • Common
  • Base
  • CNLiveBaseMoel.swift
  • 我的界面添加逻辑
    2f2183cf
    liushiyu authored
    2023-06-09 16:57:07 +0800  
    Browse Code »
CNLiveBaseMoel.swift 238 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
//
//  CNLiveBaseMoel.swift
//  metaCode
//
//  Created by open on 2023/6/9.
//

import Foundation
import HandyJSON

class BaseModel: HandyJSON {
    
    required init() {}
    
    func mapping(mapper: HelpingMapper) {
        
    }
}