This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import PlaygroundSupport | |
import Foundation | |
import UIKit | |
Bundle(path: "/System/Library/PrivateFrameworks/DrawingKit.framework")?.load() | |
let DKInkView = NSClassFromString("DKInkView") as! UIView.Type | |
extension UIView { | |
func newGPUAvailable() -> Bool { |
OlderNewer