Skip to content

Commit

Permalink
Fix protocol warning with class/AnyObject in Xcode 12.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Jun 17, 2021
1 parent f19499a commit 48aac74
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ public protocol ScrollStackContainableController: UIViewController {

/// You can implement the following delegate to receive events about row visibility changes during scroll of the stack.
/// NOTE: No events are currently sent at the time of add/remove/move. A PR about is is accepted :-)
public protocol ScrollStackControllerDelegate: class {
public protocol ScrollStackControllerDelegate: AnyObject {

/// Tells the delegate when the user scrolls the content view within the receiver.
///
Expand Down

0 comments on commit 48aac74

Please sign in to comment.