ObjCCompat
public struct ObjCCompat
This struct wraps up all of our Objective-C compatibility layer. You should never need to touch this if you’re using Swift.
-
A default implementation of the SubscriptionHandling protocol, using blocks for callbacks.
See moreDeclaration
Swift
@objc(PFLiveQuerySubscription) open class Subscription : NSObject
extension ObjCCompat.Subscription: ObjCCompat_SubscriptionHandling