Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shopify_iossdk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cemarose
shopify_iossdk
Commits
9a9f3144
Commit
9a9f3144
authored
9 years ago
by
Brent Gulanowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update all public headers to use framework-style imports.
parent
8f0a3e1f
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
50 additions
and
50 deletions
+50
-50
TestModel.h
Mobile Buy SDK/Mobile Buy SDK Tests/TestModel.h
+2
-2
NSDictionary+BUYAdditions.h
... SDK/Mobile Buy SDK/Additions/NSDictionary+BUYAdditions.h
+2
-2
BUYClient+Address.h
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Address.h
+1
-1
BUYClient+Checkout.h
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Checkout.h
+1
-1
BUYClient+Customers.h
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Customers.h
+1
-1
BUYClient+Internal.h
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Internal.h
+3
-3
BUYClient+Routing.h
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Routing.h
+1
-1
BUYClient+Storefront.h
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Storefront.h
+1
-1
BUYApplePayToken.h
Mobile Buy SDK/Mobile Buy SDK/Models/BUYApplePayToken.h
+1
-1
BUYCreditCard.h
Mobile Buy SDK/Mobile Buy SDK/Models/BUYCreditCard.h
+1
-1
BUYCreditCardToken.h
Mobile Buy SDK/Mobile Buy SDK/Models/BUYCreditCardToken.h
+1
-1
BUYCart.h
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYCart.h
+1
-1
BUYCollection.h
... Buy SDK/Mobile Buy SDK/Models/Persistent/BUYCollection.h
+1
-1
_BUYAddress.h
...le Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYAddress.h
+1
-1
_BUYCart.h
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYCart.h
+1
-1
_BUYCartLineItem.h
...y SDK/Mobile Buy SDK/Models/Persistent/_BUYCartLineItem.h
+1
-1
_BUYCollection.h
...Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYCollection.h
+1
-1
_BUYCustomer.h
...e Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYCustomer.h
+1
-1
_BUYImageLink.h
... Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYImageLink.h
+1
-1
_BUYLineItem.h
...e Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYLineItem.h
+1
-1
_BUYOption.h
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYOption.h
+1
-1
_BUYOptionValue.h
...uy SDK/Mobile Buy SDK/Models/Persistent/_BUYOptionValue.h
+1
-1
_BUYOrder.h
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYOrder.h
+1
-1
_BUYProduct.h
...le Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYProduct.h
+1
-1
_BUYProductVariant.h
...SDK/Mobile Buy SDK/Models/Persistent/_BUYProductVariant.h
+1
-1
_BUYShop.h
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYShop.h
+1
-1
machine.h.motemplate
... Buy SDK/Models/Templates/Persistent/machine.h.motemplate
+2
-2
machine.h.motemplate
...e Buy SDK/Models/Templates/Transient/machine.h.motemplate
+2
-2
_BUYCheckout.h
...le Buy SDK/Mobile Buy SDK/Models/Transient/_BUYCheckout.h
+1
-1
_BUYCheckoutAttribute.h
...K/Mobile Buy SDK/Models/Transient/_BUYCheckoutAttribute.h
+1
-1
_BUYDiscount.h
...le Buy SDK/Mobile Buy SDK/Models/Transient/_BUYDiscount.h
+1
-1
_BUYGiftCard.h
...le Buy SDK/Mobile Buy SDK/Models/Transient/_BUYGiftCard.h
+1
-1
_BUYMaskedCreditCard.h
...DK/Mobile Buy SDK/Models/Transient/_BUYMaskedCreditCard.h
+1
-1
_BUYShippingRate.h
...uy SDK/Mobile Buy SDK/Models/Transient/_BUYShippingRate.h
+1
-1
_BUYTaxLine.h
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYTaxLine.h
+1
-1
BUYCheckoutOperation.h
... Buy SDK/Mobile Buy SDK/Operations/BUYCheckoutOperation.h
+1
-1
BUYApplePayPaymentProvider.h
...le Buy SDK/Payment Providers/BUYApplePayPaymentProvider.h
+1
-1
BUYPaymentController.h
...K/Mobile Buy SDK/Payment Providers/BUYPaymentController.h
+1
-1
BUYPaymentProvider.h
...SDK/Mobile Buy SDK/Payment Providers/BUYPaymentProvider.h
+1
-1
BUYWebCheckoutPaymentProvider.h
...Buy SDK/Payment Providers/BUYWebCheckoutPaymentProvider.h
+1
-1
BUYApplePayAdditions.h
Mobile Buy SDK/Mobile Buy SDK/Utils/BUYApplePayAdditions.h
+3
-3
BUYError+BUYAdditions.h
Mobile Buy SDK/Mobile Buy SDK/Utils/BUYError+BUYAdditions.h
+1
-1
No files found.
Mobile Buy SDK/Mobile Buy SDK Tests/TestModel.h
View file @
9a9f3144
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
//
//
#import <Foundation/Foundation.h>
#import <Foundation/Foundation.h>
#import
"BUYObjectProtocol.h"
#import
<Buy/BUYObjectProtocol.h>
#import
"BUYModelManagerProtocol.h"
#import
<Buy/BUYModelManagerProtocol.h>
@class
NSManagedObjectModel
;
@class
NSManagedObjectModel
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Additions/NSDictionary+BUYAdditions.h
View file @
9a9f3144
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
//
//
#import <Foundation/Foundation.h>
#import <Foundation/Foundation.h>
#import
"BUYSerializable.h"
#import
<Buy/BUYSerializable.h>
#import
"NSArray+BUYAdditions.h"
#import
<Buy/NSArray+BUYAdditions.h>
typedef
NSString
*
(
^
BUYStringMap
)
(
NSString
*
);
typedef
NSString
*
(
^
BUYStringMap
)
(
NSString
*
);
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Address.h
View file @
9a9f3144
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"BUYClient+Customers.h"
#import
<Buy/BUYClient+Customers.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@class
BUYAddress
;
@class
BUYAddress
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Checkout.h
View file @
9a9f3144
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"BUYClient.h"
#import
<Buy/BUYClient.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@class
BUYCheckout
;
@class
BUYCheckout
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Customers.h
View file @
9a9f3144
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"BUYClient.h"
#import
<Buy/BUYClient.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@class
BUYCustomer
;
@class
BUYCustomer
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Internal.h
View file @
9a9f3144
...
@@ -24,9 +24,9 @@
...
@@ -24,9 +24,9 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"BUYClient.h"
#import
<Buy/BUYClient.h>
#import
"BUYClient+Checkout.h"
#import
<Buy/BUYClient+Checkout.h>
#import
"BUYSerializable.h"
#import
<Buy/BUYSerializable.h>
static
NSString
*
const
BUYShopifyErrorDomain
=
@"BUYShopifyErrorDomain"
;
static
NSString
*
const
BUYShopifyErrorDomain
=
@"BUYShopifyErrorDomain"
;
static
NSString
*
const
BUYClientCustomerAccessToken
=
@"X-Shopify-Customer-Access-Token"
;
static
NSString
*
const
BUYClientCustomerAccessToken
=
@"X-Shopify-Customer-Access-Token"
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Routing.h
View file @
9a9f3144
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"BUYClient.h"
#import
<Buy/BUYClient.h>
@interface
BUYClient
(
Routing
)
@interface
BUYClient
(
Routing
)
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Storefront.h
View file @
9a9f3144
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"BUYClient.h"
#import
<Buy/BUYClient.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@class
BUYShop
;
@class
BUYShop
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/BUYApplePayToken.h
View file @
9a9f3144
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
//
//
#import <Foundation/Foundation.h>
#import <Foundation/Foundation.h>
#import
"BUYPaymentToken.h"
#import
<Buy/BUYPaymentToken.h>
@class
PKPaymentToken
;
@class
PKPaymentToken
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/BUYCreditCard.h
View file @
9a9f3144
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
//
//
@import
Foundation
;
@import
Foundation
;
#import
"BUYSerializable.h"
#import
<Buy/BUYSerializable.h>
/**
/**
* This represents raw credit card data that the user is posting. You MUST discard this object as soon as it has been posted
* This represents raw credit card data that the user is posting. You MUST discard this object as soon as it has been posted
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/BUYCreditCardToken.h
View file @
9a9f3144
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
//
//
#import <Foundation/Foundation.h>
#import <Foundation/Foundation.h>
#import
"BUYPaymentToken.h"
#import
<Buy/BUYPaymentToken.h>
@interface
BUYCreditCardToken
:
NSObject
<
BUYPaymentToken
>
@interface
BUYCreditCardToken
:
NSObject
<
BUYPaymentToken
>
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYCart.h
View file @
9a9f3144
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYCart.h"
#import
<Buy/_BUYCart.h>
@class
BUYProductVariant
;
@class
BUYProductVariant
;
@class
BUYLineItem
;
@class
BUYLineItem
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYCollection.h
View file @
9a9f3144
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
//
//
#import <Buy/_BUYCollection.h>
#import <Buy/_BUYCollection.h>
#import
"BUYClient+Storefront.h"
#import
<Buy/BUYClient+Storefront.h>
@interface
BUYCollection
:
_BUYCollection
{}
@interface
BUYCollection
:
_BUYCollection
{}
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYAddress.h
View file @
9a9f3144
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYAddressAttributes
{
extern
const
struct
BUYAddressAttributes
{
__unsafe_unretained
NSString
*
address1
;
__unsafe_unretained
NSString
*
address1
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYCart.h
View file @
9a9f3144
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYCartRelationships
{
extern
const
struct
BUYCartRelationships
{
__unsafe_unretained
NSString
*
lineItems
;
__unsafe_unretained
NSString
*
lineItems
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYCartLineItem.h
View file @
9a9f3144
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYCartLineItemAttributes
{
extern
const
struct
BUYCartLineItemAttributes
{
__unsafe_unretained
NSString
*
quantity
;
__unsafe_unretained
NSString
*
quantity
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYCollection.h
View file @
9a9f3144
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYCollectionAttributes
{
extern
const
struct
BUYCollectionAttributes
{
__unsafe_unretained
NSString
*
createdAt
;
__unsafe_unretained
NSString
*
createdAt
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYCustomer.h
View file @
9a9f3144
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYCustomerAttributes
{
extern
const
struct
BUYCustomerAttributes
{
__unsafe_unretained
NSString
*
acceptsMarketing
;
__unsafe_unretained
NSString
*
acceptsMarketing
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYImageLink.h
View file @
9a9f3144
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYImageLinkAttributes
{
extern
const
struct
BUYImageLinkAttributes
{
__unsafe_unretained
NSString
*
createdAt
;
__unsafe_unretained
NSString
*
createdAt
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYLineItem.h
View file @
9a9f3144
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYLineItemAttributes
{
extern
const
struct
BUYLineItemAttributes
{
__unsafe_unretained
NSString
*
compareAtPrice
;
__unsafe_unretained
NSString
*
compareAtPrice
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYOption.h
View file @
9a9f3144
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYOptionAttributes
{
extern
const
struct
BUYOptionAttributes
{
__unsafe_unretained
NSString
*
identifier
;
__unsafe_unretained
NSString
*
identifier
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYOptionValue.h
View file @
9a9f3144
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYOptionValueAttributes
{
extern
const
struct
BUYOptionValueAttributes
{
__unsafe_unretained
NSString
*
name
;
__unsafe_unretained
NSString
*
name
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYOrder.h
View file @
9a9f3144
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYOrderAttributes
{
extern
const
struct
BUYOrderAttributes
{
__unsafe_unretained
NSString
*
identifier
;
__unsafe_unretained
NSString
*
identifier
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYProduct.h
View file @
9a9f3144
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYProductAttributes
{
extern
const
struct
BUYProductAttributes
{
__unsafe_unretained
NSString
*
available
;
__unsafe_unretained
NSString
*
available
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYProductVariant.h
View file @
9a9f3144
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYProductVariantAttributes
{
extern
const
struct
BUYProductVariantAttributes
{
__unsafe_unretained
NSString
*
available
;
__unsafe_unretained
NSString
*
available
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYShop.h
View file @
9a9f3144
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYShopAttributes
{
extern
const
struct
BUYShopAttributes
{
__unsafe_unretained
NSString
*
city
;
__unsafe_unretained
NSString
*
city
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Templates/Persistent/machine.h.motemplate
View file @
9a9f3144
...
@@ -29,9 +29,9 @@
...
@@ -29,9 +29,9 @@
#import <Buy/BUYManagedObject.h>
#import <Buy/BUYManagedObject.h>
<
$
if
hasAdditionalHeaderFile
$
>
<
$
if
hasAdditionalHeaderFile
$
>
#import
"<$additionalHeaderFileName$>"
#import
<Buy/<$additionalHeaderFileName$>>
<
$
endif
$
>
<
$
endif
$
>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
<
$
if
noninheritedAttributes
.
@count
>
0
$
>
<
$
if
noninheritedAttributes
.
@count
>
0
$
>
extern
const
struct
<
$
managedObjectClassName
$
>
Attributes
{
<
$
foreach
Attribute
noninheritedAttributes
do
$
>
extern
const
struct
<
$
managedObjectClassName
$
>
Attributes
{
<
$
foreach
Attribute
noninheritedAttributes
do
$
>
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Templates/Transient/machine.h.motemplate
View file @
9a9f3144
...
@@ -27,10 +27,10 @@
...
@@ -27,10 +27,10 @@
// Make changes to <$managedObjectClassName$>.h instead.
// Make changes to <$managedObjectClassName$>.h instead.
<
$
if
hasCustomSuperentity
$
><
$
if
hasSuperentity
$
>
#
import
<
Buy
/<
$
customSuperentity
$
>
.
h
>
<
$
if
hasCustomSuperentity
$
><
$
if
hasSuperentity
$
>
#
import
<
Buy
/<
$
customSuperentity
$
>
.
h
>
<
$
else
$
><
$
if
hasCustomBaseCaseImport
$
>
#
import
<
$
baseClassImport
$
><
$
else
$
>
#
import
"<$customSuperentity$>.h"
<
$
endif
$
><
$
endif
$
><
$
endif
$
>
<
$
else
$
><
$
if
hasCustomBaseCaseImport
$
>
#
import
<
$
baseClassImport
$
><
$
else
$
>
#
import
<
Buy
/<
$
customSuperentity
$
>
.
h
>
<
$
endif
$
><
$
endif
$
><
$
endif
$
>
<
$
if
hasAdditionalHeaderFile
$
>
<
$
if
hasAdditionalHeaderFile
$
>
#import
"<$additionalHeaderFileName$>"
#import
<Buy/<$additionalHeaderFileName$>>
<
$
endif
$
>
<
$
endif
$
>
#import <Buy/BUYModelManager.h>
#import <Buy/BUYModelManager.h>
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYCheckout.h
View file @
9a9f3144
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYCheckout.h instead.
// Make changes to BUYCheckout.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
#import <Buy/BUYModelManager.h>
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYCheckoutAttribute.h
View file @
9a9f3144
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYCheckoutAttribute.h instead.
// Make changes to BUYCheckoutAttribute.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
#import <Buy/BUYModelManager.h>
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYDiscount.h
View file @
9a9f3144
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYDiscount.h instead.
// Make changes to BUYDiscount.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
#import <Buy/BUYModelManager.h>
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYGiftCard.h
View file @
9a9f3144
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYGiftCard.h instead.
// Make changes to BUYGiftCard.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
#import <Buy/BUYModelManager.h>
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYMaskedCreditCard.h
View file @
9a9f3144
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYMaskedCreditCard.h instead.
// Make changes to BUYMaskedCreditCard.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
#import <Buy/BUYModelManager.h>
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYShippingRate.h
View file @
9a9f3144
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYShippingRate.h instead.
// Make changes to BUYShippingRate.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
#import <Buy/BUYModelManager.h>
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYTaxLine.h
View file @
9a9f3144
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYTaxLine.h instead.
// Make changes to BUYTaxLine.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
#import <Buy/BUYModelManager.h>
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Operations/BUYCheckoutOperation.h
View file @
9a9f3144
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"BUYOperation.h"
#import
<Buy/BUYOperation.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@class
BUYClient
;
@class
BUYClient
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYApplePayPaymentProvider.h
View file @
9a9f3144
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
//
//
@import
UIKit
;
@import
UIKit
;
#import
"BUYPaymentProvider.h"
#import
<Buy/BUYPaymentProvider.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYPaymentController.h
View file @
9a9f3144
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
//
//
@import
Foundation
;
@import
Foundation
;
#import
"BUYPaymentProvider.h"
#import
<Buy/BUYPaymentProvider.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYPaymentProvider.h
View file @
9a9f3144
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
@import
UIKit
;
@import
UIKit
;
#import
"BUYClient.h"
#import
<Buy/BUYClient.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYWebCheckoutPaymentProvider.h
View file @
9a9f3144
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
//
//
#import <Foundation/Foundation.h>
#import <Foundation/Foundation.h>
#import
"BUYPaymentProvider.h"
#import
<Buy/BUYPaymentProvider.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Utils/BUYApplePayAdditions.h
View file @
9a9f3144
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,9 @@
@import
Foundation
;
@import
Foundation
;
@import
PassKit
;
@import
PassKit
;
#import
"BUYCheckout.h"
#import
<Buy/BUYCheckout.h>
#import
"BUYShippingRate.h"
#import
<Buy/BUYShippingRate.h>
#import
"BUYAddress.h"
#import
<Buy/BUYAddress.h>
@interface
BUYCheckout
(
ApplePay
)
@interface
BUYCheckout
(
ApplePay
)
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Utils/BUYError+BUYAdditions.h
View file @
9a9f3144
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"BUYError.h"
#import
<Buy/BUYError.h>
@interface
BUYError
(
Checkout
)
@interface
BUYError
(
Checkout
)
+
(
NSArray
<
BUYError
*>
*
)
errorsFromCheckoutJSON
:(
NSDictionary
*
)
json
;
+
(
NSArray
<
BUYError
*>
*
)
errorsFromCheckoutJSON
:(
NSDictionary
*
)
json
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment