Files
Woka_Native_iOS/WOKA/OnBoarding Module/Model/CarouselData.swift

15 lines
188 B
Swift
Raw Permalink Normal View History

2024-05-02 13:20:40 +05:30
//
// CarouselData.swift
// WOKA
//
// Created by Bilal on 26/04/2024.
//
import Foundation
struct CarouselData{
let title : String
let desc : String
let image : String
}