Skip to content

Commit aab7af4

Browse files
Dave AbrahamsDave Abrahams
authored andcommitted
staging for moving QuickLook support
1 parent 631d2aa commit aab7af4

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)