An open API service indexing awesome lists of open source software.

https://github.com/muukii/try.umbrella


https://github.com/muukii/try.umbrella

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Try to create Umbrella Framework

```swift
import AppCore.RxCocoa
import AppCore.RxSwift
import AppCore.RxFuture

class ViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
Observable.just(())
Driver.just(())
}

}
```