Contents.swift 643 B

1234567891011121314151617181920212223242526
  1. /*:
  2. > # IMPORTANT: To use `ReactiveCocoa.playground`, please:
  3. 1. Retrieve the project dependencies using one of the following terminal commands from the ReactiveCocoa project root directory:
  4. - `script/bootstrap`
  5. **OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
  6. - `carthage checkout`
  7. 1. Open `ReactiveCocoa.xcworkspace`
  8. 1. Build `Result-Mac` scheme
  9. 1. Build `ReactiveCocoa-Mac` scheme
  10. 1. Finally open the `ReactiveCocoa.playground`
  11. 1. Choose `View > Show Debug Area`
  12. */
  13. import Result
  14. import ReactiveCocoa
  15. import Foundation
  16. /*:
  17. ## Sandbox
  18. A place where you can build your sand castles 🏖.
  19. */