Skip to content

Commit 4199bb9

Browse files
committedSep 8, 2018
SSYInterappServer is now visible externally if built into a framework.
1 parent 8eea46f commit 4199bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎SSYInterappServer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extern NSString* const SSYInterappServerErrorDomain ;
3434
Here are some search terms, so I can find the above comment later:
3535
command line, active mach port, active mach ports,
3636
*/
37-
@interface SSYInterappServer : NSObject {}
37+
__attribute__((visibility("default"))) @interface SSYInterappServer : NSObject {}
3838

3939
/*!
4040
@brief The userInfo which is set in +leaseServerWithPortName::::.

0 commit comments

Comments
 (0)
Please sign in to comment.