Skip to content

Commit

Permalink
🛠 Refactor: Rename MulticastDelegate
Browse files Browse the repository at this point in the history
Summary: Rename `MulticastDelegate` to `RNIMulticastDelegate `.
  • Loading branch information
dominicstop committed Apr 30, 2023
1 parent cff6af4 commit 8cfaeaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation


public class MulticastDelegate<T: AnyObject> {
public class RNIMulticastDelegate<T: AnyObject> {
private let delegates: NSHashTable<T> = NSHashTable.weakObjects();

public func add(_ delegate: T) {
Expand Down

0 comments on commit 8cfaeaa

Please sign in to comment.