Skip to content

Commit 640ee9c

Browse files
v4.1.4
1 parent 1e866c1 commit 640ee9c

17 files changed

+27415
-25370
lines changed

TeadsSDK-Xcode9.4/TeadsSDK-Xcode9.4.framework/18268B04-8AF8-3092-850D-B8E90C316E96.bcsymbolmap

Lines changed: 9323 additions & 0 deletions
Large diffs are not rendered by default.

TeadsSDK-Xcode9.4/TeadsSDK-Xcode9.4.framework/35124306-1930-3190-8C0E-6C2FF4D6C04A.bcsymbolmap

Lines changed: 0 additions & 8471 deletions
This file was deleted.

TeadsSDK-Xcode9.4/TeadsSDK-Xcode9.4.framework/5B269A18-0B29-37AB-A275-8F7F5EC21683.bcsymbolmap

Lines changed: 9323 additions & 0 deletions
Large diffs are not rendered by default.

TeadsSDK-Xcode9.4/TeadsSDK-Xcode9.4.framework/8E2404B2-23EA-3738-A180-C7B64CCCB470.bcsymbolmap

Lines changed: 8759 additions & 0 deletions
Large diffs are not rendered by default.

TeadsSDK-Xcode9.4/TeadsSDK-Xcode9.4.framework/AC4C8C95-A6EA-3FA3-9BD2-0CA71353FFCE.bcsymbolmap

Lines changed: 0 additions & 8418 deletions
This file was deleted.

TeadsSDK-Xcode9.4/TeadsSDK-Xcode9.4.framework/F323819F-403E-36EC-A933-FB96C3102834.bcsymbolmap

Lines changed: 0 additions & 8471 deletions
This file was deleted.

TeadsSDK-Xcode9.4/TeadsSDK-Xcode9.4.framework/Headers/TeadsSDK-Swift.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by Apple Swift version 4.1.2 (swiftlang-902.0.54 clang-902.0.39.2)
1+
// Generated by Apple Swift version 4.2 (swiftlang-1000.11.37.1 clang-1000.11.45.1)
22
#pragma clang diagnostic push
33
#pragma clang diagnostic ignored "-Wgcc-compat"
44

@@ -129,17 +129,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
129129
#endif
130130
#if !defined(SWIFT_ENUM_ATTR)
131131
# if defined(__has_attribute) && __has_attribute(enum_extensibility)
132-
# define SWIFT_ENUM_ATTR __attribute__((enum_extensibility(open)))
132+
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
133133
# else
134-
# define SWIFT_ENUM_ATTR
134+
# define SWIFT_ENUM_ATTR(_extensibility)
135135
# endif
136136
#endif
137137
#if !defined(SWIFT_ENUM)
138-
# define SWIFT_ENUM(_type, _name) enum _name : _type _name; enum SWIFT_ENUM_ATTR SWIFT_ENUM_EXTRA _name : _type
138+
# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
139139
# if __has_feature(generalized_swift_name)
140-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR SWIFT_ENUM_EXTRA _name : _type
140+
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
141141
# else
142-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) SWIFT_ENUM(_type, _name)
142+
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
143143
# endif
144144
#endif
145145
#if !defined(SWIFT_UNAVAILABLE)
@@ -163,9 +163,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
163163
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
164164
#endif
165165
#if __has_feature(modules)
166+
@import CoreGraphics;
166167
@import ObjectiveC;
167168
@import UIKit;
168-
@import CoreGraphics;
169169
#endif
170170

171171
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
@@ -183,7 +183,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
183183
# pragma pop_macro("any")
184184
#endif
185185

186-
typedef SWIFT_ENUM(NSInteger, AdErrorCode) {
186+
typedef SWIFT_ENUM(NSInteger, AdErrorCode, closed) {
187187
AdErrorCodeErrorNoSlot = 1,
188188
AdErrorCodeErrorNetwork = 2,
189189
AdErrorCodeErrorNotFilled = 3,
@@ -261,7 +261,7 @@ SWIFT_PROTOCOL("_TtP8TeadsSDK13TFAAdDelegate_")
261261
///
262262
- (void)adPlaybackChange:(TFACustomAdView * _Nonnull)ad state:(enum TeadsAdPlaybackState)state;
263263
/// Called when ad changes volume state
264-
/// @deprecated since 4.1.2 please use TFASoundDelegate instead
264+
/// @deprecated since 4.1.x please use TFASoundDelegate instead
265265
/// \param ad The teadsAd object
266266
///
267267
/// \param muted true if the sound is off false otherwise
@@ -322,7 +322,7 @@ SWIFT_CLASS("_TtC8TeadsSDK15TFACustomAdView")
322322
- (void)slotReached;
323323
@end
324324

325-
typedef SWIFT_ENUM(NSInteger, TeadsAdPlaybackState) {
325+
typedef SWIFT_ENUM(NSInteger, TeadsAdPlaybackState, closed) {
326326
TeadsAdPlaybackStatePlaybackStateCompleted = 0,
327327
TeadsAdPlaybackStatePlaybackStateStarted = 1,
328328
TeadsAdPlaybackStatePlaybackStatePaused = 2,
1 Byte
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)