15 lines
339 B
C
15 lines
339 B
C
//
|
|
// TPInAppReceipt.h
|
|
// TPInAppReceipt
|
|
//
|
|
// Created by Pavel Tikhonenko on 29/09/16.
|
|
// Copyright © 2016 Pavel Tikhonenko. All rights reserved.
|
|
//
|
|
|
|
@import Foundation;
|
|
|
|
#define BN_MASK (0xffffffffffffffffL)
|
|
|
|
FOUNDATION_EXPORT double TPInAppReceiptVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char TPInAppReceiptVersionString[];
|