Skip to content

Commit

Permalink
Always inherit HybridObject
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jan 14, 2025
1 parent 6275a48 commit b7d4b37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation
import NitroModules

/// See ``HybridTestViewSpec``
public protocol HybridTestViewSpec_protocol: AnyObject, HybridView {
public protocol HybridTestViewSpec_protocol: HybridObject, HybridView {
// Properties
var someProp: Bool { get set }
var someCallback: (_ someParam: Double) -> Void { get set }
Expand Down

0 comments on commit b7d4b37

Please sign in to comment.