NCEmptyView.swift 208 B

12345678910111213
  1. //
  2. // NCEmptyView.swift
  3. // Nextcloud
  4. //
  5. // Created by Marino Faggiana on 19/10/2020.
  6. // Copyright © 2020 Marino Faggiana. All rights reserved.
  7. //
  8. import Foundation
  9. class NCEmptyView: NSObject {
  10. }