Files
Woka_Native_iOS/WOKA/Authentication/Model/UserNameDM.swift
Bilal a810cfb511 - updated flow for username, made it selectable and move it to login screen
- Update scripts for firebase crashlytics.
- fixed bug for webseries, top ads, if internet not connected again checking it at retry
2024-09-06 20:50:25 +05:30

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
}