Files
Woka_Native_iOS/WOKA/Authentication/Model/UserNameDM.swift
BilalKhanWDI 750cc59cde - handled theme 2 player pause while the radio is opened and closed
- Completed forget username flow with hindi language
- Completed app update functionality, need the api to be updated as the version will not be a double, its going to be string
2024-08-20 19:50:11 +05:30

14 lines
178 B
Swift

//
// UserNameDM.swift
// WOKA
//
// Created by MacBook Pro on 20/08/24.
//
import Foundation
// MARK: - UserNameDM
struct UserNameDM: Codable {
let username: String?
}