Type Definitions
The following type definitions are available globally.
-
Declaration
Objective-C
typedef void (^PFQueryArrayResultBlock)(NSArray<PFGenericObject> *_Nullable, NSError *_Nullable)
Swift
typealias PFQueryArrayResultBlock = ([PFGenericObject]?, Error?) -> Void