PaymentTransactionObserverFake.swift 238 B

12345678910111213
  1. //
  2. // PaymentTransactionObserverFake.swift
  3. // SwiftyStoreKit
  4. //
  5. // Created by Andrea Bizzotto on 17/01/2017.
  6. // Copyright © 2017 musevisions. All rights reserved.
  7. //
  8. import UIKit
  9. class PaymentTransactionObserverFake: NSObject {
  10. }