teodorpatras / EasyTipView

Fully customisable tooltip view in Swift for iOS.
MIT License
3.07k stars 535 forks source link

Fix Swift warning for using 'class' instead of 'AnyObject' #215

Closed rebello95 closed 1 year ago

rebello95 commented 3 years ago

Fixes this warning:

Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead

rebello95 commented 3 years ago

@teodorpatras any chance we could merge this? Thanks!