Add swipe action on download Lightshow
This commit is contained in:
16
LightshowManager/LightshowDownloadCellSecond.swift
Normal file
16
LightshowManager/LightshowDownloadCellSecond.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// LightshowDownloadCell.swift
|
||||
// LightshowManager
|
||||
//
|
||||
// Created by Quentin Millardet on 21/04/2024.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
class LightshowDownloadCellSecond : UITableViewCell{
|
||||
|
||||
@IBOutlet weak var LightshowName: UILabel!
|
||||
|
||||
@IBOutlet weak var warningIcon: UIImageView!
|
||||
@IBOutlet weak var alertMessage: UILabel!
|
||||
}
|
||||
Reference in New Issue
Block a user