// // PaymentTransactionObserverFake.swift // SwiftyStoreKit // // Created by Andrea Bizzotto on 17/01/2017. // Copyright © 2017 musevisions. All rights reserved. // #if os(iOS) import UIKit class PaymentTransactionObserverFake: NSObject { } #endif