Guest User

Untitled

a guest
Jan 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import UIKit
  2. import Firebase
  3.  
  4. class MainViewController: UIViewController, UITableViewDelegate, UITableViewDataSource {
  5. @IBOutlet weak var tableView: UITableView!
  6. var items = [String]()
Add Comment
Please, Sign In to add comment