123456789101112131415161718192021 |
- //
- // CCNotification.swift
- // Nextcloud
- //
- // Created by Marino Faggiana on 27/01/17.
- // Copyright © 2017 TWS. All rights reserved.
- //
- import UIKit
- class CCNotification: UITableViewController, UISearchResultsUpdating {
- override func viewDidLoad() {
- }
-
-
-
- func updateSearchResults(for searchController: UISearchController) {
- }
- }
|