// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
typedef signed char BOOL;
typedef unsigned int NSUInteger;
typedef struct _NSZone NSZone;
@class NSInvocation, NSMethodSignature, NSCoder, NSString, NSEnumerator;
@protocol NSObject - isEqual: object; @end
@protocol NSCopying - copyWithZone: zone; @end
@protocol NSMutableCopying - mutableCopyWithZone: zone; @end
@protocol NSCoding - encodeWithCoder: aCoder; @end
typedef float CGFloat;
typedef enum NSFastEnumerationState;
@class NSString;
extern NSString * const NSBundleDidLoadNotification;
;
extern NSString * const NSFullScreenModeAllScreens;
extern NSString *NSAlignmentBinding ;
extern NSString *PBXWindowDidChangeFirstResponderNotification;
@class _XCOQHelpTextBackgroundView;