Skip to content

Commit aaf36fa

Browse files
Jacob Mizrajishahmishal
authored andcommitted
comment out NSError bridging in MPC Overlay
1 parent 5a14428 commit aaf36fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@_exported import MultipeerConnectivity
22
import Foundation
33

4-
@available(OSX, introduced: 10.10) @available(iOS, introduced: 7.0)
5-
extension MCErrorCode : _BridgedNSError {
6-
public static var _nsErrorDomain: String { return MCErrorDomain }
7-
}
4+
// @available(OSX, introduced: 10.10) @available(iOS, introduced: 7.0)
5+
// extension MCErrorCode : _BridgedNSError {
6+
// public static var _nsErrorDomain: String { return MCErrorDomain }
7+
// }

0 commit comments

Comments
 (0)