Initial commit
This commit is contained in:
14
LightshowManager/LightshowDownloadCell.swift
Normal file
14
LightshowManager/LightshowDownloadCell.swift
Normal 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!
|
||||
}
|
||||
Reference in New Issue
Block a user