|
@@ -1,6 +1,6 @@
|
|
|
#if 0
|
|
#if 0
|
|
|
#elif defined(__arm64__) && __arm64__
|
|
#elif defined(__arm64__) && __arm64__
|
|
|
-// Generated by Apple Swift version 5.1.2 effective-4.2 (swiftlang-1100.0.278 clang-1100.0.33.9)
|
|
|
|
|
|
|
+// Generated by Apple Swift version 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29)
|
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic push
|
|
|
#pragma clang diagnostic ignored "-Wgcc-compat"
|
|
#pragma clang diagnostic ignored "-Wgcc-compat"
|
|
|
|
|
|
|
@@ -84,6 +84,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
#else
|
|
#else
|
|
|
# define SWIFT_NOESCAPE
|
|
# define SWIFT_NOESCAPE
|
|
|
#endif
|
|
#endif
|
|
|
|
|
+#if __has_attribute(ns_consumed)
|
|
|
|
|
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
|
|
|
|
|
+#else
|
|
|
|
|
+# define SWIFT_RELEASES_ARGUMENT
|
|
|
|
|
+#endif
|
|
|
#if __has_attribute(warn_unused_result)
|
|
#if __has_attribute(warn_unused_result)
|
|
|
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
|
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
|
|
#else
|
|
#else
|
|
@@ -234,7 +239,7 @@ SWIFT_CLASS("_TtC13O2OA_Auth_SDK10O2AppModel")
|
|
|
SWIFT_CLASS("_TtC13O2OA_Auth_SDK9O2AuthSDK")
|
|
SWIFT_CLASS("_TtC13O2OA_Auth_SDK9O2AuthSDK")
|
|
|
@interface O2AuthSDK : NSObject
|
|
@interface O2AuthSDK : NSObject
|
|
|
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
|
-+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
|
|
|
|
|
|
|
++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
|
@end
|
|
@end
|
|
|
|
|
|
|
|
|
|
|
|
@@ -412,7 +417,7 @@ SWIFT_CLASS("_TtC13O2OA_Auth_SDK16O2WebServerModel")
|
|
|
#pragma clang diagnostic pop
|
|
#pragma clang diagnostic pop
|
|
|
|
|
|
|
|
#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__
|
|
#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__
|
|
|
-// Generated by Apple Swift version 5.1.2 effective-4.2 (swiftlang-1100.0.278 clang-1100.0.33.9)
|
|
|
|
|
|
|
+// Generated by Apple Swift version 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29)
|
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic push
|
|
|
#pragma clang diagnostic ignored "-Wgcc-compat"
|
|
#pragma clang diagnostic ignored "-Wgcc-compat"
|
|
|
|
|
|
|
@@ -496,6 +501,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
#else
|
|
#else
|
|
|
# define SWIFT_NOESCAPE
|
|
# define SWIFT_NOESCAPE
|
|
|
#endif
|
|
#endif
|
|
|
|
|
+#if __has_attribute(ns_consumed)
|
|
|
|
|
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
|
|
|
|
|
+#else
|
|
|
|
|
+# define SWIFT_RELEASES_ARGUMENT
|
|
|
|
|
+#endif
|
|
|
#if __has_attribute(warn_unused_result)
|
|
#if __has_attribute(warn_unused_result)
|
|
|
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
|
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
|
|
#else
|
|
#else
|
|
@@ -646,7 +656,7 @@ SWIFT_CLASS("_TtC13O2OA_Auth_SDK10O2AppModel")
|
|
|
SWIFT_CLASS("_TtC13O2OA_Auth_SDK9O2AuthSDK")
|
|
SWIFT_CLASS("_TtC13O2OA_Auth_SDK9O2AuthSDK")
|
|
|
@interface O2AuthSDK : NSObject
|
|
@interface O2AuthSDK : NSObject
|
|
|
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
|
-+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
|
|
|
|
|
|
|
++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
|
@end
|
|
@end
|
|
|
|
|
|
|
|
|
|
|