|
| 1 | +// Generated by Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1) |
| 2 | +#pragma clang diagnostic push |
| 3 | + |
| 4 | +#if defined(__has_include) && __has_include(<swift/objc-prologue.h>) |
| 5 | +# include <swift/objc-prologue.h> |
| 6 | +#endif |
| 7 | + |
| 8 | +#pragma clang diagnostic ignored "-Wauto-import" |
| 9 | +#include <objc/NSObject.h> |
| 10 | +#include <stdint.h> |
| 11 | +#include <stddef.h> |
| 12 | +#include <stdbool.h> |
| 13 | + |
| 14 | +#if !defined(SWIFT_TYPEDEFS) |
| 15 | +# define SWIFT_TYPEDEFS 1 |
| 16 | +# if defined(__has_include) && __has_include(<uchar.h>) |
| 17 | +# include <uchar.h> |
| 18 | +# elif !defined(__cplusplus) || __cplusplus < 201103L |
| 19 | +typedef uint_least16_t char16_t; |
| 20 | +typedef uint_least32_t char32_t; |
| 21 | +# endif |
| 22 | +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); |
| 23 | +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); |
| 24 | +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); |
| 25 | +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); |
| 26 | +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); |
| 27 | +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); |
| 28 | +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); |
| 29 | +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); |
| 30 | +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); |
| 31 | +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); |
| 32 | +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); |
| 33 | +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); |
| 34 | +#endif |
| 35 | + |
| 36 | +#if !defined(SWIFT_PASTE) |
| 37 | +# define SWIFT_PASTE_HELPER(x, y) x##y |
| 38 | +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) |
| 39 | +#endif |
| 40 | +#if !defined(SWIFT_METATYPE) |
| 41 | +# define SWIFT_METATYPE(X) Class |
| 42 | +#endif |
| 43 | +#if !defined(SWIFT_CLASS_PROPERTY) |
| 44 | +# if __has_feature(objc_class_property) |
| 45 | +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ |
| 46 | +# else |
| 47 | +# define SWIFT_CLASS_PROPERTY(...) |
| 48 | +# endif |
| 49 | +#endif |
| 50 | + |
| 51 | +#if defined(__has_attribute) && __has_attribute(objc_runtime_name) |
| 52 | +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) |
| 53 | +#else |
| 54 | +# define SWIFT_RUNTIME_NAME(X) |
| 55 | +#endif |
| 56 | +#if defined(__has_attribute) && __has_attribute(swift_name) |
| 57 | +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) |
| 58 | +#else |
| 59 | +# define SWIFT_COMPILE_NAME(X) |
| 60 | +#endif |
| 61 | +#if defined(__has_attribute) && __has_attribute(objc_method_family) |
| 62 | +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) |
| 63 | +#else |
| 64 | +# define SWIFT_METHOD_FAMILY(X) |
| 65 | +#endif |
| 66 | +#if defined(__has_attribute) && __has_attribute(noescape) |
| 67 | +# define SWIFT_NOESCAPE __attribute__((noescape)) |
| 68 | +#else |
| 69 | +# define SWIFT_NOESCAPE |
| 70 | +#endif |
| 71 | +#if !defined(SWIFT_CLASS_EXTRA) |
| 72 | +# define SWIFT_CLASS_EXTRA |
| 73 | +#endif |
| 74 | +#if !defined(SWIFT_PROTOCOL_EXTRA) |
| 75 | +# define SWIFT_PROTOCOL_EXTRA |
| 76 | +#endif |
| 77 | +#if !defined(SWIFT_ENUM_EXTRA) |
| 78 | +# define SWIFT_ENUM_EXTRA |
| 79 | +#endif |
| 80 | +#if !defined(SWIFT_CLASS) |
| 81 | +# if defined(__has_attribute) && __has_attribute(objc_subclassing_restricted) |
| 82 | +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA |
| 83 | +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA |
| 84 | +# else |
| 85 | +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA |
| 86 | +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA |
| 87 | +# endif |
| 88 | +#endif |
| 89 | + |
| 90 | +#if !defined(SWIFT_PROTOCOL) |
| 91 | +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA |
| 92 | +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA |
| 93 | +#endif |
| 94 | + |
| 95 | +#if !defined(SWIFT_EXTENSION) |
| 96 | +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) |
| 97 | +#endif |
| 98 | + |
| 99 | +#if !defined(OBJC_DESIGNATED_INITIALIZER) |
| 100 | +# if defined(__has_attribute) && __has_attribute(objc_designated_initializer) |
| 101 | +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) |
| 102 | +# else |
| 103 | +# define OBJC_DESIGNATED_INITIALIZER |
| 104 | +# endif |
| 105 | +#endif |
| 106 | +#if !defined(SWIFT_ENUM) |
| 107 | +# define SWIFT_ENUM(_type, _name) enum _name : _type _name; enum SWIFT_ENUM_EXTRA _name : _type |
| 108 | +# if defined(__has_feature) && __has_feature(generalized_swift_name) |
| 109 | +# 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_EXTRA _name : _type |
| 110 | +# else |
| 111 | +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) SWIFT_ENUM(_type, _name) |
| 112 | +# endif |
| 113 | +#endif |
| 114 | +#if !defined(SWIFT_UNAVAILABLE) |
| 115 | +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) |
| 116 | +#endif |
| 117 | +#if defined(__has_feature) && __has_feature(modules) |
| 118 | +@import UIKit; |
| 119 | +#endif |
| 120 | + |
| 121 | +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" |
| 122 | +#pragma clang diagnostic ignored "-Wduplicate-method-arg" |
| 123 | + |
| 124 | +@interface UICollectionView (SWIFT_EXTENSION(Buffer)) |
| 125 | +@end |
| 126 | + |
| 127 | + |
| 128 | +@interface UICollectionViewCell (SWIFT_EXTENSION(Buffer)) |
| 129 | +@end |
| 130 | + |
| 131 | + |
| 132 | +@interface UITableView (SWIFT_EXTENSION(Buffer)) |
| 133 | +@end |
| 134 | + |
| 135 | + |
| 136 | +@interface UITableViewCell (SWIFT_EXTENSION(Buffer)) |
| 137 | +@end |
| 138 | + |
| 139 | +#pragma clang diagnostic pop |
0 commit comments