Skip to content

Commit 7ca665b

Browse files
committed
[Runtime] Add missing FakeUnavailableSwiftDylib.swift file.
1 parent c1f4d99 commit 7ca665b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@available(OSX 1066.0, iOS 1066.0, watchOS 1066.0, tvOS 1066.0, *)
2+
public protocol UnavailableSwiftProtocol {
3+
func someMethod()
4+
}
5+
6+
@available(OSX 1066.0, iOS 1066.0, watchOS 1066.0, tvOS 1066.0, *)
7+
public class UnavailableSwiftClass {
8+
func someMethod() {}
9+
}

0 commit comments

Comments
 (0)