| 1234567891011121314151617181920212223242526 |
- /*:
- > # IMPORTANT: To use `ReactiveCocoa.playground`, please:
-
- 1. Retrieve the project dependencies using one of the following terminal commands from the ReactiveCocoa project root directory:
- - `script/bootstrap`
- **OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
- - `carthage checkout`
- 1. Open `ReactiveCocoa.xcworkspace`
- 1. Build `Result-Mac` scheme
- 1. Build `ReactiveCocoa-Mac` scheme
- 1. Finally open the `ReactiveCocoa.playground`
- 1. Choose `View > Show Debug Area`
- */
- import Result
- import ReactiveCocoa
- import Foundation
- /*:
- ## Sandbox
-
- A place where you can build your sand castles 🏖.
- */
|