Skip to content

Commit

Permalink
update: remove AnyObject constraint from AliyunpanQRCodeContainer pro…
Browse files Browse the repository at this point in the history
…tocol (#31)
  • Loading branch information
wzxha authored Jan 31, 2024
1 parent c04c381 commit 2262976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- AliyunpanSDK (1.0)
- AliyunpanSDK (0.1.15)

DEPENDENCIES:
- AliyunpanSDK (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
AliyunpanSDK: 2b45cf052f40fb481f3cc9c036dbc7f90b42f702
AliyunpanSDK: 2f9e96863eaa3ff21b28b87d30d85bd627f718d0

PODFILE CHECKSUM: e82420c5d47daad41bcef90410d3046b609d0c2a

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation

/// 二维码授权容器协议
public protocol AliyunpanQRCodeContainer: AnyObject {
public protocol AliyunpanQRCodeContainer {
/// 展示二维码
@MainActor func showAliyunpanAuthorizeQRCode(with url: URL)

Expand Down

0 comments on commit 2262976

Please sign in to comment.