blob: 04b32e1cabbaa1e610966f72824a32fbb0347e0b [file] [log] [blame]
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;