Add error message to Lightshow file

This commit is contained in:
Quentin Millardet
2024-05-09 00:46:43 +02:00
parent a1c3891847
commit 1da7622e07
3 changed files with 40 additions and 21 deletions

View File

@@ -11,4 +11,6 @@ class LightshowDownloadCell : UITableViewCell{
@IBOutlet weak var warningMessage: UIImageView!
@IBOutlet weak var LightshowName: UILabel!
@IBOutlet weak var alertLabel: UILabel!
}