Files
RxFirebase/Example - tvOS/ViewController.swift
2019-03-20 13:36:49 +01:00

19 lines
356 B
Swift

// RxFirebase
// Copyright © 2019 RxSwiftCommunity. All rights reserved.
import UIKit
import RxFirebaseStorage
import RxFirebaseDatabase
import RxFirebaseAuthentication
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
}