PaymentTransactionObserverFake.swift 259 B

1234567891011121314151617
  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. #if os(iOS)
  9. import UIKit
  10. class PaymentTransactionObserverFake: NSObject {
  11. }
  12. #endif