https://github.com/muukii/try.umbrella
https://github.com/muukii/try.umbrella
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/muukii/try.umbrella
- Owner: muukii
- Created: 2019-01-08T09:37:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T13:31:15.000Z (over 6 years ago)
- Last Synced: 2025-02-10T20:31:11.361Z (3 months ago)
- Language: Swift
- Size: 537 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Try to create Umbrella Framework
```swift
import AppCore.RxCocoa
import AppCore.RxSwift
import AppCore.RxFutureclass ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
Observable.just(())
Driver.just(())
}}
```