Skip to content

Commit 21a6249

Browse files
v4.1.4
1 parent 640ee9c commit 21a6249

17 files changed

+25399
-27414
lines changed

TeadsSDK-Xcode9.4/TeadsSDK-Xcode9.4.framework/001B50AC-9A62-33D2-B8FA-55E4FBF093F3.bcsymbolmap

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

TeadsSDK-Xcode9.4/TeadsSDK-Xcode9.4.framework/09C8E35B-D35F-3EC4-89C4-AE9B95B56BA4.bcsymbolmap

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

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

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

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

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

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

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

TeadsSDK-Xcode9.4/TeadsSDK-Xcode9.4.framework/FEC287F4-515C-3121-A113-87BA679B394F.bcsymbolmap

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by Apple Swift version 4.2 (swiftlang-1000.11.37.1 clang-1000.11.45.1)
1+
// Generated by Apple Swift version 4.1.2 (swiftlang-902.0.54 clang-902.0.39.2)
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(_extensibility) __attribute__((enum_extensibility(_extensibility)))
132+
# define SWIFT_ENUM_ATTR __attribute__((enum_extensibility(open)))
133133
# else
134-
# define SWIFT_ENUM_ATTR(_extensibility)
134+
# define SWIFT_ENUM_ATTR
135135
# endif
136136
#endif
137137
#if !defined(SWIFT_ENUM)
138-
# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
138+
# define SWIFT_ENUM(_type, _name) enum _name : _type _name; enum SWIFT_ENUM_ATTR SWIFT_ENUM_EXTRA _name : _type
139139
# if __has_feature(generalized_swift_name)
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
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
141141
# else
142-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
142+
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) SWIFT_ENUM(_type, _name)
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;
167166
@import ObjectiveC;
168167
@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, closed) {
186+
typedef SWIFT_ENUM(NSInteger, AdErrorCode) {
187187
AdErrorCodeErrorNoSlot = 1,
188188
AdErrorCodeErrorNetwork = 2,
189189
AdErrorCodeErrorNotFilled = 3,
@@ -322,7 +322,7 @@ SWIFT_CLASS("_TtC8TeadsSDK15TFACustomAdView")
322322
- (void)slotReached;
323323
@end
324324

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

0 commit comments

Comments
 (0)