NCActionSheetHeaderView.swift 310 B

1234567891011121314151617
  1. //
  2. // NCTrashGridCell.swift
  3. // Nextcloud
  4. //
  5. // Created by Marino Faggiana on 08/10/2018.
  6. // Copyright © 2018 TWS. All rights reserved.
  7. //
  8. import Foundation
  9. import UIKit
  10. class NCActionSheetHeaderView: UIView {
  11. @IBOutlet weak var imageItem: UIImageView!
  12. @IBOutlet weak var label: UILabel!
  13. }