AlphaWallet / AlphaWallet/alpha-wallet-ios
Change all protocols which extends class to extend AnyObject instead
オープン
- 主要言語
- Swift
- スター
- 631
- フォーク
- 384
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
https://docs.swift.org/swift-book/LanguageGuide/Protocols.html#ID281 states
```
Class-Only Protocols
You can limit protocol adoption to class types (and not structures or enumerations) by adding the AnyObject protocol to a protocol’s inheritance list.
```
コントリビューションガイド
評価
この issue はまだ評価されていません。