Initial commit

This commit is contained in:
Quentin Millardet
2024-05-09 00:18:57 +02:00
parent 6596a46054
commit a1c3891847
20 changed files with 882 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
//
// LightshowDownloadCell.swift
// LightshowManager
//
// Created by Quentin Millardet on 21/04/2024.
//
import UIKit
class LightshowDownloadCell : UITableViewCell{
@IBOutlet weak var warningMessage: UIImageView!
@IBOutlet weak var LightshowName: UILabel!
}