Skip to content

protocol SyncDelegate: class #595

Open
@tbechtum

Description

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 ?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions