mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
making Swift build succesfully after the merge
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
% for Self in ['SKShapeNode', 'SKSpriteNode', 'SKTextureAtlas', 'SKTexture']:
|
||||
|
||||
extension ${Self} : CustomPlaygroundQuickLookable {
|
||||
public func customPlaygroundQuickLook() -> PlaygroundQuickLook {
|
||||
public var customPlaygroundQuickLook: PlaygroundQuickLook {
|
||||
// this code comes straight from the quicklooks
|
||||
|
||||
let data = (self as AnyObject)._copyImageData?()
|
||||
|
||||
Reference in New Issue
Block a user