- Update scripts for firebase crashlytics. - fixed bug for webseries, top ads, if internet not connected again checking it at retry
15 lines
213 B
Swift
15 lines
213 B
Swift
//
|
|
// UserNameDM.swift
|
|
// WOKA
|
|
//
|
|
// Created by MacBook Pro on 20/08/24.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
// MARK: - UserNameDM
|
|
struct UserNameDM: Codable {
|
|
let username: String?
|
|
var isSelected : Bool? = false
|
|
}
|