Skip to content

Commit 2fd2108

Browse files
committed
Merge branch 'master' of github.com:remobjects/SwiftBaseLibrary
2 parents da66a1a + e6b3781 commit 2fd2108

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/Aliases.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ public typealias AnyClass = rtl.Class
5252
public typealias AnyClass = java.lang.Class
5353
#endif
5454

55-
#if COCOA
55+
#if DARWIN
5656
public typealias Selector = SEL
57+
public typealias NSObjectProtocol = INSObject
58+
public typealias INSObjectProtocol = INSObject
5759
#endif
5860

5961
/* more obscure aliases */

0 commit comments

Comments
 (0)