20 lines
585 B
Objective-C
20 lines
585 B
Objective-C
//
|
|
// TPInAppReceiptWatch.h
|
|
// TPInAppReceiptWatch
|
|
//
|
|
// Created by Pavel Tikhonenko on 23/07/2019.
|
|
// Copyright © 2019 Pavel Tikhonenko. All rights reserved.
|
|
//
|
|
|
|
#import <WatchKit/WatchKit.h>
|
|
|
|
//! Project version number for TPInAppReceiptWatch.
|
|
FOUNDATION_EXPORT double TPInAppReceiptWatchVersionNumber;
|
|
|
|
//! Project version string for TPInAppReceiptWatch.
|
|
FOUNDATION_EXPORT const unsigned char TPInAppReceiptWatchVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <TPInAppReceiptWatch/PublicHeader.h>
|
|
|
|
|