Skip to content

Commit

Permalink
Merge pull request #1 from HamzaKiyani43/HamzaKiyani43-patch-1
Browse files Browse the repository at this point in the history
Update ReactionView.swift
  • Loading branch information
HamzaKiyani43 authored Jan 9, 2023
2 parents ff95410 + da52d35 commit 1d9a013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FacebookLikeReaction/Classes/ReactionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ReactionView: UIView {
fatalError("init(coder:) has not been implemented")
}

public func initialize(delegate: UIViewController, reactionsArray: [Reaction], sourceView: UIView, gestureView: UIView) {
public func initialize(delegate: Any, reactionsArray: [Reaction], sourceView: UIView, gestureView: UIView) {
let iconHeight: CGFloat = 35
let padding: CGFloat = 8
self.reactions = reactionsArray
Expand Down

0 comments on commit 1d9a013

Please sign in to comment.