Skip to content

Commit 8911c22

Browse files
committed
add Foundation import to trait templates for abort() support
1 parent e837a1d commit 8911c22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/TraitTemplate.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
open class TraitName: NativeTypeWrapper {
24

35
private static var instanceCounter: UInt = 0

0 commit comments

Comments
 (0)