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 ,
0 commit comments