1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-11-11 01:42:35 +03:00

Add missing import to GeomUtils

This commit is contained in:
Yuriy Kashnikov 2017-09-11 17:27:37 +03:00 committed by Viktor Sukochev
parent 868ab5602d
commit bfcdc98a91

View File

@ -1,3 +1,5 @@
import Foundation
open class GeomUtils {
open class func concat(t1: Transform, t2: Transform) -> Transform {