1234567891011121314151617 |
- //
- // NCTrashGridCell.swift
- // Nextcloud
- //
- // Created by Marino Faggiana on 08/10/2018.
- // Copyright © 2018 TWS. All rights reserved.
- //
- import Foundation
- import UIKit
- class NCActionSheetHeaderView: UIView {
-
- @IBOutlet weak var imageItem: UIImageView!
- @IBOutlet weak var label: UILabel!
- }
|