Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit d43c4b8

Browse files
committed
Fix usage of deprecated Swift APIs.
1 parent dd2251c commit d43c4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ParseLiveQuery/Subscription.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import BoltsSwift
1818
*/
1919
public protocol SubscriptionHandling: AnyObject {
2020
/// The type of the PFObject subclass that this handler uses.
21-
typealias PFObjectSubclass: PFObject
21+
associatedtype PFObjectSubclass: PFObject
2222

2323
/**
2424
Tells the handler that an event has been received from the live query server.

0 commit comments

Comments
 (0)