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
  • Util
  • CNLiveCommonBaseModel.swift
  • 提示toast 添加修改头像逻辑
    5870efa8
    liushiyu authored
    2023-06-16 11:30:44 +0800  
    Browse Code »
CNLiveCommonBaseModel.swift 255 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//
//  CNLiveCommonBaseModel.swift
//  metaCode
//
//  Created by open on 2023/6/15.
//

import Foundation
import UIKit
import HandyJSON

class BaseModel: HandyJSON {
    
    required init() {}

    func mapping(mapper: HelpingMapper) {
        
    }
}