13 lines
175 B
Swift
13 lines
175 B
Swift
|
|
//
|
||
|
|
// UserEmailVerifyDM.swift
|
||
|
|
// WOKA
|
||
|
|
//
|
||
|
|
// Created by MacBook Pro on 07/05/24.
|
||
|
|
//
|
||
|
|
|
||
|
|
import Foundation
|
||
|
|
|
||
|
|
struct UserEmailVerifyDM : Codable{
|
||
|
|
let unique_string: String?
|
||
|
|
}
|