mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
127 B
C
10 lines
127 B
C
|
|
typedef struct {
|
|
long width;
|
|
long height;
|
|
} NUPixelSize;
|
|
|
|
#if __swift__ >= 40000
|
|
void show_only_for_swift_4(void);
|
|
#endif
|