Skip to content

Commit

Permalink
Merge pull request #205 from funnel20/funnel20-objc-bridge
Browse files Browse the repository at this point in the history
Fix for #204
  • Loading branch information
evgenyneu authored Sep 3, 2024
2 parents 4dc8ad6 + 7285afa commit aebcb0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Demo/CosmosSettingsObjCBridge.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import UIKit
import Cosmos

/**

Expand All @@ -23,7 +24,7 @@ import UIKit
[CosmosSettingsObjCBridge setUpdateOnTouch: NO inCosmosView:self.cosmosView];

*/
@objc public class CosmosSettingsObjCBridge: NSObject {
@objcMembers public class CosmosSettingsObjCBridge: NSObject {


/**
Expand Down

0 comments on commit aebcb0e

Please sign in to comment.