NCImageCellProtocol.swift 260 B

12345678910111213
  1. //
  2. // NCImageCellProtocol.swift
  3. // Nextcloud
  4. //
  5. // Created by Philippe Weidmann on 05.06.20.
  6. // Copyright © 2020 Marino Faggiana. All rights reserved.
  7. //
  8. import Foundation
  9. protocol NCImageCellProtocol {
  10. var filePreviewImageView: UIImageView {get}
  11. }