mirror of
https://github.com/caoer/RxFirebase.git
synced 2026-06-15 10:38:02 +08:00
21 lines
391 B
Swift
21 lines
391 B
Swift
//
|
|
// ViewController.swift
|
|
// RxFirebase
|
|
//
|
|
// Created by Arnaud Dorgans on 03/20/2018.
|
|
// Copyright © 2018 RxSwiftCommunity. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
import RxFirebase
|
|
|
|
class ViewController: UIViewController {
|
|
|
|
override func viewDidLoad() {
|
|
super.viewDidLoad()
|
|
// Do any additional setup after loading the view, typically from a nib.
|
|
|
|
}
|
|
}
|
|
|