Skip to content

Commit dbc6d1e

Browse files
committed
STC pay
1 parent 213bb7a commit dbc6d1e

33 files changed

+11217
-7732
lines changed

Ottu.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = "Ottu"
5-
s.version = "1.0.83"
5+
s.version = "1.0.84"
66
s.summary = "The Ottu iOS SDK makes it quick and easy to build an excellent payment experience in your iOS app."
77
s.description = <<-DESC
88
**Simplified security**: We make it simple for you to collect sensitive data such as credit card numbers and remain PCI compliant.
Binary file not shown.

Source/Ottu.xcframework/ios-arm64/Ottu.framework/Headers/Ottu-Swift.h

+10
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
277277
#if __has_warning("-Watimport-in-framework-header")
278278
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
279279
#endif
280+
@import CoreFoundation;
281+
@import UIKit;
280282
#endif
281283

282284
#endif
@@ -297,6 +299,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
297299
#endif
298300

299301
#if defined(__OBJC__)
302+
@class NSCoder;
303+
304+
SWIFT_CLASS("_TtC4Ottu10HeaderView")
305+
@interface HeaderView : UIView
306+
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
307+
- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
308+
@end
309+
300310

301311

302312

Binary file not shown.

0 commit comments

Comments
 (0)