Skip to content

Commit

Permalink
update classname to fix routing
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Mar 15, 2024
1 parent a905e1b commit 4c2aaac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Utilities
import UIToolkits
import dydxStateManager

public class ShareActionBuilder: NSObject, ObjectBuilderProtocol {
public class dydxShareActionBuilder: NSObject, ObjectBuilderProtocol {
public func build<T>() -> T? {
let action = dydxShareAction()
return action as? T
Expand Down

0 comments on commit 4c2aaac

Please sign in to comment.