// RUN: %clang_cc1 -fsyntax-only -verify %s
// rdar://10823023
@class NSString;
// rdar://11186449
// Don't warn when a category does not implemented a method imported
// by its protocol because another category has its declaration and
// that category will implement it.