18 lines
332 B
Objective-C
18 lines
332 B
Objective-C
//
|
|
// PayPalExampleViewController.h
|
|
// Non-Card Payment Examples
|
|
//
|
|
// Created by Cameron Sabol on 10/7/20.
|
|
// Copyright © 2020 Stripe. All rights reserved.
|
|
//
|
|
|
|
#import "PaymentExampleViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface PayPalExampleViewController : PaymentExampleViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|