فهرست منبع

Make unit tests compile

Andrea Bizzotto 7 سال پیش
والد
کامیت
9d0694c411
1فایلهای تغییر یافته به همراه16 افزوده شده و 0 حذف شده
  1. 16 0
      SwiftyStoreKitTests/PaymentQueueSpy.swift

+ 16 - 0
SwiftyStoreKitTests/PaymentQueueSpy.swift

@@ -44,4 +44,20 @@ class PaymentQueueSpy: PaymentQueue {
 
         finishTransactionCalledCount += 1
     }
+    
+    func start(_ downloads: [SKDownload]) {
+        
+    }
+    
+    func pause(_ downloads: [SKDownload]) {
+        
+    }
+    
+    func resume(_ downloads: [SKDownload]) {
+        
+    }
+    
+    func cancel(_ downloads: [SKDownload]) {
+        
+    }
 }