SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.24k stars 741 forks source link

Use AnyObject instead of class for restricting the protocol to classes #470

Closed laevandus closed 2 years ago

laevandus commented 3 years ago

Xcode 12.5 started to show a warning about using class instead of recommended AnyObject.

xcode-12-5-warning
laevandus commented 3 years ago

@wtmoose could you please take a look.

laevandus commented 2 years ago

Gonna close as it was fixed in a separate PR