Skip to content

Commit 888d1f1

Browse files
author
Dave Abrahams
authored
Merge pull request #8 from apple/moving-quicklook-support
Moving QuickLook support
2 parents 8f95ffc + aab7af4 commit 888d1f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PlaygroundSupport/PlaygroundSupport/PlaygroundPage.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,8 @@ extension NSViewController: PlaygroundLiveViewable {
182182
}
183183
}
184184
#endif
185+
186+
// FIXME(ABI) the actual declarations and all the conformances should
187+
// be moved here before ABI stability.
188+
typealias CustomPlaygroundQuickLookable = Swift._CustomPlaygroundQuickLookable
189+
typealias PlaygroundQuickLook = Swift._PlaygroundQuickLook

0 commit comments

Comments
 (0)