Skip to content

Commit 9a427cb

Browse files
committed
Objective-C interop
1 parent 0b5fac5 commit 9a427cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ColorSetKit/ColorSet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import Cocoa
4848
* If the application's bundle contains a file named `Colors.colorset`,
4949
* this file will be automatically loaded into the shared instance.
5050
*/
51-
public static var shared: ColorSet =
51+
@objc public static var shared: ColorSet =
5252
{
5353
var set: ColorSet?
5454

0 commit comments

Comments
 (0)