Initial Commit

This commit is contained in:
2024-05-02 13:20:40 +05:30
commit 39bd2e66da
103 changed files with 5420 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
//
// CarouselData.swift
// WOKA
//
// Created by Bilal on 26/04/2024.
//
import Foundation
struct CarouselData{
let title : String
let desc : String
let image : String
}