Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protocol SyncDelegate: class #595

Open
tbechtum opened this issue May 7, 2021 · 0 comments
Open

protocol SyncDelegate: class #595

tbechtum opened this issue May 7, 2021 · 0 comments

Comments

@tbechtum
Copy link

tbechtum commented May 7, 2021

Hi,

in Xcode 12.5 we receive this warning for the SyncDelegate declaration

public protocol SyncDelegate: class

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

Could we fix this please to

public protocol SyncDelegate: AnyObject

as suggested ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant