import <Foundation/Foundation.h>
import "MPBooking.h"
import "MPBookableQuery.h"
import "MPBookingsQuery.h"
Go to the source code of this file.
◆ mpBookingCompletion
typedef void(^ mpBookingCompletion) (MPBooking *_Nullable booking, NSError *_Nullable error) |
◆ mpBookingListCompletion
typedef void(^ mpBookingListCompletion) (NSArray< MPBooking * > *_Nullable bookings, NSError *_Nullable error) |
◆ mpLocationListCompletion
typedef void(^ mpLocationListCompletion) (NSArray< MPLocation * > *_Nullable locations, NSError *_Nullable error) |