Skip to content

Commit ed0ff2d

Browse files
committed
Move the ActionProperty into a separated playground.
1 parent f812152 commit ed0ff2d

File tree

7 files changed

+23
-0
lines changed

7 files changed

+23
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import Foundation
2+
3+
public func scopedExample(_ exampleDescription: String, _ action: () -> Void) {
4+
print("\n--- \(exampleDescription) ---\n")
5+
action()
6+
}
7+
8+
public enum PlaygroundError: Error {
9+
case example(String)
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<playground version='6.0' target-platform='ios' display-mode='rendered' executeOnSourceChanges='false'>
3+
<pages>
4+
<page name='Sandbox'/>
5+
<page name='SignalProducer'/>
6+
<page name='Signal'/>
7+
<page name='Property'/>
8+
<page name='ActionProperty'/>
9+
</pages>
10+
</playground>

ReactiveSwift.xcworkspace/contents.xcworkspacedata

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)