mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
13 lines
216 B
Objective-C
13 lines
216 B
Objective-C
typedef struct CGPoint CGPoint;
|
|
@class NSString;
|
|
|
|
|
|
typedef CGPoint NSPoint;
|
|
__attribute__((warn_unused_result)) NSString *NSStringToNSString(NSString *str);
|
|
|
|
struct FooStruct1 {
|
|
int x;
|
|
double y;
|
|
};
|
|
enum Tribool;
|