CNLiveCommonBaseModel.swift
305 Bytes
//
// 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) {
}
func didFinishMapping() {
}
}