diff --git a/ios/NewArch/FabricViewImplementationProtocol.swift b/ios/NewArch/FabricViewImplementationProtocol.swift index 2cef2fb8..cf0c7282 100644 --- a/ios/NewArch/FabricViewImplementationProtocol.swift +++ b/ios/NewArch/FabricViewImplementationProtocol.swift @@ -1,4 +1,5 @@ import Foundation +@MainActor @objc public protocol FabricViewImplementationProtocol { var actions: [NSDictionary]? { get set } var title: NSString? { get set }