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
e7632aba
Commit
e7632aba
authored
Jun 08, 2016
by
Brent Gulanowski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #221 from Shopify/task/fix-imports
Update all public headers to use framework-style imports
parents
8f0a3e1f
9a9f3144
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 @
e7632aba
...
...
@@ -25,8 +25,8 @@
//
#import <Foundation/Foundation.h>
#import
"BUYObjectProtocol.h"
#import
"BUYModelManagerProtocol.h"
#import
<Buy/BUYObjectProtocol.h>
#import
<Buy/BUYModelManagerProtocol.h>
@class
NSManagedObjectModel
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Additions/NSDictionary+BUYAdditions.h
View file @
e7632aba
...
...
@@ -25,8 +25,8 @@
//
#import <Foundation/Foundation.h>
#import
"BUYSerializable.h"
#import
"NSArray+BUYAdditions.h"
#import
<Buy/BUYSerializable.h>
#import
<Buy/NSArray+BUYAdditions.h>
typedef
NSString
*
(
^
BUYStringMap
)
(
NSString
*
);
...
...
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Address.h
View file @
e7632aba
...
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
//
#import
"BUYClient+Customers.h"
#import
<Buy/BUYClient+Customers.h>
NS_ASSUME_NONNULL_BEGIN
@class
BUYAddress
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Checkout.h
View file @
e7632aba
...
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
//
#import
"BUYClient.h"
#import
<Buy/BUYClient.h>
NS_ASSUME_NONNULL_BEGIN
@class
BUYCheckout
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Customers.h
View file @
e7632aba
...
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
//
#import
"BUYClient.h"
#import
<Buy/BUYClient.h>
NS_ASSUME_NONNULL_BEGIN
@class
BUYCustomer
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Internal.h
View file @
e7632aba
...
...
@@ -24,9 +24,9 @@
// THE SOFTWARE.
//
#import
"BUYClient.h"
#import
"BUYClient+Checkout.h"
#import
"BUYSerializable.h"
#import
<Buy/BUYClient.h>
#import
<Buy/BUYClient+Checkout.h>
#import
<Buy/BUYSerializable.h>
static
NSString
*
const
BUYShopifyErrorDomain
=
@"BUYShopifyErrorDomain"
;
static
NSString
*
const
BUYClientCustomerAccessToken
=
@"X-Shopify-Customer-Access-Token"
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Routing.h
View file @
e7632aba
...
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
//
#import
"BUYClient.h"
#import
<Buy/BUYClient.h>
@interface
BUYClient
(
Routing
)
...
...
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient+Storefront.h
View file @
e7632aba
...
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
//
#import
"BUYClient.h"
#import
<Buy/BUYClient.h>
NS_ASSUME_NONNULL_BEGIN
@class
BUYShop
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/BUYApplePayToken.h
View file @
e7632aba
...
...
@@ -25,7 +25,7 @@
//
#import <Foundation/Foundation.h>
#import
"BUYPaymentToken.h"
#import
<Buy/BUYPaymentToken.h>
@class
PKPaymentToken
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/BUYCreditCard.h
View file @
e7632aba
...
...
@@ -25,7 +25,7 @@
//
@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
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/BUYCreditCardToken.h
View file @
e7632aba
...
...
@@ -25,7 +25,7 @@
//
#import <Foundation/Foundation.h>
#import
"BUYPaymentToken.h"
#import
<Buy/BUYPaymentToken.h>
@interface
BUYCreditCardToken
:
NSObject
<
BUYPaymentToken
>
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYCart.h
View file @
e7632aba
...
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
//
#import
"_BUYCart.h"
#import
<Buy/_BUYCart.h>
@class
BUYProductVariant
;
@class
BUYLineItem
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYCollection.h
View file @
e7632aba
...
...
@@ -25,7 +25,7 @@
//
#import <Buy/_BUYCollection.h>
#import
"BUYClient+Storefront.h"
#import
<Buy/BUYClient+Storefront.h>
@interface
BUYCollection
:
_BUYCollection
{}
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYAddress.h
View file @
e7632aba
...
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYAddressAttributes
{
__unsafe_unretained
NSString
*
address1
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYCart.h
View file @
e7632aba
...
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYCartRelationships
{
__unsafe_unretained
NSString
*
lineItems
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYCartLineItem.h
View file @
e7632aba
...
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYCartLineItemAttributes
{
__unsafe_unretained
NSString
*
quantity
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYCollection.h
View file @
e7632aba
...
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYCollectionAttributes
{
__unsafe_unretained
NSString
*
createdAt
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYCustomer.h
View file @
e7632aba
...
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYCustomerAttributes
{
__unsafe_unretained
NSString
*
acceptsMarketing
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYImageLink.h
View file @
e7632aba
...
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYImageLinkAttributes
{
__unsafe_unretained
NSString
*
createdAt
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYLineItem.h
View file @
e7632aba
...
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYLineItemAttributes
{
__unsafe_unretained
NSString
*
compareAtPrice
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYOption.h
View file @
e7632aba
...
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYOptionAttributes
{
__unsafe_unretained
NSString
*
identifier
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYOptionValue.h
View file @
e7632aba
...
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYOptionValueAttributes
{
__unsafe_unretained
NSString
*
name
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYOrder.h
View file @
e7632aba
...
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYOrderAttributes
{
__unsafe_unretained
NSString
*
identifier
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYProduct.h
View file @
e7632aba
...
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYProductAttributes
{
__unsafe_unretained
NSString
*
available
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYProductVariant.h
View file @
e7632aba
...
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYProductVariantAttributes
{
__unsafe_unretained
NSString
*
available
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/_BUYShop.h
View file @
e7632aba
...
...
@@ -28,7 +28,7 @@
#import <Buy/BUYManagedObject.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
extern
const
struct
BUYShopAttributes
{
__unsafe_unretained
NSString
*
city
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Templates/Persistent/machine.h.motemplate
View file @
e7632aba
...
...
@@ -29,9 +29,9 @@
#import <Buy/BUYManagedObject.h>
<
$
if
hasAdditionalHeaderFile
$
>
#import
"<$additionalHeaderFileName$>"
#import
<Buy/<$additionalHeaderFileName$>>
<
$
endif
$
>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
<
$
if
noninheritedAttributes
.
@count
>
0
$
>
extern
const
struct
<
$
managedObjectClassName
$
>
Attributes
{
<
$
foreach
Attribute
noninheritedAttributes
do
$
>
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Templates/Transient/machine.h.motemplate
View file @
e7632aba
...
...
@@ -27,10 +27,10 @@
// Make changes to <$managedObjectClassName$>.h instead.
<
$
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
$
>
#import
"<$additionalHeaderFileName$>"
#import
<Buy/<$additionalHeaderFileName$>>
<
$
endif
$
>
#import <Buy/BUYModelManager.h>
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYCheckout.h
View file @
e7632aba
...
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYCheckout.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYCheckoutAttribute.h
View file @
e7632aba
...
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYCheckoutAttribute.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYDiscount.h
View file @
e7632aba
...
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYDiscount.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYGiftCard.h
View file @
e7632aba
...
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYGiftCard.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYMaskedCreditCard.h
View file @
e7632aba
...
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYMaskedCreditCard.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYShippingRate.h
View file @
e7632aba
...
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYShippingRate.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/_BUYTaxLine.h
View file @
e7632aba
...
...
@@ -26,7 +26,7 @@
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to BUYTaxLine.h instead.
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import <Buy/BUYModelManager.h>
...
...
Mobile Buy SDK/Mobile Buy SDK/Operations/BUYCheckoutOperation.h
View file @
e7632aba
...
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
//
#import
"BUYOperation.h"
#import
<Buy/BUYOperation.h>
NS_ASSUME_NONNULL_BEGIN
@class
BUYClient
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYApplePayPaymentProvider.h
View file @
e7632aba
...
...
@@ -25,7 +25,7 @@
//
@import
UIKit
;
#import
"BUYPaymentProvider.h"
#import
<Buy/BUYPaymentProvider.h>
NS_ASSUME_NONNULL_BEGIN
...
...
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYPaymentController.h
View file @
e7632aba
...
...
@@ -25,7 +25,7 @@
//
@import
Foundation
;
#import
"BUYPaymentProvider.h"
#import
<Buy/BUYPaymentProvider.h>
NS_ASSUME_NONNULL_BEGIN
...
...
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYPaymentProvider.h
View file @
e7632aba
...
...
@@ -26,7 +26,7 @@
@import
UIKit
;
#import
"BUYClient.h"
#import
<Buy/BUYClient.h>
NS_ASSUME_NONNULL_BEGIN
...
...
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYWebCheckoutPaymentProvider.h
View file @
e7632aba
...
...
@@ -25,7 +25,7 @@
//
#import <Foundation/Foundation.h>
#import
"BUYPaymentProvider.h"
#import
<Buy/BUYPaymentProvider.h>
NS_ASSUME_NONNULL_BEGIN
...
...
Mobile Buy SDK/Mobile Buy SDK/Utils/BUYApplePayAdditions.h
View file @
e7632aba
...
...
@@ -27,9 +27,9 @@
@import
Foundation
;
@import
PassKit
;
#import
"BUYCheckout.h"
#import
"BUYShippingRate.h"
#import
"BUYAddress.h"
#import
<Buy/BUYCheckout.h>
#import
<Buy/BUYShippingRate.h>
#import
<Buy/BUYAddress.h>
@interface
BUYCheckout
(
ApplePay
)
...
...
Mobile Buy SDK/Mobile Buy SDK/Utils/BUYError+BUYAdditions.h
View file @
e7632aba
...
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
//
#import
"BUYError.h"
#import
<Buy/BUYError.h>
@interface
BUYError
(
Checkout
)
+
(
NSArray
<
BUYError
*>
*
)
errorsFromCheckoutJSON
:(
NSDictionary
*
)
json
;
...
...
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