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