|
1 |
| -#if 0 |
2 |
| -#elif defined(__arm64__) && __arm64__ |
3 | 1 | // Generated by Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
|
4 | 2 | #pragma clang diagnostic push
|
5 | 3 | #pragma clang diagnostic ignored "-Wgcc-compat"
|
@@ -210,217 +208,3 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
210 | 208 | # pragma clang attribute pop
|
211 | 209 | #endif
|
212 | 210 | #pragma clang diagnostic pop
|
213 |
| - |
214 |
| -#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__ |
215 |
| -// Generated by Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15) |
216 |
| -#pragma clang diagnostic push |
217 |
| -#pragma clang diagnostic ignored "-Wgcc-compat" |
218 |
| - |
219 |
| -#if !defined(__has_include) |
220 |
| -# define __has_include(x) 0 |
221 |
| -#endif |
222 |
| -#if !defined(__has_attribute) |
223 |
| -# define __has_attribute(x) 0 |
224 |
| -#endif |
225 |
| -#if !defined(__has_feature) |
226 |
| -# define __has_feature(x) 0 |
227 |
| -#endif |
228 |
| -#if !defined(__has_warning) |
229 |
| -# define __has_warning(x) 0 |
230 |
| -#endif |
231 |
| - |
232 |
| -#if __has_include(<swift/objc-prologue.h>) |
233 |
| -# include <swift/objc-prologue.h> |
234 |
| -#endif |
235 |
| - |
236 |
| -#pragma clang diagnostic ignored "-Wauto-import" |
237 |
| -#include <Foundation/Foundation.h> |
238 |
| -#include <stdint.h> |
239 |
| -#include <stddef.h> |
240 |
| -#include <stdbool.h> |
241 |
| - |
242 |
| -#if !defined(SWIFT_TYPEDEFS) |
243 |
| -# define SWIFT_TYPEDEFS 1 |
244 |
| -# if __has_include(<uchar.h>) |
245 |
| -# include <uchar.h> |
246 |
| -# elif !defined(__cplusplus) |
247 |
| -typedef uint_least16_t char16_t; |
248 |
| -typedef uint_least32_t char32_t; |
249 |
| -# endif |
250 |
| -typedef float swift_float2 __attribute__((__ext_vector_type__(2))); |
251 |
| -typedef float swift_float3 __attribute__((__ext_vector_type__(3))); |
252 |
| -typedef float swift_float4 __attribute__((__ext_vector_type__(4))); |
253 |
| -typedef double swift_double2 __attribute__((__ext_vector_type__(2))); |
254 |
| -typedef double swift_double3 __attribute__((__ext_vector_type__(3))); |
255 |
| -typedef double swift_double4 __attribute__((__ext_vector_type__(4))); |
256 |
| -typedef int swift_int2 __attribute__((__ext_vector_type__(2))); |
257 |
| -typedef int swift_int3 __attribute__((__ext_vector_type__(3))); |
258 |
| -typedef int swift_int4 __attribute__((__ext_vector_type__(4))); |
259 |
| -typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); |
260 |
| -typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); |
261 |
| -typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); |
262 |
| -#endif |
263 |
| - |
264 |
| -#if !defined(SWIFT_PASTE) |
265 |
| -# define SWIFT_PASTE_HELPER(x, y) x##y |
266 |
| -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) |
267 |
| -#endif |
268 |
| -#if !defined(SWIFT_METATYPE) |
269 |
| -# define SWIFT_METATYPE(X) Class |
270 |
| -#endif |
271 |
| -#if !defined(SWIFT_CLASS_PROPERTY) |
272 |
| -# if __has_feature(objc_class_property) |
273 |
| -# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ |
274 |
| -# else |
275 |
| -# define SWIFT_CLASS_PROPERTY(...) |
276 |
| -# endif |
277 |
| -#endif |
278 |
| - |
279 |
| -#if __has_attribute(objc_runtime_name) |
280 |
| -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) |
281 |
| -#else |
282 |
| -# define SWIFT_RUNTIME_NAME(X) |
283 |
| -#endif |
284 |
| -#if __has_attribute(swift_name) |
285 |
| -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) |
286 |
| -#else |
287 |
| -# define SWIFT_COMPILE_NAME(X) |
288 |
| -#endif |
289 |
| -#if __has_attribute(objc_method_family) |
290 |
| -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) |
291 |
| -#else |
292 |
| -# define SWIFT_METHOD_FAMILY(X) |
293 |
| -#endif |
294 |
| -#if __has_attribute(noescape) |
295 |
| -# define SWIFT_NOESCAPE __attribute__((noescape)) |
296 |
| -#else |
297 |
| -# define SWIFT_NOESCAPE |
298 |
| -#endif |
299 |
| -#if __has_attribute(warn_unused_result) |
300 |
| -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) |
301 |
| -#else |
302 |
| -# define SWIFT_WARN_UNUSED_RESULT |
303 |
| -#endif |
304 |
| -#if __has_attribute(noreturn) |
305 |
| -# define SWIFT_NORETURN __attribute__((noreturn)) |
306 |
| -#else |
307 |
| -# define SWIFT_NORETURN |
308 |
| -#endif |
309 |
| -#if !defined(SWIFT_CLASS_EXTRA) |
310 |
| -# define SWIFT_CLASS_EXTRA |
311 |
| -#endif |
312 |
| -#if !defined(SWIFT_PROTOCOL_EXTRA) |
313 |
| -# define SWIFT_PROTOCOL_EXTRA |
314 |
| -#endif |
315 |
| -#if !defined(SWIFT_ENUM_EXTRA) |
316 |
| -# define SWIFT_ENUM_EXTRA |
317 |
| -#endif |
318 |
| -#if !defined(SWIFT_CLASS) |
319 |
| -# if __has_attribute(objc_subclassing_restricted) |
320 |
| -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA |
321 |
| -# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA |
322 |
| -# else |
323 |
| -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA |
324 |
| -# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA |
325 |
| -# endif |
326 |
| -#endif |
327 |
| -#if !defined(SWIFT_RESILIENT_CLASS) |
328 |
| -# if __has_attribute(objc_class_stub) |
329 |
| -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) |
330 |
| -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) |
331 |
| -# else |
332 |
| -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) |
333 |
| -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) |
334 |
| -# endif |
335 |
| -#endif |
336 |
| - |
337 |
| -#if !defined(SWIFT_PROTOCOL) |
338 |
| -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA |
339 |
| -# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA |
340 |
| -#endif |
341 |
| - |
342 |
| -#if !defined(SWIFT_EXTENSION) |
343 |
| -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) |
344 |
| -#endif |
345 |
| - |
346 |
| -#if !defined(OBJC_DESIGNATED_INITIALIZER) |
347 |
| -# if __has_attribute(objc_designated_initializer) |
348 |
| -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) |
349 |
| -# else |
350 |
| -# define OBJC_DESIGNATED_INITIALIZER |
351 |
| -# endif |
352 |
| -#endif |
353 |
| -#if !defined(SWIFT_ENUM_ATTR) |
354 |
| -# if defined(__has_attribute) && __has_attribute(enum_extensibility) |
355 |
| -# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) |
356 |
| -# else |
357 |
| -# define SWIFT_ENUM_ATTR(_extensibility) |
358 |
| -# endif |
359 |
| -#endif |
360 |
| -#if !defined(SWIFT_ENUM) |
361 |
| -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type |
362 |
| -# if __has_feature(generalized_swift_name) |
363 |
| -# 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 |
364 |
| -# else |
365 |
| -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) |
366 |
| -# endif |
367 |
| -#endif |
368 |
| -#if !defined(SWIFT_UNAVAILABLE) |
369 |
| -# define SWIFT_UNAVAILABLE __attribute__((unavailable)) |
370 |
| -#endif |
371 |
| -#if !defined(SWIFT_UNAVAILABLE_MSG) |
372 |
| -# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) |
373 |
| -#endif |
374 |
| -#if !defined(SWIFT_AVAILABILITY) |
375 |
| -# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) |
376 |
| -#endif |
377 |
| -#if !defined(SWIFT_WEAK_IMPORT) |
378 |
| -# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) |
379 |
| -#endif |
380 |
| -#if !defined(SWIFT_DEPRECATED) |
381 |
| -# define SWIFT_DEPRECATED __attribute__((deprecated)) |
382 |
| -#endif |
383 |
| -#if !defined(SWIFT_DEPRECATED_MSG) |
384 |
| -# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) |
385 |
| -#endif |
386 |
| -#if __has_feature(attribute_diagnose_if_objc) |
387 |
| -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) |
388 |
| -#else |
389 |
| -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) |
390 |
| -#endif |
391 |
| -#if !defined(IBSegueAction) |
392 |
| -# define IBSegueAction |
393 |
| -#endif |
394 |
| -#if __has_feature(modules) |
395 |
| -#if __has_warning("-Watimport-in-framework-header") |
396 |
| -#pragma clang diagnostic ignored "-Watimport-in-framework-header" |
397 |
| -#endif |
398 |
| -@import Foundation; |
399 |
| -@import UIKit; |
400 |
| -#endif |
401 |
| - |
402 |
| -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" |
403 |
| -#pragma clang diagnostic ignored "-Wduplicate-method-arg" |
404 |
| -#if __has_warning("-Wpragma-clang-attribute") |
405 |
| -# pragma clang diagnostic ignored "-Wpragma-clang-attribute" |
406 |
| -#endif |
407 |
| -#pragma clang diagnostic ignored "-Wunknown-pragmas" |
408 |
| -#pragma clang diagnostic ignored "-Wnullability" |
409 |
| - |
410 |
| -#if __has_attribute(external_source_symbol) |
411 |
| -# pragma push_macro("any") |
412 |
| -# undef any |
413 |
| -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="QiscusCoreApi",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) |
414 |
| -# pragma pop_macro("any") |
415 |
| -#endif |
416 |
| - |
417 |
| - |
418 |
| - |
419 |
| - |
420 |
| - |
421 |
| -#if __has_attribute(external_source_symbol) |
422 |
| -# pragma clang attribute pop |
423 |
| -#endif |
424 |
| -#pragma clang diagnostic pop |
425 |
| - |
426 |
| -#endif |
0 commit comments