Sync icon indicating copy to clipboard operation
Sync copied to clipboard

protocol SyncDelegate: class

Open tbechtum opened this issue 3 years ago • 0 comments

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 ?

tbechtum avatar May 07 '21 07:05 tbechtum