瀏覽代碼

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]) {
+        
+    }
 }