diff --git a/Parse/Parse/Internal/Purchase/Controller/PFPurchaseController.m b/Parse/Parse/Internal/Purchase/Controller/PFPurchaseController.m index 39028ce17..45bd5fc7b 100644 --- a/Parse/Parse/Internal/Purchase/Controller/PFPurchaseController.m +++ b/Parse/Parse/Internal/Purchase/Controller/PFPurchaseController.m @@ -9,6 +9,8 @@ #import "PFPurchaseController.h" +#if TARGET_OS_IOS || TARGET_OS_TV + #import #if __has_include() @@ -237,3 +239,5 @@ - (PFPaymentTransactionObserver *)transactionObserver { } @end + +#endif