summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/Inputs/literal-support.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/Inputs/literal-support.h')
-rw-r--r--clang/test/CodeGenObjC/Inputs/literal-support.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/clang/test/CodeGenObjC/Inputs/literal-support.h b/clang/test/CodeGenObjC/Inputs/literal-support.h
index caa69c24caf..5680a20c9fb 100644
--- a/clang/test/CodeGenObjC/Inputs/literal-support.h
+++ b/clang/test/CodeGenObjC/Inputs/literal-support.h
@@ -3,10 +3,6 @@
typedef unsigned char BOOL;
-@interface NSObject
-+ (id)alloc;
-@end
-
@interface NSNumber @end
@interface NSNumber (NSNumberCreation)
@@ -25,17 +21,15 @@ typedef unsigned char BOOL;
+ (NSNumber *)numberWithBool:(BOOL)value;
@end
-@interface NSArray : NSObject
+@interface NSArray
@end
@interface NSArray (NSArrayCreation)
+ (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
-- (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
@end
-@interface NSDictionary : NSObject
+@interface NSDictionary
+ (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
-- (instancetype)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
@end
#endif // OBJC_LITERAL_SUPPORT_H
OpenPOWER on IntegriCloud