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

Commit

Permalink
Fix usage of deprecated Swift APIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Jul 29, 2016
1 parent dd2251c commit d43c4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ParseLiveQuery/Subscription.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import BoltsSwift
*/
public protocol SubscriptionHandling: AnyObject {
/// The type of the PFObject subclass that this handler uses.
typealias PFObjectSubclass: PFObject
associatedtype PFObjectSubclass: PFObject

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

0 comments on commit d43c4b8

Please sign in to comment.