CCNotification.swift 364 B

123456789101112131415161718192021
  1. //
  2. // CCNotification.swift
  3. // Nextcloud
  4. //
  5. // Created by Marino Faggiana on 27/01/17.
  6. // Copyright © 2017 TWS. All rights reserved.
  7. //
  8. import UIKit
  9. class CCNotification: UITableViewController, UISearchResultsUpdating {
  10. override func viewDidLoad() {
  11. }
  12. func updateSearchResults(for searchController: UISearchController) {
  13. }
  14. }